MtnBurrit0
ba57ca5f67
BRE-1075: Migrate k6 loadtests to Datadog ( #6293 )
...
* Remove external loadImpact option that is being replaced by DataDog
* Add load test workflow
Keep otel encrypted, but skip verification
Go back to what was working from Billing-Relay
Tune test configuration based on last test output.
Tune config loadtest
Tune tests a bit more by removing preAllocatedVUs
Revert "Tune tests a bit more by removing preAllocatedVUs"
This reverts commit ab1d170e7a3a6b4296f2c44ed741656a75979c80.
Revert "Tune config loadtest"
This reverts commit 5bbd551421658e8eb0e2651fb1e005c7f1d52c99.
Tune config.js by reducing the amount of pAV
Revert "Tune config.js by reducing the amount of pAV"
This reverts commit 1e238d335c27ebf46992541ca3733178e165b3aa.
Drop MaxVUs
* Update .github/workflows/load-test.yml
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
* Fix newline at end of load-test.yml file
* Fix github PR accepted code suggestion
---------
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
4 months ago
MtnBurrit0
cdf1d7f074
Add stub for load test work ( #6277 )
...
* Add stub for load test work
* Satisfy linter
* Adding required permission for linting
4 months ago
renovate[bot]
4b79b98b31
[deps]: Update actions/create-github-app-token action to v2 ( #6216 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
Matt Andreko
7a6fa5a457
Revert "Temporarily hold sarif uploads ( #6166 )" ( #6222 )
4 months ago
renovate[bot]
3169c5fb85
[deps]: Update github-action minor ( #5865 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Amy Galles <9685081+AmyLGalles@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
4 months ago
Daniel García
6971f0a976
Update Swashbuckle and improve generated OpenAPI files ( #6066 )
...
* Improve generated OpenAPI files
* Nullable
* Fmt
* Correct powershell command
* Fix name
* Add some tests
* Fmt
* Switch to using json naming policy
4 months ago
Matt Andreko
4e6a036f22
Temporarily hold sarif uploads ( #6166 )
4 months ago
Matt Andreko
11cc50af6e
Update scan workflow to use centralized reusable component ( #6127 )
5 months ago
aj-bw
3f508cd43b
add read actions ( #6137 )
5 months ago
Matt Bishop
bdadf2af01
Document database projects and complete EDD support ( #5855 )
...
* Document database projects and complete EDD support
* Remove an old remnant of a now-unused 'future' state
* Sync finalization scripts
* Fix conflict
* Fix some script issues
5 months ago
aj-bw
765c02b7d2
[BRE-1018] improve database test error messaging ( #6103 )
...
* improve database test error messaging
* removing repetitive logic
5 months ago
Andy Pixley
5772c467de
[BRE-831] migrate secrets AKV ( #5962 )
6 months ago
Andy Pixley
71aae24246
[BRE-848] Fixing release workflow permissions ( #6002 )
6 months ago
Andy Pixley
b13c950328
[BRE-848] Adding Workflow Permissions ( #5985 )
6 months ago
Addison Beck
91b4ef756b
build(ci): remove the need to cherry pick version bumps to rc ( #5977 )
6 months ago
Vince Grassia
0bdd18d6b7
Remove logic for generating and uploading checksum artifacts ( #5950 )
7 months ago
aj-bw
25d5efacd8
set 0 when workflow is not ran ( #5910 )
7 months ago
aj-bw
6411cc63ca
BRE-875/server-builds-intermittently-failing-after-introducing-build-cache ( #5909 )
...
* increase logging
* remove caching for troubleshooting
* test max parallel of 3
* up parallel
* test removing cache again
* add permissions read
* edit permissions
7 months ago
tangowithfoxtrot
20105b85aa
fix: failing builds; Setup is no longer a dll ( #5901 )
7 months ago
tangowithfoxtrot
63f5811aa9
feat: non-root self hosted images for standard deployment ( #5701 )
...
* Use IHttpMessageHandlerFactory For HTTP Communication
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
* feat: allow custom app-id.json location for rootless
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
* fix: new build context wont allow copying git context
* feat: allow images to run as non-root user
* fix: build failures caused by bad merge
* build: we don't need to copy the `.git` dir
* Revert "build: we don't need to copy the `.git` dir"
This reverts commit 32c2f6236a .
* Use `IHttpClientFactory` in more places
* update build workflow
* fix: compatibility with the existin run.sh script
* fix: compatibility with existing run.sh script
* Add SelfHosted GlobalSettings for Setup
* Fix my build error
* Add other services
* Add IConfiguration
* fix: missing gosu command for rootful mode
* fix: try using .net core certificate handling
* fix: add `SSL_CERT_DIR` to remaining images
* Remove X509ChainCustomization activation code
* Revert "Use IHttpMessageHandlerFactory For HTTP Communication"
This reverts commit c93be6d52b .
* Revert "fix: build failures caused by bad merge"
This reverts commit 3e4639489b .
* Revert "Use `IHttpClientFactory` in more places"
This reverts commit 284501a493 .
* remove unused code
* re-add error log for installation id
* remove missing error message in log
* build: remove duplicate docker+qemu setup steps
Co-authored-by: Opeyemi <Alaoopeyemi101@gmail.com>
* build: optimize for simpler builds over caching
* build: restore previous method for getting the GIT_HASH
* fix: add missing build args to remaining images
* fix: rm extraneous source revision id arg
* fmt: apply consistent spacing and rm redundant WORKDIR directive
* build: update migrator to use simpler build; apply consistent spacing
* fix: merge conflicts; simplify changes
* fix: add publish branch check back
---------
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
Co-authored-by: Opeyemi <Alaoopeyemi101@gmail.com>
7 months ago
aj-bw
1e7d02bca2
BRE-857/collect-code-references-fails-against-tags ( #5885 )
...
* update code-references file to also check tags
* fix line
7 months ago
Vince Grassia
3aa9812353
Fix actionlint issues ( #5841 )
7 months ago
aj-bw
a973a11d90
scan and build target updates ( #5783 )
8 months ago
Todd Martin
af08d4b2a5
chore(workflows): Update image tag logic to handle forked branches
8 months ago
Matt Bishop
9da98d8e97
Run LD reference check on all pushes ( #5760 )
...
* Run LD reference check on all pushes
* Fix syntax of code-references.yml
---------
Co-authored-by: Matt Andreko <mandreko@bitwarden.com>
8 months ago
Matt Bishop
706d7a5768
Migrate to new LD Action for code references ( #5759 )
8 months ago
MtnBurrit0
cb9d7e450f
Drop create_branch input, it's enabled by default. ( #5634 )
9 months ago
MtnBurrit0
8cd14d55dd
EE sync improvements ( #5620 )
...
* Leverage new workflow changes
* Refactor ephemeral-environment workflow
* Add .has_secrets check back into build
9 months ago
Daniel García
887332b436
[PM-15127] Remove secrets requirement from build workflow ( #5546 )
...
* [PM-15127] Remove secrets requirement from build workflow
* Remove unneeded check, fix target workflow
* Remove IF
9 months ago
Matt Andreko
229aecb55c
Update SARIF upload to use proper branch ( #5534 )
9 months ago
Matt Bishop
d40fbe3217
Upgrade test reporter ( #5492 )
10 months ago
Matt Andreko
29dc69a77b
Remove extra && ( #5484 )
10 months ago
Matt Andreko
8287d0a968
Replace secret checking logic with branch detection logic ( #5454 )
10 months ago
Justin Baur
0b6f0d9fe8
Collect Code Coverage In DB Tests ( #5431 )
10 months ago
rkac-bw
6cb00ebc8e
Add entity path to database test workflow ( #5401 )
...
* Add entity path to database test workflow
* Add entity path to pull request - path database test workflow
---------
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
11 months ago
Matt Andreko
d2fb3760d3
Reworked PR workflow logic to prevent missing parameter ( #5367 )
11 months ago
Matt Andreko
b5cfb4b9c7
Enabled SonarQube scanning for PRs ( #5363 )
...
* Added scan workflow parameter for PR number to enable branch scanning
* Added missing backslash
11 months ago
renovate[bot]
148a631178
[deps]: Update github/codeql-action action to v3.28.8 ( #5292 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
renovate[bot]
a9ef475046
[deps]: Update github-action minor ( #5296 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
Matt Andreko
d231070cac
Removed unnecessary CODECOV_TOKEN with updated codecov-action ( #5271 )
12 months ago
Matt Andreko
0645f51b65
Removed unnecessary github token ( #5259 )
12 months ago
MtnBurrit0
f753829559
Always update the ephemeral environment when the label is added ( #5240 )
12 months ago
Vince Grassia
28d5535010
Update checkout action for cherry pick job ( #5242 )
12 months ago
MtnBurrit0
bd657c76cf
Remove unused workflow now that config has been migrated. ( #5239 )
12 months ago
renovate[bot]
f265911526
[deps] BRE: Update gh minor ( #5016 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
Patrick-Pimentel-Bitwarden
cc96e35072
Auth/pm 2996/add auth request data to devices response model ( #5152 )
...
fix(auth): [PM-2996] Add Pending Auth Request Data to Devices Response
- New stored procedure to fetch the appropriate data.
- Updated devices controller to respond with the new data.
- Tests written at the controller and repository level.
Resolves PM-2996
12 months ago
renovate[bot]
066cd4655d
[deps] BRE: Update codecov/codecov-action action to v5 ( #5071 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
renovate[bot]
4b2030de77
[deps] BRE: Update anchore/scan-action action to v6 ( #5180 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
MtnBurrit0
840ff00189
BRE-292: Sync ephemeral environment with GH workflow ( #5174 )
...
* Add sync_environment call
* Put callable workflow in it's own job
* Switch to context for GitHub input
* Set requirements and inherit secrets
* Add the condition to the job
* Update .github/workflows/build.yml
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
---------
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
12 months ago
Vince Grassia
144c0a2fee
Add missing curly brace ( #5203 )
1 year ago