You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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: rename unicorn properties to unicorn approvals
* refactor: update event bus references from UnicornProperties to UnicornApprovals in subscriptions.yaml
* refactor: update references from UnicornProperties to UnicornApprovals in dependabot configuration and unit test workflows
* chore: upgrade actions/upload-artifact from v3 to v4 in GitHub workflow
* fixed small issues
* refactor: rename properties_service to approvals_service and update related handlers and configurations
* chore: update Approvals readme
* chore: updated contracts readme
* chore: update web readme
* chore: updated main readme
* chore: upgrade actions/checkout and actions/github-script to v4 and v7 respectively in GitHub workflows
* chore: update README to reflect new build workflow and correct image tag
* chore: add GitHub Actions workflow for building Python services
* chore: add ruff installation step to GitHub Actions build workflow
* chore: modify GitHub Actions build workflow to use uv run for build and clean steps
* chore: upgrade CodeQL action versions to v3 in GitHub workflows
* chore: update cfn-lint installation step in GitHub Actions workflow to include serverless plugin
* fix: allow cfn-lint command to continue on error in Makefile
* some name changes to approvals. Moved example events to other folder for parity with TypeScript version and workshop description
* fixing unint tests
* downgrade cfn-lint serverless-rules because of an issue with v0.3.3
* Revert "downgrade cfn-lint serverless-rules because of an issue with v0.3.3"
This reverts commit f383b3d.
* chore: update architecture diagram
* refactor: update event source and rule names to use 'unicorn.approvals'
* refactor: renames ApprovalService to PublicationManagerService for handling publication approval requests and events
* fix: remove error suppression for cfn-lint command. Removed uv build-system configuration for Approvals and Contracts
* fix: update import path for request approval function to use PublicationManagerService
* chore: minor update to readme file
* chore: updated approvals readme
* chore: updated bus name in test events
* chore: updated readme and spelling mistakes
* chore: bumped dependencies
* fix: syncing templates
---------
Co-authored-by: Marco Buss <[email protected]>
0 commit comments