open-vault/ui/app/components
claire bontempo 4a9610f382
UI: combine current + history client count tabs into one dashboard (#17575)
* WIP/initial routing-ish

* refactor date dropdown to reuse in modal and allowe current month selection

* swap linter disable line

* refactor date-dropdown to return object

* refactor calendar widget, add tests

* change calendar start and end args to getters

* refactor dashboard to use date objects instead of array of year, month

* remove dashboard files for easier to follow git diff

* comment out dashboard tab until route name updated

* delete current tab and route

* fix undefined banner time

* cleanup version history serializer and upgrade data

* first pass of updating tests

* add changelog

* update client count util test

* validate end time is after start time

* update comment

* add current month to calendar widget

* add comments for code changes to make following API update

* Removed a modified file from pull request

* address comments/cleanup

* update variables to const

* update test const

* rename history -> dashboard, fix tests

* fix timestamps for attribution chart

* update release note

* refactor using backend start and end time params

* add test for adapter formatting time params

* fix tests

* cleanup adapter comment and query params

* change back history file name for diff

* rename file using cli

* revert filenames

* rename files via git cli

* revert route file name

* last cli rename

* refactor mirage

* hold off on running total changes

* update params in test

* refactor to remove conditional assertions

* finish tests

* fix firefox tooltip

* remove current-when

* refactor version history

* add timezone/UTC note

* final cleanup!!!!

* fix test

* fix client count date tests

* fix date-dropdown test

* clear datedropdown completely

* update date selectors to accommodate new year (#18586)

* Revert "hold off on running total changes"

This reverts commit 8dc79a626d549df83bc47e290392a556c670f98f.

* remove assumed 0 values

* update average helper to only calculate for array of objects

* remove passing in bar chart data, map in running totals component instead

* cleanup usage stat component

* clear  ss filters for new queries

* update csv export, add explanation to modal

* update test copy

* consistently return null if no upgrade during activity (instead of empty array)

* update description, add clarifying comments

* update tes

* add more clarifying comments

* fix historic single month chart

* remove old test tag

* Update ui/app/components/clients/dashboard.js
2023-01-26 18:21:12 -08:00
..
auth-config-form Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
basic-dropdown
clients UI: combine current + history client count tabs into one dashboard (#17575) 2023-01-26 18:21:12 -08:00
console Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
identity Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
keymgmt KMSE distribute key bug (#15971) 2022-06-14 11:12:37 -06:00
mfa Use generate endpoint instead of admin-generate during MFA setup (#17932) 2022-11-22 17:05:30 -06:00
modal-form UI/fix policy template doclinks (#18443) 2022-12-16 11:09:21 -08:00
mount-backend UI: glimmerize mount backend form (#18335) 2022-12-16 21:26:43 +00:00
nav-header Ember update (#5386) 2018-09-25 11:28:26 -05:00
oidc UI: Implement new policy SS + modal designs (#17749) 2022-11-18 17:29:04 -08:00
pki Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
secret-list Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
splash-page Ember update (#5386) 2018-09-25 11:28:26 -05:00
transit-key-action Updated transit key action to components (#11807) 2021-06-11 14:44:57 -07:00
wizard UI: glimmerize mount backend form (#18335) 2022-12-16 21:26:43 +00:00
.gitkeep
alert-popup.js Glimmerize components using outer-html (#15744) 2022-06-02 14:40:17 -06:00
alphabet-edit.js CRUD for transform alphabets (#9989) 2020-09-21 15:36:07 -05:00
auth-form-options.js Ember-cli upgrade from ~3.8 to ~3.20 (#9972) 2020-12-03 16:00:22 -07:00
auth-form.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
auth-info.js MFA Config (#15200) 2022-05-20 18:40:16 -06:00
auth-jwt.js UI: JWT Auth Browser Popup warning. Resolves: #10753. (#18787) 2023-01-24 13:15:17 +00:00
b64-toggle.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
calendar-widget.js UI: combine current + history client count tabs into one dashboard (#17575) 2023-01-26 18:21:12 -08:00
cluster-info.js Update cluster status partial to component (#11680) 2021-05-27 09:52:51 -07:00
configure-aws-secret.js UI: TTL picker cleanup (#18114) 2022-12-01 09:33:30 -06:00
configure-ssh-secret.js Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
control-group-success.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
control-group.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
database-connection.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
database-role-edit.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
database-role-setting-form.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
date-dropdown.js UI: combine current + history client count tabs into one dashboard (#17575) 2023-01-26 18:21:12 -08:00
diff-version-selector.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
file-to-array-buffer.js ui: refactor text file component (#18458) 2022-12-19 23:54:59 +00:00
flash-message.js Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
generate-credentials-database.js UI/control group db cred (#12024) 2021-07-12 12:50:30 -05:00
generate-credentials.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
generated-item-list.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
generated-item.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
get-credentials-card.js UI: Glimmerize search select component (#17276) 2022-10-03 11:01:34 -07:00
home-link.js Glimmer continued (#15786) 2022-06-03 18:34:42 -06:00
hover-copy-button.js Glimmer continued (#15786) 2022-06-03 18:34:42 -06:00
key-version-select.js Ember update (#5386) 2018-09-25 11:28:26 -05:00
license-banners.js UI/license banners (#11759) 2021-06-03 15:30:26 -05:00
license-info.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
link-status.js HCP Link Status Parsing and Modal Update (#17279) 2022-09-23 08:18:20 -06:00
logo-edition.js UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
menu-sidebar.js Ember update (#5386) 2018-09-25 11:28:26 -05:00
mount-accessor-select.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
mount-backend-form.js ui: unload auth method when navigating away from form (#18651) 2023-01-12 13:03:22 -08:00
namespace-link.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
namespace-picker.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
nav-header.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
not-found.js Ember update (#5386) 2018-09-25 11:28:26 -05:00
oidc-consent-block.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
outer-html.js Ember update (#5386) 2018-09-25 11:28:26 -05:00
pagination-controls.js Key Management Secrets Engine Phase 1 (#15036) 2022-04-20 12:40:27 -06:00
pgp-file.js ui: refactor text file component (#18458) 2022-12-19 23:54:59 +00:00
pgp-list.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
policy-form.hbs ui: refactor text file component (#18458) 2022-12-19 23:54:59 +00:00
policy-form.js ui: refactor text file component (#18458) 2022-12-19 23:54:59 +00:00
radial-progress.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
raft-join.js Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
raft-storage-overview.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
raft-storage-restore.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
regex-validator.hbs UI: OIDC Config for Vault as a provider (#17071) 2022-09-08 19:06:05 -06:00
regex-validator.js Transform Advanced Templating (#13908) 2022-02-07 13:07:53 -07:00
role-aws-edit.js Ember-cli upgrade from ~3.8 to ~3.20 (#9972) 2020-12-03 16:00:22 -07:00
role-edit.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
role-ssh-edit.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
secret-create-or-update.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
secret-delete-menu.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
secret-edit-metadata.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
secret-edit-toolbar.js Bug Fix and Glimmerize secret-edit component (#14941) 2022-04-07 11:07:33 -06:00
secret-edit.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
secret-link.js Ember upgrade to 3.28.6 (#14763) 2022-04-12 13:59:34 -06:00
secret-version-menu.js LinkTo Transition Bug (#16983) 2022-09-01 16:15:54 -06:00
section-tabs.js OpenAPI CRUD views (#6702) 2019-06-21 11:18:26 -04:00
selectable-card.js Glimmerizing StatusMenu/SelectableCard/PkiCertPopup (#15716) 2022-06-02 14:40:04 -06:00
shamir-progress.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
splash-page.js Glimmerize SplashPage component (#15697) 2022-05-31 11:28:52 -06:00
status-menu.js LinkTo Transition Bug (#16983) 2022-09-01 16:15:54 -06:00
token-expire-warning.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
tool-actions-form.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
tool-hash.js UI/tools partial (#11672) 2021-05-24 10:45:35 -06:00
tool-lookup.js UI/tools partial (#11672) 2021-05-24 10:45:35 -06:00
tool-random.js UI/tools partial (#11672) 2021-05-24 10:45:35 -06:00
tool-rewrap.js UI/tools partial (#11672) 2021-05-24 10:45:35 -06:00
tool-unwrap.js UI/tools partial (#11672) 2021-05-24 10:45:35 -06:00
tool-wrap.js UI/tools partial (#11672) 2021-05-24 10:45:35 -06:00
toolbar-secret-link.js Ember upgrade to 3.28.6 (#14763) 2022-04-12 13:59:34 -06:00
transform-advanced-templating.js Transform Advanced Templating (#13908) 2022-02-07 13:07:53 -07:00
transform-create-form.js Ui/transformation edit update roles (#9955) 2020-09-15 13:46:35 -05:00
transform-edit-base.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
transform-edit-form.js Ui/transformation edit update roles (#9955) 2020-09-15 13:46:35 -05:00
transform-role-edit.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
transform-show-transformation.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
transform-template-edit.js Ui/transform templates (#9981) 2020-09-17 14:08:06 -05:00
transformation-edit.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
transit-edit.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
transit-key-actions.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
ui-wizard.js UI: Implement new policy SS + modal designs (#17749) 2022-11-18 17:29:04 -08:00
wizard-content.js Eslint prefer-const (#17864) 2022-11-09 15:15:31 -08:00
wrap-ttl.hbs UI: TTL picker cleanup (#18114) 2022-12-01 09:33:30 -06:00
wrap-ttl.js UI: TTL picker cleanup (#18114) 2022-12-01 09:33:30 -06:00