metrics icon indicating copy to clipboard operation
metrics copied to clipboard

Interface with osshealth/Augur

Open OrkoHunter opened this issue 7 years ago • 1 comments

Current API is hosted at - http://twitter.augurlabs.io/api/unstable/

  • [x] = used in reports
  • [ ] = not used

API Status as of August 15, 2018

  • [ ] /:owner/:repo/timeseries/issue_comments

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Does not exist. Follow https://github.com/OSSHealth/augur/issues/148
  • [ ] /:owner/:repo/timeseries/watchers

    • Status : OKAY
    • If used, on which pages? :
    • Comments: Gives timeseries of new watchers. Related https://github.com/OSSHealth/augur/issues/152
  • [x] /:owner/:repo/bus_factor

    • Status : OKAY
    • Used on twitter/metrics : YES
    • If used, on which pages? : WEEKLY - PROJECTS and MONTHLY - PROJECTS
    • Comments : Takes good enough time. Sometimes it gives a timeout
  • [ ] /:owner/:repo/timeseries/commits/comments

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Incomplete data
  • [ ] /:owner/:repo/timeseries/commits100

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Incomplete, outdated data
  • [ ] /:owner/:repo/committer_locations

    • Status : GOOD
    • If used, on which pages? :
    • Comments :
  • [ ] /:owner/:repo/timeseries/community_age

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Does not exist. Follow https://github.com/OSSHealth/augur/issues/148
  • [ ] /:owner/:repo/timeseries/community_engagement

    • Status : GOOD
    • If used, on which pages? :
    • Comments :
  • [ ] /:owner/:repo/timeseries/contributions

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Does not Exist. Follow https://github.com/OSSHealth/augur/issues/148
  • [ ] /:owner/:repo/dependencies

    • Status : OKAY
    • If used, on which pages? :
    • Comments : Gives good results for twitter/* repos. Internal Server Error for pantsbuild/pants, but good for twitter/pants
  • [ ] `/:owner/:repo/dependency_stats

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Does not return any result
  • [ ] /:owner/:repo/dependents

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Does not return any result
  • [ ] /:owner/:repo/timeseries/downloads

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : See https://github.com/OSSHealth/augur/issues/149, does not return any results for most repos
  • [ ] /:owner/:repo/timeseries/fakes

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Not sure what the metric represents
  • [x] /:owner/:repo/timeseries/issues/activity

    • Status : GOOD
    • If used, on which pages? :
    • Comments : It's there on currently github scraped metrics
  • [ ] /git/lines*changed/:git_repo*url

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Works only if repo is downloaded at the server - https://github.com/OSSHealth/augur/issues/150
  • [ ] /:owner/:repo/linking_websites

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Bug. https://github.com/OSSHealth/augur/issues/151
  • [ ] /:owner/:repo/timeseries/tags/major

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Returns empty result for finagle even if it uses tags, possibly not useful
  • [ ] /:owner/:repo/timeseries/project_age

    • Status : NOT OKAY
    • Used on twitter/metrics :
    • If used, on which pages? :
    • Comments : Does not exist. Follow https://github.com/OSSHealth/augur/issues/148
  • [ ] /:owner/:repo/timeseries/total_committers

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Looks useful!
  • [x] /:owner/:repo/contributors

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Looks useful. Refer https://github.com/OSSHealth/augur/issues/147 and https://github.com/OSSHealth/augur/issues/154 | In Progress https://github.com/twitter/metrics/pull/3
  • [ ] /:owner/:repo/timeseries/issues/closed

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Looks good!
  • [ ] /:owner/:repo/timeseries/commits?group_by=:group_by

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Looks good!
  • [ ] /:owner/:repo/timeseries/code_review_iteration

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Gives no results for twitter projects.
  • [ ] /:owner/:repo/timeseries/contributing*github*organizations

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Does Not exist
  • [ ] /:owner/:repo/timeseries/contribution_acceptance

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Don't know what "null" means, needs more information on the number
  • [ ] /:owner/:repo/timeseries/issues/response_time

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Contains lots of null values
  • [ ] /:owner/:repo/timeseries/forks?group_by=:group_by

    • Status : GOOD
    • If used, on which pages? :
    • Comments :
  • [ ] /:owner/:repo/issue_close_time

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Does not exist
  • [ ] /:owner/:repo/timeseries/lines_changed

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Maybe relates to https://github.com/OSSHealth/augur/issues/150
  • [ ] /:owner/:repo/timeseries/pulls/maintainer_response_time

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Doesn't work on twitter projects, gives results for rails/rails
  • [ ] /:owner/:repo/pulls/new_contributing_github_organizations

    • Status : NOT OKAY
    • If used, on which pages? :
    • Comments : Does not exist
  • [ ] /:owner/:repo/timeseries/issues

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Looks good!
  • [ ] /:owner/:repo/timeseries/pulls/comments?group_by=:group_by

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Does not give any results for twitter projects
  • [ ] /:owner/:repo/timeseries/pulls

    • Status : GOOD
    • If used, on which pages? :
    • Comments : Result not ordered by date

OrkoHunter avatar Aug 16 '18 17:08 OrkoHunter

Make use of the "GOOD" metrics!

OrkoHunter avatar Aug 17 '18 01:08 OrkoHunter