Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipse-openvsx-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
IT
APIs
eclipse-openvsx-api
Merge requests
!5
feat: Update user token validation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: Update user token validation
zacharysabourin/eclipse-openvsx-api:zacharysabourin/main/16
into
main
Overview
5
Commits
9
Changes
16
Merged
Zachary Sabourin
requested to merge
zacharysabourin/eclipse-openvsx-api:zacharysabourin/main/16
into
main
2 years ago
Overview
5
Commits
9
Changes
16
Expand
Resolves
#16 (closed)
0
0
Merge request reports
Compare
main
version 8
ad200b00
2 years ago
version 7
008a1016
2 years ago
version 6
08c18a1f
2 years ago
version 5
6fb7d165
2 years ago
version 4
e29aaa5a
2 years ago
version 3
a297452f
2 years ago
version 2
f2faa0d9
2 years ago
version 1
d3ab0ba1
2 years ago
main (base)
and
latest version
latest version
ff5bcd75
9 commits,
2 years ago
version 8
ad200b00
8 commits,
2 years ago
version 7
008a1016
7 commits,
2 years ago
version 6
08c18a1f
6 commits,
2 years ago
version 5
6fb7d165
5 commits,
2 years ago
version 4
e29aaa5a
4 commits,
2 years ago
version 3
a297452f
3 commits,
2 years ago
version 2
f2faa0d9
2 commits,
2 years ago
version 1
d3ab0ba1
1 commit,
2 years ago
16 files
+
246
−
116
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
spec/openapi.yaml
+
2
−
2
Options
@@ -19,7 +19,7 @@ paths:
summary
:
Publisher Agreement
description
:
Fetch the open-vsx.org publisher agreement for the current user.
security
:
-
OAuth2
:
[
openvsx_publisher_agreement
]
-
OAuth2
:
[
openvsx_publisher_agreement
,
openid
,
profile
]
responses
:
200
:
description
:
Success
@@ -41,7 +41,7 @@ paths:
summary
:
Create a Publisher Agreement
description
:
Create an open-vsx.org publisher agreement for the current user.
security
:
-
OAuth2
:
[
openvsx_publisher_agreement
]
-
OAuth2
:
[
openvsx_publisher_agreement
,
openid
,
profile
]
requestBody
:
description
:
Required information to sign an open-vsx.org publisher agreement.
required
:
true
Loading