Commit df2f65d
Unicorn approvals (#46)
* feat: add command to list the parameters in parameters store
* refactor: renamed UnicornPropertiesNamespace to UnicornApprovalsNamespace in shared namespace definition
* refactor: updated resolve:ssm references for UnicornPropertiesNamespace to UnicornApprovalsNamespace across multiple templates
* refactor: change event bus references from UnicornPropertiesEventBus to UnicornApprovalsEventBus across multiple files
* chore: upgrade actions/upload-artifact from v3 to v4 in GitHub workflow
* feat: refactored unicorn properties to approvals again. Renamed modules to align with oother runtimes.
* refactor: updated POM file to rename groupId and artifactId from PropertyService to ApprovalsService for consistency with recent changes
* chore: update .gitignore to include new target directories for ApprovalService, ContractsService, SearchService, and Common
* refactor: simplify setUp method in CreateContractTests by removing unnecessary exception declaration
* refactor: simplify setUp method in ContractStatusTests by removing unnecessary exception declaration
* refactor: update POM files to rename artifactId and module names for consistency, and upgrade compiler version to 17
* chore: update .gitignore to reflect the new directory structure for ApprovalsService
* feat: refactored unicorn web into separate modules - ApprovalService and SearchService - to align with implementations in other runtimes.
* chore: update Approvals readme
* chore: updated contracts readme
* chore: update web readme
* chore: updated main readme
* chore: update GitHub Actions workflows to use latest versions of actions and increase build timeout
* chore: downgrade Maven compiler version to 17 in Common module
* chore: reorder sections in README and update image placement
* chore: update README badge link to reflect new GitHub Actions workflow
* chore: fix formatting in README by adjusting header and image placement
* refactor: change package name from search.requestapproval to approval.requestapproval in RequestApprovalFunction.java
* chore: update architecture diagram
* refactor: update event source and rule names to use 'unicorn.approvals'
* refactor: change package names from 'unicorn_properties' to 'unicorn_approvals' in related classes
* refactor: rename ApprovalService to PublicationManagerService and removed classes in the ApprovalsService module as this does not need to be tracked.
* chore: minor update to readme file
* fix: update namespace for event schema
* fix: updated references to properties service to approvals service. Fixed SAM templates to refer to new Java services. Updated .gitignore. Updated test events.
* chore: updated approvals readme
* chore: updated readme and spelling mistakes
* fix: syncing templates
* Updated Java dependencies and Code (#47)
* Updated unicorn approvals dependencies and updated code.
* Updated Unicorn Contracts.
* Updated unicorn web.
---------
Co-authored-by: SDE Workshop User <ec2-user@sde-workshop.local>
Co-authored-by: Steven Cook <awscook@amazon.com>1 parent 64ebff3 commit df2f65d
File tree
116 files changed
+2415
-1833
lines changed- .github/workflows
- docs
- unicorn_approvals
- ApprovalsService
- src
- main
- java
- approvals
- dao
- schema/unicorn_contracts/contractstatuschanged
- marshaller
- resources
- test
- events
- dbb_stream_events
- eventbridge
- lambda
- java/approvals
- target/classes
- integration
- state_machine
- unicorn_contracts
- ContractsFunction/src
- main/java/contracts
- utils
- test/java/contracts
- ContractsService
- src
- main
- java/contracts
- utils
- resources
- test
- events
- java/contracts
- target/classes
- events
- unicorn_properties
- PropertyFunctions/src
- main/java/properties
- dao
- test/java/properties
- unicorn_web
- Common
- src/main/java/dao
- PropertyFunctions/src/main/java/property
- populate
- requestapproval
- search
- PublicationManagerService
- src/main
- java
- publicationmanager
- schema/unicorn_approvals/publicationevaluationcompleted
- marshaller
- resources
- target/classes
- tests/events/eventbridge
- SearchService
- src/main
- java/search
- resources
- tests/events/eventbridge
- integration
- tests/events/eventbridge
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+2415
-1833
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
| 17 | + | |
| 18 | + | |
0 commit comments