1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 21:18:13 -05:00

Add DbOps for database changes (#3420)

This commit is contained in:
Matt Bishop 2023-11-09 10:39:04 -05:00 committed by GitHub
parent 8f4a1d8639
commit 4cf2142b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/CODEOWNERS vendored
View File

@ -2,19 +2,23 @@
# #
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # 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. # The following owners will be the default owners for everything in the repo
# Unless a later match takes precedence # unless a later match takes precedence
* @bitwarden/tech-leads * @bitwarden/tech-leads
# DevOps for Actions and other workflow changes. # DevOps for Actions and other workflow changes
.github/workflows @bitwarden/dept-devops .github/workflows @bitwarden/dept-devops
# DevOps for Docker changes. # DevOps for Docker changes
**/Dockerfile @bitwarden/dept-devops **/Dockerfile @bitwarden/dept-devops
**/*.Dockerfile @bitwarden/dept-devops **/*.Dockerfile @bitwarden/dept-devops
**/.dockerignore @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 **/Auth @bitwarden/team-auth-dev
bitwarden_license/src/Sso @bitwarden/team-auth-dev bitwarden_license/src/Sso @bitwarden/team-auth-dev
src/Identity @bitwarden/team-auth-dev src/Identity @bitwarden/team-auth-dev
@ -22,17 +26,17 @@ src/Identity @bitwarden/team-auth-dev
**/SecretsManager @bitwarden/team-secrets-manager-dev **/SecretsManager @bitwarden/team-secrets-manager-dev
**/Tools @bitwarden/team-tools-dev **/Tools @bitwarden/team-tools-dev
## Vault Team files # Vault team
**/Vault @bitwarden/team-vault-dev **/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 **/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 **/AdminConsole @bitwarden/team-admin-console-dev
bitwarden_license/src/Scim @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.IntegrationTest @bitwarden/team-admin-console-dev
bitwarden_license/src/test/Scim.ScimTest @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 **/*billing* @bitwarden/team-billing-dev
**/*bitpay* @bitwarden/team-billing-dev **/*bitpay* @bitwarden/team-billing-dev
**/*braintree* @bitwarden/team-billing-dev **/*braintree* @bitwarden/team-billing-dev
@ -43,6 +47,6 @@ bitwarden_license/src/test/Scim.ScimTest @bitwarden/team-admin-console-dev
**/*subscription* @bitwarden/team-billing-dev **/*subscription* @bitwarden/team-billing-dev
**/Billing @bitwarden/team-billing-dev **/Billing @bitwarden/team-billing-dev
# Multiple Owners # Multiple owners
**/packages.lock.json **/packages.lock.json
Directory.Build.props Directory.Build.props