Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add test for ISoftDeletable & ITimeable Auto fill properties #3

Merged
merged 3 commits into from
Aug 4, 2022

Conversation

Azaferany
Copy link
Owner

No description provided.

@Azaferany Azaferany force-pushed the feature/DbContextSaveChangeTests branch 2 times, most recently from 5ca9917 to 1e5125b Compare August 4, 2022 18:53
@Azaferany Azaferany merged commit f0efc66 into main Aug 4, 2022
@Azaferany Azaferany deleted the feature/DbContextSaveChangeTests branch August 4, 2022 19:01
github-actions bot pushed a commit that referenced this pull request Aug 29, 2022
## 1.0.0 (2022-08-29)

### ⚠ BREAKING CHANGES

* the IdentityExtensions.cs and httpContext.User.UserId() method removed
* the IDateTimeProvider remove and replace with ISystemClock from Microsoft.Extensions.Internal

### Features

* add api versioning ([ef3529b](ef3529b))
* add Cors ([46aa976](46aa976))
* add distributed cache ([5e05da7](5e05da7))
* add ef DbContext with ISoftDeletable & ITimeable ([41b61b3](41b61b3))
* add health checks ([5043179](5043179))
* add oauth2 (jwt + introspection) authentication & authorization ([051c72d](051c72d))
* add OpenTelemetry tracing ([5b47897](5b47897))
* add prometheus metrics ([a565aa5](a565aa5))
* add request logging ([8f4bde1](8f4bde1))
* add sentry ([90ab194](90ab194))
* add swagger ([be7b149](be7b149))

### Bug Fixes

* add HttpContextAccessor to fix ITimeable entities UserId prop ([92e0989](92e0989))
* add Serilog.Expressions for serilog filter ([9788015](9788015))

### Performance Improvements

* add http client request + response logging ([a53c199](a53c199))
* add IDateTimeProvider ([11cdfe8](11cdfe8))
* add initial WebApplicationFactory for IntegrationTests ([9d4ccd3](9d4ccd3))
* add localization ([081b5b3](081b5b3))
* add Metrics for all HttpClients(provided by HttpClientFactory) ([726a11e](726a11e))
* add migrations script ([79decf2](79decf2))
* add startup.cs ([08bdbe3](08bdbe3))
* add Swagger Snapshot Tests ([925f6d1](925f6d1))
* add test for ISoftDeletable & ITimeable Auto fill properties ([#3](#3)) ([f0efc66](f0efc66))
* add user detail tests ([#2](#2)) ([f4db540](f4db540))
* enrich logs with trace ids ([8728d6d](8728d6d))
* fill httpContext.User.Identity.Name correct and use it directly ([6ecd0ef](6ecd0ef))
* include xml comments in swagger docs ([6029df7](6029df7))
* init clean architecture structure ([8d429d7](8d429d7))
* move configs to appsettings.json ([c8d1c77](c8d1c77))
* move sentry configs to appsettings.json ([55cf04a](55cf04a))
* remove UtcDateTimeProvider and use dotnet SystemClock ([63c9b86](63c9b86))
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant