-
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(tracking): implement tracking in uapp #11432
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
aboungnaseng-ovhcloud
requested review from
kqesar,
frenautvh,
qpavy,
MaximeBajeux and
ghyenne
April 10, 2024 13:53
github-actions
bot
added
dependencies
Pull requests that update a dependency file
container
feature
New feature
labels
Apr 10, 2024
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Apr 10, 2024
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
2 times, most recently
from
April 11, 2024 13:06
74e6e8d
to
3d2c3ce
Compare
frenautvh
reviewed
Apr 12, 2024
frenautvh
reviewed
Apr 12, 2024
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
2 times, most recently
from
April 16, 2024 13:06
95c990f
to
0205739
Compare
github-actions
bot
removed
dependencies
Pull requests that update a dependency file
container
labels
Apr 16, 2024
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
from
April 16, 2024 13:09
0205739
to
c9f2e21
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Apr 16, 2024
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
from
April 16, 2024 13:43
c9f2e21
to
50d49bb
Compare
github-actions
bot
added
universe-bare-metal-cloud
translation required
container
dependencies
Pull requests that update a dependency file
labels
Apr 16, 2024
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
2 times, most recently
from
April 17, 2024 08:31
43c1465
to
eb0daf0
Compare
chipp972
reviewed
Apr 22, 2024
packages/manager/core/generator/app/templates/src/pages/layout.tsx.hbs
Outdated
Show resolved
Hide resolved
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
4 times, most recently
from
April 22, 2024 14:54
d2c01a6
to
535554d
Compare
chipp972
reviewed
Apr 22, 2024
packages/manager/core/generator/app/templates/src/pages/layout.tsx.hbs
Outdated
Show resolved
Hide resolved
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
from
April 23, 2024 07:23
535554d
to
8ad36eb
Compare
chipp972
previously approved these changes
Apr 23, 2024
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
from
April 23, 2024 14:13
8ad36eb
to
d72b8dc
Compare
anooparveti
reviewed
Apr 23, 2024
packages/manager/core/generator/app/templates/src/pages/layout.tsx.hbs
Outdated
Show resolved
Hide resolved
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
from
April 24, 2024 07:20
d72b8dc
to
2056b14
Compare
Quality Gate passedIssues Measures |
chipp972
previously approved these changes
Apr 24, 2024
anooparveti
previously approved these changes
Apr 25, 2024
ref: MANAGER-13929 Signed-off-by: Alex Boungnaseng <alex.boungnaseng.ext@corp.ovh.com>
aboungnaseng-ovhcloud
dismissed stale reviews from anooparveti and chipp972
via
April 30, 2024 15:08
9b2a0e6
aboungnaseng-ovhcloud
force-pushed
the
feat/MANAGER-13929-generator
branch
from
April 30, 2024 15:08
2056b14
to
9b2a0e6
Compare
chipp972
approved these changes
Apr 30, 2024
anooparveti
approved these changes
Apr 30, 2024
frenautvh
approved these changes
May 3, 2024
qpavy
pushed a commit
that referenced
this pull request
May 13, 2024
ref: MANAGER-13929 Signed-off-by: Alex Boungnaseng <alex.boungnaseng.ext@corp.ovh.com>
qpavy
pushed a commit
that referenced
this pull request
May 13, 2024
ref: MANAGER-13929 Signed-off-by: Alex Boungnaseng <alex.boungnaseng.ext@corp.ovh.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
master
/release/**
/develop
Description
Related