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

Improve retrieval of JIRA issues #334

Closed
copernico opened this issue Oct 13, 2022 · 1 comment
Closed

Improve retrieval of JIRA issues #334

copernico opened this issue Oct 13, 2022 · 1 comment

Comments

@copernico
Copy link
Contributor

While the retrieval of JSON is forbidden by most (all?) Apache projects, the XML format seems available.
Example:
https://issues.apache.org/jira/si/jira.issueviews:issue-xml/ZOOKEEPER-4557/ZOOKEEPER-4557.xml

Interesting: one can restrict the fields contained in the XML response, by appending field=key&field=summary&field=.....

Maybe this may make it simpler to also reason about "related" (e.g. duplicate) issues.

copernico pushed a commit that referenced this issue Nov 3, 2022
- Implemented twin commits, closes #147 
- Using basemodel again (pydantic)
- Fixed the logger, improved log aesthetics and readability
- github and jira issues are collected using their respective APIs (GITHUB token required via .env file)
- Better word extraction and filtering based on tests conducted on the small dataset.
- Report handlers now create nested folders
- updated to python 3.10
- skip GitHub when fetching references
- refactored git and raw_commit modules: all commit IDs, timestamp, parent, message and changed files are
collected with a single call to git executable
- refactored logging

- Fixes:
#339  
#341  
#334  
#331  
#326 
#336
@sacca97
Copy link
Collaborator

sacca97 commented Nov 4, 2022

Closed by #342

@sacca97 sacca97 closed this as completed Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants