Commit 856a9db
[ZEPPELIN-6151] Remove AngularJS -> Angular Code Migration Suggestion Feature
### 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]>
(cherry picked from commit ae48f71)
Signed-off-by: Cheng Pan <[email protected]>1 parent b66142e commit 856a9db
File tree
8 files changed
+11
-460
lines changed- zeppelin-web-angular
- src/app
- pages/workspace/notebook/paragraph
- services
8 files changed
+11
-460
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
Lines changed: 9 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
301 | 300 | | |
302 | 301 | | |
303 | 302 | | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
| 303 | + | |
| 304 | + | |
329 | 305 | | |
330 | 306 | | |
331 | 307 | | |
| |||
452 | 428 | | |
453 | 429 | | |
454 | 430 | | |
455 | | - | |
456 | | - | |
| 431 | + | |
457 | 432 | | |
458 | 433 | | |
459 | 434 | | |
460 | 435 | | |
461 | 436 | | |
462 | 437 | | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
469 | 442 | | |
470 | 443 | | |
471 | 444 | | |
| |||
617 | 590 | | |
618 | 591 | | |
619 | 592 | | |
| 593 | + | |
620 | 594 | | |
621 | 595 | | |
622 | 596 | | |
| |||
637 | 611 | | |
638 | 612 | | |
639 | 613 | | |
| 614 | + | |
640 | 615 | | |
641 | 616 | | |
642 | 617 | | |
| |||
Lines changed: 0 additions & 65 deletions
This file was deleted.
Lines changed: 0 additions & 65 deletions
This file was deleted.
Lines changed: 0 additions & 88 deletions
This file was deleted.
0 commit comments