-
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: Display usage of T4C repositories in projects #1752
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1752 +/- ##
==========================================
+ Coverage 84.69% 84.72% +0.02%
==========================================
Files 203 206 +3
Lines 6712 6735 +23
Branches 465 464 -1
==========================================
+ Hits 5685 5706 +21
- Misses 866 867 +1
- Partials 161 162 +1 ☔ View full report in Codecov by Sentry. |
5fafd8e
to
f1d20f0
Compare
A Storybook preview is available for commit f1abb04. |
This comment has been minimized.
This comment has been minimized.
f1d20f0
to
97bf653
Compare
This comment has been minimized.
This comment has been minimized.
97bf653
to
246ffd8
Compare
This comment has been minimized.
This comment has been minimized.
246ffd8
to
a2cacb4
Compare
This comment has been minimized.
This comment has been minimized.
a2cacb4
to
2ee9f11
Compare
This comment has been minimized.
This comment has been minimized.
2ee9f11
to
42a4c64
Compare
This comment has been minimized.
This comment has been minimized.
e13a945
to
594f33e
Compare
42a4c64
to
0b7479f
Compare
API Changelog 4.7.2.dev22+gf1abb04aGET /api/v1/events
GET /api/v1/projects
POST /api/v1/projects
GET /api/v1/projects/{project_slug}
PATCH /api/v1/projects/{project_slug}
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
POST /api/v1/projects/{project_slug}/models/{model_slug}/backups/pipelines
GET /api/v1/projects/{project_slug}/models/{model_slug}/backups/pipelines/{pipeline_id}
GET /api/v1/projects/{project_slug}/models/{model_slug}/modelsources/t4c
POST /api/v1/projects/{project_slug}/models/{model_slug}/modelsources/t4c
GET /api/v1/projects/{project_slug}/models/{model_slug}/modelsources/t4c/{t4c_model_id}
PATCH /api/v1/projects/{project_slug}/models/{model_slug}/modelsources/t4c/{t4c_model_id}
GET /api/v1/settings/modelsources/t4c/instances/{t4c_instance_id}/repositories
GET /api/v1/settings/modelsources/t4c/license-servers
POST /api/v1/settings/modelsources/t4c/license-servers
GET /api/v1/settings/modelsources/t4c/license-servers/{t4c_license_server_id}
PATCH /api/v1/settings/modelsources/t4c/license-servers/{t4c_license_server_id}
GET /api/v1/users/{user_id}/common-projects
GET /api/v1/users/{user_id}/events
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The numbers beginning with '#' were translated to issue / PR links, breaking the API Changelog.
8b6dfcd
to
07caa44
Compare
Quality Gate passedIssues Measures |
This report was generated by comparing f1abb04 with 08e9331. ArtifactName:
|
item | count |
---|---|
pass | 320 |
change | 20 |
new | 2 |
delete | 0 |
📝 Report
Differences
Pipeline Components_Pipeline Deletion Dialog_As Admin_desktop.png
actual | |
---|---|
expected | |
difference |
Pipeline Components_Pipeline Deletion Dialog_As Admin_mobile.png
actual | |
---|---|
expected | |
difference |
Pipeline Components_Pipeline Deletion Dialog_As Project Admin_desktop.png
actual | |
---|---|
expected | |
difference |
Pipeline Components_Pipeline Deletion Dialog_As Project Admin_mobile.png
actual | |
---|---|
expected | |
difference |
Pipeline Components_Pipeline Deletion Dialog_Request Sent_desktop.png
actual | |
---|---|
expected | |
difference |
Pipeline Components_Pipeline Deletion Dialog_Request Sent_mobile.png
actual | |
---|---|
expected | |
difference |
Pipeline Components_Trigger Pipeline_Pipeline Overview_desktop.png
actual | |
---|---|
expected | |
difference |
Pipeline Components_Trigger Pipeline_Pipeline Overview_mobile.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Repositories_Add Repositories_desktop.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Repositories_Add Repositories_mobile.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Repositories_Repositories_desktop.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Repositories_Repositories_mobile.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Server Instance_Add Instance_desktop.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Server Instance_Add Instance_mobile.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Server Instance_Archived Instance_desktop.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Server Instance_Archived Instance_mobile.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Server Instance_Edit Existing Instance_desktop.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Server Instance_Edit Existing Instance_mobile.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Server Instance_Existing Instance_desktop.png
actual | |
---|---|
expected | |
difference |
Settings Components_Modelsources_T4C_Server Instance_Existing Instance_mobile.png
actual | |
---|---|
expected | |
difference |
Breaking Changes
A list of API changes is available here: #1752 (comment)
Breaking Changes are marked with a warning icon.
Description
Displays the usage of TeamForCapella repositories in projects. To avoid circular imports, I had to add two
models2
modules.