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

fixed a Google Sheet Node issue #3395

Merged
merged 8 commits into from
May 30, 2022
Merged

fixed a Google Sheet Node issue #3395

merged 8 commits into from
May 30, 2022

Commits on May 29, 2022

  1. Configuration menu
    Copy the full SHA
    6537dae View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    56c07a4 View commit details
    Browse the repository at this point in the history
  2. fix(core): Fix migrations on non-public Postgres schema (#3356)

    * 🐛 Fix UM migration
    
    * ⚡ Account for schema in `search_path`
    
    * 🔥 Remove unneeded schema refs
    
    * 🧪 Account for alt schema in DB testing
    
    * ⚡ Add schema to `IncreaseTypeVarcharLimit`
    
    * ⚡ Set `search_path` in every migration
    
    * ⚡ Set `search_path` in down migrations
    ivov authored May 30, 2022
    Configuration menu
    Copy the full SHA
    b49d493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c6833 View commit details
    Browse the repository at this point in the history
  4. feat(RabbitMQ Trigger Node): Make message acknowledgement and paralle…

    …l processing configurable (#3385)
    
    * feat(RabbitMQ Trigger Node): Make message acknowledgement and concurrent
    processing configurable
    
    * ⚡ Make sure that messages do not get executed multiple times
    
    * 👕 Fix lint issue
    
    * 🐛 Fix issue that for manual executions in "own" mode messages got
    know acknowledged
    
    * ⚡ Increment count now that console.log got removed
    
    * ⚡ Improvements
    
    * ⚡ Fix default value
    
    * ⚡ Improve display name
    janober authored May 30, 2022
    Configuration menu
    Copy the full SHA
    b851289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a09da9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03e4a9b View commit details
    Browse the repository at this point in the history
  7. ⚡ Minor improvement

    janober committed May 30, 2022
    Configuration menu
    Copy the full SHA
    eafd688 View commit details
    Browse the repository at this point in the history