Commit 842953b
authored
FUND-2136: ZRC/BRC and DRC replace last RabbitMQ by Hangfire (#113)
* initial
* cleanup old rabbitmqconsumers, etc
* finished
* ZGW.Documenten.Messaging Project removed
* oss preparation
* Zsdms CreateOrPatchSubscription uses separate hangfire queue
* oss part implemented
* configuration adjusted (temporary)
* Hangfire dashboard only on local usage
* NRC subscription deleted if client id will be removed
* finished last part
* added migration to extend field auth of table abonnementen
* some co-pilot findings fixed
* own review findings
* removed PgAdnin form yml file
* cleanup code
* GetCachedTokenAsync gives also expiration back
* field length adjusted and some cleanup
* removed ZgwTokenIntrospectionEndpoint entry from appsettings
* some fixes
* assembly name and namesapce of Documenten.Jobs of OSS fixed
* code review point
* fixed local auth Hangfire dashbord in docker
* SendNotificationAsyncCancellation token as last praram. Added overloads
* auth entry removed from appsettings
* some copilot hints fixed
* initial
* cleanup old rabbitmqconsumers, etc
* finished
* ZGW.Documenten.Messaging Project removed
* oss preparation
* Zsdms CreateOrPatchSubscription uses separate hangfire queue
* oss part implemented
* configuration adjusted (temporary)
* Hangfire dashboard only on local usage
* NRC subscription deleted if client id will be removed
* finished last part
* added migration to extend field auth of table abonnementen
* some co-pilot findings fixed
* own review findings
* removed PgAdnin form yml file
* cleanup code
* GetCachedTokenAsync gives also expiration back
* field length adjusted and some cleanup
* removed ZgwTokenIntrospectionEndpoint entry from appsettings
* some fixes
* assembly name and namesapce of Documenten.Jobs of OSS fixed
* code review point
* fixed local auth Hangfire dashbord in docker
* SendNotificationAsyncCancellation token as last praram. Added overloads
* auth entry removed from appsettings
* some copilot hints fixed
* updated pipeline1 parent 136eefc commit 842953b
File tree
81 files changed
+1621
-1053
lines changed- .github/workflows
- getting-started/docker-compose
- localdev
- src
- OneGround.ZGW.Besluiten.ServiceAgent/v1
- OneGround.ZGW.Besluiten.Web
- Handlers
- v1
- OneGround.ZGW.Common.Abstractions/Constants
- OneGround.ZGW.Common.ServiceAgent
- Authentication
- Extensions
- OneGround.ZGW.Common
- Authentication
- Configuration
- Helpers
- Secrets
- OneGround.ZGW.Documenten.Jobs
- Extensions
- InformatieObjecten
- Subscription
- OneGround.ZGW.Documenten.Messaging.Contracts
- OneGround.ZGW.Documenten.Messaging.Listener
- Services
- OneGround.ZGW.Documenten.Messaging
- Configuration
- Consumers
- Controllers
- Handlers
- Helper
- OneGround.ZGW.Documenten.Web
- OneGround.ZGW.Notificaties.DataModel
- Migrations
- OneGround.ZGW.Notificaties.Messaging.Listener
- OneGround.ZGW.Notificaties.Messaging/Jobs/Notificatie
- OneGround.ZGW.Notificaties.Web/Validators
- OneGround.ZGW.Zaken.ServiceAgent/v1
- OneGround.ZGW.Zaken.Web
- Handlers
- v1
- 5
- Tests/OneGround.ZGW.Common.UnitTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+1621
-1053
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
0 commit comments