-
Notifications
You must be signed in to change notification settings - Fork 19
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
Provisioning service #1678
Merged
Merged
Provisioning service #1678
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pizkaz
force-pushed
the
1636-provisioning-api
branch
8 times, most recently
from
December 16, 2024 16:40
980177a
to
a86d409
Compare
SamuelWei
reviewed
Dec 19, 2024
SamuelWei
reviewed
Dec 19, 2024
pizkaz
force-pushed
the
1636-provisioning-api
branch
from
January 6, 2025 16:15
2f01a0a
to
a906799
Compare
SamuelWei
reviewed
Jan 6, 2025
SamuelWei
reviewed
Jan 6, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1678 +/- ##
=============================================
+ Coverage 81.14% 81.52% +0.37%
- Complexity 1355 1410 +55
=============================================
Files 362 364 +2
Lines 9304 9548 +244
Branches 867 867
=============================================
+ Hits 7550 7784 +234
- Misses 1754 1764 +10 ☔ View full report in Codecov by Sentry. |
pizkaz
force-pushed
the
1636-provisioning-api
branch
4 times, most recently
from
January 6, 2025 19:14
9828ed1
to
ba1e2b8
Compare
SamuelWei
requested changes
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
SamuelWei
reviewed
Jan 7, 2025
pizkaz
force-pushed
the
1636-provisioning-api
branch
from
January 14, 2025 11:22
9da91de
to
352d360
Compare
pizkaz
force-pushed
the
1636-provisioning-api
branch
from
January 14, 2025 12:20
352d360
to
5c5ba85
Compare
pizkaz
force-pushed
the
1636-provisioning-api
branch
from
January 14, 2025 14:28
bb1a596
to
6dae640
Compare
pizkaz
force-pushed
the
1636-provisioning-api
branch
from
January 14, 2025 14:31
6dae640
to
2123b76
Compare
PILOS Run #1648
Run Properties:
|
Project |
PILOS
|
Branch Review |
develop
|
Run status |
Passed #1648
|
Run duration | 05m 03s |
Commit |
9f22ab91bd: Provisioning service (#1678)
|
Committer | PizZaKatZe |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
238
|
View all changes introduced in this branch ↗︎ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1636
Type (Highlight the corresponding type)
Checklist
Changes
ProvisioningService
providing an API for CRUD operations on models.provision:all
command consuming a JSON file and using theProvisioningService
to delete existing (if so desired) models and adding new ones according to JSON data.Other information