-
released this
2025-02-19 11:55:50 +00:00 | 16 commits to main since this release1.6.0 (2025-02-19)
Features
- add Dockerfile and CI workflow for image build (a8a7d42)
Code Refactoring
- home: change HomeComponent to default export (562a93b)
- routes: change home route to lazy loading (840d6b5)
Chores
- clean up Dockerfile by removing unused jobs section (586044a)
- remove obsolete Docker build workflow file (0c7c2ae)
- remove unused Dockerfile from bunPipeline (356a599)
- rename bun-image.yml to bun.yml (0d45d96)
Continuous Integration
- add bun install to CI workflow for frontend setup (c0e7f5f)
- add command to list files in CI workflow (313950e)
- add Docker.io login step to workflow configuration (0d67c0e)
- add linelint job to CI workflow (72f5692)
- add timing to node_modules symlink creation step (bb24af2)
- Fix node_modules path in CI workflow configuration (fadedb0)
- remove lint job from CI configuration (8547bd1)
- remove main branch restriction from workflow (ecdcea4)
- remove time command from CI workflow script (6fb3f2b)
- simplify command in CI workflow configuration (36be142)
- update build command in CI workflow (5cb08ca)
- update build output directory in CI workflow (642f572)
- update cache paths in CI configuration (a19ddee)
- update checkout step in CI workflow to change dir (4ce4f86)
- update CI container image for test-build job (aa2bb18)
- update CI runner to vps-4 from ubuntu-latest (8da1ff8)
- update CI workflow command to change directory first (82a3f4d)
- update CI workflow for bun installation and caching (bd26ded)
- update CI workflow for frontend directory listing (50d0782)
- update CI workflow to copy node_modules instead of bun (c7acd82)
- update CI workflow to install dependencies correctly (c55fcd9)
- update CI workflow to remove bun installation step (876d174)
- update CI workflow to use Super-linter for linting (da50d19)
- update dependency installation to use symlink (c258f10)
- update Docker login action to version 3 (ba776f0)
- update Docker password variable in workflow file (9d85097)
- update frontend build process in CI workflow (355d1b0)
- update login-action reference in workflow file (f8db922)
- update node_modules path in CI workflow config (ef8111c)
- update path for node_modules in CI workflow (59263dc)
- update path in CI workflow configuration (2392dac)
- update path in CI workflow for proper execution (aaff4a5)
- update paths in bun.yml for build triggers (3433641)
- update runner to vps-4 in workflow configuration (a50b9be)
- update workflow trigger for bun.yml file (7533f11)
Build System
Downloads