Commit a5b5a8c
authored
Release v0.5.3
* 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 project1 parent 1d735a7 commit a5b5a8c
365 files changed
Lines changed: 1145 additions & 268 deletions
File tree
- .github
- actions
- cache-sonar
- run-tests
- workflows
- src/api
- FinancialHub.Auth.Application.Tests
- FinancialHub.Auth.Infra.Migrations
- auth
- FinancialHub.Auth.Application
- Configurations
- Extensions
- Services
- Validators
- Rules
- FinancialHub.Auth.Domain
- Entities
- Interfaces
- Helpers
- Providers
- Repositories
- Resources
- Services
- Models
- FinancialHub.Auth.Infra.Data
- Contexts
- Extensions
- Mapping
- Migrations
- Repositories
- FinancialHub.Auth.Infra
- Extensions
- Helpers
- Mappers
- Providers
- FinancialHub.Auth.Presentation
- Controllers
- Extensions
- FinancialHub.Auth.Resources
- Extensions
- Providers
- Resources/Errors
- FinancialHub.Auth.WebApi
- Properties
- common/FinancialHub.Common
- Entities
- Interfaces/Repositories
- Models
- Responses
- Errors
- Success
- Results
- Errors
- core
- FinancialHub.Core.Application
- Extensions/Configurations
- Mappers
- Resources
- Services
- Validators
- FinancialHub.Core.Domain
- Entities
- Enums
- Filters
- Interfaces
- Mappers
- Repositories
- Services
- Models
- Queries
- Resources
- FinancialHub.Core.Infra.Data
- Contexts
- Extensions/Configurations
- Mappings
- Migrations
- Repositories
- FinancialHub.Core.WebApi
- Controllers
- Extensions/Configurations
- Properties
- tests
- auth
- FinancialHub.Auth.Application.Tests
- Services
- Signin
- Signup
- Token
- Users
- Validators
- FinancialHub.Auth.Common.Tests
- Assertions
- Builders
- Entities
- Models
- FinancialHub.Auth.Infra.Data.Tests
- Assertions
- Fixtures
- Repositories
- Credentials
- Users
- FinancialHub.Auth.Infra.Tests
- Providers
- Credentials
- Signin
- Signup
- Users
- FinancialHub.Auth.IntegrationTests
- Base
- Controllers
- Extensions
- Utils
- Setup
- FinancialHub.Auth.Presentation.Tests
- Asserts
- Controllers
- Signin
- Signup
- Users
- common/FinancialHub.Common.Tests
- Assertions/Responses
- Builders
- Entities
- Models
- core
- FinancialHub.Core.Application.Tests
- Services
- AccountBalance
- Accounts
- Balances
- Categories
- TransactionBalance
- Transactions
- Validators
- FinancialHub.Core.Domain.Tests
- Assertions
- Entities
- Models
- Builders
- Entities
- Models
- Queries
- FinancialHub.Core.Infra.Data.Tests
- Repositories
- Accounts
- Balances
- Base
- Categories
- Transactions
- FinancialHub.Core.IntegrationTests
- Base
- Controllers
- Extensions
- Setup
- FinancialHub.Core.WebApi.Tests
- Controllers
- Accounts
- Balances
- Categories
- Transactions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
0 commit comments