Skip to content

[UI] remove ember render modifier#23079

Closed
suresh-hashicorp wants to merge 14 commits intomainfrom
suresh/ui/remove-ember-render-modifier
Closed

[UI] remove ember render modifier#23079
suresh-hashicorp wants to merge 14 commits intomainfrom
suresh/ui/remove-ember-render-modifier

Conversation

@suresh-hashicorp
Copy link
Copy Markdown
Contributor

Description

Testing & Reproduction steps

Links

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.

  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.

  • If applicable, I've documented the impact of any changes to security controls.

    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

@github-actions github-actions Bot added the theme/ui Anything related to the UI label Nov 27, 2025
- Convert from classic Ember component to Glimmer component
- Replace Component.extend() with ES6 class syntax
- Use @Tracked decorator for isConfirmation property
- Use @action decorator instead of actions hash
- Replace next() with schedule('afterRender') for clarity
- Replace set() with direct property assignment
- Remove Slotted mixin (not needed in Glimmer)
- Update template to use {{on-insert this.connect}}
- Maintain backward compatibility with no-op change function
@suresh-hashicorp suresh-hashicorp force-pushed the suresh/ui/remove-ember-render-modifier branch from c3d942e to 4525d8a Compare November 28, 2025 04:14
suresh-hashicorp and others added 5 commits November 28, 2025 10:03
* all tests fixed

* code cleanup

* fix minor issue

* adds changelog

* remove redundant fn usage

* fixes assert equal issues

* ppnpm lock update

* avoid crashing on error

* fixes lint issue

* revert

* test change

* fix torii provider baseUrl assertion without changing SSO flow

* linting fix

* route import change

---------

Co-authored-by: Rishabh Gupta <rishabh.gupta@hashicorp.com>
@github-actions
Copy link
Copy Markdown

This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity occurs in the next 30 days. Please feel free to re-open to resurrect the change if you feel this has happened by mistake. Thank you for your contributions.

@github-actions github-actions Bot added the meta/stale Automatically flagged for inactivity by stalebot label Jan 31, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 2, 2026

Closing due to inactivity. If you feel this was a mistake or you wish to re-open at any time in the future, please leave a comment and it will be re-surfaced for the maintainers to review.

@github-actions github-actions Bot closed this Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta/stale Automatically flagged for inactivity by stalebot theme/ui Anything related to the UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant