18 Commits

Author SHA1 Message Date
Emilien Escalle
2daef55cd7 chore: branding cleaning
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-06-23 11:12:58 +02:00
dvag-gloeckner-daniel
7098fdc4f5 feat: make service log level configurable
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Internal - Main - Continuous Integration / release (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled
Mark stale issues and pull requests / main (push) Has been cancelled
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-06-19 13:03:41 +02:00
Emilien Escalle
a035f13e41 feat: upgrade dependencies
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-06-19 12:01:03 +02:00
dependabot[bot]
c80b846497 chore(deps): bump @octokit/action from 7.0.2 to 8.0.1
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled
Internal - Main - Continuous Integration / release (push) Has been cancelled
Mark stale issues and pull requests / main (push) Has been cancelled
Bumps [@octokit/action](https://github.com/octokit/action.js) from 7.0.2 to 8.0.1.
- [Release notes](https://github.com/octokit/action.js/releases)
- [Commits](https://github.com/octokit/action.js/compare/v7.0.2...v8.0.1)

---
updated-dependencies:
- dependency-name: "@octokit/action"
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-23 21:54:42 +02:00
Emilien Escalle
14ab51d9bf feat: upgrade dependencies
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Internal - Main - Continuous Integration / release (push) Has been cancelled
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-03-26 19:37:07 +01:00
Emilien Escalle
9575d402e7 chore: set prover version for @ts-dev-tools/core
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Internal - Main - Continuous Integration / generate-readme (push) Has been cancelled
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-01-18 20:09:01 +01:00
Emilien Escalle
c4adfb9283 chore: move @ts-dev-tools to dev deps
Some checks are pending
Internal - Main - Continuous Integration / ci (push) Waiting to run
Internal - Main - Continuous Integration / generate-readme (push) Blocked by required conditions
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-01-17 21:37:08 +01:00
Emilien Escalle
cf721e686a feat: support compose version
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-10-23 17:29:26 +02:00
dependabot[bot]
1a5b014fa4 chore(deps): bump docker-compose from 0.24.8 to 1.1.0
Bumps [docker-compose](https://github.com/PDMLab/docker-compose) from 0.24.8 to 1.1.0.
- [Changelog](https://github.com/PDMLab/docker-compose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PDMLab/docker-compose/compare/v0.24.8...v1.1.0)

---
updated-dependencies:
- dependency-name: docker-compose
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 11:02:51 +02:00
dependabot[bot]
ca9b62241b chore(deps-dev): bump eslint-plugin-github
Bumps the npm-dev-dependencies group with 1 update: [eslint-plugin-github](https://github.com/github/eslint-plugin-github).


Updates `eslint-plugin-github` from 4.10.2 to 5.0.1
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.10.2...v5.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-07 08:03:33 +02:00
dependabot[bot]
14fb4392b7 chore(deps): bump the actions-dependencies group with 1 update
Bumps the actions-dependencies group with 1 update: [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github).


Updates `@actions/github` from 4.0.0 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

---
updated-dependencies:
- dependency-name: "@actions/github"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 23:47:28 +01:00
Emilien Escalle
0a6ea0e8cd feat: migrate to node20 and typescritp
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-29 23:15:24 +01:00
Emilien Escalle
1a133c6d1c ci: refactor worflows
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 12:44:32 +01:00
bany
0645acf21a
upgrade: docker-compose to v2 (#30)
* upgrade: docker-compose
- user docker compose instead

* remove: yarn and clean format js file
2023-07-23 12:05:52 +09:00
Joel
eab63c14c9
fix: missing runtime dependencies (#12) (#13)
Moves packages that are needed at runtime into `package.json`'s `dependencies` section.
2022-10-06 14:02:32 +09:00
Il Sub Bang (ethan)
32a62d9746
chore: apply styling (#10)
* chore: use eslint and prettier

* chore: add ci test for eslint and prettier

* remove node_modules

* add missing npm install
2022-10-05 18:15:19 +09:00
Ricardo J González C
74176ecc20 Update @actions/core 2022-06-03 11:52:31 -05:00
isbang
5eed63a280 feat: init compose action 2020-11-02 14:20:02 +09:00