[VAULT-39571] Update vault-reporting package to 0.8.0 (#9340) (#9344)

Co-authored-by: Eren Tantekin <eren.tantekin@hashicorp.com>
This commit is contained in:
Vault Automation 2025-09-16 18:17:27 -04:00 committed by GitHub
parent f17451d675
commit 3942acf61a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 10 deletions

View file

@ -214,7 +214,7 @@
},
"dependencies": {
"@babel/core": "7.26.10",
"@hashicorp-internal/vault-reporting": "file:vault-reporting/0.5.1.tgz",
"@hashicorp-internal/vault-reporting": "file:vault-reporting/0.8.0.tgz",
"@hashicorp/design-system-components": "4.20.1",
"@hashicorp/vault-client-typescript": "hashicorp/vault-client-typescript",
"ember-auto-import": "2.10.0",

View file

@ -80,12 +80,13 @@ module('Acceptance | enterprise vault-reporting', function (hooks) {
)
.exists('title is present')
.hasText('Secret engines', 'title is correct');
assert
.dom(
'[data-test-vault-reporting-dashboard-secret-engines] [data-test-vault-reporting-dashboard-card-title-link]'
)
.exists('title link is present')
.hasAttribute('href', 'secrets', 'link points to secrets');
.hasAttribute('href', '/ui/vault/secrets', 'link points to secrets');
assert
.dom(
'[data-test-vault-reporting-dashboard-secret-engines] [data-test-vault-reporting-dashboard-card-description]'
@ -116,7 +117,7 @@ module('Acceptance | enterprise vault-reporting', function (hooks) {
'[data-test-vault-reporting-dashboard-auth-methods] [data-test-vault-reporting-dashboard-card-title-link]'
)
.exists('title link is present')
.hasAttribute('href', 'access', 'link points to access');
.hasAttribute('href', '/ui/vault/access', 'link points to access');
assert
.dom(
'[data-test-vault-reporting-dashboard-auth-methods] [data-test-vault-reporting-dashboard-card-description]'
@ -177,7 +178,12 @@ module('Acceptance | enterprise vault-reporting', function (hooks) {
'[data-test-vault-reporting-dashboard-secrets-sync] [data-test-vault-reporting-dashboard-card-title]'
)
.hasText('Secrets sync', 'title is correct');
assert
.dom(
'[data-test-vault-reporting-dashboard-secrets-sync] [data-test-vault-reporting-dashboard-card-title-link]'
)
.exists('title link is present')
.hasAttribute('href', '/ui/vault/sync', 'link points to sync');
assert
.dom(
'[data-test-vault-reporting-dashboard-secrets-sync] [data-test-vault-reporting-dashboard-card-description]'
@ -208,12 +214,13 @@ module('Acceptance | enterprise vault-reporting', function (hooks) {
)
.exists('title is present')
.hasText('Cluster replication', 'title is correct');
assert
.dom(
'[data-test-vault-reporting-dashboard-cluster-replication] [data-test-vault-reporting-dashboard-card-title-link]'
)
.exists('title link is present')
.hasAttribute('href', 'replication', 'link points to replication');
.hasAttribute('href', '/ui/vault/replication', 'link points to replication');
assert
.dom(
'[data-test-vault-reporting-dashboard-cluster-replication] [data-test-vault-reporting-dashboard-card-description]'

Binary file not shown.

View file

@ -2653,9 +2653,9 @@ __metadata:
languageName: node
linkType: hard
"@hashicorp-internal/vault-reporting@file:vault-reporting/0.5.1.tgz::locator=vault%40workspace%3A.":
version: 0.5.1
resolution: "@hashicorp-internal/vault-reporting@file:vault-reporting/0.5.1.tgz::locator=vault%40workspace%3A."
"@hashicorp-internal/vault-reporting@file:vault-reporting/0.8.0.tgz::locator=vault%40workspace%3A.":
version: 0.8.0
resolution: "@hashicorp-internal/vault-reporting@file:vault-reporting/0.8.0.tgz::locator=vault%40workspace%3A."
dependencies:
"@embroider/macros": ^1.18.1
"@lineal-viz/lineal": ^0.5.1
@ -2663,7 +2663,7 @@ __metadata:
ember-modifier: ^4.2.2
peerDependencies:
"@hashicorp/design-system-components": ^4.22.1
checksum: 843d5ba280ed8df1d1e67eb81499b20b90b2c813c6ec4e758a090dd0102f840a518c4d990f79d72757a931a0788d82f27ccc3f79d76c7903e4366837ee00ddea
checksum: d5292fcd60b27553d71b765dc7be31800858e8f3c03931a68672b257473b8914dd3bfecbf5f5ac1efabb1055f3ffdf637fe3104d17b1afbbfb45478447e147df
languageName: node
linkType: hard
@ -18473,7 +18473,7 @@ __metadata:
"@ember/test-waiters": ~4.1.0
"@glimmer/component": ~1.1.2
"@glimmer/tracking": ~1.1.2
"@hashicorp-internal/vault-reporting": "file:vault-reporting/0.5.1.tgz"
"@hashicorp-internal/vault-reporting": "file:vault-reporting/0.8.0.tgz"
"@hashicorp/design-system-components": 4.20.1
"@hashicorp/vault-client-typescript": hashicorp/vault-client-typescript
"@icholy/duration": ~5.1.0