Commit graph

3859 commits

Author SHA1 Message Date
Collin M. Barrett
b3012aeff1 Revert "test trigger build on .editorconfig change"
This reverts commit 2361bee512.
2020-02-09 21:22:37 -06:00
Collin M. Barrett
2361bee512 test trigger build on .editorconfig change 2020-02-09 21:12:28 -06:00
Collin M. Barrett
0874ea9864 trigger build on .editorconfig change 2020-02-09 21:11:57 -06:00
Collin M. Barrett
d62661c3c6 disable SA1101
ref https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/530#issuecomment-81247794
2020-02-09 21:05:02 -06:00
Collin M. Barrett
2d58a3c9be add Roslynator.Analyzers 2020-02-09 20:56:18 -06:00
Collin M. Barrett
96af73ecdf add StyleCop.Analyzers 2020-02-09 20:55:14 -06:00
Collin M. Barrett
779ae69c68 add xunit.analyzers 2020-02-09 20:54:01 -06:00
Collin M. Barrett
96fba9954b add SonarAnalyzer.CSharp 2020-02-09 20:52:47 -06:00
dependabot-preview[bot]
6e41f8233c Bump Octokit from 0.39.0 to 0.40.0 in /server
Bumps [Octokit](https://github.com/octokit/octokit.net) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/octokit/octokit.net/compare/v0.39.0...v0.40.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 02:45:53 +00:00
Collin M. Barrett
1cbdb8902c suppress CA1814 warnings in Migrations by design
https://github.com/dotnet/efcore/issues/11190#issuecomment-372059600
2020-02-09 20:42:32 -06:00
Collin M. Barrett
a2b36fe1db udpate Microsoft.CodeAnalysis.FxCopAnalyzers 2020-02-09 20:33:38 -06:00
Collin M. Barrett
27d9056ee7 re-install default Microsoft.CodeAnalysis.FxCopAnalyzers 2020-02-09 20:00:50 -06:00
Collin M. Barrett
2f12a561bf temp rm Microsoft.CodeAnalysis.FxCopAnalyzers 2020-02-09 19:53:49 -06:00
Collin M. Barrett
1b80ea283a temp comment data seed test 2020-02-09 19:15:51 -06:00
Collin M. Barrett
6b2d8e2482 convert to EF Core seeding
ref #312
2020-02-09 19:07:07 -06:00
Collin M. Barrett
b65225a5cd mv MigrationsAssembly to Data proj 2020-02-09 16:56:46 -06:00
Collin M. Barrett
332e0ed9fc include dev .env in dcproj 2020-02-09 16:53:30 -06:00
Collin M. Barrett
291461f01f rm Newtonsoft json 2020-02-09 16:01:42 -06:00
Collin M. Barrett
a153c8564f update ef core (temp rm tools) 2020-02-09 14:52:39 -06:00
dependabot-preview[bot]
2f497476c9 Bump Octokit from 0.38.0 to 0.39.0 in /server
Bumps [Octokit](https://github.com/octokit/octokit.net) from 0.38.0 to 0.39.0.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/octokit/octokit.net/compare/v0.38.0...v0.39.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 17:08:44 +00:00
Collin M. Barrett
6dec350119 explicitly run SeedService.GetAllAsync() in-memory per ef core 3
https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-3.0/breaking-changes#linq-queries-are-no-longer-evaluated-on-the-client
2020-02-08 20:43:12 -06:00
Collin M. Barrett
f9d8ad0f09 data tidies 2020-02-08 19:32:49 -06:00
Collin M. Barrett
814ff22568 rollback ef core due to dual-key sort query breaking 2020-02-08 19:28:44 -06:00
Collin M. Barrett
f6a84ed6c0 rollback Automapper due to API breaking change 2020-02-08 19:18:19 -06:00
Collin M. Barrett
637c714867 copy data into vs debug container 2020-02-08 19:00:32 -06:00
Collin M. Barrett
978d0f97ff include win10-x64 identifier for vs debugging 2020-02-08 18:21:36 -06:00
Collin M. Barrett
1c2ae12027 wire up docker/docker-compose vs debug support 2020-02-08 18:07:42 -06:00
Collin M. Barrett
f3d6e95630 Revert "Revert "Revert "try re-enabling data integration tests"""
This reverts commit 0f9a7615a8.
2020-02-08 15:41:52 -06:00
Collin M. Barrett
0f9a7615a8 Revert "Revert "try re-enabling data integration tests""
This reverts commit b9cd7c1343.
2020-02-08 15:38:54 -06:00
Collin M. Barrett
bae9373a96 simplify ef core registration to resolve MemoryCache SizeLimit issue 2020-02-08 15:38:32 -06:00
Collin M. Barrett
d33ecbac6f data cleanup from #1268 2020-02-08 15:20:32 -06:00
Collin M. Barrett
b9cd7c1343 Revert "try re-enabling data integration tests"
This reverts commit 8c3da24a68.
2020-02-08 15:01:16 -06:00
Collin M. Barrett
4c839beeb5 add missing comma 2020-02-08 14:51:57 -06:00
Collin M. Barrett
2194400e52 fix extra comma in FilterList.json 2020-02-08 14:45:47 -06:00
Collin M. Barrett
6d33c11624 specify MariaDB version to differentiate CHANGE/RENAME COLUMN syntax w/MySQL 2020-02-08 14:42:15 -06:00
Collin M. Barrett
8c3da24a68 try re-enabling data integration tests
ref #1173
2020-02-08 14:40:27 -06:00
Collin M. Barrett
87dfb7b244 finish list delete from #1343 2020-02-08 14:36:55 -06:00
Collin M. Barrett
9db47f05e8 specify MariaDB version to differentiate CHANGE/RENAME COLUMN syntax w/MySQL 2020-02-08 14:30:16 -06:00
Collin M. Barrett
e1aeb0d427 rollback ef to try resolving build error 2020-02-08 12:42:44 -06:00
Collin M. Barrett
09adeb22d9 fix breaking ef API change in Seed 2020-02-08 12:30:28 -06:00
Collin M. Barrett
91a94b6342 update path to server .dockerignore in az pipes config 2020-02-08 12:22:21 -06:00
Collin M. Barrett
aa11f13841 update nugets 2020-02-08 12:20:55 -06:00
Collin M. Barrett
b8dd6e283c upgrade to netcore3.1 2020-02-08 12:13:36 -06:00
Collin M. Barrett
e56d7adf23 resolve SonarQube S3433 warning to try to fix test fail in CI 2020-02-08 12:09:57 -06:00
Collin M. Barrett
ea79f4ca3f mv server code into server sub-dir 2020-02-08 11:57:17 -06:00
Collin M. Barrett
bbe2ea4644 fix img name typo in #1343 2020-02-08 10:39:52 -06:00
Collin M. Barrett
5be72b55ab add node-gyp deps in node:alpine image 2020-02-08 10:34:42 -06:00
Collin M. Barrett
4d80a79940 add node_modules to Web dockerignore 2020-02-08 10:15:29 -06:00
Collin M. Barrett
10cb6e86d1 Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2020-02-08 09:56:01 -06:00
Collin M. Barrett
fc3529d1c4 mv nginx az pipes config to nginx dir 2020-02-08 09:55:49 -06:00