0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-07-02 03:22:57 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
alex289
6529c6f67b
feat: Update deps 2024-01-15 09:55:29 +01:00
alex289
5f04ee7774
chore: Update deps 2024-01-08 09:51:14 +01:00
dependabot[bot]
222d6a35c5
chore: bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [AspNetCore.HealthChecks.ApplicationStatus](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.Rabbitmq](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.Redis](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.1` | `8.0.0` |
| [AspNetCore.HealthChecks.SqlServer](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.0.0` | `8.0.0` |
| [AspNetCore.HealthChecks.UI.Client](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) | `7.1.0` | `8.0.0` |


Updates `AspNetCore.HealthChecks.ApplicationStatus` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.Rabbitmq` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.Redis` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-ui-7.0.1...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.SqlServer` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/preview-all-7.0.0...release-ui-8.0.0)

Updates `AspNetCore.HealthChecks.UI.Client` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/compare/release-npgsql-7.1.0...release-ui-8.0.0)

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.ApplicationStatus
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.Rabbitmq
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.Redis
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: AspNetCore.HealthChecks.UI.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 14:20:03 +00:00
alex289
631de38171
chore: Code Cleanup 2023-11-25 16:10:24 +01:00
alex289
a2735616e4
feat: Update packages 2023-11-15 08:40:42 +01:00
alex289
ca81e2f076
Merge branch 'main' into feature/dotnet_8 2023-11-10 16:11:04 +01:00
alex289
6053b8475a chore: Update dependencies 2023-11-01 02:08:31 +00:00
alex289
0f09f40a33 chore: Update dependencies 2023-10-15 02:07:42 +00:00
alex289
c0098665a7 Update packages 2023-09-15 02:05:11 +00:00
Alexander Konietzko
03ee830ee2
feat: Upgrade to dotnet 8 2023-09-14 14:14:20 +02:00
Alexander Konietzko
3410c8575d
feat: Add swagger attribute for sorting 2023-09-09 21:21:23 +02:00
alex289
b355aeb8ff
chore: Code Cleanup 2023-09-02 12:34:08 +02:00
alex289
8ed703a865
feat: Add health check for rabbitmq 2023-09-02 12:22:31 +02:00
Alexander Konietzko
71a36a0905
fix: json deserializing 2023-09-01 17:03:48 +02:00
alex289
a742ae6dc0
feat: Add redis cache 2023-08-31 21:08:46 +02:00
alex289
61bcab6d77
chore: Code Cleanup 2023-08-30 23:36:48 +02:00
Alexander Konietzko
ca0489c3a1
test: Replace Moq with NSubstitute 2023-08-09 19:20:44 +02:00
alex289
1d77fedf62 Update packages 2023-08-01 02:26:48 +00:00
alex289
7bea80df45 Update packages 2023-07-15 02:50:59 +00:00
Alexander Konietzko
745b3930f0
Code cleanup and dependency updates 2023-07-01 13:26:10 +02:00
alex289
e39c94ea99
Update deps 2023-06-17 20:01:30 +02:00
Alexander Konietzko
c72384431b
Add more health checks 2023-05-29 15:34:34 +02:00
alex289
7941c682d8
Add health check and auth tests 2023-05-29 14:38:55 +02:00
alex289
6cb67265e3
Update deps and rename names 2023-04-18 12:44:37 +02:00
Alexander Konietzko
c88f38a219
Relocate adding some services 2023-03-23 09:10:23 +01:00
alex289
df5530c726
Full Cleanup 2023-03-22 19:06:01 +01:00
Alexander Konietzko
a56fc0e5bb
Add Swagger and domain tests 2023-03-21 11:03:05 +01:00
Alexander Konietzko
983c63b38e
Implement new user commands 2023-03-20 22:26:23 +01:00
Alexander Konietzko
b36aaff112
Add User auth 2023-03-17 08:44:51 +01:00
Alexander Konietzko
02dfa498a1
Remove redundant references 2023-03-16 20:12:19 +01:00
Alexander Konietzko
28c9212391
Update dependencies 2023-03-14 15:55:00 +01:00
Alexander Konietzko
f645b2cc8f
Add gRPC and fix some warnings 2023-03-13 20:35:00 +01:00
Alexander Konietzko
b58c74c666
Add first endpoint 2023-03-06 19:01:21 +01:00
alex289
d884b03336
Add initial infra 2023-03-06 15:51:24 +01:00
alex289
e9f66ddf0b
Initial commit 2023-03-05 21:47:33 +01:00