open-vault/ui/lib/core/addon/components
Jordan Reimer be632db682
Ember Upgrade to 4.4 (#17086)
* runs ember-cli-update to 4.4.0

* updates yarn.lock

* updates dependencies causing runtime errors (#17135)

* Inject Store Service When Accessed Implicitly (#17345)

* adds codemod for injecting store service

* adds custom babylon parser with decorators-legacy plugin for jscodeshift transforms

* updates inject-store-service codemod to only look for .extend object expressions and adds recast options

* runs inject-store-service codemod on js files

* replace query-params helper with hash (#17404)

* Updates/removes dependencies throwing errors in Ember 4.4 (#17396)

* updates ember-responsive to latest

* updates ember-composable-helpers to latest and uses includes helper since contains was removed

* updates ember-concurrency to latest

* updates ember-cli-clipboard to latest

* temporary workaround for toolbar-link component throwing errors for using params arg with LinkTo

* adds missing store injection to auth configure route

* fixes issue with string-list component throwing error for accessing prop in same computation

* fixes non-iterable query params issue in mfa methods controller

* refactors field-to-attrs to handle belongsTo rather than fragments

* converts mount-config fragment to belongsTo on auth-method model

* removes ember-api-actions and adds tune method to auth-method adapter

* converts cluster replication attributes from fragment to relationship

* updates ember-data, removes ember-data-fragments and updates yarn to latest

* removes fragments from secret-engine model

* removes fragment from test-form-model

* removes commented out code

* minor change to inject-store-service codemod and runs again on js files

* Remove LinkTo positional params (#17421)

* updates ember-cli-page-object to latest version

* update toolbar-link to support link-to args and not positional params

* adds replace arg to toolbar-link component

* Clean up js lint errors (#17426)

* replaces assert.equal to assert.strictEqual

* update eslint no-console to error and disables invididual intended uses of console

* cleans up hbs lint warnings (#17432)

* Upgrade bug and test fixes (#17500)

* updates inject-service codemod to take arg for service name and runs for flashMessages service

* fixes hbs lint error after merging main

* fixes flash messages

* updates more deps

* bug fixes

* test fixes

* updates ember-cli-content-security-policy and prevents default form submission throwing errors

* more bug and test fixes

* removes commented out code

* fixes issue with code-mirror modifier sending change event on setup causing same computation error

* Upgrade Clean Up (#17543)

* updates deprecation workflow and filter

* cleans up build errors, removes unused ivy-codemirror and sass and updates ember-cli-sass and node-sass to latest

* fixes control groups test that was skipped after upgrade

* updates control group service tests

* addresses review feedback

* updates control group service handleError method to use router.currentURL rather that transition.intent.url

* adds changelog entry
2022-10-18 09:46:02 -06:00
..
confirm Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
linkable-item Glimmerizing StatusMenu/SelectableCard/PkiCertPopup (#15716) 2022-06-02 14:40:04 -06:00
list-item Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
alert-banner.js base sys/license/status mock times based on current timestamp (#15286) 2022-05-05 08:20:40 -04:00
alert-inline.hbs UI/Fix form validation issues (#15560) 2022-05-25 11:22:36 -07:00
alert-inline.js UI: OIDC Config for Vault as a provider (#17071) 2022-09-08 19:06:05 -06:00
autocomplete-input.hbs Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
autocomplete-input.js Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
box-radio.js Bug Fix: allow click of label and box for box-radio component (#10586) 2020-12-16 09:46:34 -07:00
chevron.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
confirm-action.hbs Confirm-action fixes (#16777) 2022-08-18 10:53:56 -06:00
confirm-action.js Confirm-action fixes (#16777) 2022-08-18 10:53:56 -06:00
confirm.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
confirmation-modal.hbs UI/Glimmerize modal & confirmation modal component (#16032) 2022-06-21 12:43:34 -07:00
confirmation-modal.js UI/Glimmerize modal & confirmation modal component (#16032) 2022-06-21 12:43:34 -07:00
doc-link.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
download-button.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
edit-form.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
empty-state.js UI unseal screen updates (#11705) 2021-05-26 13:59:11 -05:00
field-group-show.js UI - add kmip engine (#6936) 2019-06-21 16:05:45 -05:00
form-error.js Ui/pricing metrics params (#10083) 2020-10-05 16:34:52 -05:00
form-field-groups-loop.hbs PKI role create view (#17263) 2022-09-28 15:11:13 -07:00
form-field-groups-loop.js PKI role non-default options (#17393) 2022-10-12 12:56:05 -06:00
form-field-groups.hbs UI: OIDC Config for Vault as a provider (#17071) 2022-09-08 19:06:05 -06:00
form-field-groups.js Form Field Glimmer (#15026) 2022-04-13 15:51:44 -06:00
form-field-label.hbs UI: OIDC Config for Vault as a provider (#17071) 2022-09-08 19:06:05 -06:00
form-field-label.js Transform Advanced Templating (#13908) 2022-02-07 13:07:53 -07:00
form-field.hbs Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
form-field.js PKI role non-default options (#17393) 2022-10-12 12:56:05 -06:00
form-save-buttons.js updates link-to usages to remove deprecated patterns (#14571) 2022-03-18 09:38:54 -06:00
icon.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
info-table-item-array.hbs UI: OIDC config cleanup (#17105) 2022-09-13 09:06:19 -07:00
info-table-item-array.js UI: OIDC config cleanup (#17105) 2022-09-13 09:06:19 -07:00
info-table-row.hbs Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
info-table-row.js UI/Glimmerize modal & confirmation modal component (#16032) 2022-06-21 12:43:34 -07:00
info-table.js Ui/replication status discoverability (#8705) 2020-06-18 14:52:43 -07:00
info-tooltip.js UI/ fix tooltip submitting form (#16659) 2022-08-09 20:51:29 -07:00
key-value-header.hbs Move SecretListHeader and SecretListHeaderTab to addon folder (#16981) 2022-09-07 15:04:41 -06:00
key-value-header.js Move SecretListHeader and SecretListHeaderTab to addon folder (#16981) 2022-09-07 15:04:41 -06:00
layout-loading.js
learn-link.js Ui/replication status discoverability (#8705) 2020-06-18 14:52:43 -07:00
linkable-item.js Glimmerizing StatusMenu/SelectableCard/PkiCertPopup (#15716) 2022-06-02 14:40:04 -06:00
linked-block.hbs MFA Config (#15200) 2022-05-20 18:40:16 -06:00
linked-block.js PKI Role's model and List view (#17134) 2022-09-14 11:18:37 -06:00
list-item.js updates link-to usages to remove deprecated patterns (#14571) 2022-03-18 09:38:54 -06:00
list-pagination.js updates link-to usages to remove deprecated patterns (#14571) 2022-03-18 09:38:54 -06:00
list-view.hbs Glimmerize ListView Component for future PKI work (#16940) 2022-08-30 14:13:33 -06:00
list-view.js Glimmerize ListView Component for future PKI work (#16940) 2022-08-30 14:13:33 -06:00
masked-input.js Route renderTemplate Deprecation (#14646) 2022-03-22 13:43:43 -06:00
menu-loader.js UI - add delete for the various kmip models (#7015) 2019-07-02 16:23:07 -05:00
message-error.js UI/Wrong sentinel error message for auth methods (#14551) 2022-03-18 16:47:42 -07:00
modal.hbs adds title to modal background test selector -- fixes add secondary replication test (#17354) 2022-09-28 15:56:46 -06:00
modal.js UI/Glimmerize modal & confirmation modal component (#16032) 2022-06-21 12:43:34 -07:00
namespace-reminder.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
navigate-input.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
page-header-level-left.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
page-header-level-right.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
page-header-top.js
page-header.js
popup-menu.js
radio-button.hbs UI: OIDC Config for Vault as a provider (#17071) 2022-09-08 19:06:05 -06:00
radio-select-ttl-or-string.hbs PKI role create view (#17263) 2022-09-28 15:11:13 -07:00
radio-select-ttl-or-string.js PKI role create view (#17263) 2022-09-28 15:11:13 -07:00
read-more.js UI: OIDC Config for Vault as a provider (#17071) 2022-09-08 19:06:05 -06:00
readonly-form-field.js UI Database Secrets Engine (MongoDB) (#10655) 2021-02-18 10:36:31 -06:00
replication-action-demote.js Ui/fix manage grid (#9309) 2020-06-24 13:50:26 -07:00
replication-action-disable.js Ui/fix manage grid (#9309) 2020-06-24 13:50:26 -07:00
replication-action-generate-token.js Ui/fix manage grid (#9309) 2020-06-24 13:50:26 -07:00
replication-action-promote.js Ui/fix manage grid (#9309) 2020-06-24 13:50:26 -07:00
replication-action-recover.js Ui/fix manage grid (#9309) 2020-06-24 13:50:26 -07:00
replication-action-reindex.js Ui/fix manage grid (#9309) 2020-06-24 13:50:26 -07:00
replication-action-update-primary.js Ui/fix manage grid (#9309) 2020-06-24 13:50:26 -07:00
replication-actions-single.js Ui/replication status discoverability (#8705) 2020-06-18 14:52:43 -07:00
replication-actions.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
replication-dashboard.js Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
replication-doc-link.js Ui/replication status discoverability (#8705) 2020-06-18 14:52:43 -07:00
replication-header.js Ember upgrade to 3.28.6 (#14763) 2022-04-12 13:59:34 -06:00
replication-mode-summary.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
replication-page.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
replication-secondary-card.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
replication-summary-card.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
replication-table-rows.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
search-select-placeholder.js UI - replication path filtering (#7620) 2019-10-25 13:16:45 -05:00
search-select-with-modal.hbs UI: Glimmerize search select component (#17276) 2022-10-03 11:01:34 -07:00
search-select-with-modal.js UI: Glimmerize search select component (#17276) 2022-10-03 11:01:34 -07:00
search-select.hbs UI: Glimmerize search select component (#17276) 2022-10-03 11:01:34 -07:00
search-select.js UI: Glimmerize search select component (#17276) 2022-10-03 11:01:34 -07:00
secret-list-header-tab.hbs Move SecretListHeader and SecretListHeaderTab to addon folder (#16981) 2022-09-07 15:04:41 -06:00
secret-list-header-tab.js Move SecretListHeader and SecretListHeaderTab to addon folder (#16981) 2022-09-07 15:04:41 -06:00
secret-list-header.hbs Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
secret-list-header.js Move SecretListHeader and SecretListHeaderTab to addon folder (#16981) 2022-09-07 15:04:41 -06:00
select.js MFA UI Changes (v3) (#14145) 2022-02-17 15:40:25 -07:00
shamir-flow.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
shamir-modal-flow.js Ember-cli upgrade from ~3.8 to ~3.20 (#9972) 2020-12-03 16:00:22 -07:00
stat-text.js UI/Clients single month template (#13635) 2022-01-13 10:00:50 -08:00
string-list.hbs PKI role non-default options (#17393) 2022-10-12 12:56:05 -06:00
string-list.js Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
toggle-button.hbs Ember upgrade to 3.28.6 (#14763) 2022-04-12 13:59:34 -06:00
toggle-button.js Ember upgrade to 3.28.6 (#14763) 2022-04-12 13:59:34 -06:00
toggle.hbs LinkTo remove tagName lint warning (#14344) 2022-03-03 15:31:16 -07:00
toggle.js LinkTo remove tagName lint warning (#14344) 2022-03-03 15:31:16 -07:00
tool-tip.hbs removes ember-basic-dropdown-hover addon and adds mouse events to ToolTip component (#14816) 2022-04-01 11:15:29 -06:00
tool-tip.js UI: OIDC Config for Vault as a provider (#17071) 2022-09-08 19:06:05 -06:00
toolbar-actions.js Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
toolbar-download-button.js UI KMIP CA (#6983) 2019-06-26 11:02:05 -05:00
toolbar-filters.js Incorporate Ember Flight Icons (#12976) 2021-12-07 10:05:14 -07:00
toolbar-link.hbs Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
toolbar-link.js Ember Upgrade to 4.4 (#17086) 2022-10-18 09:46:02 -06:00
toolbar.js UI: Add Toolbar to Storybook (#6761) 2019-05-20 18:10:42 -06:00
ttl-form.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
ttl-picker.js Ember upgrade to 3.28.6 (#14763) 2022-04-12 13:59:34 -06:00
ttl-picker2.js Fix small TtlPIcker2 bug (#17376) 2022-09-30 18:28:27 -04:00
upgrade-page.js Ember Upgrade to 3.24 (#13443) 2021-12-16 20:44:29 -07:00
vault-logo-spinner.js