-
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(rancher): add request tagger on each request page #11282
Merged
anooparveti
merged 1 commit into
develop
from
feat/MANAGER-14030-add-request-tagger-rancher
May 23, 2024
Merged
feat(rancher): add request tagger on each request page #11282
anooparveti
merged 1 commit into
develop
from
feat/MANAGER-14030-add-request-tagger-rancher
May 23, 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
lionel95200x
requested review from
kqesar,
seven-amid,
dectotam,
anooparveti and
JacquesLarique
March 25, 2024 15:09
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
from
March 25, 2024 15:13
0ee5c94
to
7cac8c7
Compare
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
2 times, most recently
from
March 28, 2024 15:57
5b3c34d
to
f88a9c1
Compare
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Apr 4, 2024
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
from
April 8, 2024 07:25
f88a9c1
to
0885225
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Apr 8, 2024
chipp972
previously approved these changes
Apr 8, 2024
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Apr 15, 2024
aboungnaseng-ovhcloud
previously approved these changes
Apr 17, 2024
lionel95200x
dismissed stale reviews from aboungnaseng-ovhcloud and chipp972
April 18, 2024 07:37
The base branch was changed.
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
from
April 18, 2024 08:33
0885225
to
01c6759
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Apr 18, 2024
aboungnaseng-ovhcloud
previously approved these changes
Apr 18, 2024
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
from
April 18, 2024 09:32
01c6759
to
b759c04
Compare
chipp972
previously approved these changes
Apr 18, 2024
anooparveti
requested changes
May 2, 2024
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
from
May 2, 2024 12:25
b759c04
to
8ed80f4
Compare
lionel95200x
dismissed stale reviews from aboungnaseng-ovhcloud and chipp972
via
May 10, 2024 08:05
3f0a5bb
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
3 times, most recently
from
May 10, 2024 09:03
82efb11
to
2d63c77
Compare
anooparveti
reviewed
May 10, 2024
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
May 16, 2024
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
from
May 16, 2024 13:27
2d63c77
to
65c426d
Compare
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
from
May 16, 2024 13:30
65c426d
to
e8315c0
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
May 16, 2024
aboungnaseng-ovhcloud
previously approved these changes
May 16, 2024
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
2 times, most recently
from
May 23, 2024 12:10
103596c
to
480854a
Compare
anooparveti
previously approved these changes
May 23, 2024
aboungnaseng-ovhcloud
approved these changes
May 23, 2024
useEffect(() => { | ||
const [match] = matches.slice(-1) as Match[]; | ||
// We cannot type properly useMatches cause it's not support type inference or passing specific type https://github.com/remix-run/react-router/discussions/10902 | ||
defineCurrentPage(`app.pci-rancher.${match?.handle?.tracking?.pageName}`); |
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.
👍
aboungnaseng-ovhcloud
previously approved these changes
May 23, 2024
ref: MANAGER-14030 Signed-off-by: Lio <lionel95200@gmail.com>
lionel95200x
dismissed stale reviews from aboungnaseng-ovhcloud and anooparveti
via
May 23, 2024 12:49
82f0e90
lionel95200x
force-pushed
the
feat/MANAGER-14030-add-request-tagger-rancher
branch
from
May 23, 2024 12:49
480854a
to
82f0e90
Compare
Quality Gate passedIssues Measures |
anooparveti
approved these changes
May 23, 2024
aboungnaseng-ovhcloud
approved these changes
May 23, 2024
12 tasks
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.
master
Description
Add Request tagger on each page for Rancher
Related