Collin Barrett
|
e52f284324
|
ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
e3ee2b6991
|
build(deps): bump Microsoft.Extensions.Http.Resilience
Bumps [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](https://github.com/dotnet/extensions/commits)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Http.Resilience
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
28da38843d
|
build(deps): bump Azure.Monitor.OpenTelemetry.AspNetCore
Bumps [Azure.Monitor.OpenTelemetry.AspNetCore](https://github.com/Azure/azure-sdk-for-net) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Monitor.OpenTelemetry.AspNetCore_1.1.1...Azure.Monitor.OpenTelemetry.AspNetCore_1.2.0)
---
updated-dependencies:
- dependency-name: Azure.Monitor.OpenTelemetry.AspNetCore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
11194c2fa7
|
test(dir): 🚧🧪 WIP int test /alive
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
5985911efb
|
feat(dir): ✨ enable health check in production
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
3abd616c9e
|
feat(dir): ✨ migrate Apply Data Change action
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
89f15c99f0
|
feat(dir): ✨⚡️ add in-memory caching
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
2cede3e539
|
refactor(dir): ♻️ use primary ctor syntax for responses
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
d668655af1
|
refactor(dir): ♻️ apply migrations from API
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
21257bf8f6
|
feat(dir): ✨🛠️ add CI/CD
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
0bf8e603ea
|
build(deps): bump MediatR in /services/FilterLists.AppHost
Bumps [MediatR](https://github.com/jbogard/MediatR) from 12.2.0 to 12.3.0.
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](https://github.com/jbogard/MediatR/compare/v12.2.0...v12.3.0)
---
updated-dependencies:
- dependency-name: MediatR
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
d785b940bc
|
refactor(dir): ♻️ make QueryDbContext readonly
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
1c1fb09e20
|
refactor(svcs): 🔧♻️ configure & apply AnalysisMode Recommended
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
a0c337e0ab
|
refactor(svcs): ♻️🔥 abandon Aspire publishing
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
e0647a1303
|
feat(dir): ✨ migrate OpenAPI & SwaggerUI
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
07343fa0d9
|
feat(dir): ✨ migrate query endpoints
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
8268dfbec8
|
feat(dir): ✨🔒 hide kestrel server header
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
ed536d0ae4
|
build(deps): bump coverlet.collector in /services/FilterLists.Tests
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.0...v6.0.2)
---
updated-dependencies:
- dependency-name: coverlet.collector
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
2581f199e1
|
refactor(web): 🔥 rm aspire-starter web template
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
11ec925a19
|
refactor(dir): ♻️📄 use db volume mount & add docs
ref https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/persist-data-volumes
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
57cf8b8de3
|
refactor(dir): ♻️🚧 prevent MigrationService from publishing
https://github.com/dotnet/aspire-samples/issues/300
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
2e042a3601
|
feat(dir): ✨ add InitialSeedData ef migration
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
6268928f07
|
build(deps): bump xunit.runner.visualstudio
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.8.1.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.8.1)
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
b3bad337db
|
build(deps): bump Microsoft.NET.Test.Sdk in /services/FilterLists.Tests
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
5a8afdf24a
|
build(deps): bump xunit in /services/FilterLists.Tests
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.8.1.
- [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.8.1)
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
805bf502de
|
build(deps): bump Microsoft.Extensions.Http.Resilience
Bumps [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](https://github.com/dotnet/extensions/compare/v8.3.0...v8.5.0)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Http.Resilience
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
03d1b36d8f
|
build(deps): bump OpenTelemetry.Instrumentation.Runtime
Bumps [OpenTelemetry.Instrumentation.Runtime](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Exporter.Geneva-1.8.0...Instrumentation.Http-1.8.1)
---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.Runtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
c870d8acfe
|
doc(dir): 📄 create sql users
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
6df32e64b0
|
feat(dir): ✨ add InitialCreate ef migration
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
cb4435f331
|
feat(dir): ✨ apply migrations on startup
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
93768e4571
|
feat(dir): ✨ prep MigrationService for add migration
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
9bee48aa30
|
refactor(dir): ♻️ tidy QueryDbContext
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
2dbbdd981e
|
feat(dir): ✨ migrate QueryDbContext
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
d87473bfd6
|
feat(dir): ✨ stub infra projs
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
b4e658246c
|
feat(dir): ✨ model directory db
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
1a6563b031
|
refactor(dir): ♻️ ren apiservice to directoryapi
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
fe022068a6
|
feat(svcs): ✨ add AppInsights
ref https://learn.microsoft.com/en-us/dotnet/aspire/deployment/azure/application-insights
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
1c02e94bb3
|
refactor(svcs): ♻️🎨 ren/tidy resources
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
4481941546
|
Configure Azure Developer Pipeline
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
50a1fab7c1
|
fix(svcs): 🐛 install aspire workload for CodeQL
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
3b20b86146
|
refactor(svcs): ♻️🎨 Rider cleanup
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
fc9e1577df
|
feat(svcs): ✨ dotnet new aspire-starter
--create-tests-project -n FilterLists
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
1ad44a7a93
|
feat(svcs): ✨ add vs/jb gitignore
|
2024-06-13 19:18:17 +00:00 |
|
Collin Barrett
|
094f8e3893
|
refactor: 🔥🚧 purge docker, nginx, and Directory
|
2024-06-13 19:18:17 +00:00 |
|
dependabot[bot]
|
de413323ea
|
build(deps): bump braces from 3.0.2 to 3.0.3 in /web
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-11 13:31:16 +00:00 |
|
dependabot[bot]
|
2644221890
|
build(deps): bump @testing-library/jest-dom from 6.4.5 to 6.4.6 in /web
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.5 to 6.4.6.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-11 13:15:44 +00:00 |
|
dependabot[bot]
|
4dc5fc78f5
|
build(deps): bump FluentValidation.DependencyInjectionExtensions
Bumps [FluentValidation.DependencyInjectionExtensions](https://github.com/JeremySkinner/fluentvalidation) from 11.9.1 to 11.9.2.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.9.1...11.9.2)
---
updated-dependencies:
- dependency-name: FluentValidation.DependencyInjectionExtensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-11 13:15:35 +00:00 |
|
Collin Barrett
|
e74703df01
|
feat(docker): ✨🔧 connect GH repo to Package
ref https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#pushing-container-images
|
2024-06-07 18:19:36 +00:00 |
|
dependabot[bot]
|
49a5eb06bd
|
build(deps): bump @types/node from 20.14.1 to 20.14.2 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.1 to 20.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-06 11:04:26 +00:00 |
|
dependabot[bot]
|
5e093c8ca6
|
build(deps): bump @types/node from 20.14.0 to 20.14.1 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.0 to 20.14.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-04 12:55:30 +00:00 |
|