forked from n8n-io/n8n
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Homework add workflow versions #25
Open
mamyta
wants to merge
80
commits into
master
Choose a base branch
from
homework-add-workflow-versions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit c249585.
merge may 23 master to joyous
* allow execution on node 19,20,22 * fix(ERPNext Node): Fix issue with credential test and add frappe cloud url (n8n-io#6283) * fix(editor): UI copy fix for Date & Time node (no-changelog) (n8n-io#6291) * whether -> when * lint fix --------- Co-authored-by: Jonathan Bennetts <[email protected]> * feat(RabbitMQ Node): Add mode for acknowledging and deleting from queue later in workflow (n8n-io#6225) * Add later in workflow mode * Add new operation * Acknowledge message in next node * Add response and emit for responsePromiseHook * Remove double success message, close channel correctly * Answser messages correctly * Remove option from delete operation * move operation name to camelCase * Fix versioning * To remove: add action item in v1 * Add notice for delete from queue * Correctly only execute only the delete operation * Refactor delete from queue operator and add return last items --------- Co-authored-by: Marcus <[email protected]> * feat: Add dangerouslyUseHTMLString where needed (no-changelog) (n8n-io#6292) feat: add dangerouslyUseHTMLString where needed (no-changelog) * fix(Wekan Node): Handle response correctly (n8n-io#6296) Fix bug when response wasn't array * Added procfile * Added procfile * redployed * redployed * redployed * redployed * redployed * redployed * dont start * redployed * redployed * update version * redployed * redployed * redployed * redployed * Revert "update version" This reverts commit c249585. * add heroku stack version * delete * add app.json setting heroku build stack * update * update vite * update mem * update PORT * redployed * fix(core): Optimize SharedWorkflow queries (n8n-io#6297) * optimize SharedWorkflow queries * fix int to string ids * fix(Strapi Node): Strapi credentials notice (n8n-io#6289) * fix(SSH Node): Private key field as password and credential test (n8n-io#6298) * fix: Prevent removing manual executions when setting says to save (n8n-io#6300) * fix: Initialize license in queue mode correctly (n8n-io#6301) * feat(Ldap Node): Add LDAP node (n8n-io#4783) * feat(LoneScale Node): Add LoneScale node and Trigger node (n8n-io#5146) * feat: Add SSO SAML metadataUrl support and various improvements (n8n-io#6139) * feat: add various sso improvements * fix: remove test button assertion * fix: fix type imports * test: attempt fixing unit tests * fix: changed to using useToast for error toasts * Minor copy tweaks and swapped buttons position. * fix locale ref * align error with UI wording * simplify saving ux * fix pretty * fix: update saml sso setting saving * fix: undo try/catch changes when saving saml config * metadata url tab selected at first * chore: fix linting issue * test: fix activation checkbox test --------- Co-authored-by: Giulio Andreini <[email protected]> Co-authored-by: Michael Auerswald <[email protected]> Co-authored-by: Romain Minaud <[email protected]> * fix(editor): Fix canvas loading when page gets restored from bfcache (n8n-io#6304) * fix(editor): Fix canvas loading when page gets restored from bfcache * Lint fix * fix(editor): Link to log streaming doc from log streaming (no-changelog) (n8n-io#6303) link to log streaming doc from log streaming --------- Co-authored-by: Eyal Fishler <[email protected]> Co-authored-by: Jon <[email protected]> Co-authored-by: Deborah <[email protected]> Co-authored-by: agobrech <[email protected]> Co-authored-by: Marcus <[email protected]> Co-authored-by: Alex Grozav <[email protected]> Co-authored-by: Omri Attoun <[email protected]> Co-authored-by: Michael Auerswald <[email protected]> Co-authored-by: Michael Kret <[email protected]> Co-authored-by: Omar Ajoue <[email protected]> Co-authored-by: Yann ALEMAN <[email protected]> Co-authored-by: Giulio Andreini <[email protected]> Co-authored-by: Romain Minaud <[email protected]> Co-authored-by: OlegIvaniv <[email protected]>
* allow execution on node 19,20,22 * Added procfile * Added procfile * redployed * redployed * redployed * redployed * redployed * redployed * dont start * redployed * redployed * update version * redployed * redployed * redployed * redployed * Revert "update version" This reverts commit c249585. * add heroku stack version * delete * add app.json setting heroku build stack * update * update vite * update mem * update PORT * redployed * updated redis to use ssl * updated redis to use ssl * updated redis to use ssl * updated redis to use ssl * using redis and postgres from process.env * using redis and postgres from process.env * using redis and postgres from process.env * using redis and postgres from process.env * Enabled enterprise * Disabled a few functions * small changes in schema * Make sure we dont turn on ssl when redis runs in local mode * Updated proc file to run worker * Renamed procfile * Redis Worker should use env var * Redis Worker should use tls remotely * Making sure we dont use ssl when working with postgres locally * Enabled Sharing * Disabled telemetry * Disabled externalFrontendHooksUrls --------- Co-authored-by: Eyal Fishler <[email protected]> Co-authored-by: eyaljoyous <[email protected]>
Latest sync from io:master
Dev -> Master
…c right after the execution
Master <- Dev
Enabled a few more FFs
…-version (#12) * Added postgres migration for saving workflow entity versions
Syncing from n8n:io master
Dev -> Master
Add rest API calls - GET /rest/workflows/:id/versions - GET /rest/workflows/version/:id - PATCH /rest/workflows/version/:id Add methods to workflows.store
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Github issue / Community forum post (link here to close automatically):