-
Notifications
You must be signed in to change notification settings - Fork 98
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(ldp): subscriptions list implementation #14583
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
vovh
force-pushed
the
feat/MANAGER-15919
branch
from
December 16, 2024 08:38
b6e6e92
to
9666ec1
Compare
vovh
force-pushed
the
feat/MANAGER-15919
branch
2 times, most recently
from
December 17, 2024 14:34
7ebae77
to
3aa7cf4
Compare
rjamet-ovh
force-pushed
the
feat/logs-to-customer-module
branch
from
December 18, 2024 08:13
6945713
to
a77538a
Compare
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Dec 18, 2024
vovh
force-pushed
the
feat/MANAGER-15919
branch
from
December 18, 2024 08:46
3aa7cf4
to
c05814c
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Dec 18, 2024
pauldkn
approved these changes
Dec 18, 2024
vovh
force-pushed
the
feat/MANAGER-15919
branch
3 times, most recently
from
December 18, 2024 14:40
1a57d49
to
dd7b9cf
Compare
vovh
requested review from
sidlynx,
kqesar,
qpavy,
MaximeBajeux and
darsene
and removed request for
a team
December 18, 2024 14:44
vovh
force-pushed
the
feat/MANAGER-15919
branch
2 times, most recently
from
December 18, 2024 16:29
37c3548
to
12a77f8
Compare
rjamet-ovh
reviewed
Dec 19, 2024
...anager/modules/logs-to-customer/src/components/subscriptions/SubscriptionEmpty.component.tsx
Outdated
Show resolved
Hide resolved
vovh
force-pushed
the
feat/MANAGER-15919
branch
2 times, most recently
from
December 19, 2024 12:55
f169fb4
to
38c653b
Compare
github-actions
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 19, 2024
vovh
changed the base branch from
feat/logs-to-customer-module
to
feat/MANAGER-15918
December 19, 2024 12:56
vovh
force-pushed
the
feat/MANAGER-15919
branch
from
December 19, 2024 12:57
38c653b
to
a118eb7
Compare
github-actions
bot
removed
the
dependencies
Pull requests that update a dependency file
label
Dec 19, 2024
rjamet-ovh
force-pushed
the
feat/MANAGER-15918
branch
from
December 19, 2024 13:02
58f01f9
to
7a03757
Compare
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Dec 19, 2024
vovh
changed the base branch from
feat/MANAGER-15918
to
feat/logs-to-customer-module
December 19, 2024 13:05
vovh
force-pushed
the
feat/MANAGER-15919
branch
from
December 19, 2024 13:06
a118eb7
to
8bbf220
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Dec 19, 2024
rjamet-ovh
reviewed
Dec 19, 2024
...odules/logs-to-customer/src/components/subscriptions/SubscriptionStreamActions.component.tsx
Outdated
Show resolved
Hide resolved
rjamet-ovh
reviewed
Dec 19, 2024
...manager/modules/logs-to-customer/src/components/subscriptions/SubscriptionTile.component.tsx
Outdated
Show resolved
Hide resolved
rjamet-ovh
reviewed
Dec 19, 2024
packages/manager/modules/logs-to-customer/src/data/api/logService.ts
Outdated
Show resolved
Hide resolved
rjamet-ovh
reviewed
Dec 19, 2024
packages/manager/modules/logs-to-customer/src/data/mocks/logSubscription.mock.ts
Outdated
Show resolved
Hide resolved
vovh
force-pushed
the
feat/MANAGER-15919
branch
from
December 19, 2024 13:50
8bbf220
to
f878999
Compare
rjamet-ovh
approved these changes
Dec 19, 2024
vovh
force-pushed
the
feat/MANAGER-15919
branch
2 times, most recently
from
December 19, 2024 14:50
84e5462
to
39f3561
Compare
ref: MANAGER-15919 Signed-off-by: Vincent BONMARCHAND <[email protected]>
vovh
force-pushed
the
feat/MANAGER-15919
branch
from
December 19, 2024 14:58
39f3561
to
cdc6e1b
Compare
Quality Gate passedIssues Measures |
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.
feat/logs-to-customer-module
Description
Related