Skip to content

Project Phoenix šŸ¦ā€šŸ”„ #1113

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

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
8e87a03
rewrite audit
iammukeshm Apr 8, 2025
70a404e
rewrite paging
iammukeshm Apr 8, 2025
1f89003
fix auditing
iammukeshm Apr 8, 2025
ae9d4f7
identity changes
iammukeshm Apr 8, 2025
a8370f9
stash
iammukeshm Apr 8, 2025
c551fce
cleanup
iammukeshm Apr 8, 2025
160e93a
fix
iammukeshm Apr 8, 2025
f7a54ce
cleanup
iammukeshm Apr 8, 2025
c0a993c
custom cqrs
iammukeshm Apr 9, 2025
5159f84
add cleaner mediator handler and notifications
iammukeshm Apr 9, 2025
fc61c98
cleanup
iammukeshm Apr 9, 2025
f5b4aa9
better cqrs handling
iammukeshm Apr 9, 2025
b74d244
cleanup
iammukeshm Apr 9, 2025
1dd6778
cleanup audits
iammukeshm Apr 9, 2025
4ec0617
better cqrs structure
iammukeshm Apr 9, 2025
137b294
remove mediatr
iammukeshm Apr 9, 2025
fb14de1
cleanup
iammukeshm Apr 9, 2025
a1b661e
cleanup csproj
iammukeshm Apr 9, 2025
2339925
cleanup
iammukeshm Apr 9, 2025
d2daa9f
stash
iammukeshm Apr 9, 2025
5c6ad2b
upgrade tenant handlers
iammukeshm Apr 10, 2025
df7f23e
cleanup
iammukeshm Apr 10, 2025
95dd30b
clean auditing
iammukeshm Apr 10, 2025
79f51af
structure change (again!)
iammukeshm Apr 12, 2025
fcfa1c9
cleanup tenants
iammukeshm Apr 12, 2025
49e2bc5
almost there
iammukeshm Apr 12, 2025
779c394
cleanup
iammukeshm Apr 12, 2025
802c5d8
more fixes
iammukeshm Apr 12, 2025
efc3694
cleanup
iammukeshm Apr 16, 2025
0f201bc
fix build errors
iammukeshm Apr 16, 2025
ec38bae
cleanup
iammukeshm Apr 16, 2025
f45ca56
add playground
iammukeshm Apr 16, 2025
0c126fc
cleanup
iammukeshm Apr 16, 2025
57954f5
cleanup
iammukeshm Apr 16, 2025
17e3014
cleanup
iammukeshm Apr 17, 2025
a744e2a
fix validation pipeline
iammukeshm Apr 17, 2025
6b00edc
health check
iammukeshm Apr 17, 2025
c9d6deb
code cleanup
iammukeshm Apr 17, 2025
9f4ddd2
fix audit event handler
iammukeshm Apr 17, 2025
ac0c13f
cleanup
iammukeshm Apr 17, 2025
6af15b8
restructure (again!)
iammukeshm Apr 17, 2025
ff70490
cleanup
iammukeshm Apr 17, 2025
66e72a1
cleanup
iammukeshm Apr 17, 2025
5efeb9d
cleanup
iammukeshm Apr 17, 2025
56e739c
cleanup
iammukeshm Apr 17, 2025
2fff3b9
invert options
iammukeshm Apr 18, 2025
2b87703
cleanup
iammukeshm Apr 21, 2025
db557be
add architecture tests
iammukeshm Apr 22, 2025
3d91bb2
dynamic module registration
iammukeshm Apr 23, 2025
e5d5474
add tenant endpoints
iammukeshm Apr 23, 2025
db7a1a4
fix auth bug
iammukeshm Apr 23, 2025
9d833dc
cleanup
iammukeshm Apr 24, 2025
793fb4b
add swagger
iammukeshm Apr 30, 2025
4422a5f
scalar
iammukeshm Apr 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
32 changes: 0 additions & 32 deletions src/.dockerignore

This file was deleted.

397 changes: 0 additions & 397 deletions src/.editorconfig

This file was deleted.

18 changes: 0 additions & 18 deletions src/Directory.Build.props

This file was deleted.

13 changes: 0 additions & 13 deletions src/Dockerfile.Blazor

This file was deleted.

287 changes: 0 additions & 287 deletions src/FSH.Starter.sln

This file was deleted.

10 changes: 0 additions & 10 deletions src/GetToken.http

This file was deleted.

13 changes: 0 additions & 13 deletions src/api/framework/Core/Audit/AuditTrail.cs

This file was deleted.

5 changes: 0 additions & 5 deletions src/api/framework/Core/Audit/IAuditService.cs

This file was deleted.

37 changes: 0 additions & 37 deletions src/api/framework/Core/Audit/TrailDto.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/api/framework/Core/Audit/TrailType.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/api/framework/Core/Auth/Jwt/JwtOptions.cs

This file was deleted.

16 changes: 0 additions & 16 deletions src/api/framework/Core/Caching/ICacheService.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/api/framework/Core/Domain/Contracts/IEntity.cs

This file was deleted.

7 changes: 0 additions & 7 deletions src/api/framework/Core/Domain/Events/DomainEvent.cs

This file was deleted.

4 changes: 0 additions & 4 deletions src/api/framework/Core/Domain/Events/IDomainEvent.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/api/framework/Core/Exceptions/CustomException.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/api/framework/Core/Exceptions/ForbiddenException.cs

This file was deleted.

21 changes: 0 additions & 21 deletions src/api/framework/Core/Exceptions/FshException.cs

This file was deleted.

11 changes: 0 additions & 11 deletions src/api/framework/Core/Exceptions/NotFoundException.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/api/framework/Core/Exceptions/UnauthorizedException.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions src/api/framework/Core/Identity/Roles/IRoleService.cs

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/api/framework/Core/Identity/Tokens/ITokenService.cs

This file was deleted.

This file was deleted.

Loading