This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 327
Server state: Add Ons & Add On definitions #4836
Merged
Merged
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
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 6, 2023 20:30
7e46bac
to
6904af4
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 7, 2023 17:14
6904af4
to
a71dbb8
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 10, 2023 15:55
a71dbb8
to
bcfcdc9
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 10, 2023 18:03
bcfcdc9
to
c50f570
Compare
paladin-devops
force-pushed
the
f-proto-add-ons
branch
from
July 11, 2023 01:19
a525afe
to
0f6ca24
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 11, 2023 01:20
af2f080
to
cd0c6c4
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 11, 2023 20:23
d3550bf
to
383b706
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 12, 2023 13:10
c0f36ea
to
f22d293
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 14, 2023 17:53
7e914ed
to
02a6356
Compare
paladin-devops
force-pushed
the
f-proto-add-ons
branch
from
July 17, 2023 18:52
cff4234
to
ce02e20
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 17, 2023 18:53
af06725
to
0829447
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 19, 2023 17:20
0829447
to
d6495bf
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
July 19, 2023 19:36
d6495bf
to
29be3dd
Compare
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
August 8, 2023 16:26
02088ab
to
dc22eb4
Compare
Add new interface methods to boltdbstate as well, but not implemented.
Also update add on definitions list endpoint to use the list request proto instead of a pagination proto.
Pagination response must be included in the response for listing add-ons and add-on definitions. Remove add-on update from serverstate interface.
A reference to the existing add-on definition is required, to do a lookup before updating the existing one.
This is necessary to enable "project-level" events. Before this commit, Events could only be used at the "app-level".
paladin-devops
force-pushed
the
f-add-ons-serverstate
branch
from
August 9, 2023 17:31
dc22eb4
to
d884481
Compare
paladin-devops
added
the
pr/no-changelog
No automatic changelog entry required for this pull request
label
Aug 9, 2023
izaaklauer
suggested changes
Aug 9, 2023
izaaklauer
approved these changes
Aug 10, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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 new server state interface methods for Add Ons and Add On definitions. Added to boltdbstate as well, but not implemented.
This PR also contains changes from #4861, for adding support for project-level events.