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

Develop #54

Merged
merged 37 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3a618c4
refactored to rocket
CA-MKSingh Dec 23, 2023
d81e691
Merge branch 'trunk' into develop
CA-MKSingh Dec 23, 2023
975f84a
dependencies fixation
CA-MKSingh Dec 23, 2023
aa27b73
Merge branch 'trunk' of ca-mksingh:AutomationTank/shield into develop
CA-MKSingh Dec 23, 2023
66adcf6
conflict resolution
CA-MKSingh Dec 23, 2023
eae29ed
Merge branch 'trunk' of ca-mksingh:AutomationTank/shield into develop
CA-MKSingh Dec 23, 2023
620074b
database setup in-progress
CA-MKSingh Dec 23, 2023
61a0cb1
restored to initial stage
CA-MKSingh Sep 17, 2024
331cc3e
schema in progress
CA-MKSingh Sep 18, 2024
eae2578
first version of db schema created
CA-MKSingh Sep 18, 2024
768d7f2
default resource initialization in-progress
CA-MKSingh Sep 19, 2024
59a75cb
diesel replaced with sea-orm and db connection is working
CA-MKSingh Sep 19, 2024
650ad96
route structure created till get user by id
CA-MKSingh Sep 19, 2024
729dedd
primary key changed from serial to uuid_v7
CA-MKSingh Sep 20, 2024
4bf1774
db initialization steps added
CA-MKSingh Sep 20, 2024
6daee5f
token user in progress
CA-MKSingh Sep 20, 2024
a6e4865
token user removed for time being
CA-MKSingh Sep 20, 2024
e017557
fix: login route structure corrected and able to make db calls
CA-MKSingh Sep 26, 2024
1e7e97d
fix: user table schema updated now need to update the database models…
CA-MKSingh Sep 26, 2024
3dc18da
fix: few denormalization applied on tables
CA-MKSingh Sep 26, 2024
bbe3b10
fix: ready for next function
CA-MKSingh Sep 26, 2024
a3bf094
fix: default creds gettting written to file
CA-MKSingh Sep 26, 2024
0f500eb
fix: default resource updated and get realms function is in progress
CA-MKSingh Sep 27, 2024
7f1be0f
fix: realm and client get method implemented
CA-MKSingh Sep 27, 2024
42757b9
fix: realm crud implemented
CA-MKSingh Sep 28, 2024
c7ca059
fix: dto and service code separated
CA-MKSingh Sep 28, 2024
c180efd
fix: default cred reading optimized and crud for client done
CA-MKSingh Sep 28, 2024
3ad077a
fix: settings.rs dead code commented
CA-MKSingh Sep 28, 2024
5d93af5
fix: role check implemented for realm and client
CA-MKSingh Sep 28, 2024
1fb04b4
fix: user signup, signin, and able to fetch resources
CA-MKSingh Sep 28, 2024
9220fa3
fix: resources crud implemented
CA-MKSingh Sep 28, 2024
d4f5e96
fix: resource_group crud added
CA-MKSingh Sep 28, 2024
a05cbfa
fix: session implementation in-progress
CA-MKSingh Sep 28, 2024
a03db54
fix: session info capturing middleware implemented
CA-MKSingh Sep 29, 2024
314b1fe
fix: session creation implemented alongwith max concurrent session limit
CA-MKSingh Sep 29, 2024
af2cea7
fix: logout and introspect routes done
CA-MKSingh Sep 29, 2024
4176c66
fix: realm and client update functions updatec
CA-MKSingh Sep 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
Secrets*.toml
.env*
logs
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
max_width = 150
Loading
Loading