mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
SqlServer split manage collection permission (#1594)
* SqlServer split manage collection permission * Clarify names * Test claims generation * Test permission serialization * Simplify claims building * Use new collections permissions * Throw on use of deprecated permissions * Lower case all claims * Remove todos * Clean nonexistent project from test solution * JsonIgnore for both system and newtonsoft json * Make migrations more robust to multiple runs * remove duplicate usings * Remove obsolete permissions * Test solutions separately to detect failures * Handle dos line endings * Fix collections create/update permissions * Change restore cipher to edit permissions * Improve formatting * Simplify map * Refactor test
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -68,10 +68,12 @@ jobs:
|
||||
run: msbuild bitwarden-server.sln /p:Configuration=Debug /verbosity:minimal
|
||||
shell: pwsh
|
||||
|
||||
- name: Test solution
|
||||
run: |
|
||||
dotnet test ./test --configuration Debug --no-build
|
||||
dotnet test ./bitwarden_license/test/CmmCore.Test --configuration Debug --no-build
|
||||
- name: Test OSS solution
|
||||
run: dotnet test ./test --configuration Debug --no-build
|
||||
shell: pwsh
|
||||
|
||||
- name: Test Bitwarden solution
|
||||
run: dotnet test ./bitwarden_license/test/CmmCore.Test --configuration Debug --no-build
|
||||
shell: pwsh
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user