-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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(editor): Add version controls settings (WIP) #6036
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Files matching
Files matching
Make sure to check off this list before asking for review. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #6036 +/- ##
==========================================
+ Coverage 18.61% 19.15% +0.53%
==========================================
Files 2584 2589 +5
Lines 116410 116874 +464
Branches 18183 18336 +153
==========================================
+ Hits 21673 22389 +716
+ Misses 94101 93846 -255
- Partials 636 639 +3
☔ View full report in Codecov by Sentry. |
…-control-settings # Conflicts: # packages/editor-ui/src/plugins/i18n/locales/en.json # packages/editor-ui/src/stores/versionControl.ts # packages/editor-ui/src/views/SettingsVersionControl.vue
…-control-settings # Conflicts: # packages/editor-ui/src/components/MainSidebar.vue
…-control-settings
|
||
const versionControlApiRoot = '/version-control'; | ||
|
||
export const initSsh = (context: IRestApiContext, data: IDataObject): Promise<string> => { |
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.
these endpoints are still based on the mvp i think, which is not current any more.... (we can leave them in, but they won't work....)
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.
Yes, I know, I just kept them to not to break the build and satisfy the type checker. I'll remove them in the upcoming chages.
✅ All Cypress E2E specs passed |
Got released with |
No description provided.