Commit Graph

381 Commits

Author SHA1 Message Date
Renovate 8648217bcc chore(deps): update node.js to v22.16.0 2025-05-22 02:58:06 +00:00
Renovate f8834133b7 chore(deps): update node.js to v22.15.1 2025-05-15 15:58:38 +00:00
Renovate 205fce3829 fix(deps): update dependency debug to v4.4.1 2025-05-13 20:58:02 +00:00
argoyle b42f77f58d feat(ci): add default CI configuration for pipelines
Add a reference to the Defaults.gitlab-ci.yml in the CI pipeline 
configuration. This integration enables standardized settings 
across projects, improving consistency and reducing setup 
time for new pipelines.
2025-05-01 09:24:15 +02:00
Renovate e25bb11dc5 chore(deps): update node.js to ab3dc40 2025-04-29 02:03:53 +00:00
Renovate 77c59422dc chore(deps): update node.js to v22.15.0 2025-04-23 14:58:15 +00:00
Renovate 96ff4d45b3 fix(deps): update dependency nodemon to v3.1.10 2025-04-23 10:03:08 +00:00
Renovate b5bf44c687 chore(deps): update node.js to 4c7ba01 2025-04-08 05:59:41 +00:00
Unbound Release e4df8438cf chore(release): prepare for 0.1.5 0.1.5 2025-04-03 16:39:30 +02:00
argoyle a9fe91bd84 fix: update CORS options for better compatibility
All wildcard paths now need a name.
2025-04-03 16:21:46 +02:00
Renovate b0c639b509 fix(deps): update dependency express to v5 2025-03-31 14:57:50 +00:00
Renovate 03429f2421 fix(deps): update dependency body-parser to v2 2025-03-27 01:58:14 +00:00
Renovate 7b3e192cf0 chore(deps): update node.js to fab5fee 2025-03-18 05:57:45 +00:00
Renovate 8f098d60bd chore(deps): update dependency prettier to v3.5.3 2025-03-03 01:56:56 +00:00
argoyle fa022bb9e0 ci(Dockerfile): update Node.js base image version
Replace Node.js base image with a specific amd64 version 
to ensure compatibility and stability in the build process.
2025-02-26 18:35:42 +01:00
Renovate 004cfc400a chore(deps): update node.js to 2094ac6 2025-02-25 19:57:23 +00:00
Renovate d8f853f544 chore(deps): update node.js to c3ef15a 2025-02-25 16:57:34 +00:00
Renovate 382f04534f chore(deps): update node.js to a279671 2025-02-25 07:56:58 +00:00
Renovate 57e5c08c79 chore(deps): update dependency prettier to v3.5.2 2025-02-22 04:57:16 +00:00
Renovate afbda1fe24 chore(deps): update node.js to cfef443 2025-02-13 20:00:19 +00:00
Renovate 9f043b25e6 chore(deps): update node.js to 7c6b02a 2025-02-13 18:45:39 +00:00
Renovate c18259ac3f chore(deps): update dependency prettier to v3.5.1 2025-02-13 13:58:39 +00:00
Renovate 613abecf2a chore(deps): update dependency prettier to v3.5.0 2025-02-09 11:58:02 +00:00
Renovate 3e98eee171 chore(deps): update node.js to 5145c88 2025-02-05 10:58:52 +00:00
Renovate b4f482d293 chore(deps): update node.js to 3962f5a 2025-02-05 07:57:42 +00:00
Renovate 3ae4d5abd2 chore(deps): update node.js to 469d57f 2025-02-05 04:58:03 +00:00
Renovate 83fd1153d9 chore(deps): update node.js to debe7ff 2025-02-04 10:57:58 +00:00
Unbound Release 060d9529bd chore(release): prepare for 0.1.4 0.1.4 2025-01-24 14:40:22 +00:00
argoyle 8dc80e28cd fix(k8s): update labels to adhere to best practices
Change labels in the deployment and service configurations from the 
custom format to the standard Kubernetes naming convention. This 
improves consistency and compatibility with Kubernetes tools and 
enhances maintainability.
2025-01-24 15:37:46 +01:00
Renovate 94514bc627 chore(deps): update node.js to ae2f3d4 2025-01-23 02:09:01 +00:00
Renovate 34897e0015 chore(deps): update node.js to fa54405 2025-01-15 20:48:01 +00:00
Renovate 86d4176015 chore(deps): update node.js to d77c645 2025-01-15 02:39:17 +00:00
Renovate 68da5aa9a1 chore(deps): update node.js to 4f7fb7f 2025-01-14 08:47:32 +00:00
Renovate f9743ca018 chore(deps): update node.js to 99981c3 2025-01-08 20:07:41 +00:00
Renovate b87a6002fd chore(deps): update node.js to 0e910f4 2024-12-25 23:01:33 +00:00
Unbound Release 36dab87552 chore(release): prepare for 0.1.3 0.1.3 2024-12-18 11:47:43 +00:00
Renovate f959811b68 fix(deps): update dependency nodemon to v3.1.9 2024-12-13 12:07:06 +00:00
Renovate 39588214a6 fix(deps): update dependency debug to v4.4.0 2024-12-08 11:36:49 +00:00
argoyle 8c7b44974f ci: remove Docker service from build stage configuration
Removes the Docker service definition from the build stage in the 
GitLab CI configuration. This change is made to simplify the build 
process and reduce overhead, as the Docker service is no longer 
required for the current build tasks.
2024-12-08 12:08:20 +01:00
Renovate afe64a31f9 fix(deps): update dependency express to v4.21.2 2024-12-06 08:00:14 +00:00
argoyle 45224547d6 refactor(ci): remove unused Docker variables from config
This change eliminates unnecessary Docker variable definitions from the
.gitlab-ci.yml file, simplifying the CI configuration and reducing
complexity in the build process. The removed variables were not in use
and did not contribute to the current build steps, streamlining the
configuration for better maintainability.
2024-12-06 08:56:33 +01:00
Renovate d8aa7d2a89 chore(deps): update dependency prettier to v3.4.2 2024-12-04 14:28:14 +00:00
Renovate 72f3787dc6 chore(deps): update node.js to 35a5dd7 2024-12-04 12:05:14 +00:00
Renovate 2b62a7ed77 chore(deps): update node.js to e605a19 2024-12-04 06:04:00 +00:00
Renovate 9500f5569d chore(deps): update node.js to fd453a2 2024-12-03 21:08:14 +00:00
Renovate 0a1f3eb4e4 chore(deps): update node.js to cb24453 2024-12-03 09:00:06 +00:00
Renovate 7136bda3a8 chore(deps): update dependency prettier to v3.4.1 2024-11-26 14:59:34 +00:00
Renovate 790399edca chore(deps): update dependency prettier to v3.4.0 2024-11-26 06:00:34 +00:00
Renovate 6b1ea50aac chore(deps): update node.js to 5c76d05 2024-11-13 23:57:12 +00:00
Renovate 5edd0801e4 chore(deps): update node.js to 6eb1af3 2024-11-13 14:58:50 +00:00