Add Application configuration #11

Merged
Wesser merged 128 commits from feat/add-setup into release/v1.0.0 2024-06-01 07:35:30 +03:00
Owner
No description provided.
Wesser added this to the Release v1.0.0 milestone 2024-05-28 06:31:52 +03:00
Wesser added the
enhancement
label 2024-05-28 06:31:52 +03:00
Wesser self-assigned this 2024-05-28 06:31:53 +03:00
Wesser added 2 commits 2024-05-28 06:31:53 +03:00
refactor: move files
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m33s
c06ed8b479
Wesser added 7 commits 2024-05-28 06:49:45 +03:00
Wesser added 2 commits 2024-05-28 06:53:58 +03:00
fix: add using Configuration.General
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m29s
36a78a8284
Wesser added 3 commits 2024-05-28 06:59:40 +03:00
Wesser added 4 commits 2024-05-28 07:04:11 +03:00
Wesser added 1 commit 2024-05-28 07:09:44 +03:00
refactor: change the api path
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m59s
ae0b9daefa
Wesser added 2 commits 2024-05-28 07:13:33 +03:00
feat: implement validation of settings
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m33s
35eb1eab39
Wesser added 3 commits 2024-05-28 07:16:21 +03:00
Wesser added 4 commits 2024-05-29 03:30:30 +03:00
Wesser added 11 commits 2024-05-29 03:48:00 +03:00
Wesser added a new dependency 2024-05-29 04:06:15 +03:00
Wesser added 46 commits 2024-05-29 06:42:47 +03:00
Add hashing and other security features (#12)
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m50s
f6f7ed6c86
Reviewed-on: #12
Wesser added 1 commit 2024-05-29 07:39:11 +03:00
feat: return the schedule-related settings
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m43s
081c814036
Wesser added 34 commits 2024-06-01 05:45:19 +03:00
test: upgrade test
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 2m13s
a353b4c3f8
test: trying to set up tests to test application in different databases
Some checks failed
Test with Different Databases / test (postgresql) (pull_request) Failing after 1s
Test with Different Databases / test (sqlite) (pull_request) Failing after 1s
Test with Different Databases / test (mysql) (pull_request) Failing after 2s
.NET Test Pipeline / build-and-test (pull_request) Failing after 4m48s
c9c6a99fe9
fix: error CS0103
Some checks failed
Test with Different Databases / test (mysql) (pull_request) Failing after 3s
Test with Different Databases / test (postgresql) (pull_request) Failing after 2s
Test with Different Databases / test (sqlite) (pull_request) Failing after 1s
.NET Test Pipeline / build-and-test (pull_request) Failing after 12m0s
f0544ff42e
fix: error CS0103
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Successful in 2m15s
Test with Different Databases / test (mysql) (pull_request) Failing after 1s
Test with Different Databases / test (postgresql) (pull_request) Failing after 0s
Test with Different Databases / test (sqlite) (pull_request) Failing after 4s
815c860dc0
test: fix port
Some checks failed
Test with Different Databases / test (sqlite) (pull_request) Failing after 1s
Test with Different Databases / test (postgresql) (pull_request) Failing after 1s
.NET Test Pipeline / build-and-test (pull_request) Successful in 3m4s
Test with Different Databases / test (mysql) (pull_request) Failing after 3m10s
b67f0a82ed
test: change docker to apt
Some checks failed
Test with Different Databases / test (sqlite) (pull_request) Failing after 4m6s
Test with Different Databases / test (postgresql) (pull_request) Failing after 4m8s
Test with Different Databases / test (mysql) (pull_request) Failing after 4m8s
.NET Test Pipeline / build-and-test (pull_request) Successful in 4m41s
f17ee43805
test: remove testing
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 2m0s
7a741d7783
refactor: change create database to migrate
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 2m1s
827cdaf9f9
Use the configuration depending on the selected database provider (#13)
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 2m39s
a902d9eb81
Reviewed-on: #13
Wesser added 3 commits 2024-06-01 06:29:21 +03:00
Wesser added 3 commits 2024-06-01 07:27:23 +03:00
Wesser added 2 commits 2024-06-01 07:33:15 +03:00
feat: comment this for show controller in swagger
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m48s
63216f3b66
Wesser changed title from WIP: Add Application configuration to Add Application configuration 2024-06-01 07:33:22 +03:00
Wesser merged commit ea538ac340 into release/v1.0.0 2024-06-01 07:35:30 +03:00
Author
Owner

Changes:

  • Added a controller for application configuration
  • Added a new "Security" layer for application security
  • Added different configurations depending on the database provider
  • Added database migrations

And much more

Changes: - [x] Added a controller for application configuration - [x] Added a new "Security" layer for application security - [x] Added different configurations depending on the database provider - [x] Added database migrations And much more
Wesser deleted branch feat/add-setup 2024-06-01 07:38:38 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
Reference: Winsomnia/MireaBackend#11
No description provided.