-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Introduced app enable/disable/update typed events #35677
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
tcitworld
added
3. to review
Waiting for reviews
feature: apps management
technical debt
php
Pull requests that update Php code
labels
Dec 8, 2022
tcitworld
requested review from
skjnldsv and
CarlSchwan
and removed request for
a team
December 8, 2022 09:59
Was there none prior this ? Or is there some old ones already available? |
skjnldsv
approved these changes
Dec 8, 2022
The old ones are using |
CarlSchwan
approved these changes
Dec 8, 2022
CarlSchwan
reviewed
Dec 8, 2022
tcitworld
force-pushed
the
add-typed-app-management-events
branch
from
December 8, 2022 10:16
2e1b276
to
f4ee15b
Compare
come-nc
reviewed
Dec 8, 2022
tcitworld
force-pushed
the
add-typed-app-management-events
branch
from
December 8, 2022 11:12
f4ee15b
to
56ac399
Compare
come-nc
approved these changes
Dec 8, 2022
tcitworld
force-pushed
the
add-typed-app-management-events
branch
from
December 8, 2022 13:27
56ac399
to
bf68763
Compare
come-nc
reviewed
Dec 13, 2022
ChristophWurst
added
the
pending documentation
This pull request needs an associated documentation update
label
Dec 13, 2022
please fix the psalm issues (static check) |
tcitworld
force-pushed
the
add-typed-app-management-events
branch
from
January 19, 2023 17:41
bf68763
to
5e04230
Compare
tcitworld
added a commit
to nextcloud/documentation
that referenced
this pull request
Jan 20, 2023
Reference: nextcloud/server#35677 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Psalm fixed and docs at nextcloud/documentation#9572 |
unrelated. samba failure probably too |
ChristophWurst
added
4. to release
Ready to be released and/or waiting for tests to finish
and removed
3. to review
Waiting for reviews
labels
Jan 20, 2023
Merged
Merged
Merged
tcitworld
removed
the
pending documentation
This pull request needs an associated documentation update
label
Mar 13, 2023
tcitworld
force-pushed
the
add-typed-app-management-events
branch
from
March 13, 2023 08:59
5e04230
to
c64dcbb
Compare
5 tasks
szaimen
reviewed
Mar 13, 2023
OCP\App\ManagerEvent is depreciated since 22 without a replacement Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld
force-pushed
the
add-typed-app-management-events
branch
from
March 13, 2023 10:53
c64dcbb
to
f1751c4
Compare
CI failure unrelated |
tcitworld
added a commit
to nextcloud/documentation
that referenced
this pull request
Mar 14, 2023
Reference: nextcloud/server#35677 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4. to release
Ready to be released and/or waiting for tests to finish
feature: apps management
php
Pull requests that update Php code
technical debt
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.
OCP\App\ManagerEvent
is depreciated since 22 in #25546 without a replacementChecklist