Mailing lists matching texera.apache.org
commits texera.apache.orgdev texera.apache.org
notifications texera.apache.org
(texera) 01/01: chore: redirect GitHub emails
f.yaml index f8028b19a8..4ffd04ffc1 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -74,7 +74,7 @@ github: notifications: commits: [email protected] - issues: [email protected] - pullrequests: [email protected] - discussions: d...@texer
(texera) 01/01: chore: redirect GitHub emails
f.yaml index f8028b19a8..4ffd04ffc1 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -74,7 +74,7 @@ github: notifications: commits: [email protected] - issues: [email protected] - pullrequests: [email protected] - discussions
(texera) branch main updated: chore: redirect GitHub emails (#3932)
As our [email protected] is being swapped by GitHub automated sync emails, we decided to redirect the traffic to [email protected]. ### Any related issues, documentation, discussions? Mail list discussion: https://lists.apache.org/
(texera) 01/01: chore: Update discussions notification email
diff --git a/.asf.yaml b/.asf.yaml index c7e617cd9c..fc525b2091 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -86,5 +86,5 @@ notifications: commits: [email protected] issues: [email protected] pullrequests: [email protected] -
(texera) branch main updated: chore: Redirect GitHub discussion notifications to dev email list (#4160)
email list (#4160) --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index c7e617cd9c..fc525b2091 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -86,5 +86,5 @@ notifications: commits: [email protected]
Re: [PR] chore: add test-ci branch protection rules [texera]
st_reviews: +dismiss_stale_reviews: false +require_code_owner_reviews: false +required_approving_review_count: 1 + required_linear_history: true + notifications: commits: [email protected] issues: [email protected] pullrequests:
(texera) 01/01: chore: Redirect jobs notifications to [email protected]
b/.asf.yaml index 8af18a..e532916957 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -76,4 +76,4 @@ notifications: issues: [email protected] pullrequests: [email protected] discussions: [email protected] - jobs: [email protected]
(incubator-texera-site) branch publish updated: fix: add asf
+++ b/.asf.yml @@ -0,0 +1,13 @@ +staging: + profile: ~ + whoami: staging-publish + +publish: + whoami: publish + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected]
(incubator-texera-site) branch staging-publish updated: deploy: c89deab4f80146f5c2e91938185cc0122a725a72
(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000..36b4af4 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,13 @@ +staging: + profile: ~ + whoami: staging-publish + +publish: + whoami: publish + +notifications: + commits: [email protected] + issues
(incubator-texera-site) branch main updated: Add notification settings to .asf.yaml
arious events. --- .asf.yaml | 7 +++ 1 file changed, 7 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 67e8307..896b765 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -11,3 +11,10 @@ staging: publish: whoami: main + +notifications: + commits: [email protected] +
(incubator-texera-site) branch staging-publish updated: deploy: 1adb1439e4777ca888e73f3cbb8d4f353e8cd9e6
deletions(-) diff --git a/.asf.yaml b/.asf.yaml deleted file mode 100644 index 91edf65..000 --- a/.asf.yaml +++ /dev/null @@ -1,13 +0,0 @@ -staging: - profile: ~ - whoami: staging-publish - -publish: - whoami: main - -notifications: - commits: [email protected] - issues
(texera) branch master updated: chore: Redirect jobs notifications to [email protected] (#3646)
f.yaml index 8af18a..e532916957 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -76,4 +76,4 @@ notifications: issues: [email protected] pullrequests: [email protected] discussions: [email protected] - jobs: [email protected]
Re: [I] Set up the texera.apache.org website [texera]
chenlica closed issue #3677: Set up the texera.apache.org website URL: https://github.com/apache/texera/issues/3677 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To
Re: [PR] chore: Create a content folder for the site texera.apache.org [texera]
chenlica closed pull request #3771: chore: Create a content folder for the site texera.apache.org URL: https://github.com/apache/texera/pull/3771 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to
[ANNOUNCE] New Mailing List: [email protected]
Hi all, We’re happy to announce that we’ve created a new mailing list: *[email protected] . *GitHub traffic including pull requests, issues, and discussions, has been redirected from *[email protected] * to this new list, effective immediately. Please feel free to subscribe to
(texera) 01/01: update .asf.yaml
[email protected] discussions: [email protected] jobs: [email protected] - -publish: - whoami: asf-site
Re: [I] Set up the texera.apache.org website [texera]
chenlica commented on issue #3677: URL: https://github.com/apache/texera/issues/3677#issuecomment-3544877362 The texera.apache.org site is up after this PR https://github.com/apache/incubator-texera-site/pull/7 -- This is an automated message from the Apache Git Service. To respond to
(texera) 01/01: Add publish section with whoami to .asf.yaml
: [email protected] discussions: [email protected] jobs: [email protected] + +publish: + whoami: asf-site
Re: [I] Set up the texera.apache.org website [texera]
a content directory and to put all the static content for your web site in there. When you commit to that asf-site branch, the content dir will be published and accessible at [texera.apache.org](http://texera.apache.org/). We'll need to add a couple of things to the .asy.yaml file that is in t
Re: [PR] fix(ci): change unallowed action to curl for sending email on ddl change [texera]
NAME}} - password: ${{secrets.NOREPLY_EMAIL_PASSWORD}} - subject: Actions Required After Pulling Latest Update - to: [email protected] - from: ${{ github.event.pull_request.user.login }} - body: | -Hi all, -We have merged PR #${{ github
[D] Hosing documentation on Wiki site or Apache site [texera]
GitHub user chenlica created a discussion: Hosing documentation on Wiki site or Apache site Currently we have a lot of documentation is on the site https://github.com/apache/texera/wiki. Another place is to use the Apache site https://texera.apache.org/docs/ . For the long term, I believe
Re: [D] Hosting documentation on Wiki site or Apache site [texera]
GitHub user chenlica edited a discussion: Hosting documentation on Wiki site or Apache site Currently we have a lot of documentation is on the site https://github.com/apache/texera/wiki. Another place is to use the Apache site https://texera.apache.org/docs/ . For the long term, I believe
Re: [PR] fix(ci): change unallowed action to curl for sending email on ddl change [texera]
NAME}} - password: ${{secrets.NOREPLY_EMAIL_PASSWORD}} - subject: Actions Required After Pulling Latest Update - to: [email protected] - from: ${{ github.event.pull_request.user.login }} - body: | -Hi all, -We have merged PR #${{ github
[PR] chore: redirect GitHub emails [texera]
Yicong-Huang opened a new pull request, #3932: URL: https://github.com/apache/texera/pull/3932 ### What changes were proposed in this PR? As our [email protected] is being swapped by GitHub automated sync emails, we decided to redirect the traffic to [email protected]
[D] testing the integration with slack [texera]
GitHub user Yicong-Huang created a discussion: testing the integration with slack this is a test message GitHub link: https://github.com/apache/texera/discussions/3907 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: dev-unsubscr
(texera) branch main updated: chore: Add publish section with whoami to .asf.yaml (#3785)
l @@ -78,3 +78,6 @@ notifications: pullrequests: [email protected] discussions: [email protected] jobs: [email protected] + +publish: + whoami: asf-site
Re: [PR] fix(ci): change unallowed action to curl for sending email on ddl change [texera]
ets.NOREPLY_EMAIL_PASSWORD}} - subject: Actions Required After Pulling Latest Update - to: [email protected] - from: ${{ github.event.pull_request.user.login }} - body: | -Hi all, -We have merged PR #${{ github
Re: [PR] fix(ci): change unallowed action to curl for sending email on ddl change [texera]
ets.NOREPLY_EMAIL_PASSWORD}} - subject: Actions Required After Pulling Latest Update - to: [email protected] - from: ${{ github.event.pull_request.user.login }} - body: | -Hi all, -We have merged PR #${{ github
Re: [PR] fix(ci): change unallowed action to curl for sending email on ddl change [texera]
NAME}} - password: ${{secrets.NOREPLY_EMAIL_PASSWORD}} - subject: Actions Required After Pulling Latest Update - to: [email protected] - from: ${{ github.event.pull_request.user.login }} - body: | -Hi all, -We have merged PR #${{ github
Re: [D] Testing the GitHub Discussion functionality [texera]
GitHub user chenlica closed the discussion with a comment: Testing the GitHub Discussion functionality It's an experiment. GitHub link: https://github.com/apache/texera/discussions/3944#discussioncomment-14723312 This is an automatically sent email for [email protected]
Re: [D] testing the integration with slack [texera]
GitHub user chenlica added a comment to the discussion: testing the integration with slack Test reply 2 :-) GitHub link: https://github.com/apache/texera/discussions/3907#discussioncomment-14682683 This is an automatically sent email for [email protected]. To unsubscribe, please
Re: [D] testing the integration with slack [texera]
GitHub user aglinxinyuan added a comment to the discussion: testing the integration with slack test reply 1 GitHub link: https://github.com/apache/texera/discussions/3907#discussioncomment-14682531 This is an automatically sent email for [email protected]. To unsubscribe, please
Re: [D] disallowing sorting on binary type [texera]
GitHub user chenlica added a comment to the discussion: disallowing sorting on binary type How about RapidMiner? GitHub link: https://github.com/apache/texera/discussions/4007#discussioncomment-14797558 This is an automatically sent email for [email protected]. To
Re: [D] disallowing sorting on binary type [texera]
GitHub user carloea2 added a comment to the discussion: disallowing sorting on binary type Ok, thank you. GitHub link: https://github.com/apache/texera/discussions/4007#discussioncomment-14799628 This is an automatically sent email for [email protected]. To unsubscribe
Re: [D] Aho Corasick String Matching Algorithm [texera]
GitHub user chenlica added a comment to the discussion: Aho Corasick String Matching Algorithm Good. That's the plan. GitHub link: https://github.com/apache/texera/discussions/3951#discussioncomment-14725751 This is an automatically sent email for [email protected]
[D] Recent changes about MinIO [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Recent changes about MinIO [texera]
GitHub user aglinxinyuan added a comment to the discussion: Recent changes about MinIO You can close it. GitHub link: https://github.com/apache/texera/discussions/3998#discussioncomment-15411449 This is an automatically sent email for [email protected]. To unsubscribe
(texera) 01/01: feat: modify .asf.yaml
ntu-latest, 3.12) + required_pull_request_reviews: dismiss_stale_reviews: false require_code_owner_reviews: false @@ -78,3 +88,6 @@ notifications: pullrequests: [email protected] discussions: [email protected] jobs: commits@t
Re: [D] Testing the GitHub Discussion functionality [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] GitHub Notifications Mechanism [texera]
[email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] disallowing sorting on binary type [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
[D] Testing the GitHub Discussion functionality [texera]
/3944 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Testing the GitHub Discussion functionality [texera]
GitHub user chenlica added a comment to the discussion: Testing the GitHub Discussion functionality That's a good idea. GitHub link: https://github.com/apache/texera/discussions/3944#discussioncomment-14723222 This is an automatically sent email for [email protected]
Re: [D] Aho Corasick String Matching Algorithm [texera]
GitHub user Yicong-Huang added a comment to the discussion: Aho Corasick String Matching Algorithm sounds good GitHub link: https://github.com/apache/texera/discussions/3951#discussioncomment-14725748 This is an automatically sent email for [email protected]. To
Re: [D] Support Batch Execution Mode [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Support Batch Execution Mode [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Separating R Support into Optional Plugin [texera]
GitHub user kunwp1 added a comment to the discussion: Separating R Support into Optional Plugin Just added a diagram GitHub link: https://github.com/apache/texera/discussions/4155#discussioncomment-15500988 This is an automatically sent email for [email protected]. To
Re: [D] Support Batch Execution Mode [texera]
GitHub user aglinxinyuan added a comment to the discussion: Support Batch Execution Mode I will go with this plan then. GitHub link: https://github.com/apache/texera/discussions/4149#discussioncomment-15513878 This is an automatically sent email for [email protected]. To
Re: [D] Clarify minValue intent in AggregationOperation (Double.MIN_VALUE) [texera]
[email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] GitHub Notifications Mechanism [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Clarify minValue intent in AggregationOperation (Double.MIN_VALUE) [texera]
email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] disallowing sorting on binary type [texera]
GitHub user carloea2 added a comment to the discussion: disallowing sorting on binary type Yes this is done GitHub link: https://github.com/apache/texera/discussions/4007#discussioncomment-15411517 This is an automatically sent email for [email protected]. To unsubscribe
Re: [D] Supporting Directory-Based Dataset Access in UDFs [texera]
GitHub user aglinxinyuan added a comment to the discussion: Supporting Directory-Based Dataset Access in UDFs It's accurate. GitHub link: https://github.com/apache/texera/discussions/4352#discussioncomment-16499362 This is an automatically sent email for [email protected]
(texera) branch master updated: chore: Create .asf.yaml (#3632)
views: false +require_code_owner_reviews: false +required_approving_review_count: 1 + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + discussions: [email protected] + jobs: [email protected]
Re: [D] disallowing sorting on binary type [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Planning to clean up on amber directory [texera]
for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Testing the GitHub Discussion functionality [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Should we disable blank issue template? [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Docker Image Organization Strategy for Texera's Microservices [texera]
l for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Separating R Support into Optional Plugin [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Separating R Support into Optional Plugin [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Recent changes about MinIO [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] disallowing sorting on binary type [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Feedback on where to host the operator documentation generator [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Emphasize AI in the first Apache release [texera]
GitHub user chenlica added a comment to the discussion: Emphasize AI in the first Apache release @zuozhiw Any thoughts from you? GitHub link: https://github.com/apache/texera/discussions/4404#discussioncomment-16609677 This is an automatically sent email for [email protected]. To
Re: [D] Merge the Python Notebook Migration Tool in a Single PR [texera]
GitHub user mengw15 added a comment to the discussion: Merge the Python Notebook Migration Tool in a Single PR Yes GitHub link: https://github.com/apache/texera/discussions/4590#discussioncomment-16777190 This is an automatically sent email for [email protected]. To unsubscribe
Re: [D] Testing the GitHub Discussion functionality [texera]
/3944 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] disallowing sorting on binary type [texera]
ncomment-14797557 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Recent changes about MinIO [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Recent changes about MinIO [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Recent changes about MinIO [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Separating R Support into Optional Plugin [texera]
email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Separating R Support into Optional Plugin [texera]
[email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Docker Image Organization Strategy for Texera's Microservices [texera]
55507 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Recent changes about MinIO [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Recent changes about MinIO [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] disallowing sorting on binary type [texera]
for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Recent changes about MinIO [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Supporting Directory-Based Dataset Access in UDFs [texera]
email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Supporting Directory-Based Dataset Access in UDFs [texera]
for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Hosing documentation on Wiki site or Apache site [texera]
r [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Hosing documentation on Wiki site or Apache site [texera]
r [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Hosting documentation on Wiki site or Apache site [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Feedback on where to host the operator documentation generator [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
Re: [D] Feedback on where to host the operator documentation generator [texera]
@texera.apache.org. To unsubscribe, please send an email to: [email protected]
(texera) branch main updated: chore: Remove publish section with whoami from .asf.yaml (#3927)
--- 1 file changed, 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 8bd6ce570b..f8028b19a8 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -78,6 +78,3 @@ notifications: pullrequests: [email protected] discussions: [email protected] jobs: commits
Re: [D] Should we disable plain issue templates? [texera]
This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] disallowing sorting on binary type [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] disallowing sorting on binary type [texera]
This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Aho Corasick String Matching Algorithm [texera]
omment-14725744 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] slowness issue when sending data into Python-based operators [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Separating R Support into Optional Plugin [texera]
This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Separating R Support into Optional Plugin [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Docker Image Organization Strategy for Texera's Microservices [texera]
ioncomment-14954649 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Clarify minValue intent in AggregationOperation (Double.MIN_VALUE) [texera]
#discussioncomment-14963532 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] slowness issue when sending data into Python-based operators [texera]
automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Revisit the early decision regarding "Remove unused RPCs and disable reconfiguration" [texera]
This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Revisit the early decision regarding "Remove unused RPCs and disable reconfiguration" [texera]
omatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Planning to clean up on amber directory [texera]
sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] slowness issue when sending data into Python-based operators [texera]
an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
