Skip to content
Snippets Groups Projects

feat: Remove most references to Gerrit in the profile stack

Merged Martin Lowe requested to merge malowe/main/126 into main
18 files
+ 7
735
Compare changes
  • Side-by-side
  • Inline
Files
18
+ 4
63
@@ -292,39 +292,6 @@ paths:
@@ -292,39 +292,6 @@ paths:
description: Error while retrieving data.
description: Error while retrieving data.
deprecated: false
deprecated: false
/account/profile/{name}/gerrit:
get:
tags:
- User Metadata
summary: Retrieve user gerrit merge count via username
description: Retrieve gerrit merge count data about a specified user.
operationId: RetrieveGerrit
parameters:
- name: name
in: path
description: An ef username.
required: true
style: simple
explode: false
schema:
type: string
responses:
"200":
description: Success
content:
application/json:
schema:
$ref: "#/components/schemas/GerritResponse"
"404":
description: User not found
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
"500":
description: Error while retrieving data.
deprecated: false
/account/profile/{name}/user_delete_request:
/account/profile/{name}/user_delete_request:
post:
post:
tags:
tags:
@@ -632,7 +599,7 @@ components:
@@ -632,7 +599,7 @@ components:
- oniro
- oniro
eca_url: https://api.eclipse.org/account/profile/zacharysabourin/eca
eca_url: https://api.eclipse.org/account/profile/zacharysabourin/eca
projects_url: https://api.eclipse.org/account/profile/zacharysabourin/projects
projects_url: https://api.eclipse.org/account/profile/zacharysabourin/projects
gerrit_url: https://api.eclipse.org/account/profile/zacharysabourin/gerrit
gerrit_url: ""
mailinglist_url: https://api.eclipse.org/account/profile/zacharysabourin/mailing-list
mailinglist_url: https://api.eclipse.org/account/profile/zacharysabourin/mailing-list
mpc_favorites_url: https://marketplace.eclipse.org/user/zacharysabourin/favorites
mpc_favorites_url: https://marketplace.eclipse.org/user/zacharysabourin/favorites
@@ -754,7 +721,8 @@ components:
@@ -754,7 +721,8 @@ components:
oneOf:
oneOf:
- type: string
- type: string
- type: "null"
- type: "null"
description: "The user's Gerrit URL."
description: "The user's Gerrit URL, deprecated and always empty"
 
deprecated: true
projects_url:
projects_url:
oneOf:
oneOf:
- type: string
- type: string
@@ -808,7 +776,7 @@ components:
@@ -808,7 +776,7 @@ components:
- oniro
- oniro
eca_url: https://api.eclipse.org/account/profile/zacharysabourin/eca
eca_url: https://api.eclipse.org/account/profile/zacharysabourin/eca
projects_url: https://api.eclipse.org/account/profile/zacharysabourin/projects
projects_url: https://api.eclipse.org/account/profile/zacharysabourin/projects
gerrit_url: https://api.eclipse.org/account/profile/zacharysabourin/gerrit
gerrit_url: ""
mailinglist_url: https://api.eclipse.org/account/profile/zacharysabourin/mailing-list
mailinglist_url: https://api.eclipse.org/account/profile/zacharysabourin/mailing-list
mpc_favorites_url: https://marketplace.eclipse.org/user/zacharysabourin/favorites
mpc_favorites_url: https://marketplace.eclipse.org/user/zacharysabourin/favorites
@@ -1063,33 +1031,6 @@ components:
@@ -1063,33 +1031,6 @@ components:
Type: PR
Type: PR
Description: Person - Project
Description: Person - Project
GerritResponse:
type: object
additionalProperties: false
required:
- merged_changes_count
- gerrit_owner_url
- gerrit_reviewer_url
- account_url
properties:
merged_changes_count:
type: string
description: Count of all merged changes.
gerrit_owner_url:
type: string
description: The owner url for the user.
gerrit_reviewer_url:
type: string
description: The reviewer url for the user.
account_url:
type: string
description: The ef profile url.
example:
merged_changes_count: "99"
gerrit_owner_url: https://git.eclipse.org/r/changes/?q=owner:zachary.sabourin@eclipse-foundation.org
gerrit_reviewer_url: https://git.eclipse.org/r/changes/?q=owner:zachary.sabourin@eclipse-foundation.org
account_url: https://api.eclipse.org/account/profile/zacharysabourin
PaginatedUserDeleteRequests:
PaginatedUserDeleteRequests:
type: object
type: object
additionalProperties: false
additionalProperties: false
Loading