Skip to content

Commit

Permalink
Merge branch 'master' into ac-85/set-max-seats-autoscale-and-current-…
Browse files Browse the repository at this point in the history
…seats-via-public-api
  • Loading branch information
cyprain-okeke authored Nov 22, 2023
2 parents ce652ca + dba7a79 commit 12951d9
Show file tree
Hide file tree
Showing 129 changed files with 4,606 additions and 4,651 deletions.
22 changes: 13 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,41 @@
#
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# The following owners will be the default owners for everything in the repo.
# Unless a later match takes precedence
# The following owners will be the default owners for everything in the repo
# unless a later match takes precedence
* @bitwarden/tech-leads

# DevOps for Actions and other workflow changes.
# DevOps for Actions and other workflow changes
.github/workflows @bitwarden/dept-devops

# DevOps for Docker changes.
# DevOps for Docker changes
**/Dockerfile @bitwarden/dept-devops
**/*.Dockerfile @bitwarden/dept-devops
**/.dockerignore @bitwarden/dept-devops

## Auth team files ##
# Database Operations for database changes
src/Sql/** @bitwarden/dept-dbops
util/Migrator/** @bitwarden/dept-dbops

# Auth team
**/Auth @bitwarden/team-auth-dev
bitwarden_license/src/Sso @bitwarden/team-auth-dev
src/Identity @bitwarden/team-auth-dev

**/SecretsManager @bitwarden/team-secrets-manager-dev
**/Tools @bitwarden/team-tools-dev

## Vault Team files
# Vault team
**/Vault @bitwarden/team-vault-dev
**/Vault/AuthorizationHandlers @bitwarden/team-vault-dev @bitwarden/team-admin-console-dev # joint ownership over authorization handlers that affect organization users

# Admin-Console Team
# Admin Console team
**/AdminConsole @bitwarden/team-admin-console-dev
bitwarden_license/src/Scim @bitwarden/team-admin-console-dev
bitwarden_license/src/test/Scim.IntegrationTest @bitwarden/team-admin-console-dev
bitwarden_license/src/test/Scim.ScimTest @bitwarden/team-admin-console-dev

# Billing Team
# Billing team
**/*billing* @bitwarden/team-billing-dev
**/*bitpay* @bitwarden/team-billing-dev
**/*braintree* @bitwarden/team-billing-dev
Expand All @@ -43,6 +47,6 @@ bitwarden_license/src/test/Scim.ScimTest @bitwarden/team-admin-console-dev
**/*subscription* @bitwarden/team-billing-dev
**/Billing @bitwarden/team-billing-dev

# Multiple Owners
# Multiple owners
**/packages.lock.json
Directory.Build.props
Loading

0 comments on commit 12951d9

Please sign in to comment.