v1.0.0-alpha
·
1 commit
to main
since this release
Features
- add config file for circleci (Dorian Neto)
- add go config file for github actions (Dorian Neto)
- set GOPATH to go config file (github actions) (Dorian Neto)
- update set up go version (github actions) (Dorian Neto)
- add debug step (github actions) (Dorian Neto)
- fix GOPATH on build and test steps (github actions) (Dorian Neto)
- remove build step (github actions) (Dorian Neto)
- add step to install dependencies (github actions) (Dorian Neto)
- downgrade go version (github actions) (Dorian Neto)
- add item to debug (github actions) (Dorian Neto)
- set bucket name on the constructor (couchbase client adapter) (Dorian)
- add readme (Dorian)
- add readme extension (Dorian)
- add install section to README (Dorian)
- add release workflow to github actions (Dorian)
- add files to changelog via github actions (Dorian)
- enable workflow dispatch to go workflow (Dorian)
- enable workflow dispatch on release workflow (Dorian)
- add content write permission to release job on release workflow (Dorian)
Bug Fixes
- improve validator encapsulation (Dorian Neto)
- reuseable workflow issue (Dorian)
- enable workflow call on go workflow (Dorian)
- move permission statement added to the wrong job on release workflow (Dorian)
Code Refactoring
- improve repository encapsulation (Dorian Neto)
- improve job encapsulation (Dorian Neto)
- improve queue encapsulation (Dorian Neto)
- improve firestore database client adapter encapsulation (Dorian Neto)
Tests
- add tests to model (Dorian Neto)
- add tests to job (Dorian Neto)
- add tests to repository (Dorian Neto)
- add tests to validator and database (Dorian Neto)
- add tests to controller (redirect successful case only) (Dorian Neto)
- add tests to controller (redirect error cases only) (Dorian Neto)
- add tests to controller (store cases only) - done (Dorian Neto)
- add test for queue client adapter (Dorian Neto)
- add test for queue server adapter (Dorian Neto)
- add empty test files to files that hold interfaces/struct only (Dorian Neto)
- add test for firestore client adapter (Dorian Neto)
- add tests for couchbase client adapter (Dorian)
Commits
- 804e420: Revert "feat: add config file for circleci" (Dorian Neto)