prime-issues
A tool to download issue metadata from online issue trackers
Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
✓Institutional organization owner
Organization softwaresystemslaboratory has institutional domain (ssl.cs.luc.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Repository
A tool to download issue metadata from online issue trackers
Basic Info
Statistics
- Stars: 2
- Watchers: 0
- Forks: 4
- Open Issues: 4
- Releases: 9
Metadata Files
README.md
CLIME Issues
A tool to download issue metadata from online issue trackers
Table of Contents
About
The Software Systems Laboratory (SSL) CLIME Issues project is a tool to download issue metadata from online issue trackers. Currently including GitLab, GitHub, and Bugzilla.
Licensing
This project is licensed under the BSD-3-Clause. See the LICENSE for more information.
How To Use
Installation
You can install the tool via pip with either of the two following one-liners:
pip install --upgrade pip clime-metricspip install --upgrade pip clime-issues
Command Line Options
clime-bz-issues
``` shell usage: CLIME Bugzilla Issues Downloader (BETA) [-h] -u URL [-i INPUT] [-o OUTPUT] [-v]
A tool to download all issues from a Bugzilla hosted issue tracker
options: -h, --help show this help message and exit -u URL, --url URL Bugzilla repository root url. DEFAULT: https://bugzilla.kernal.org. NOTE: Structure the URL exactly like the DEFAULT or else this will not work. -i INPUT, --input INPUT CSV file of exported Bugzilla bugs. DEFAULT: ./bugzillaissues.csv -o OUTPUT, --output OUTPUT File to save JSON response(s) to. DEFAULT: ./bugzillaissues.json -v, --version Display version of the tool
Author(s): Nicholas M. Synovic, Jake Palmer, Rohan Sethi, George K. Thiruvathukal ```
clime-gh-issues
``` shell usage: CLIME GitHub Issues Downloader [-h] [-p] -r REPOSITORY [-o OUTPUT] -t TOKEN [--log LOG] [-v]
A tool to download all issues from a GitHub hosted repository
options: -h, --help show this help message and exit -p, --pull-request Flag to enable the collection of pull requests with the other data -r REPOSITORY, --repository REPOSITORY GitHub formatted as repository owner/repository -o OUTPUT, --output OUTPUT File to save JSON response(s) to. DEFAULT: ./githubissues.json -t TOKEN, --token TOKEN GitHub personal access token --log LOG File to store logs in. DEFAULT: githubissues.log -v, --version Display version of the tool
Author(s): Nicholas M. Synovic, Jake Palmer, Rohan Sethi, George K. Thiruvathukal ```
clime-gl-issues
``` shell usage: CLIME Gitlab Issues Downloader [-h] -r REPOSITORY [-o OUTPUT] -t TOKEN [--log LOG] [-v]
A tool to download all issues from a Gitlab hosted repository
options: -h, --help show this help message and exit -r REPOSITORY, --repository REPOSITORY Gitlab repository ID -o OUTPUT, --output OUTPUT File to save JSON response(s) to. DEFAULT: ./gitlabissues.json -t TOKEN, --token TOKEN Gitlab personal access token --log LOG File to store logs in. DEFAULT: gitlabissues.log -v, --version Display version of the tool
Author(s): Nicholas M. Synovic, Jake Palmer, Rohan Sethi, George K. Thiruvathukal ```
clime-issues-graph
``` shell usage: CLIME GitHub Issues Grapher [-h] [-i INPUT] [-o OUTPUT] [-x X] [--y-thousandths] [--type TYPE] [--title TITLE] [--x-label X_LABEL] [--y-label Y_LABEL] [--stylesheet STYLESHEET] [-v]
A tool for graphing GitHub issue information from the output of the CLIME GitHub Issues Downloader
options: -h, --help show this help message and exit -i INPUT, --input INPUT JSON export from CLIME GitHub Issues Downloader. DEFAULT: ./githubissues.json -o OUTPUT, --output OUTPUT Filename of the graph. DEFAULT: ./githubissues.pdf -x X Key of the x values to use for graphing. DEFAULT: openeddaysince0 --y-thousandths Flag to divide the y values by 1000 --type TYPE Type of figure to plot. DEFAULT: line --title TITLE Title of the figure. DEFAULT: "" --x-label XLABEL X axis label of the figure. DEFAULT: "" --y-label Y_LABEL Y axis label of the figure. DEFAULT: "" --stylesheet STYLESHEET Filepath of matplotlib stylesheet to use. DEFAULT: "" -v, --version Display version of the tool
Author(s): Nicholas M. Synovic, Jake Palmer, Rohan Sethi, George K. Thiruvathukal ```
Owner
- Name: Software and Systems Laboratory
- Login: SoftwareSystemsLaboratory
- Kind: organization
- Email: ssl@cs.luc.edu
- Location: Loyola University Chicago
- Website: https://ssl.cs.luc.edu/
- Repositories: 20
- Profile: https://github.com/SoftwareSystemsLaboratory
Fostering innovation via experimentation and collaboration with an emphasis on openness.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - given-names: George family-names: Thiruvathukal email: gkt@cs.luc.edu affiliation: Loyola University Chicago orcid: 'https://orcid.org/0000-0002-0452-5571' - given-names: Jacob family-names: Palmer email: jpalmer3@luc.edu affiliation: Loyola University Chicago orcid: 'https://orcid.org/0000-0003-4586-5369' - orcid: 'https://orcid.org/0000-0002-9587-3722' given-names: Rohan family-names: Sethi email: rsethi@luc.edu affiliation: Loyola University Chicago given-names: Nicholas family-names: Synovic email: nsynovic@luc.edu affiliation: Loyola University Chicago orcid: 'https://orcid.org/0000-0003-0413-4594' title: "SoftwareSystemsLaboratory/clime-issues" version: 0.9.1 doi: 10.5281/zenodo.6478528 date-released: 2022-02-09 url: "https://github.com/SoftwareSystemsLaboratory/clime-issues"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 10
- Total pull requests: 13
- Average time to close issues: 19 days
- Average time to close pull requests: about 13 hours
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.2
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- NicholasSynovic (9)
- estoneman (1)
Pull Request Authors
- NicholasSynovic (12)
- estoneman (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- matplotlib *
- numpy *
- pandas *
- progress *
- python-dateutil *
- requests *
- matplotlib *
- numpy *
- pandas *
- progress *
- python-dateutil *
- requests *