-
Notifications
You must be signed in to change notification settings - Fork 47.3k
Comparing changes
Open a pull request
base repository: n8n-io/n8n
base: [email protected]
head repository: n8n-io/n8n
compare: [email protected]
- 5 commits
- 30 files changed
- 5 contributors
Commits on Dec 21, 2023
-
fix(core): Handle empty executions table in pruning in migrations (#8121
Configuration menu - View commit details
-
Copy full SHA for 6cbeb5d - Browse repository at this point
Copy the full SHA 6cbeb5dView commit details -
fix: Show public API upgrade CTA when feature is not enabled (#8109)
## Summary > Describe what the PR does and how to test. Photos and videos are recommended. Shows the public API upgrade CTA when the feature is not enabled. Now trialing users in cloud would see the API on the settings menu and can upgrade from there. When public API feature disabled: <img width="1863" alt="image" src="https://github.com/%3Ca%20href="https://github.com/n8n-io/n8n/assets/16496553/a9052f6b-151f-4ebb-80df-5ff2fa643e85">https://github.com/n8n-io/n8n/assets/16496553/a9052f6b-151f-4ebb-80df-5ff2fa643e85"> When public API feature enabled with no API key: <img width="1861" alt="image" src="https://github.com/%3Ca%20href="https://github.com/n8n-io/n8n/assets/16496553/fdfe7296-425e-4410-a8cb-f25535bc9df4">https://github.com/n8n-io/n8n/assets/16496553/fdfe7296-425e-4410-a8cb-f25535bc9df4"> When public API feature enabled with API key: <img width="1423" alt="image" src="https://github.com/%3Ca%20href="https://github.com/n8n-io/n8n/assets/16496553/a8426cbf-ff73-43c4-8c60-b00274bca46e">https://github.com/n8n-io/n8n/assets/16496553/a8426cbf-ff73-43c4-8c60-b00274bca46e"> ## Related tickets and issues [> Include links to **Linear ticket** or Github issue or Community forum post. Important in order to close *automatically* and provide context to r](https://linear.app/n8n/issue/ADO-1282/feature-api-page-missing-for-trial-users)eviewers. ## Review / Merge checklist - [x] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md)) - [x] Tests included. > A bug is not considered fixed, unless a test is added to prevent it from happening again. > A feature is not complete without tests.
Configuration menu - View commit details
-
Copy full SHA for fd27f73 - Browse repository at this point
Copy the full SHA fd27f73View commit details -
fix(core): Remove circular dependency in WorkflowService and ActiveWo…
…rkflowRunner (#8128) A circular dependency between `WorkflowService` and `ActiveWorkflowRunner` is sometimes causing `this.activeWorkflowRunner` to be `undefined` in `WorkflowService`. Breaking this circular dependency should hopefully fix this issue. - [x] PR title and summary are descriptive - [ ] Tests included
Configuration menu - View commit details
-
Copy full SHA for b8e72c4 - Browse repository at this point
Copy the full SHA b8e72c4View commit details -
refactor(core): Move error execution creation to execution service (n…
…o-changelog) (#8006) Continue breaking down legacy helpers. Note: `getUserById` is unused.
Configuration menu - View commit details
-
Copy full SHA for 95ea2f6 - Browse repository at this point
Copy the full SHA 95ea2f6View commit details -
## [1.22.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.22.1) (2023-12-21) ### Bug Fixes * **core:** Handle empty executions table in pruning in migrations ([#8121](#8121)) ([6cbeb5d](6cbeb5d)) * **core:** Remove circular dependency in WorkflowService and ActiveWorkflowRunner ([#8128](#8128)) ([b8e72c4](b8e72c4)) * **editor**: Show public API upgrade CTA when feature is not enabled ([#8109](#8109)) ([fd27f73](fd27f73)) Co-authored-by: ivov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 675d4b6 - Browse repository at this point
Copy the full SHA 675d4b6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff [email protected]@1.22.1