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

UI: Ember 5 deprecation stragglers #26666

Merged
merged 10 commits into from Apr 30, 2024

Conversation

hashishaw
Copy link
Collaborator

@hashishaw hashishaw commented Apr 26, 2024

This PR wraps up ember 5 upgrade deprecations and fixes the test failures that happened after some of those deprecations were cleaned up.

Related PRs:

@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Apr 26, 2024
@hashishaw hashishaw added the ui label Apr 26, 2024
@hashishaw hashishaw added this to the 1.17.0-rc milestone Apr 26, 2024
Copy link

github-actions bot commented Apr 26, 2024

CI Results:
All Go tests succeeded! ✅

@hashishaw hashishaw mentioned this pull request Apr 29, 2024
1 task
Copy link

Build Results:
All builds succeeded! ✅

Copy link
Contributor

@noelledaley noelledaley left a comment

Choose a reason for hiding this comment

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

i wasn't totally sure how to test this PR out so i focused on reviewing the code changes. they seem safe to me 👍 :shipit:

@@ -68,6 +68,8 @@ module('Acceptance | secrets/secret/create, read, delete', function (hooks) {
assert
.dom(PAGE.infoRowValue('Automate secret deletion'))
.hasText('1 second', 'displays the delete version after set when configuring the secret-engine');
// [BANDAID] avoid error from missing param for links in SecretEdit > KeyValueHeader
await visit('/vault/secrets');
Copy link
Contributor

Choose a reason for hiding this comment

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

ah darn, are adding those missing params something we can add easily in a different PR, or does it require a bigger change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

KeyValueHeader already has a lot of complex logic, so it's not a simple fix. Ideally we want to replace that with Page::Breadcrumbs anyway, so it didn't feel worth the effort

@hashishaw hashishaw merged commit aa95f00 into main Apr 30, 2024
52 of 54 checks passed
@hashishaw hashishaw deleted the ui/VAULT-26439/ember-5-deprecation-stragglers branch April 30, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed pr/no-changelog ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants