Geo Node Status 2.0 - Secondary Details
What does this MR do?
This MR breaks off from the UI mega MR: !53090 (closed)
Work towards #287978 (closed)
This MR replaces the placeholder text for the Secondary Node details with actual components.
This MR still leaves a placeholder in the secondary replication summary and overview for future MRs.
How to test
- Set up a Geo Primary/Secondary GDK
- Fetch the current branch
- Activate the Feature Flag on your Primary GDK (
:geo_nodes_beta
) - Navigate to
http://127.0.0.1:3000/admin/geo/nodes_beta
- View UI
Screenshots (strongly suggested)
Desktop | Mobile | |
---|---|---|
Screenshots | ![]() |
![]() |
Does this MR meet the acceptance criteria?
Conformity
- [-] Changelog entry
- [-] Documentation (if required)
-
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers - [-] Informed Infrastructure department of a default or new setting change, if applicable per definition of done
Security
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
- [-] Label as security and @ mention
@gitlab-com/gl-security/appsec
- [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
- [-] Security reports checked/validated by a reviewer from the AppSec team
Merge request reports
Activity
changed milestone to %13.10
added typefeature label
1 Warning ⚠ featureaddition and featureenhancement merge requests normally have a documentation change. Consider adding a documentation update or confirming the documentation plan with the Technical Writer counterpart.
For more information, see:
- The Handbook page on merge request types.
- The definition of done documentation.
1 Message 📖 CHANGELOG missing: If you want to create a changelog entry for GitLab FOSS, run the following:
bin/changelog -m 56154 "Geo Node Status 2.0 - Secondary Details"
If you want to create a changelog entry for GitLab EE, run the following instead:
bin/changelog --ee -m 56154 "Geo Node Status 2.0 - Secondary Details"
If this merge request doesn't need a CHANGELOG entry, feel free to ignore this message.
Reviewer roulette
Changes that require review have been detected! A merge request is normally reviewed by both a reviewer and a maintainer in its primary category (e.g. frontend or backend), and by a maintainer in all other categories.
To spread load more evenly across eligible reviewers, Danger has picked a candidate for each review slot, based on their timezone. Feel free to override these selections if you think someone else would be better-suited or use the GitLab Review Workload Dashboard to find other available reviewers.
To read more on how to use the reviewer roulette, please take a look at the Engineering workflow and code review guidelines. Please consider assigning a reviewer or maintainer who is a domain expert in the area of the merge request.
Once you've decided who will review this merge request, assign them as a reviewer! Danger does not automatically notify them for you.
Category Reviewer Maintainer frontend Robert Hunt ( @rob.hunt
) (UTC+0, 5 hours ahead of@zcuddy
)Mike Greiling ( @mikegreiling
) (UTC-5, same timezone as@zcuddy
)If needed, you can retry the
danger-review
job that generated this comment.Generated by
🚫 DangerEdited by 🤖 GitLab Bot 🤖mentioned in issue #287978 (closed)
marked the checklist item Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. as completed
added 508 commits
-
e1f51412...a4218704 - 507 commits from branch
287978_05-geo-beta-primary-details
- 349219f7 - Geo Node Status 2.0 - Secondary Details
-
e1f51412...a4218704 - 507 commits from branch
mentioned in merge request !56412 (merged)
added 235 commits
-
be7665d1...c418fe69 - 234 commits from branch
287978_05-geo-beta-primary-details
- 155d7808 - Geo Node Status 2.0 - Secondary Details
-
be7665d1...c418fe69 - 234 commits from branch
added 607 commits
-
dca03885...78869db5 - 606 commits from branch
287978_05-geo-beta-primary-details
- 75bf6d44 - Geo Node Status 2.0 - Secondary Details
-
dca03885...78869db5 - 606 commits from branch
added 3 commits
-
75bf6d44...9606edbc - 2 commits from branch
287978_05-geo-beta-primary-details
- fab92fb4 - Geo Node Status 2.0 - Secondary Details
-
75bf6d44...9606edbc - 2 commits from branch
added 574 commits
-
fab92fb4...2c545937 - 572 commits from branch
287978_05-geo-beta-primary-details
- e14890bb - Geo Node Status 2.0 - Progress Bar
- 18638bbd - Geo Node Status 2.0 - Secondary Details
-
fab92fb4...2c545937 - 572 commits from branch
changed milestone to %13.11
added missed:13.10 label
added 489 commits
-
18638bbd...9bb3b515 - 488 commits from branch
287978_05_5-geo-beta-progress-bars
- 01466563 - Geo Node Status 2.0 - Secondary Details
-
18638bbd...9bb3b515 - 488 commits from branch
marked the checklist item Merge target branch !56990 (merged) as completed
added 487 commits
-
92b92de7...386687c9 - 486 commits from branch
master
- e966d203 - Geo Node Status 2.0 - Secondary Details
-
92b92de7...386687c9 - 486 commits from branch
- Resolved by Mike Greiling
- Resolved by Mike Greiling
- Resolved by Mike Greiling
- Resolved by Mike Greiling
- Resolved by Mike Greiling
Hey @rob.hunt! Do you have capacity for a frontend review? This change is an attempt at MVC by breaking down a large beta UI, full MR can be found here: !53090 (closed)
This change replaces the placeholder text for the Geo Secondary Node Details with Replication Summary and Other Info cards.
The Replication Summary card is full of just placeholder text as there is quite a bit of information that goes in there. The placeholder text for that is replaced in the following MR: !56412 (merged)
The full plan for implementing this new UI can be found here: #287978 (closed)
Please let me know if you have any questions
🙇 This change is behind a feature flag and I also left instructions on how to test locally if you would like to: !56154 (merged)
requested review from @rob.hunt
Bundle size analysis [beta]
This compares changes in bundle size for entry points between the commits 4c4ba45a and 042a8c43
✨ Special assetsEntrypoint / Name Size before Size after Diff Diff in percent average 3.04 MB 3.04 MB - 0.0 % mainChunk 1.87 MB 1.87 MB - 0.0 % 😨 Significant Growth: 1Expand
Entrypoint / Name Size before Size after Diff Diff in percent pages.admin.geo.nodes_beta 358.42 KB 369.3 KB +10.89 KB 3.0 %
Your MR has at least one entrypoint growing significantly (more > 1 KB or 2%). If you write new or extend existing features, this is expected and there is nothing to worry about.
Please consider pinging someone from the FE Foundations (
@dmishunov
,@justin_ho
,@mikegreiling
or@nmezzopera
) for review, if you are unsure about the size increase.Note: We do not have exact data for 4c4ba45a. So we have used data from: 8d8c1e2e.
The target commit was too new, so we used the latest commit from master we have info on.
It might help to rerun thebundle-size-review
job
This might mean that you have a few false positives in this report. If something unrelated to your code changes is reported, you can check this comparison in order to see if they caused this change.Please look at the full report for more details
Read more about how this report works.
Generated by
🚫 DangerEdited by 🤖 GitLab Bot 🤖- Resolved by Zack Cuddy
- Resolved by Zack Cuddy
- Resolved by Zack Cuddy
- Resolved by Zack Cuddy
- Resolved by Zack Cuddy
mentioned in issue #325182 (closed)
added 142 commits
-
e966d203...4816f7ef - 140 commits from branch
master
- f422a4da - Geo Node Status 2.0 - Secondary Details
- 042a8c43 - Changes based on Robert Hunt feedback
-
e966d203...4816f7ef - 140 commits from branch
unassigned @rob.hunt
removed review request for @rob.hunt
requested review from @mikegreiling
mentioned in issue gitlab-com/www-gitlab-com#10293 (closed)
assigned to @zcuddy
mentioned in commit bf208a35
added workflowstaging label
added workflowcanary label and removed workflowstaging label
added workflowproduction label and removed workflowcanary label
added releasedcandidate label
mentioned in merge request !60163 (merged)
mentioned in merge request !60434 (merged)