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(core): Update docker compose setup for V1 images #6642

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

netroy
Copy link
Member

@netroy netroy commented Jul 11, 2023

fixes #6641

@n8n-assistant n8n-assistant bot added the n8n team Authored by the n8n team label Jul 11, 2023
@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.08 ⚠️

Comparison is base (d6b2ae0) 28.93% compared to head (953650b) 28.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6642      +/-   ##
==========================================
- Coverage   28.93%   28.86%   -0.08%     
==========================================
  Files        3071     3071              
  Lines      188445   188451       +6     
  Branches    20893    20890       -3     
==========================================
- Hits        54532    54396     -136     
- Misses     133033   133175     +142     
  Partials      880      880              
Impacted Files Coverage Δ
packages/editor-ui/src/components/TemplateCard.vue 90.52% <100.00%> (+0.25%) ⬆️
packages/editor-ui/src/components/TemplateList.vue 70.86% <100.00%> (+0.23%) ⬆️
...ckages/editor-ui/src/views/TemplatesSearchView.vue 36.75% <100.00%> (ø)

... 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.

@@ -39,7 +39,6 @@ services:
- postgres
volumes:
- n8n_storage:/home/node/.n8n
command: /bin/sh -c "n8n start --tunnel"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're losing the --tunnel capability, aren't we?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

our tunnel servers seem overwhelmed. I haven't managed to get them working for a while.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah damn, maybe we should switch to something like ngrok if it's possible instead of trying to host it ourselves.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it could be that's localtunnel is simply not working for me. I can put the --tunnel option back if you prefer. but I think people running either of these docker-compose stacks need a tunnel url. I always assumed that was for user running n8n via npx.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just tried starting n8n with --tunnel and I get a URL but it won't work to load n8n. So I think we should continue with the --tunnel flag, and tell users that we're having issues maintaining this service rather than just removing it without prior notice WDYT @netroy ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm working on bringing this back, once the app uses the tunnel url correctly throughout.

@krynble
Copy link
Contributor

krynble commented Jul 12, 2023

I haven't tried starting up the services tho, please let me know if you want me to test this as well.

@cypress
Copy link

cypress bot commented Jul 12, 2023

1 flaky tests on run #1426 ↗︎

0 219 0 0 Flakiness 1

Details:

🌳 v1-docker-compose 🖥️ browsers:node18.12.0-chrome107 🤖 netroy 🗃️ e2e/*
Project: n8n Commit: 953650bd9c
Status: Passed Duration: 07:49 💡
Started: Jul 12, 2023 9:03 AM Ended: Jul 12, 2023 9:11 AM
Flakiness  cypress/e2e/9-expression-editor-modal.cy.ts • 1 flaky test

View Output Video

Test Artifacts
Expression editor modal > should resolve object 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

✅ All Cypress E2E specs passed

@netroy netroy merged commit 05007d8 into master Jul 12, 2023
27 of 28 checks passed
@netroy netroy deleted the v1-docker-compose branch July 12, 2023 09:55
@github-actions github-actions bot mentioned this pull request Jul 12, 2023
MiloradFilipovic added a commit that referenced this pull request Jul 12, 2023
* master:
  ci!: Drop support for Node.js 16. Add initial support for Node.js 20 (#6649)
  feat(API): Implement users account quota guards  (#6434)
  feat(OpenAI Node): Update max token limit to support newer model limits (#6644)
  ci: Run checklist job as a separate workflow (no-changelog) (#6645)
  fix(HTTP Request Node): Cleanup circular references in response (#6590)
  fix(Postgres Node): Upsert does not fetch columns when schema other then public (#6643)
  fix(core): Update docker compose setup for V1 images (#6642)
  refactor: Delete unnecessary interface re-exports from core, and delete unused code in nodes-base (no-changelog) (#6631)
  fix(core): Reduce memory consumption on `BinaryDataManager.init` (#6633)
  fix(editor): Implement simple view for templates experiment (no-changelog) (#6637)

# Conflicts:
#	packages/editor-ui/src/stores/settings.store.ts
@janober
Copy link
Member

janober commented Jul 13, 2023

Got released with n8n@1.0.2

MiloradFilipovic added a commit that referenced this pull request Jul 13, 2023
* ADO-814-trial-banner:
  ✔️ Updated callout component snapshots
  👌 Moving DOM logic from the store
  👌 Addressing more points from code review
  👌 Refactoring trial banner component and ui store
  👌 Updating permanent banner dismiss endpoint and back-end logic
  ⚡ Updating the migrations syntax
  ci!: Drop support for Node.js 16. Add initial support for Node.js 20 (#6649)
  feat(API): Implement users account quota guards  (#6434)
  feat(OpenAI Node): Update max token limit to support newer model limits (#6644)
  ci: Run checklist job as a separate workflow (no-changelog) (#6645)
  fix(HTTP Request Node): Cleanup circular references in response (#6590)
  fix(Postgres Node): Upsert does not fetch columns when schema other then public (#6643)
  fix(core): Update docker compose setup for V1 images (#6642)
  refactor: Delete unnecessary interface re-exports from core, and delete unused code in nodes-base (no-changelog) (#6631)
  fix(core): Reduce memory consumption on `BinaryDataManager.init` (#6633)
  ⚡ Updating upgrade plan button click
  👌 Addressing design review feedback
  ⚡ Using query parameters in migrations
  fix(editor): Implement simple view for templates experiment (no-changelog) (#6637)
  ⚡ Updating migration files
@github-actions github-actions bot mentioned this pull request Jul 26, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.0.1: Invalid or unexpected token
3 participants