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@1.0.2
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@1.0.3
Choose a head ref
  • 4 commits
  • 44 files changed
  • 5 contributors

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    2b7bbf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b971fa9 View commit details
    Browse the repository at this point in the history
  3. feat(API): Implement users account quota guards (#6434)

    * feat(cli): Implement users account quota guards
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Remove comment
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Address PR comments
    
    - Getting `usersQuota` from `Settings` repo
    - Revert `isUserManagementEnabled` helper
    - Fix FE listing of users
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Refactor isWithinUserQuota getter and fix tests
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Revert testDb.ts changes
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Cleanup & improve types
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Fix duplicated method
    
    * Fix failing test
    
    * Remove `isUserManagementEnabled` completely
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Check for globalRole.name to determine if user is owner
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Fix unit tests
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Set isInstanceOwnerSetUp in specs
    
    * Fix SettingsUserView UM
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * refactor: License typings suggestions for users quota guards (#6636)
    
    refactor: License typings suggestions
    
    * Update packages/cli/src/Ldap/helpers.ts
    
    Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
    
    * Update packages/cli/test/integration/shared/utils.ts
    
    Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
    
    * Address PR comments
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    * Use 403 for all user quota related errors
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    
    ---------
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
    2 people authored and netroy committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7cd074e View commit details
    Browse the repository at this point in the history
  4. 🚀 Release 1.0.3 (#6664)

    Co-authored-by: netroy <netroy@users.noreply.github.com>
    github-actions[bot] and netroy authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ceb8c85 View commit details
    Browse the repository at this point in the history
Loading