Skip to content

Releases: nethesis/parceler

v0.3.1

22 Jul 13:16
5dc373c
Compare
Choose a tag to compare

0.3.1 (2024-07-22)

Bug Fixes

  • added more verbosity to crond commands (cdbe052)
  • missing log level for crond (5b563dc)

v0.3.0

22 Jul 10:20
4151285
Compare
Choose a tag to compare

0.3.0 (2024-07-22)

Features

  • added helper commands (d719798)
  • added repository:list command (632d2df)

Bug Fixes

  • fixing issue with composer in prod environment (a9e9ce6)

Miscellaneous Chores

  • deps: lockfile maintainance (2c4a30c)
  • deps: updated build environments (1a11909)
  • removed scheduler and worker from dev environment (adbc31e)

v0.2.1

19 Jun 09:05
8ae773b
Compare
Choose a tag to compare

0.2.1 (2024-06-19)

Bug Fixes

  • using generic endpoint for key verification (05894ad)

Miscellaneous Chores

  • deps: update docker/bake-action to v5 (bd24159)

v0.2.0

24 May 07:23
3442e3d
Compare
Choose a tag to compare

0.2.0 (2024-05-24)

Features

  • added confirmation before dispatcing sync on deploy (4d1a2d9)
  • adding freeze and unfreeze commands (8dcd245)

Bug Fixes

  • fixed issue where custom directories are parsed to time (c9c259c)
  • updated endpoints (6a0304e)

Performance Improvements

  • offloading file download when using S3 services (603aa24)

Miscellaneous Chores

  • defining phpunit most used variables (587f9ec)
  • releases cleanup (e410d4a)

v0.1.2

13 May 14:26
03f4251
Compare
Choose a tag to compare

0.1.2 (2024-05-13)

Bug Fixes

  • scheduler: misspell costed me another release (1615a87)

v0.1.1

13 May 14:10
f3fb5ab
Compare
Choose a tag to compare

0.1.1 (2024-05-13)

Bug Fixes

  • scheduler: fixing sync-repo scheduled job (c7fae49)

v0.1.0

13 May 11:02
99348b9
Compare
Choose a tag to compare

0.1.0 (2024-05-13)

Features

  • added creation command for repositories (6e7ffe8)
  • added daily scheduling of repo sync (1237dd6)
  • added flysystem for S3 (cae95a8)
  • added folder to put directories in (88df0f9)
  • added logging to stdout by default (47b19ad)
  • added removal of old directories (45062dc)
  • added repository filtering and rolling timestamp (2242c3f)
  • added repository model (c00bebb)
  • added repository serve (c163fa2)
  • added timestamping of folders (27f0573)
  • freeze repository (cbda136)

Bug Fixes

  • added timeout of one hour to queue workers (846ad74)
  • avoiding folder misplacement if job fails (d14db9d)
  • completely misspelled storage location (2c7f807)
  • deploy: fixed issue with selinux (8399ad9)
  • fixed issue with multiple queue workers (18bbf42)
  • fixing entrypoint missing variables (d56e0f0)
  • removed default user creation (4328bde)
  • updated tests and refactored commands (1390aa4)
  • using queue:listen on dev environments (86ea21e)
  • waiting for app to setup completely (d18f7f4)

Performance Improvements

  • removed cache from final image (99d5740)

Miscellaneous Chores

  • added licensing (23e0375)
  • composer hash refresh (c7535de)
  • deps: added pest testing framework (04b0e66)
  • deps: added pnctl to required extensions (a567c7c)
  • deps: updated composer dependencies (ed4758c)
  • initial commit (07a5c91)
  • miscellaneous tasks (0ca1a40)
  • removed placeholder test (9461828)
  • renamed project (290eeb3)
  • renamed project in .env.example (57ee8f7)

Continuous Integration