Skip to content

Geo Node Status 2.0 - TimeAgo Cleanup

Zack Cuddy requested to merge 325182_06_time_ago_cleanup into master

Why

Work towards: #325182 (closed)

Over the past few months we have been implementing the new Geo Node Status UI (ee/geo_nodes_beta). More can be read on this epic: &4712 (closed) Throughout the iterations lots of feedback has been received. The above issue tracks the backstage inconsistencies created by different reviews and perspectives. This is part of a series of MRs to clean up all these backstage inconsistencies.

What does this MR do?

This MR addresses the following feedback:

Category Feedback
Time Ago 1. Use `time-ago` component instead of mixin: !56154 (comment 538534363)

To further describe the changes. This change is soley focused on removing the need for the TimeAgoMixin by instead replacing it with the TimeAgo component.

This change is also behind a feature flag (:geo_nodes:beta)

How to test

  1. Set up a Geo Primary/Secondary GDK
  2. Fetch the current branch
  3. Activate the Feature Flag on your Primary GDK (:geo_nodes_beta)
  4. Navigate to http://127.0.0.1:3000/admin/geo/nodes_beta
  5. View UI

Screenshots (strongly suggested)

UI Elements Rendered

Screen_Shot_2021-04-27_at_2.54.45_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

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
Edited by Zack Cuddy

Merge request reports

Loading