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 deprecation - transition methods part 1 #25560

Merged
merged 11 commits into from
Feb 22, 2024

Conversation

hashishaw
Copy link
Contributor

@hashishaw hashishaw commented Feb 21, 2024

This PR replaces this.transitionTo in routes and this.transitionToRoute in controllers everywhere except within the replication engine. That one is running into errors and is worth tackling in a separate PR.

  • Enterprise tests pass locally

@hashishaw hashishaw added the ui label Feb 21, 2024
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Feb 21, 2024
Copy link

github-actions bot commented Feb 21, 2024

CI Results:
All Go tests succeeded! ✅

@hashishaw hashishaw added this to the 1.17.0-rc milestone Feb 22, 2024
}),

actions: {
navAfterSave({ saveType, model }) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This method as a task was causing test failures

@hashishaw hashishaw changed the title UI: Ember deprecation - transition methods UI: Ember deprecation - transition methods part 1 Feb 22, 2024
@hashishaw hashishaw force-pushed the ui/VAULT-23571/deprecation-transition-methods branch from 3308b92 to ed3f374 Compare February 22, 2024 17:55
@hashishaw hashishaw marked this pull request as ready for review February 22, 2024 17:55
@hashishaw hashishaw requested a review from a team as a code owner February 22, 2024 17:55
Copy link

Build Results:
All builds succeeded! ✅

setupApplicationTest(hooks);

hooks.beforeEach(async function () {
await authPage.login();
return;
});

skip('it allows create, list, delete of an entity alias', async function (assert) {
test('it allows create, list, delete of an entity alias', async function (assert) {
Copy link
Contributor

Choose a reason for hiding this comment

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

🎉

Copy link
Contributor

@Monkeychip Monkeychip left a comment

Choose a reason for hiding this comment

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

Great work!

@hashishaw hashishaw merged commit 6a17f2b into main Feb 22, 2024
40 of 41 checks passed
@hashishaw hashishaw deleted the ui/VAULT-23571/deprecation-transition-methods branch February 22, 2024 19:18
@hashishaw hashishaw mentioned this pull request May 6, 2024
1 task
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.

2 participants