Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 13, 2024
1 parent 453b8dd commit 99348b9
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Changelog

## 0.1.0 (2024-05-13)


### Features

* added creation command for repositories ([6e7ffe8](https://github.com/nethesis/parceler/commit/6e7ffe8ad77c0caa1bf748a391b0eceae97d72af))
* added daily scheduling of repo sync ([1237dd6](https://github.com/nethesis/parceler/commit/1237dd612662edd8e45a03be63bb2d787c490705))
* added flysystem for S3 ([cae95a8](https://github.com/nethesis/parceler/commit/cae95a8532d11d549a28b4b76287e0c9222ea238))
* added folder to put directories in ([88df0f9](https://github.com/nethesis/parceler/commit/88df0f9304c173b3952e3fbf69dd837f1130f659))
* added logging to stdout by default ([47b19ad](https://github.com/nethesis/parceler/commit/47b19ad23e788c2008ec357019cc55dd06ed700e))
* added removal of old directories ([45062dc](https://github.com/nethesis/parceler/commit/45062dc57c55da429786368a39a9856114f86201))
* added repository filtering and rolling timestamp ([2242c3f](https://github.com/nethesis/parceler/commit/2242c3fc3a1fefab68dd72a5d9f1ee63b7862a42))
* added repository model ([c00bebb](https://github.com/nethesis/parceler/commit/c00bebb02db8ce877eaf5d238d3753e8d76ed259))
* added repository serve ([c163fa2](https://github.com/nethesis/parceler/commit/c163fa2ebb4031c3ec4e086bbe66605bd325c254))
* added timestamping of folders ([27f0573](https://github.com/nethesis/parceler/commit/27f0573bcbf4a441528b49e81e6316578631e2e2))
* freeze repository ([cbda136](https://github.com/nethesis/parceler/commit/cbda1369d5e364e4a154ba7fe54629381565f8a4))


### Bug Fixes

* added timeout of one hour to queue workers ([846ad74](https://github.com/nethesis/parceler/commit/846ad7466371b9730602619bebaaab2b6faeb1f4))
* avoiding folder misplacement if job fails ([d14db9d](https://github.com/nethesis/parceler/commit/d14db9d05d44cdb33b1ffb6dad54f4b4fa1cf053))
* completely misspelled storage location ([2c7f807](https://github.com/nethesis/parceler/commit/2c7f80759ebbc0ca4fe63078e20878d1550166dd))
* **deploy:** fixed issue with selinux ([8399ad9](https://github.com/nethesis/parceler/commit/8399ad99f0b18f12722e21209b1acb23b1f76379))
* fixed issue with multiple queue workers ([18bbf42](https://github.com/nethesis/parceler/commit/18bbf42d5de39a24f7ae98398633ae17000ad037))
* fixing entrypoint missing variables ([d56e0f0](https://github.com/nethesis/parceler/commit/d56e0f0e2563fd9148fa3cb7aa1766f4854805cb))
* removed default user creation ([4328bde](https://github.com/nethesis/parceler/commit/4328bde1be4f581167ee40409301267faa586d58))
* updated tests and refactored commands ([1390aa4](https://github.com/nethesis/parceler/commit/1390aa4cd53f9e1958a7cc9b18ee17e5c0b91d9c))
* using queue:listen on dev environments ([86ea21e](https://github.com/nethesis/parceler/commit/86ea21ee3c517add19b5848aabf848ba29b950a0))
* waiting for app to setup completely ([d18f7f4](https://github.com/nethesis/parceler/commit/d18f7f4a6512b458207eb6940616514955563981))


### Performance Improvements

* removed cache from final image ([99d5740](https://github.com/nethesis/parceler/commit/99d574085f25afe6c62567387e21d701b20ce605))


### Miscellaneous Chores

* added licensing ([23e0375](https://github.com/nethesis/parceler/commit/23e037589c06d90dc33a17b99aba1fbb62be8e96))
* composer hash refresh ([c7535de](https://github.com/nethesis/parceler/commit/c7535dec411c7832919c62cb427152692791d6c7))
* **deps:** added pest testing framework ([04b0e66](https://github.com/nethesis/parceler/commit/04b0e663f9ace982487f8b1bd5a676c1519a4c00))
* **deps:** added pnctl to required extensions ([a567c7c](https://github.com/nethesis/parceler/commit/a567c7c8b5dd4471e1426c7f58e4a1f6cbc6a528))
* **deps:** updated composer dependencies ([ed4758c](https://github.com/nethesis/parceler/commit/ed4758c277dbfae342e1ff31caff874f543aa6fc))
* initial commit ([07a5c91](https://github.com/nethesis/parceler/commit/07a5c915c0f0a58cd89e38da72478c8159f9b8a7))
* miscellaneous tasks ([0ca1a40](https://github.com/nethesis/parceler/commit/0ca1a40c0215d125658d78311006dc54aca40188))
* removed placeholder test ([9461828](https://github.com/nethesis/parceler/commit/946182868a1427288408872df03806ba7a1280c8))
* renamed project ([290eeb3](https://github.com/nethesis/parceler/commit/290eeb33e3e1b80a74671816589c583071fe72b7))
* renamed project in .env.example ([57ee8f7](https://github.com/nethesis/parceler/commit/57ee8f75d2ad3a02cb32f9ea89fe0f2461f9b08e))


### Continuous Integration

* adding release-please ([453b8dd](https://github.com/nethesis/parceler/commit/453b8dd9607b1d34b4e168cc7d42d709a188a34e))

0 comments on commit 99348b9

Please sign in to comment.