Releases: hawks-atlanta/worker-java
Releases · hawks-atlanta/worker-java
Release 0.0.10
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 <antoniojosedonishung@gmail.com>
Release 0.0.8
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 <antoniojosedonishung@gmail.com>
Release 0.0.5
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 <antoniojosedonishung@gmail.com>
Release 0.0.3
chore(release): 0.0.3 (#13)
Release 0.0.2
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 <antoniojosedonishung@gmail.com>