Releases: dorianneto/url-shortener
Releases · dorianneto/url-shortener
v1.0.1-alpha
Features
- add source as release assets through workflow (Dorian)
v1.0.0-alpha
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)
v0.0.1
What's Changed
- feat: add redis client by @dorianneto in #1
- Implement Redis server workers by @dorianneto in #2
- Add Firestore adapter by @dorianneto in #4
- build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #3
- Add Couchbase adapter by @dorianneto in #5
- Set up Kubernetes into the project by @dorianneto in #6
Full Changelog: https://github.com/dorianneto/url-shortener/commits/0.0.1