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

Updated some content on the schema/augur_full.sql file. #2821

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion augur/application/schema/augur_full.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3744,7 +3744,7 @@ COPY augur_data.chaoss_metric_status (cms_id, cm_group, cm_source, cm_type, cm_b
43 experimental githubapi metric implemented unimplemented f /api/unstable/<owner>/<repo>/githubapi/pull_requests_merged \N Pull Requests Merged experimental "pull_requests_merged" Insight Worker 0.0.1 githubapi 2019-06-20 22:50:24 \N
44 experimental githubapi metric implemented unimplemented f /api/unstable/<owner>/<repo>/githubapi/pull_requests_open \N Pull Requests Open experimental "pull_requests_open" Insight Worker 0.0.1 githubapi 2019-06-20 22:50:25 \N
45 experimental githubapi metric implemented unimplemented t /api/unstable/<owner>/<repo>/githubapi/repository_size \N Repository Size experimental "repository-size" Insight Worker 0.0.1 githubapi 2019-06-20 22:50:27 \N
46 experimental githubapi metric implemented implemented t /api/unstable/<owner>/<repo>/bus_factor \N Bus Factor experimental "bus-factor" Insight Worker 0.0.1 githubapi 2019-06-20 22:50:28 \N
46 experimental githubapi metric implemented implemented t /api/unstable/<owner>/<repo>/contributor_absence_factor \N Contributor Absence Factor experimental "contributor-absence-factor" Insight Worker 0.0.1 githubapi 2019-06-20 22:50:28 \N
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Preshh0 : Unfortunately making this change will be a bit more work. I know for sure there are files in :
augur/api and docs/ that will need to be addressed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alrighty then. Do I close it entirely? Or leave it open and wait until whenever there is time to work on it? @sgoggins

47 experimental githubapi timeseries implemented implemented f /api/unstable/<owner>/<repo>/timeseries/tags/major \N Major Tags experimental "major-tags" Insight Worker 0.0.1 githubapi 2019-06-20 22:50:30 \N
48 experimental githubapi timeseries implemented implemented f /api/unstable/<owner>/<repo>/timeseries/tags \N Tags experimental "tags" Insight Worker 0.0.1 githubapi 2019-06-20 22:50:31 \N
49 experimental facade git implemented unimplemented f /api/unstable/git/repos \N Downloaded Repos experimental "downloaded-repos" Insight Worker 0.0.1 facade 2019-06-20 22:50:33 \N
Expand Down
Loading