-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-44934: [Dev] Remove JIRA remnants #44936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
|
@kou @pitrou this only contains the developer tools updates (merge script, bot comments, pr templates and some minor docs). It does not contain the archery required changes but it's already slightly big. I think it would be better to split the archery changes on a different PR. If you are ok with that I'll create a new issue and would update descriptions accordingly. |
|
Did you forget to update https://github.com/apache/arrow/blob/main/dev/requirements_merge_arrow_pr.txt ? |
yes, I forgot :) |
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Let's work on Archery as a separated task.
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
|
I've created this issue to work on the archery changes: |
|
@amoeba can you remove the mentions of jira in the release guide when you update it? |
|
Yep, I'll plan to get that release guide update in for the 19.0.0 release. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit fe32a7d. There were 132 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 20 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change It's removed by #44936. ### What changes are included in this PR? Remove `getJiraInfo` from `exports`. ### Are these changes tested? No. But this will resolve the reported error. ### Are there any user-facing changes? No. Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Antoine Pitrou <antoine@python.org>
We are not using JIRA anymore in the project Remove JIRA from: - documentation - pr and issue templates - comment bot - merge script Via CI No * GitHub Issue: apache#44934 Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Rationale for this change
We are not using JIRA anymore in the project
What changes are included in this PR?
Remove JIRA from:
Are these changes tested?
Via CI
Are there any user-facing changes?
No