-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Allow users to sign up as beta-testers #1959
Conversation
The generated OpenAPI client is not up to date with the latest changes in the OpenAPI specification. |
API Changelog 4.12.1.dev8+g312d1887GET /api/v1/events
GET /api/v1/projects/{project_slug}/events
GET /api/v1/projects/{project_slug}/models
POST /api/v1/projects/{project_slug}/models
GET /api/v1/projects/{project_slug}/models/{model_slug}
PATCH /api/v1/projects/{project_slug}/models/{model_slug}
GET /api/v1/projects/{project_slug}/models/{model_slug}/backups/pipelines/{pipeline_id}/runs
POST /api/v1/projects/{project_slug}/models/{model_slug}/backups/pipelines/{pipeline_id}/runs
GET /api/v1/projects/{project_slug}/models/{model_slug}/backups/pipelines/{pipeline_id}/runs/{pipeline_run_id}
GET /api/v1/projects/{project_slug}/users
POST /api/v1/projects/{project_slug}/users
GET /api/v1/projects/{project_slug}/users/current
GET /api/v1/sessions
POST /api/v1/sessions
GET /api/v1/sessions/{session_id}
POST /api/v1/sessions/{session_id}/shares
GET /api/v1/settings/configurations/global
PUT /api/v1/settings/configurations/global
GET /api/v1/tools/*/versions
GET /api/v1/tools/{_tool_id}/versions/default
GET /api/v1/tools/{tool_id}/versions
POST /api/v1/tools/{tool_id}/versions
GET /api/v1/tools/{tool_id}/versions/{version_id}
PUT /api/v1/tools/{tool_id}/versions/{version_id}
GET /api/v1/users
POST /api/v1/users
GET /api/v1/users/beta
GET /api/v1/users/current
GET /api/v1/users/{user_id}
PATCH /api/v1/users/{user_id}
GET /api/v1/users/{user_id}/events
GET /api/v1/users/{user_id}/sessions
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1959 +/- ##
==========================================
+ Coverage 84.63% 84.71% +0.08%
==========================================
Files 211 211
Lines 6945 6995 +50
Branches 483 491 +8
==========================================
+ Hits 5878 5926 +48
- Misses 904 906 +2
Partials 163 163 ☔ View full report in Codecov by Sentry. |
A Storybook preview is available for commit 312d188. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
0f025de
to
b48ca51
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the implementation! Just some smaller comments, the general structure looks good.
frontend/src/app/users/users-profile/beta-testing/beta-testing.component.html
Outdated
Show resolved
Hide resolved
b48ca51
to
5be4b1d
Compare
This comment has been minimized.
This comment has been minimized.
5be4b1d
to
f6c4883
Compare
Quality Gate passedIssues Measures |
This report was generated by comparing 312d188 with f4fe754. ArtifactName:
|
item | count |
---|---|
pass | 342 |
change | 0 |
new | 4 |
delete | 0 |
Closes #1952