-
Notifications
You must be signed in to change notification settings - Fork 285
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
CP-49212: Update datamodel for non-CDN update #5764
Merged
minglumlu
merged 2 commits into
xapi-project:feature/non-cdn-update
from
BengangY:private/bengangy/CP-49212
Jul 16, 2024
Merged
CP-49212: Update datamodel for non-CDN update #5764
minglumlu
merged 2 commits into
xapi-project:feature/non-cdn-update
from
BengangY:private/bengangy/CP-49212
Jul 16, 2024
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
minglumlu
reviewed
Jul 2, 2024
minglumlu
reviewed
Jul 2, 2024
minglumlu
reviewed
Jul 2, 2024
minglumlu
reviewed
Jul 2, 2024
minglumlu
reviewed
Jul 2, 2024
minglumlu
reviewed
Jul 2, 2024
minglumlu
reviewed
Jul 2, 2024
minglumlu
reviewed
Jul 2, 2024
gangj
reviewed
Jul 2, 2024
gangj
reviewed
Jul 2, 2024
gangj
reviewed
Jul 2, 2024
gangj
reviewed
Jul 2, 2024
gangj
reviewed
Jul 2, 2024
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
2 times, most recently
from
July 2, 2024 09:42
c5adf3e
to
0aec86b
Compare
lindig
reviewed
Jul 2, 2024
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
from
July 3, 2024 06:28
0aec86b
to
3999dd8
Compare
minglumlu
reviewed
Jul 3, 2024
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
from
July 3, 2024 08:00
3999dd8
to
9966eae
Compare
minglumlu
approved these changes
Jul 3, 2024
gangj
reviewed
Jul 4, 2024
gangj
reviewed
Jul 4, 2024
gangj
reviewed
Jul 4, 2024
gangj
reviewed
Jul 4, 2024
gangj
reviewed
Jul 4, 2024
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
from
July 4, 2024 10:27
9966eae
to
d1cd7d6
Compare
gangj
approved these changes
Jul 4, 2024
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
from
July 11, 2024 09:50
d1cd7d6
to
9af8b57
Compare
lindig
reviewed
Jul 11, 2024
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
from
July 12, 2024 02:26
9af8b57
to
5df27b2
Compare
robhoes
reviewed
Jul 12, 2024
lindig
reviewed
Jul 12, 2024
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
from
July 13, 2024 04:22
5df27b2
to
4f1d19b
Compare
robhoes
reviewed
Jul 13, 2024
robhoes
reviewed
Jul 13, 2024
robhoes
approved these changes
Jul 13, 2024
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.
Just a small comment about the datamodel lifecycle values, but otherwise this looks good.
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
3 times, most recently
from
July 15, 2024 08:03
aaf2851
to
bfe61b7
Compare
minglumlu
reviewed
Jul 15, 2024
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
from
July 15, 2024 09:52
bfe61b7
to
7d0468b
Compare
minglumlu
reviewed
Jul 16, 2024
Add a field "origin" in "repository" to indicate the origin of the repository. It's an enum type with 2 values: "remote" and "bundle". Signed-off-by: Bengang Yuan <bengang.yuan@cloud.com>
Signed-off-by: Bengang Yuan <bengang.yuan@cloud.com>
BengangY
force-pushed
the
private/bengangy/CP-49212
branch
from
July 16, 2024 08:30
7d0468b
to
4824a91
Compare
minglumlu
approved these changes
Jul 16, 2024
minglumlu
merged commit Jul 16, 2024
20136cd
into
xapi-project:feature/non-cdn-update
15 checks passed
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.
Add a field "origin" in "repository" to indicate the origin of the repository.
It's an enum type with 2 values: "remote" and "bundle".