Skip to content

Commit da75788

Browse files
authored
Release v0.1.0
2 parents 431698e + 0002f81 commit da75788

File tree

193 files changed

+1
-12260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+1
-12260
lines changed

.github/actions/cache-sonar/action.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/archived/sonarcloud.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

.github/workflows/branch_main_ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ jobs:
2323
name: Tests
2424
uses: ./.github/workflows/matrix_test_result.yml
2525
secrets: inherit
26-
with:
27-
dir: ./src/api/
28-
dotnet-version: 6.0.x
29-
30-
code_analysis:
31-
name: Code Analysis
32-
needs: tests
33-
uses: ./.github/workflows/coverage_report.yml
34-
secrets: inherit
3526
with:
3627
dir: ./src/api/
3728
dotnet-version: 6.0.x

.github/workflows/branch_release_ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ jobs:
1717
name: Tests
1818
uses: ./.github/workflows/matrix_test_result.yml
1919
secrets: inherit
20-
with:
21-
dir: ./src/api/
22-
dotnet-version: 6.0.x
23-
24-
code_analysis:
25-
name: Code Analysis
26-
needs: tests
27-
uses: ./.github/workflows/coverage_report.yml
28-
secrets: inherit
2920
with:
3021
dir: ./src/api/
3122
dotnet-version: 6.0.x

.github/workflows/coverage_report.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

.github/workflows/matrix_test_result.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
project:
24-
- core
2524
- auth
2625
env:
2726
project-dir: ${{ inputs.dir }}/${{ matrix.project }}

.github/workflows/tests_workflow.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ jobs:
1919
with:
2020
dir: ${{ inputs.dir }}
2121
dotnet-version: ${{ inputs.dotnet-version }}
22-
23-
coverage-report:
24-
needs: test-result
25-
uses: ./.github/workflows/coverage_report.yml
26-
secrets: inherit
27-
with:
28-
dir: ${{ inputs.dir }}
29-
dotnet-version: ${{ inputs.dotnet-version }}

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
* ### [v0.3.1](https://github.com/Chingling152/my-financial-hub-api/releases/tag/v0.3.1)
2-
* ### [v0.3.0](https://github.com/Chingling152/my-financial-hub-api/releases/tag/v0.3.0)
3-
* ### [v0.2.4](https://github.com/Chingling152/my-financial-hub-api/releases/tag/v0.2.4)
4-
* ### [v0.2.3](https://github.com/Chingling152/my-financial-hub-api/releases/tag/v0.2.3)
5-
* ### [v0.2.2](https://github.com/Chingling152/my-financial-hub-api/releases/tag/v0.2.2)
6-
* ### [v0.2.1](https://github.com/Chingling152/my-financial-hub-api/releases/tag/v0.2.1)
7-
* ### [v0.2.0](https://github.com/Chingling152/my-financial-hub-api/releases/tag/v0.2.0)
8-
* ### [v0.1.0](https://github.com/Chingling152/my-financial-hub-api/releases/tag/v0.1.0)

README.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1 @@
1-
# My Financial Hub
2-
This is a completely experimental project, a lot of stuff here was not made with the purpose of being used in production environment.
3-
Until v1 release, everything of this project could be changed.
4-
5-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Chingling152_my-financial-hub&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Chingling152_my-financial-hub)
6-
7-
## What's planned for the future
8-
- **[Monthly Milestones](https://github.com/Chingling152/my-financial-hub/issues/9)**
9-
- **[Earns/Expenses Portion](https://github.com/Chingling152/my-financial-hub/issues/10)**
10-
- **Transaction relatories**
11-
- **Dashboards**
12-
- **Earns/Expenses average**
13-
- **Earns/Expenses predictions**
14-
15-
## Requeriments
16-
* Docker (optional)
17-
* .NET 6.0
18-
* SQL Server
19-
20-
## How to Start
21-
* Run the Dockerfile in root project to create the database (optional)
22-
* Configure the **ConnectionStrings** in the file **appsettings.Development.json** with your SQL Server database
23-
* Initial configuration (pick one)
24-
* #### Visual Studio
25-
Open : Project solution and build the project
26-
Open : Tools -> NuGet Package Manager -> Package Manager Console
27-
Type : Update-Database
28-
* ### Dotnet Cli
29-
Open : WebApi Project directory
30-
Type : dotnet build
31-
Type : dotnet tool install --global dotnet-ef
32-
Type : dotnet ef database update
33-
* After that, you'll be able to run the project
1+
# My Financial Hub Auth Api

docs/api/environments/financial-hub-api-dev.postman_environment

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)