Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: n8n-io/n8n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: n8n@0.217.1
Choose a base ref
...
head repository: n8n-io/n8n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: n8n@0.217.2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 27, 2023

  1. fix(core): Fix execution pruning queries (#5562)

    * fix(core): Execution pruning should delete query should use the `OR` operator
    
    * fix(core): Prune executions in a chunk to avoid sqlite error "Expression tree is too large"
    
    * reduce the memory usage during execution pruning
    netroy committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2137ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51eedac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43eec66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    948b375 View commit details
    Browse the repository at this point in the history
Loading