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

Namespace banner bug Secrets Sync #26790

Merged
merged 5 commits into from
May 2, 2024
Merged

Conversation

Monkeychip
Copy link
Contributor

@Monkeychip Monkeychip commented May 2, 2024

If you were in a namespace and you activated the feature the secrets.overview model would not refresh. Because this model is generated from the route and not a backing ember data model, it's not super easy to just pass in the model to the transitionTo method. Instead, we need to trigger the model refresh manually via the router.refresh() method.

Before within namespace

old.mov

After within a namespace

after.mov
  • Enterprise tests pass (sync specific, still issues running replication test locally)

  • I checked if this was an issue on 1.16.x or maybe a result of a recent dependency upgrade but it appears to be a bug there as well.

@Monkeychip Monkeychip added this to the 1.16.3 milestone May 2, 2024
@Monkeychip Monkeychip requested a review from a team as a code owner May 2, 2024 18:19
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label May 2, 2024
Copy link

github-actions bot commented May 2, 2024

CI Results:
All Go tests succeeded! ✅

Copy link

github-actions bot commented May 2, 2024

Build Results:
All builds succeeded! ✅

Copy link
Contributor

@andaley andaley left a comment

Choose a reason for hiding this comment

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

thank you for fixing this so quickly!

@Monkeychip Monkeychip merged commit 77d1089 into main May 2, 2024
31 checks passed
@Monkeychip Monkeychip deleted the ui/VAULT-26725/banner-namespace-bug branch May 2, 2024 19:25
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 ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants