Skip to content
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

ARROW-7708: [Developer][Release] Include PARQUET issues in release changelogs by scraping git history #6722

Closed
wants to merge 2 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Mar 25, 2020

I wrote logic in dev/release/changelog.py that does the following:

  • Gets commit descriptions between the last major release and the new release version from git log
  • Uses the $PROJECT-$key strings to select from parquet-cpp issues returned by the JIRA API
  • These "Resolved as of the last Arrow release" Parquet issues are included in the changelog

I updated the changelogs back to 0.12.0 which was the first major release (I think) after the monorepo merge was completed. It might be nice to also update the changelogs on the website

@github-actions
Copy link

@wesm
Copy link
Member Author

wesm commented Mar 25, 2020

Seems like there is an issue with the JIRA API

/home/runner/work/arrow/arrow/dev/release/02-source-test.rb:116:in `test_vote'
     113:     jql = jql_conditions.join(" AND ")
     114:     n_resolved_issues = nil
     115:     search_url = URI("#{jira_url}/rest/api/2/search?jql=#{CGI.escape(jql)}")
  => 116:     search_url.open do |response|
     117:       n_resolved_issues = JSON.parse(response.read)["total"]
     118:     end
     119:     output = source("VOTE")

@wesm
Copy link
Member Author

wesm commented Mar 26, 2020

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant