-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump the nuget group across 1 directories with 1 update #5
Open
dependabot
wants to merge
32
commits into
main
Choose a base branch
from
dependabot/nuget/src/api/auth/FinancialHub.Auth.Application/nuget-security-group-533390b5ee
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump the nuget group across 1 directories with 1 update #5
dependabot
wants to merge
32
commits into
main
from
dependabot/nuget/src/api/auth/FinancialHub.Auth.Application/nuget-security-group-533390b5ee
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add : DDL Script * Add : Domain architecture * Add : Database context and startup configurations * Add: account get all endpoint * Add : Basic Accounts endpoints * Add : Repository Unit tests * Add : BaseRepository Tests : Update * Change : DDL added account creation/update time * Fix : small comment changes on AccountsController
* Add : DDL Script * Change : DDL added account creation/update time * Add : Domain architecture * Add : Database context and startup configurations * Add: account get all endpoint * Add : Basic Accounts endpoints * Add : Repository Unit tests * Add : BaseRepository Tests : Update * Fix : small comment changes on AccountsController * Add : category table DDL * Add : Categories CRUD * Add : Transactions endpoints * Fix : NUnit BaseRepository Update Test * Changes : BaseRepositoryTest base GenerateData method * Changes : controller params * Changes : BaseRepository methods are virtual and protected * Fix : BaseRepositoryTests typos and context verification on CreateAsync * Changes : BaseRepository Tests are now virtual * Add : Releashionship between Accounts,Category and Transaction * Change : Inherits to Create Base Repository tests * Add : TransactionEntity Relashionships * Fix : Transaction creating category and account when not found * Changes : Project using .NET 6.0 * Fix : repository create tests, delete and get by id parameters * Fix : CreateAsync Tests * Add : Faker library to generate data * Fix : All update tests * Add : Transaction Filters * Add : Transaction date Filters * Fix: Transaction Fields types * Add : Auto Include on Transactions * Add : Transaction get filters * Fix : transaction status changed
* Add : DDL Script * Add : Services Project * Add : Domain architecture * Add : Database context and startup configurations * Add: account get all endpoint * Add : Basic Accounts endpoints * Add : Repository Unit tests * Add : BaseRepository Tests : Update * Add : Auto Include on Transactions * Add : Transaction get filters * Add : category table DDL * Add : Categories CRUD * Add : Transactions endpoints * Add : Transaction Filters * Add : Transaction date Filters * Add : Faker library to generate data * Add : Releashionship between Accounts,Category and Transaction * Add : TransactionEntity Relashionships * Change : DDL added account creation/update time * Changes : BaseRepositoryTest base GenerateData method * Changes : controller params * Changes : BaseRepository methods are virtual and protected * Changes : BaseRepository Tests are now virtual * Change : Inherits to Create Base Repository tests * Changes : Project using .NET 6.0 * Changes : IMapper to IMapperWrapper on services * Changes : Infra project to Infra.Data * Changes : removed auto mapper & updated entityframework * Fix : repository create tests, delete and get by id parameters * Fix : CreateAsync Tests * Fix : BaseRepositoryTests typos and context verification on CreateAsync * Fix : All update tests * Fix: Transaction Fields types * Fix : Transaction creating category and account when not found * Fix : api usings & moved mapper * Fix : NUnit BaseRepository Update Test * Fix : transaction status changed * Fix : small comment changes on AccountsController
* Add : Standard API Response * Add : Standard Service Result * Add : Api Test Project * Add : Accounts , Transaction and Categories Controller Unit Tests
* Add : EntityBuilders * Add : ModelBuilders * Add : Integration tests * Change : Builder Pattern added to UnitTests * Remove : EntityGenerator * Remove : Useless Test Projects
* Add : database migrations * Add : Database Dockerfile & DockerCompose * Add : SonarCloud Code Analysis
* Add : CHANGELOG.md * Add : Postman file * Add : Account, Category, Transaction & Balance validators * Add : Services GetById returns not found error * Add : Account Balance * Add : BalancesRepository & BalancesService * Add : IAccountBalanceService to AccountsController * Add : Balance Database Migration * Add : Balance Create/Update Endpoint * Add : Create an active & commited Transaction updates balance amount * Add : Transaction Deletion Removes Balance amount * Update : Currency moved from Account to Balance * Update : Transactions now holds balanceId * Update : README.md * Remove : Old AutoMapper from api project * Remove : Code Smells in AccountsServiceTests, Builders & TransactionFilter * Fix : Code coverage pipeline always 0% * Fix : TransactionQuery Filter By Start Month * Known Issue : Change Transaction Amount is creating a new one * Known Issue : Delete Account is not removing child balances
* Adds : Updates balance when creating a transaction by creating a new service * Adds : TransactionBalanceService Tests * Adds : TransactionBalanceService.Update * Adds : TransactionBalanceService * Adds : TransactionBalanceService.CreateAsync service * Adds : TransactionBalanceTests UpdateAmount Same Balance * Adds : TransactionBalance.UpdateAsync different balances tests * Updates : api_basic_flow.yml * Updates : sonarcloud.yml * Migrates : the project to the rootfolder * Fix Balance updates * Fix : BalanceServiceTest Coverage * Fix : Unit tests and Fixture * Fix : BalanceService UnitTests * Fix : code complexity by separating it into methods * Removes : /api folder * Removes : TransactionServiceTests that changes Balance
* Adds : TransactionBalanceService DeleteTransaction * Fix : BalanceRepository ChangeTracker * Remove : delete Balances & Accounts endpoints * Remove : Accounts delete endpoint * Remove : Balances delete endpoint
* Adds : CategoryEntityMapping, AccountEntityMapping, TransactionEntityMapping e BalanceEntityMapping * Changes Configuration for Infra.Data and Services project * Changes : IServiceCollectionExtensions for Infra and Services project * Removes : Action body for coverage
* Adds Auth/User project * Adds Basic Auth/User Project structure * Adds Auth/User features * Adds Auth/User tests * Adds EntityFramework Migration Tool * Adds Signup/Signin endpoint * Adds "Testing" environment appsettings to Auth project * Adds ValidatorRulesExtensions * Adds Token generation * Adds Token Authentication to User endpoints * Fix project references * Fix Sonar Code yaml
* Bump Swashbuckle.AspNetCore.SwaggerUI * Update SonarCloud analysis file
* Adds tests_workflow.yml * Adds build-dotnet-project composite action * Archives api_workflow.yml and sonarcloud.yml * Adds api_releases.yml to generate versions (obsolete) * Changes Tests in two files (test_result.yml, coverage_report.yml) * Changes CI into two files (branch_main_ci.yml, branch_release_ci.yml) * Move sonarcloud analysis to ubuntu-latest * Fix sonarcloud analysis integrations tests SQL errors
* fix main branch analysis
* Removes Exception test from UserServiceTests.create * Removes exception unit tests of Provider layers * Remove Infra.Data exceptions unit tests * Removes UserRepository update
* Changes Auth Application Project layer to Presentation * Changes Services layer name to Application layer
* Adds Core Module * Adds global using to Core project * Adds Core Folder to main project * Adds FinancialHub.Common project * Adds FinancialHub.Common.Tests project * Adds null forgiving in code smells (fix it later) * Changes /src/FinancialHub folder to /src/api * Changes folder reference in ci files * Moves builders from FinancialHub.Domain.Tests to FinancialHub.Common.Tests * Changes DDL file to scr/database * Remove Migrations from code coverage * Fix Auth project references to Common * Fix Core project references to Common * Fix ServiceResults & Responses code smells
* Add Testing configuration to Core.Integration tests * Update NUnit to 3.13.3 in Core Projects * Break complex unit tests from TransactionRepository * Moves BaseResponseAssert to Common Project * Moves Model Assertions to Core.Domain.Tests * Rename FinancialHub.WebApi to FinancialHub.Core.WebApi * Rename FinancialHub.WebApi unit and integration tests to * Removes BaseControllerTests<T,Y> class * Removes unit tests with exceptions from AccountsService, CategoriesService and TransactionRepository * Fix Core project unit and integration tests * Fix BaseRepository unit tests
* Change Core validation extensions * Move Validators to Service Project * Move Migration files to Infra.Data layer * Rename Core Service name to Application * Change Core Unit Tests project names * Change Core.Application, Core.Infra.Data and Core.WebApi Unit Tests name * Remove Infra.Migration project
* Adds glogal .editorconfig * Add Full, Core and Auth Solution * Add matrix test for CI * Add Category "Unit" for unit test projects * Add Category "Integration" for integration test projects * Add .editorconfig in projects to prevent constructor code smell in test code * Separate Test Results in projects (auth and core) * Move tests to /tests folder * Move Migrations to Infra.Data * Change the whole project folder structure * Separate /api projects in contexts * Fix projects references * Fix test projects references * Remove Core.Infra.Migrations project
* Adds filter test to code coverage * Fix CS8632 code smells in Core project * Fix all null-forgiving * Fix Collection Has.Count code smell
* Adds Unit & integration tests result workaround to get both tests
Bumps the nuget group with 1 update in the /src/api/auth/FinancialHub.Auth.Application directory: [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). Updates `System.IdentityModel.Tokens.Jwt` from 6.12.1 to 6.34.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@6.12.1...6.34.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production dependency-group: nuget-security-group ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Feb 24, 2024
auth project test results117 tests ±0 104 ✅ - 13 14s ⏱️ -1s For more details on these failures, see this check. Results for commit 6c4ea14. ± Comparison against base commit da75788. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the nuget group with 1 update in the /src/api/auth/FinancialHub.Auth.Application directory: System.IdentityModel.Tokens.Jwt.
Updates
System.IdentityModel.Tokens.Jwt
from 6.12.1 to 6.34.0Release notes
Sourced from System.IdentityModel.Tokens.Jwt's releases.
... (truncated)
Changelog
Sourced from System.IdentityModel.Tokens.Jwt's changelog.
... (truncated)
Commits
edcac44
release with small r6fac685
skip suffix for release builds2f945a4
update version to 6.34.074cc160
Merged PR 10242: Update Dev6x to fix the release build4845cf1
Merged PR 10239: Commenting out a constant which is not usede06dc84
Merged PR 10213: Set MaximumDeflateSize0b2f269
Merged PR 10182: Don't resolve jku claim by defaultc3e99cd
update build config version (#2350)8ea36a8
Update CHANGELOG.md (#2348)9d9925e
[Log Scrubbing] Clean up log messages in Wilson (#2339) (#2344)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.