50 Commits

Author SHA1 Message Date
jcabillot 9c2acd9c73 Merge pull request 'chore(deps): update actions/checkout action to v7' (#11) from renovate/actions-checkout-7.x into main
Main Release / test (push) Failing after 12m34s
Main Release / hadolint (push) Failing after 12m36s
Main Release / build (push) Has been skipped
Main Release / tag (push) Has been skipped
Reviewed-on: #11
2026-06-18 16:22:35 -04:00
renovate bd504cc7bf chore(deps): update actions/checkout action to v7
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Successful in 18s
2026-06-18 15:31:33 +00:00
jcabillot 797cea590a Merge pull request 'Standardize 4-workflow CI pattern (align with opencode)' (#10) from fix/workflow-standard into main
Main Release / hadolint (push) Successful in 6s
Main Release / test (push) Successful in 2m22s
Main Release / build (push) Successful in 14s
Main Release / tag (push) Successful in 12s
Tag Release / hadolint (push) Successful in 8s
Tag Release / test (push) Successful in 11s
Tag Release / build-push (push) Successful in 3m42s
Reviewed-on: #10
v0.0.2
2026-06-14 16:26:17 -04:00
cloudix_mcp_server a8e2331f89 fix: separate hadolint ignores per-line (DL4006 on USER, DL3008 on RUN)
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Successful in 2m30s
2026-06-14 15:22:59 -04:00
cloudix_mcp_server 64ebfb04d6 fix: restore USER root with hadolint ignore (needed for apt in non-root base)
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 2m29s
2026-06-14 15:22:16 -04:00
cloudix_mcp_server 0576c5c680 fix: remove version pins, ignore DL3008 (incompatible with this base)
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 33s
2026-06-14 15:20:58 -04:00
cloudix_mcp_server bcc349744e fix: add Docker Hub login to avoid rate limiting on image pulls
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 16s
2026-06-14 15:19:59 -04:00
cloudix_mcp_server 7a2d6e865c fix: ignore DL3007 for :latest (no specific tag available on Docker Hub)
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 28s
2026-06-14 13:02:14 -04:00
cloudix_mcp_server 9c278ee97b fix: use :latest tag (build dep, not available as :1.16.2 yet)
PR Checks / hadolint (pull_request) Failing after 5s
PR Checks / build-test (pull_request) Failing after 27s
2026-06-14 12:40:45 -04:00
cloudix_mcp_server 8d1d7ac166 fix: resolve hadolint lint issues (pin versions, remove redundant USER root)
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Failing after 13s
2026-06-14 12:39:44 -04:00
cloudix_mcp_server 2f3838ecdd fix: move continue-on-error to step level, remove from job level
PR Checks / hadolint (pull_request) Failing after 6s
PR Checks / build-test (pull_request) Successful in 11s
2026-06-13 20:32:44 -04:00
cloudix_mcp_server 82cc072a19 fix: rewrite pr.yaml without test.sh for opencode-openchamber
PR Checks / build-test (pull_request) Successful in 3m30s
PR Checks / hadolint (pull_request) Failing after 8s
2026-06-13 20:26:23 -04:00
cloudix_mcp_server c30d014610 fix: rewrite tag.yaml without test.sh for opencode-openchamber 2026-06-13 20:26:19 -04:00
cloudix_mcp_server 3e966df299 fix: rewrite cron.yaml without test.sh for opencode-openchamber
PR Checks / build-test (pull_request) Successful in 3m39s
PR Checks / hadolint (pull_request) Failing after 6s
2026-06-13 20:26:11 -04:00
cloudix_mcp_server 63be8bbd24 fix: rewrite main.yaml with build job, SA_TOKEN_ACTION_PUSH_TAGS, no test.sh 2026-06-13 20:26:06 -04:00
cloudix_mcp_server 2d187bf47e fix: correct checkout SHA and restructure tag.yaml per standard
PR Checks / hadolint (pull_request) Failing after 6s
PR Checks / build-test (pull_request) Successful in 18s
2026-06-13 19:06:40 -04:00
cloudix_mcp_server 7673d4da77 fix: correct checkout SHA and rename job to build-test
PR Checks / hadolint (pull_request) Failing after 7s
PR Checks / build-test (pull_request) Successful in 18s
2026-06-13 19:06:36 -04:00
cloudix_mcp_server 74d9b8c9b5 fix: correct checkout SHA and restructure main.yaml (no Docker push)
PR Checks / hadolint (pull_request) Failing after 3s
PR Checks / build (pull_request) Failing after 1s
2026-06-13 19:06:33 -04:00
cloudix_mcp_server 8c21f439c9 fix: correct checkout SHA and restructure cron.yaml per standard
PR Checks / hadolint (pull_request) Failing after 2s
PR Checks / build (pull_request) Failing after 2s
2026-06-13 19:06:29 -04:00
Sagent d043929efc feat: align 4-workflow pattern with opencode standard
PR Checks / hadolint (pull_request) Failing after 9s
PR Checks / build (pull_request) Failing after 10s
2026-06-13 21:25:38 +00:00
jcabillot ecef49dc79 Merge pull request 'CI migration: refactor pipelines from Jenkins to Gitea Actions with daily schedule' (#9) from fix/refactor-ci-pipelines into main
Main Release / hadolint (push) Successful in 14s
Main Release / tag (push) Successful in 17s
Main Release / test (push) Successful in 20s
Main Release / build-push (push) Successful in 4m46s
Reviewed-on: #9
v0.0.1
2026-06-12 20:56:07 -04:00
cloudix_mcp_server 252ed2e8a8 feat(ci): add nightly rebuild workflow
PR Checks / build-test (pull_request) Successful in 3m15s
PR Checks / hadolint (pull_request) Successful in 7s
2026-06-12 20:18:53 -04:00
cloudix_mcp_server 55d3d04e9f feat(ci): add tag release workflow 2026-06-12 20:18:50 -04:00
cloudix_mcp_server 8844414424 feat(ci): add main release workflow
PR Checks / build-test (pull_request) Successful in 4m17s
PR Checks / hadolint (pull_request) Successful in 10s
2026-06-12 20:18:47 -04:00
cloudix_mcp_server 73bc5b7ffe feat(ci): add PR workflow with Hadolint + build + test 2026-06-12 20:18:44 -04:00
cloudix_mcp_server fae5c8c81c chore: remove old monolithic workflow 2026-06-12 20:18:38 -04:00
cloudix_mcp_server 2f7d1f1e52 fix: restore correct action SHAs for checkout and docker/login-action
Docker Build and Push / lint (pull_request) Successful in 13s
Docker Build and Push / build-and-test (pull_request) Successful in 3m16s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 19:58:17 -04:00
cloudix_mcp_server 49d6132a60 ci: update cron schedule to daily at midnight; refactor pipeline
Docker Build and Push / lint (pull_request) Failing after 11s
Docker Build and Push / build-and-test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Change schedule from weekly (30 3 * * 3) to daily (0 0 * * *)
- Remove legacy Jenkinsfile (fully migrated to Gitea Actions)
- Keep lint, build-and-test, and push jobs intact
- Keep hadolint linting and tests/test.sh integration
- Image: jcabillot/opencode-openchamber
2026-06-12 19:56:15 -04:00
cloudix_mcp_server bcc4097dbe chore: remove Jenkinsfile — migrated to Gitea Actions 2026-06-12 19:56:04 -04:00
jcabillot 55b295d544 Merge pull request 'chore(config): migrate Renovate config' (#8) from renovate/migrate-config into main
Docker Build and Push / lint (push) Successful in 5s
Docker Build and Push / build-and-test (push) Successful in 2m10s
Docker Build and Push / push (push) Successful in 26s
Reviewed-on: #8
2026-06-11 09:00:33 -04:00
renovate e31a7be70f chore(config): migrate config renovate.json
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build-and-test (pull_request) Successful in 9s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-11 12:54:20 +00:00
jcabillot 07682dee76 Merge pull request 'Migrate CI to 4-job pipeline with SHA-pinned actions' (#4) from feat/gitea-actions-v2 into main
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build-and-test (push) Successful in 9s
Docker Build and Push / push (push) Successful in 2m24s
Reviewed-on: #4
2026-06-11 08:52:12 -04:00
jcabillot eb1c7f30a6 Migrate CI to 3-job pipeline: lint → build+test → push
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build-and-test (pull_request) Successful in 2m9s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-11 12:48:31 +00:00
jcabillot 687b417fdd Merge pull request 'chore(deps): pin dependencies' (#6) from renovate/pin-dependencies into main
Docker Build and Push / build (push) Successful in 4m15s
Reviewed-on: #6
2026-06-09 13:32:57 -04:00
renovate 0c3361b3c5 chore(deps): pin dependencies
Docker Build and Push / build (pull_request) Successful in 3m7s
2026-06-09 15:36:42 +00:00
jcabillot 0eafc00443 Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into main
Docker Build and Push / build (push) Successful in 3m29s
Reviewed-on: #7
2026-06-09 10:14:16 -04:00
renovate 586fcb3540 chore(config): migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 3m41s
2026-06-09 14:01:41 +00:00
jcabillot f584200ba2 Merge pull request 'chore: improve renovate dependency detection' (#3) from chore/renovate into main
Docker Build and Push / build (push) Failing after 13m4s
Reviewed-on: #3
2026-06-08 22:15:04 -04:00
cloudix_mcp_server 828578d206 chore: add renovate regex managers for Dockerfile deps (base image + @openchamber/web)
Docker Build and Push / build (pull_request) Successful in 3m28s
2026-06-08 21:41:03 -04:00
Julien Cabillot 97663056e5 feat: bump 1.12.3 + cleanup
Docker Build and Push / build (push) Successful in 6m48s
2026-06-08 13:30:06 -04:00
jcabillot 4adf947b2f Merge pull request 'feat: add Gitea Actions workflow' (#2) from feat/gitea-actions into main
Docker Build and Push / build (push) Failing after 23m59s
Reviewed-on: #2
2026-05-29 15:06:11 -04:00
Julien Cabillot 8e75cb5ba9 feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Successful in 7m13s
2026-05-29 14:51:50 -04:00
Julien Cabillot 2906cc6dca feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Failing after 11m56s
2026-05-29 14:23:56 -04:00
Julien Cabillot ebc27bccc8 feat: add Gitea Actions workflow
Docker Build and Push / build (pull_request) Failing after 33s
2026-05-29 14:09:50 -04:00
Julien Cabillot 86f0d27b85 fix: add cleanup
perso/opencode-openchamber/pipeline/head This commit looks good
2026-05-26 12:05:05 -04:00
Julien Cabillot 3cce84acb8 chore: bump to 1.11.3
perso/opencode-openchamber/pipeline/head Something is wrong with the build of this commit
2026-05-20 16:43:10 -04:00
Julien Cabillot e19c8c4924 fix: move to npm
perso/opencode-openchamber/pipeline/head Something is wrong with the build of this commit
2026-04-27 20:05:37 -04:00
Julien Cabillot 447ec8ab99 sync
perso/opencode-openchamber/pipeline/head There was a failure building this commit
2026-04-27 16:09:15 -04:00
Julien Cabillot 863a971330 feat: import
perso/opencode-openchamber/pipeline/head Something is wrong with the build of this commit
2026-03-30 13:09:33 -04:00
jcabillot 376aac960d Initial commit 2026-03-30 09:32:16 -04:00