-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat(convert)!: Remove monaco convert #1680
base: main
Are you sure you want to change the base?
Conversation
Unit Test Results1 752 tests - 225 1 751 ✅ - 225 54s ⏱️ -1s Results for commit 8aa46cc. ± Comparison against base commit 5d28c1d. This pull request removes 225 tests.
♻️ This comment has been updated with latest results. |
c2376e6
to
9006cea
Compare
This changeset removes `monaco convert` and all dependent code. This includes: * config v1 * project v1 * environment v1 * templating * endpoints v1 * topology sort * legacy tests
9006cea
to
03ea1f2
Compare
E2E Test Results 3 files - 2 259 suites - 145 19m 55s ⏱️ - 1h 4m 17s Results for commit 03ea1f2. ± Comparison against base commit 5d28c1d. This pull request removes 246 tests.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not related to this PR.
Can I remove this jenkins pipeline? I think it's obsolete.
- Deleting the temp folder was not possible in some cases because the stream was not closed - The Windows tests actually did not run on Windows but on Ubuntu
Quality Gate passedIssues Measures |
What this PR does / Why we need it:
This PR removes
monaco convert
and all dependent code completely.This includes legacy e2e tests, config-, project-, and environment-v1, template, top sort, etc.
Does this PR introduce a user-facing change?
Yes.
monaco convert
will no longer be available.