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

fix(editor): Make Source control branch select required #6619

Merged

Conversation

cstuncsik
Copy link
Contributor

No description provided.

@cstuncsik cstuncsik requested a review from alexgrozav July 7, 2023 07:27
@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2023

Great PR! Please pay attention to the following items before merging:

Files matching packages/**:

  • If fixing bug, added test to cover scenario.
  • If addressing forum or Github issue, added link to description.

Files matching **/*.vue:

  • Used composition API for all new components.
  • Added component or unit tests to cover functionality.

Files matching packages/editor-ui/**/*.vue:

  • Added E2E if adding new features.
  • Used design system tokens (colors, spacings...) where possible.

Make sure to check off this list before asking for review.

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Jul 7, 2023
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Patch coverage: 67.44% and project coverage change: -0.06 ⚠️

Comparison is base (8002213) 28.91% compared to head (4e8e2bc) 28.85%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6619      +/-   ##
==========================================
- Coverage   28.91%   28.85%   -0.06%     
==========================================
  Files        3069     3069              
  Lines      188330   188357      +27     
  Branches    20890    20890              
==========================================
- Hits        54455    54357      -98     
- Misses     132995   133120     +125     
  Partials      880      880              
Impacted Files Coverage Δ
packages/editor-ui/src/App.vue 0.00% <0.00%> (ø)
...ages/editor-ui/src/components/WorkflowSettings.vue 0.00% <ø> (ø)
packages/editor-ui/src/views/NodeView.vue 13.55% <24.24%> (+0.03%) ⬆️
packages/editor-ui/src/mixins/genericHelpers.ts 69.41% <66.66%> (+9.41%) ⬆️
...ages/editor-ui/src/views/SettingsSourceControl.vue 89.83% <100.00%> (+0.45%) ⬆️
packages/editor-ui/src/views/WorkflowsView.vue 64.56% <100.00%> (+1.70%) ⬆️

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cypress
Copy link

cypress bot commented Jul 7, 2023

2 flaky tests on run #1399 ↗︎

0 219 0 0 Flakiness 2

Details:

🌳 pay-603-source-control-branch-selector-input-required 🖥️ browsers:node18.12....
Project: n8n Commit: 4e8e2bcfb3
Status: Passed Duration: 07:27 💡
Started: Jul 7, 2023 9:40 AM Ended: Jul 7, 2023 9:48 AM
Flakiness  12-canvas.cy.ts • 1 flaky test

View Output Video

Test Artifacts
Canvas Node Manipulation and Navigation > should disable node by pressing the disable button Output Screenshots Video
Flakiness  9-expression-editor-modal.cy.ts • 1 flaky test

View Output Video

Test Artifacts
Expression editor modal > should resolve array resolvables Output Screenshots Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2023

✅ All Cypress E2E specs passed

@alexgrozav alexgrozav merged commit 20737b5 into master Jul 7, 2023
@alexgrozav alexgrozav deleted the pay-603-source-control-branch-selector-input-required branch July 7, 2023 09:48
MiloradFilipovic added a commit that referenced this pull request Jul 7, 2023
* master:
  fix(editor): Make Source control branch select required (#6619)
  refactor(core): Load `cookieParser` middleware only once (no-changelog) (#6614)
  fix(editor): Prevent keyboard shortcuts to edit workflows in readonly mode (#6613)
  fix(editor): Show appropriate empty workflow list content when instance environment is readonly (#6610)
  ci: Fix linting issues (no-changelog)
MiloradFilipovic added a commit that referenced this pull request Jul 7, 2023
* ADO-814-trial-banner: (58 commits)
  ⚡ Updating permanent dismiss logic to work with all banners
  fix(editor): Make Source control branch select required (#6619)
  ⚡ Minor refactoring of banner logic
  refactor(core): Load `cookieParser` middleware only once (no-changelog) (#6614)
  fix(editor): Prevent keyboard shortcuts to edit workflows in readonly mode (#6613)
  fix(editor): Show appropriate empty workflow list content when instance environment is readonly (#6610)
  ✨ Implemented permanent/temporary dismiss logic for v1 flag
  ci: Fix linting issues (no-changelog)
  fix(Google Drive Node): Fix regex in file RLC (#6607)
  feat(HTML Node): 'Convert to table operation (#6540)
  ci: e2e tests don't need to enable saving manual executions
  🚀 Release 1.0.1 (#6606)
  fix(core): Make node execution order configurable, and backward-compatible (#6507)
  🚀 Release 0.236.0 (#6602)
  fix: Fix migrations for postgres and mysql (no-changelog) (#6600)
  fix(core): Improve the performance of last 2 sqlite migrations (#6522)
  refactor: Switch cloud plan retrieval endpoint (no-changelog) (#6529)
  fix(Salesforce Node): Fix typo for adding a contact to a campaign (#6598)
  ci: Hide v1 banner in e2e tests to fix 2-credentials.cy.ts (no-changelog)
  fix(editor): Restore expression completions (#6566)
  ...
@github-actions github-actions bot mentioned this pull request Jul 26, 2023
@janober
Copy link
Member

janober commented Jul 26, 2023

Got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team Released ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants