Skip to content

Commit

Permalink
Remove rg-id from repo_id endpoints in the experimental group
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brain <[email protected]>
  • Loading branch information
ABrain7710 committed Aug 20, 2021
1 parent 4fed912 commit c239577
Showing 1 changed file with 5 additions and 47 deletions.
52 changes: 5 additions & 47 deletions docs/source/rest-api/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -917,12 +917,6 @@ paths:
beginning and end date (default between now and 365 days ago).
operationId: Aggregate Summary (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -972,7 +966,7 @@ paths:
get:
description: 'This is an Augur-specific metric. We are currently working to
define these more formally. '
operationId: Annual Commit Count Ranked by New Repo in Repo Group (Repo)
operationId: Annual Commit Count Ranked by New Repo in Repo Group (Repo Group)
parameters:
- description: Repository Group ID.
in: path
Expand Down Expand Up @@ -1032,7 +1026,7 @@ paths:
get:
description: 'This is an Augur-specific metric. We are currently working to
define these more formally. '
operationId: Annual Commit Count Ranked by Repo in Repo Group (Repo)
operationId: Annual Commit Count Ranked by Repo in Repo Group (Repo Group)
parameters:
- description: Base64 version of the URL of the GitHub repository as it appears
in the Facade DB
Expand Down Expand Up @@ -1066,7 +1060,7 @@ paths:
get:
description: 'This is an Augur-specific metric. We are currently working to
define these more formally. '
operationId: Annual Lines of Code Ranked by New Repo in Repo Group (Repo)
operationId: Annual Lines of Code Ranked by New Repo in Repo Group (Repo Group)
parameters:
- description: Base64 version of the URL of the GitHub repository as it appears
in the Facade DB
Expand Down Expand Up @@ -1100,7 +1094,7 @@ paths:
get:
description: 'This is an Augur-specific metric. We are currently working to
define these more formally. '
operationId: Annual Lines of Code Ranked by Repo in Repo Group (Repo)
operationId: Annual Lines of Code Ranked by Repo in Repo Group (Repo Group)
parameters:
- description: Base64 version of the URL of the GitHub repository as it appears
in the Facade DB
Expand Down Expand Up @@ -1171,12 +1165,6 @@ paths:
description: Mean(Average) of issue comments per day.
operationId: Issue Comments Mean (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -1242,12 +1230,6 @@ paths:
description: Mean(Average) and Standard Deviation of issue comments per day.
operationId: Issue Comments Mean Std (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -1329,12 +1311,6 @@ paths:
a date)
operationId: Pull Request Acceptance Rate (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -1371,7 +1347,7 @@ paths:
/repo-groups/:repo_group_id/pull-requests-closed-no-merge:
get:
description: Timeseries of pull request which were closed but not merged
operationId: Pull Request Closed but Not Merged (Repo)
operationId: Pull Request Closed but Not Merged (Repo Group)
parameters:
- description: Repository Group ID.
in: path
Expand Down Expand Up @@ -1496,12 +1472,6 @@ paths:
description: Returns a list of contributors contributing N% of all commits.
operationId: Top Committers (Repo)
parameters:
- description: Repository Group ID.
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -1577,12 +1547,6 @@ paths:
description: List of abandoned issues (last updated &gt;= 1 year ago)
operationId: Abandoned Issues (Repo)
parameters:
- description: Repository Group ID
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down Expand Up @@ -1656,12 +1620,6 @@ paths:
url: https://github.com/chaoss/wg-evolution/blob/master/metrics/contributors-new.md
operationId: Lines Changed by Author (Repo)
parameters:
- description: Repository Group ID
in: path
name: repo_group_id
schema:
type: string
type: string
- description: Repository ID.
in: path
name: repo_id
Expand Down

0 comments on commit c239577

Please sign in to comment.