Commit Graph

45 Commits

Author SHA1 Message Date
cloudix_mcp_server ba308ab09e fix: remove incorrectly encoded pr.yaml 2026-06-12 17:04:18 -04:00
cloudix_mcp_server 3238927eea fix: remove incorrectly encoded cron.yaml 2026-06-12 17:04:13 -04:00
cloudix_mcp_server e88640b7fd fix: remove incorrectly encoded main.yaml 2026-06-12 17:03:53 -04:00
cloudix_mcp_server 1d2f71b54d ci: split workflows - add tag.yaml for version tagging 2026-06-12 17:00:09 -04:00
cloudix_mcp_server 33b077e248 ci: split workflows - add pr.yaml for PR checks 2026-06-12 17:00:04 -04:00
cloudix_mcp_server a9bd5bb34d ci: split workflows - add cron.yaml for nightly rebuild 2026-06-12 17:00:00 -04:00
cloudix_mcp_server 032716ca1f ci: split workflows - add main.yaml for push-on-master 2026-06-12 16:59:53 -04:00
cloudix_mcp_server 38c9297f3b ci: refactor CI pipelines into separate trigger-based workflows 2026-06-12 16:59:10 -04:00
opencodecabilloteu 3bb1803ffa Merge pull request 'Migrate Renovate config' (#6) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 1m1s
Docker Build and Push / test (push) Successful in 27s
Docker Build and Push / push (push) Successful in 44s
Reviewed-on: #6
2026-06-10 12:46:12 -04:00
renovate c89a1ff2e7 Migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 58s
Docker Build and Push / lint (pull_request) Failing after 13m3s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 17:54:31 +00:00
jcabillot ea0a0e4337 Merge pull request 'chore: improve renovate dependency detection' (#5) from chore/renovate into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 1m5s
Docker Build and Push / test (push) Successful in 25s
Docker Build and Push / push (push) Successful in 38s
Reviewed-on: #5
2026-06-09 13:46:59 -04:00
Sagent 902a797f96 chore: remove redundant configs now handled globally
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 1m11s
Docker Build and Push / test (pull_request) Successful in 22s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 13:40:55 +00:00
Sagent 2c957b0c57 chore: improve renovate dependency detection
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Failing after 2m21s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Disable gitlabci manager (legacy CI, migrated to Gitea Actions)
- Add custom regexManager to detect jcabillot/phpapache base image version from ARG VERSION
2026-06-09 02:20:05 +00:00
jcabillot 930f5a288a Merge pull request 'Update hadolint/hadolint-action action to v3.3.0' (#4) from renovate/hadolint-hadolint-action-3.x into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 1m39s
Docker Build and Push / test (push) Successful in 39s
Docker Build and Push / push (push) Successful in 32s
Reviewed-on: #4
2026-06-08 18:16:35 -04:00
renovate 25d5bc5ca9 Update hadolint/hadolint-action action to v3.3.0
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 1m6s
Docker Build and Push / test (pull_request) Successful in 21s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 21:30:49 +00:00
jcabillot c6de0b6016 Merge pull request 'feat: add lint, build, test, push pipeline with SHA-pinned actions' (#3) from feat/gitea-actions-v2 into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 58s
Docker Build and Push / test (push) Successful in 48s
Docker Build and Push / push (push) Successful in 31s
Reviewed-on: #3
2026-06-08 17:18:47 -04:00
Sagent dc774d6cb7 fix: use grep on file directly instead of echo piping for body test
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 55s
Docker Build and Push / test (pull_request) Successful in 24s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 21:10:45 +00:00
Sagent 2c28c53bcc fix: avoid pipefail/SIGPIPE by using temp files for HTTP tests
Docker Build and Push / lint (pull_request) Successful in 11s
Docker Build and Push / build (pull_request) Successful in 1m2s
Docker Build and Push / test (pull_request) Failing after 44s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 20:45:01 +00:00
Sagent a552e414cc fix: chown /var/www/html to www-data so FileCache can write
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 1m39s
Docker Build and Push / test (pull_request) Failing after 41s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 19:53:12 +00:00
Sagent c148d9480d fix: add SHELL pipefail for hadolint DL4006
Docker Build and Push / lint (pull_request) Successful in 15s
Docker Build and Push / build (pull_request) Successful in 1m28s
Docker Build and Push / test (pull_request) Failing after 1m57s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 19:17:29 +00:00
Sagent 99d3e4a781 feat: add lint, build, test, push pipeline with SHA-pinned actions
Docker Build and Push / lint (pull_request) Failing after 7s
Docker Build and Push / build (pull_request) Successful in 2m6s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Split single build job into 4 jobs: lint, build, test, push
- SHA-pin all actions for supply chain security
- Use ChristopherHX artifact actions (Gitea-compatible)
- Add tests/test.sh with Docker bridge gateway networking
- Test GET / returns RSS-Bridge HTML
2026-06-08 19:11:38 +00:00
jcabillot 9464333ec3 feat: add Gitea Actions workflow
Docker Build and Push / build (push) Successful in 54s
feat: add Gitea Actions workflow
2026-05-29 16:23:16 -04:00
Julien Cabillot 025c1bfc61 feat: add Gitea Actions workflow 2026-05-29 14:46:47 -04:00
Julien Cabillot cc6280f102 feat: add Gitea Actions workflow 2026-05-29 14:19:41 -04:00
Julien Cabillot d56c49300d feat: add Gitea Actions workflow 2026-05-29 14:05:07 -04:00
jcabillot 1c6b58254e fix jenkinsfile
Web/rssbridge/master This commit looks good
Web/rssbridge/pipeline/head This commit looks good
web/rssbridge/pipeline/head This commit looks good
2020-01-08 13:53:29 -05:00
jcabillot 00e11060ae Add jenkinsfile
Web/rssbridge/master This commit looks good
2020-01-07 20:24:42 -05:00
jcabillot 627859fe0c Change from 2020-01-07 20:23:55 -05:00
Julien Cabillot 20ed7b32cb Maintainer -> label maintainer 2018-05-06 16:28:37 +00:00
Julien Cabillot 514d5ec557 passage à www/phpapache 2017-11-06 20:06:47 +01:00
Julien Cabillot a2ebadd1d6 ajout de tiny pour l'init 2017-11-06 11:29:41 +01:00
Julien Cabillot 0969c9a769 plus nécessaire 2017-11-03 10:18:38 +01:00
Julien Cabillot bdf2404011 import 2017-11-03 10:16:07 +01:00
Julien Cabillot a7fe792fba curl | tar directement dans le dockerfile 2017-11-03 10:15:47 +01:00
Julien Cabillot 741e56d5ba passage en user www-data + whitelist.txt 2017-11-03 10:12:36 +01:00
Julien Cabillot 993f6667cd ménage 2017-11-03 08:49:58 +01:00
Julien Cabillot f979225589 ménage 2017-11-03 08:45:30 +01:00
Julien Cabillot 6c37d320e3 Merge branch 'master' of ssh://gitlab.cabillot.eu:2224/www/rssbridge 2017-11-01 18:44:45 +01:00
Julien Cabillot 5abc8f25e4 pin version from + quotes +todo user 2017-11-01 18:44:33 +01:00
Julien Cabillot 9c9d7eb6ff Delete README.md 2017-11-01 12:21:09 +00:00
Julien Cabillot 20fe57ee55 Add new file 2017-11-01 12:20:49 +00:00
Julien Cabillot d66270b798 ajout du healthcheck 2017-10-31 21:44:39 +01:00
Julien Cabillot 705cb589ca Add new file 2017-10-29 14:49:25 +00:00
Julien Cabillot d7d11e630e Add new file 2017-10-29 14:49:05 +00:00
Julien Cabillot e148bb9899 Add new file 2017-10-29 14:48:40 +00:00