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

Ember upgrade prep: deprecate ember-data:no-a-with-array-like #25674

Merged
merged 3 commits into from
Feb 28, 2024

Conversation

Monkeychip
Copy link
Contributor

@Monkeychip Monkeychip commented Feb 27, 2024

Deprecation:

Deprecates when calling A() on an EmberData ArrayLike class is detected. This deprecation may not always trigger due to complexities in ember-source versions and the use (or disabling) of prototype extensions.

We're going to break this one up into several PRs as not only does the filterBy array method need to be removed, but also the use of A(), which may require glimmerizing some older / larger components.

  • Enterprise tests pass locally.

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

github-actions bot commented Feb 27, 2024

CI Results:
All Go tests succeeded! ✅

@Monkeychip Monkeychip added this to the 1.17.0-rc milestone Feb 28, 2024
@Monkeychip Monkeychip added the ui label Feb 28, 2024
@Monkeychip Monkeychip marked this pull request as ready for review February 28, 2024 16:31
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried glimmerizing this service and it borked a bunch of stuff. There is talk of eventually replacing the console component with HDS so I'm going to refrain from going down that 🐇 hole.

Copy link

Build Results:
All builds succeeded! ✅

Copy link
Contributor

@kiannaquach kiannaquach left a comment

Choose a reason for hiding this comment

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

lgtm!

@Monkeychip Monkeychip merged commit ee32a4d into main Feb 28, 2024
33 of 34 checks passed
@Monkeychip Monkeychip deleted the ui/VAULT-24448/deprecate-a-usage branch February 28, 2024 16:49
@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