You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What is this PR for?
I propose removing the feature in Zeppelin's new UI that converts AngularJS code to Angular code.
This feature currently prompts users when they run code with the `%angular` prefix, asking whether to migrate AngularJS code to Angular, and performs the migration if confirmed.
The reasons for suggesting its removal are as follows:
- The library supporting this feature is not compatible with the latest Angular versions due to peer dependency issues, making it difficult to upgrade Angular.
- It is likely that this feature is not widely used by the community.
Removing this feature will reduce unnecessary library dependencies, which will help streamline future updates to the latest Angular versions.
If you have any other opinions, please feel free to share them.
### What type of PR is it?
Removing Feature
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-6151
### How should this be tested?
* Strongly recommended: add automated unit tests for any new or changed behavior
* Outline any manual steps to test the PR here.
### Screenshots (if appropriate)
### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Closes#4900 from tbonelee/remove-ng1-migration.
Signed-off-by: Cheng Pan <[email protected]>
0 commit comments