Skip to content
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

Core usage metrics v1 (merge to side-branch) #8238

Merged
merged 8 commits into from
Jan 28, 2020

Conversation

Monkeychip
Copy link
Contributor

This is the first round of changes for the Core Usage Metrics project.

In this PR

  • restructure menu dropdown to match the designs.

This is what changed:
-- Move seal status under the Server menu label
-- Move License under the seal status list item
-- Remove the Metrics menu label
-- Rename HTTP Requests to Metrics, and move it under License
-- Now, Seal Status, License, and Metrics are under the "Server" menu label

This is what it looks like now:

  • move the HTTP Request to a route under vault.cluster.requests.http-request.
  • Add an index.hbs route under vault.cluster.requests so I could link to the http-request template.
  • Make a placeholder metrics landing template.

Notes/Questions:

  • I've used a "side-branch" label in GitHub to help remind the reviewer to confirm that yes, this branch should not be merged into master but a side-branch. Would it be OK for me to add this GitHub label?

Copy link
Contributor

@andaley andaley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i had one request about the route name, but other than that this looks great!

ui/app/router.js Outdated Show resolved Hide resolved
@andaley andaley modified the milestone: 1.3.3 Jan 27, 2020
@Monkeychip Monkeychip merged commit 65b80c1 into core-usage-metrics Jan 28, 2020
@Monkeychip Monkeychip deleted the core-usage-metrics-v1 branch January 28, 2020 17:48
@Monkeychip Monkeychip mentioned this pull request Feb 13, 2020
Monkeychip added a commit that referenced this pull request Feb 13, 2020
* Core usage metrics v1 (merge to side-branch) (#8238)

* restructure menu layout per designs

* setup new routing that will set the stage for a metrics landing page

* fix formatting

* Revert "fix formatting"

This reverts commit e77cdec.

* fix formatting

* small styling changes

* change request routing to metrics

* rename route js file

* Core usage metrics v2 (#8263)

* restructure menu layout per designs

* setup new routing that will set the stage for a metrics landing page

* fix formatting

* Revert "fix formatting"

This reverts commit e77cdec.

* fix formatting

* small styling changes

* change request routing to metrics

* rename route js file

* setup selectable card component and api request

* add token and http request models to route and template

* add entities to route and template

* clean up

* add breadcrumbs and some clean up work

* remove unused selectable-card component

* refactor to a serializer

* move adapters, serializers, and models into metrics folder

* remove unused file

* address pr comments

* address pr comments

* Core Usage Metrics V3 (#8316)

* restructure menu layout per designs

* setup new routing that will set the stage for a metrics landing page

* fix formatting

* Revert "fix formatting"

This reverts commit e77cdec.

* fix formatting

* small styling changes

* change request routing to metrics

* rename route js file

* setup selectable card component and api request

* add token and http request models to route and template

* add entities to route and template

* clean up

* add breadcrumbs and some clean up work

* remove unused selectable-card component

* setup smaller http request bar chart

* refactor to a serializer

* move adapters, serializers, and models into metrics folder

* remove unused file

* setup change part of component

* fix broken model

* add conditional class

* setting up computed properties in new component

* small fixes

* setup components

* minor fixes

* rename

* clean up

* firefox fix

* remove shadow bars

* move out of metrics folders

* modify permissions to show difference between token entities and requests

* make tests

* fix class names and associated tests

* clean up

* fix text overflow in non-chrome browsers

* address pr comments, specifically class names and tests

* move into one component

* clean up component descriptions in comments

* small wording changes

* fix for accessibility

* address pr comments around component examples for storybook

* fix test

* fix failing test

* fix test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants