Rename Last event ID processed by cursor message
requested to merge gitlab-community/gitlab:415803-improving-geo-last-id-information-for-user into master
What does this MR do and why?
This MR modifies the text Last event ID processed by cursor
-> Last event ID processed
to make it more customer friendly.
The following files have been modified to reflect the above change.
- locale/gitlab.pot
- geo_site_secondary_other_info.vue
- geo_node_status_check.rb
This change also modifies the report generated by running sudo gitlab-rake geo:status
command to include Last event ID processed
information.
Relates to: #415803 (closed)
How to set up and validate locally
- Setup Gitlab Development Server on Local
- Run the gitlab project on local, after logging in, on the left sidebar, expand the top-most chevron ({chevron-down}).
- Select Admin Area.
- On the left sidebar, select Geo > Sites.
- In Secondary Site Section look for other information box.
- Inside other information box
Last Event ID processed
should be visible instead ofLast Event ID processed by cursor
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Mayank Singh