Skip to content

Releases: hawks-atlanta/worker-java

Release 0.0.10

03 Oct 23:48
b180d0c
Compare
Choose a tag to compare
chore(release): v0.0.9 (#20)

* chore(release): 0.0.4

* feat: Upload file & Testing (#14)

* feat: Upload file write

* feat: Write backup

* feat: file size limits

* feat: Add env vars and CLI.md

* feat: Use env var to determine which volume to use

* chore: Update rmi lib

* feat: Config receive volume list

* chore: Update RMI module name

* fix: module import

* chore: update submodule

* feat: Add METADATA_BASEURL env var

* feat: metadata service add request: mark file as ready

* feat: Report file readiness when write is finished

* feat: abort on write failure

* fix: simplify http requests

* fix: Use env var for Storage base path

* feat: MetadataService saveFile

* test: Util methods

* Test: get config from env vars

* test: FILE IO

* chore: Update env vars default values

* feat: Improve docker compose with only required services

* ci: fix testing workflow

* fix: Remove debug messages

* feat: Update Dockerfile with setup script

* fix: Coverage workflow

* style: code format

* chore: Add adminer service

* docs: Add test intructions in README

* fix: Expose RMI port in Dockerfile

* fix: Make clearer config error msgs

* chore(release): 0.0.5

* feat: download file with data streaming (#16)

* chore: Update some RMI types to use UUID

* feat: Implement download-file method service with RMI streaming library

* feat: Update RMI implementation with new downloadFile impl

* feat(downloadFile): Fallback to backup when not found in files

* chore: update submodule

* test: Remove AppTest

* test(downloadFile): better differentiate error types

* feat: fetch file volume from metadata

* test: downloadFile tests added

* chore: update submodule

* test: Add use case: Download file from backup

* test: Further check if file is written un upload

* test: rename test to use IT prefix

* chore(release): 0.0.6

* ci: run tests on PR against main

* ci: apply prettier formatter to all github workflow files

* docs: Better env var example value

* chore(release) v0.0.7

* chore(release): 0.0.8

* feat: logging (#19)

* chore: Improve logging

* feat: make format.sh write by default

* feat: Add login utils

* feat: log on system events

* chore(release): 0.0.9

* chore(release): 0.0.10

---------

Co-authored-by: Antonio Donis <[email protected]>

Release 0.0.8

01 Oct 13:59
2f3ecee
Compare
Choose a tag to compare
chore(release): v0.0.7 (#17)

* feat: Upload file & Testing (#14)

* feat: Upload file write

* feat: Write backup

* feat: file size limits

* feat: Add env vars and CLI.md

* feat: Use env var to determine which volume to use

* chore: Update rmi lib

* feat: Config receive volume list

* chore: Update RMI module name

* fix: module import

* chore: update submodule

* feat: Add METADATA_BASEURL env var

* feat: metadata service add request: mark file as ready

* feat: Report file readiness when write is finished

* feat: abort on write failure

* fix: simplify http requests

* fix: Use env var for Storage base path

* feat: MetadataService saveFile

* test: Util methods

* Test: get config from env vars

* test: FILE IO

* chore: Update env vars default values

* feat: Improve docker compose with only required services

* ci: fix testing workflow

* fix: Remove debug messages

* feat: Update Dockerfile with setup script

* fix: Coverage workflow

* style: code format

* chore: Add adminer service

* docs: Add test intructions in README

* fix: Expose RMI port in Dockerfile

* fix: Make clearer config error msgs

* feat: download file with data streaming (#16)

* chore: Update some RMI types to use UUID

* feat: Implement download-file method service with RMI streaming library

* feat: Update RMI implementation with new downloadFile impl

* feat(downloadFile): Fallback to backup when not found in files

* chore: update submodule

* test: Remove AppTest

* test(downloadFile): better differentiate error types

* feat: fetch file volume from metadata

* test: downloadFile tests added

* chore: update submodule

* test: Add use case: Download file from backup

* test: Further check if file is written un upload

* test: rename test to use IT prefix

* ci: run tests on PR against main

---------

Co-authored-by: Antonio Donis <[email protected]>

Release 0.0.5

27 Sep 16:59
ecff31d
Compare
Choose a tag to compare
chore(release): 0.0.5 (#15)

* feat: Upload file & Testing (#14)

* feat: Upload file write

* feat: Write backup

* feat: file size limits

* feat: Add env vars and CLI.md

* feat: Use env var to determine which volume to use

* chore: Update rmi lib

* feat: Config receive volume list

* chore: Update RMI module name

* fix: module import

* chore: update submodule

* feat: Add METADATA_BASEURL env var

* feat: metadata service add request: mark file as ready

* feat: Report file readiness when write is finished

* feat: abort on write failure

* fix: simplify http requests

* fix: Use env var for Storage base path

* feat: MetadataService saveFile

* test: Util methods

* Test: get config from env vars

* test: FILE IO

* chore: Update env vars default values

* feat: Improve docker compose with only required services

* ci: fix testing workflow

* fix: Remove debug messages

* feat: Update Dockerfile with setup script

* fix: Coverage workflow

* style: code format

* chore: Add adminer service

* docs: Add test intructions in README

* fix: Expose RMI port in Dockerfile

* fix: Make clearer config error msgs

---------

Co-authored-by: Antonio Donis <[email protected]>

Release 0.0.3

11 Sep 20:04
440fe7a
Compare
Choose a tag to compare
chore(release): 0.0.3 (#13)

Release 0.0.2

30 Aug 01:36
87e0759
Compare
Choose a tag to compare
chore: v0.0.2 (#9)

* feat: Initial project structure (#2)

* feat: Base gradle project

* feat: clang-format

* feat: nix-shell development shell

* feat: Dockerfile

* docs: Update README

* feat: RMI server with interfaces as git module (#3)

* chore: Add RMI submodule as library

* style: Specify column limit

* feat: RMI service sample implementation

* fix: Update submodule

* docs: Simplify README

* feat: Add formatting commands to README

* chore: Bump rmi-java

* chore: Add clang-format to nix-shell

* ci: release workflow (#8)

* ci: formatter pipeline (#4)

* ci: Add format workflow

* fix: format pipeline run step with privileges

* ci: testing pipeline (#5)

* ci: Add testing workflow

* fix: Remove docker-compose steps

* ci: Add coverage workflow (#7)

* ci: tagging pipeline (#6)

* chore(release): 0.0.1

* ci: Tagging workflow

* chore: tagging dependencies

---------

Co-authored-by: Antonio Donis <[email protected]>