Justin Baur
15b498184f
Resolve platform warnings ( #5798 )
...
* Installation Repository tests
* Formatting
* Remove extra LastActivityDate property
* Remove exclusion
2025-05-09 16:03:09 -04:00
Justin Baur
2918d46b62
Resolve Vault warnings ( #5786 )
...
- Also remove extra exclusions
2025-05-09 10:12:43 -04:00
renovate[bot]
75c49f5cbc
[deps] DbOps: Pin dependencies ( #5715 )
...
* [deps] DbOps: Pin dependencies
* You don't pin .NET tools
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Bishop <mbishop@bitwarden.com >
2025-04-28 22:04:00 -04:00
Justin Baur
e01cace189
Turn on TreatWarningsAsError ( #5384 )
...
* Turn on TreatWarningsAsError for Release build
- Break Api intentionally
* Fix Api
* Treat warnings as errors no matter the configuration
2025-02-11 08:49:14 -05:00
renovate[bot]
8253de350b
[deps] DbOps: Update EntityFrameworkCore to v8.0.8 ( #4651 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 14:21:16 -04:00
renovate[bot]
41135c866d
[deps] DbOps: Update EntityFrameworkCore to v8.0.7 ( #4484 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-09 12:11:35 -04:00
renovate[bot]
563adf54af
[deps] DbOps: Update EntityFrameworkCore to v8 (major) ( #3744 )
...
* [deps] DbOps: Update EntityFrameworkCore to v8
* Only Run EnsureDeleted If Factory Owns Connection
This only worked because of a bug in dotnet/efcore#33930 that was fixed in 8.0.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
2024-06-27 08:45:34 -04:00
renovate[bot]
a1d609b208
[deps] DbOps: Update EntityFrameworkCore ( #3981 )
...
* [deps] DbOps: Update EntityFrameworkCore
* Update linq2db Package
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
2024-06-07 09:55:59 -04:00
renovate[bot]
4e6360cc4f
[deps] DbOps: Update EntityFrameworkCore ( #3823 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-20 09:42:30 -05:00
renovate[bot]
2df5fe1340
[deps] SM: Update EntityFrameworkCore to v7.0.15 ( #3666 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 16:30:23 -07:00
Thomas Avery
d488ebec0f
explicitly add linq2db version ( #3578 )
2023-12-15 14:50:57 -06:00
renovate[bot]
85df9716d8
[deps] SM: Update EntityFrameworkCore ( #3494 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 16:49:15 -06:00
Colton Hurst
a565b19ffb
SM-768: Update EFCore and related packages to >= 7.0 ( #3006 )
...
* SM-768: Update EFCore and related packages to >= 7.0
* SM-768: Update more packages for the EF 7 upgrade
* SM-768: Update the PostgreSQL package
* SM-768: Run dotnet restore --force-evaluate
* SM-768: Revert package upgrades for 3 projects
* SM-768: Update the dotnet-ef tool
2023-07-07 09:56:31 -04:00
Justin Baur
a2d45c09ad
Fix Organization License Sync ( #2864 )
2023-04-24 13:51:08 -04:00
Oscar Hinton
1f0fc43278
[SM-394] Secrets Manager ( #2164 )
...
Long lived feature branch for Secrets Manager
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com >
Co-authored-by: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com >
Co-authored-by: CarleyDiaz-Bitwarden <103955722+CarleyDiaz-Bitwarden@users.noreply.github.com >
Co-authored-by: Thomas Avery <tavery@bitwarden.com >
Co-authored-by: Colton Hurst <colton@coltonhurst.com >
2023-01-13 15:02:53 +01:00
Kyle Spearrin
c39fb8f7af
update ef core libraries ( #2515 )
...
* update ef core libraries
* lock file updates
2022-12-25 20:49:14 -05:00
Matt Gibson
7cbc4a8970
Add Sqlite as EF DB provider ( #2487 )
...
* Add Sqlite as EF DB provider
Note: In-memory sqlite does not work across projects, since the migrator
only runs on the Admin project
Co-authored-by: Justin Baur <justindbaur@users.noreply.github.com >
* Include example sqlite connection string
* Add migrator assembly to sqlite connection
* Update initial migration to current schema state
* dotnet format 🤖
* Update package locks
* Respect name set in BW_SSL_KEY for cert generation (#2490 )
(cherry picked from commit 2469e10110 )
* [PS-2016] Add ability to change UID/GID for Bitwarden unified (#2495 )
(cherry picked from commit c6fbe8cc44 )
* Add SqliteMigrations project to unified Dockerfile
Co-authored-by: Justin Baur <justindbaur@users.noreply.github.com >
Co-authored-by: accolon <mail@accolon.net >
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com >
2022-12-14 08:28:51 -06:00
Justin Baur
daeaa42851
[PS-40] Upgrade to .NET 6 ( #2056 )
...
* Bump to .NET 6
* Update Docker images
* Update docs
* Update workflow for linter
* Add all common versions to props file
* Update tools manifest
* Update csproj files
* Update packages.lock.json files
* Switch to setup-dotnet
* Remove msbuild
* Fix deps breaking changes
* Manually install msbuild
* Use msbuild for build
* Fix verbosity switch
* Remove unused exceptions
* Address linter feedback
* Make Obsolete warnings suggestions for now.
* Force Evaluate
* Format on tests
* Run formatting again.
* Use windows 2022
* force evaluate
* Fix restore
* Fix linter
* Skip test
* Update Directory.Build.props
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
* Address PR feedback
* Add IntegationTest for Rate limiter
* Fix test
* Reenable test
* Reorder test
* Skip test again
* Add tracking link
* Update .github/workflows/build.yml
Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com >
2022-06-24 10:39:34 -04:00
Oscar Hinton
e4a10aae27
Split out repositories to Infrastructure.Dapper / EntityFramework ( #1759 )
2022-01-11 10:40:51 +01:00