| -rw-r--r-- | .gitignore | 10L |
| -rw-r--r-- | .jci/crontab | 4L |
| -rwxr-xr-x | .jci/run.sh | 223L |
| -rw-r--r-- | AGENTS.md | 0B |
| -rw-r--r-- | CHANGELOG.md | 0B |
| -rw-r--r-- | LICENSE | 33L |
| -rw-r--r-- | README.md | 1470L |
| -rw-r--r-- | VERSION | 1L |
| -rw-r--r-- | cmd/git-jci/main.go | 72L |
| -rwxr-xr-x | examples/00-golang-lint-build-test/.jci/run.sh | 63L |
| -rw-r--r-- | examples/00-golang-lint-build-test/README.md | 40L |
| -rw-r--r-- | examples/00-golang-lint-build-test/main.go | 35L |
| -rw-r--r-- | examples/00-golang-lint-build-test/main_test.go | 46L |
| -rwxr-xr-x | examples/01-pylint-pytest-coverage/.jci/run.sh | 47L |
| -rw-r--r-- | examples/01-pylint-pytest-coverage/README.md | 59L |
| -rwxr-xr-x | examples/02-docker-compose-api-tests/.jci/run.sh | 64L |
| -rw-r--r-- | examples/02-docker-compose-api-tests/Dockerfile | 15L |
| -rw-r--r-- | examples/02-docker-compose-api-tests/README.md | 65L |
| -rw-r--r-- | examples/02-docker-compose-api-tests/docker-compose.yml | 39L |
| -rwxr-xr-x | examples/02-docker-compose-api-tests/test_api.sh | 84L |
| -rw-r--r-- | examples/03-midnight-build-telegram/.jci/crontab | 1L |
| -rwxr-xr-x | examples/03-midnight-build-telegram/.jci/run.sh | 46L |
| -rw-r--r-- | examples/03-midnight-build-telegram/README.md | 51L |
| -rw-r--r-- | examples/04-trufflehog-scan/.jci/crontab | 1L |
| -rwxr-xr-x | examples/04-trufflehog-scan/.jci/run.sh | 37L |
| -rw-r--r-- | examples/04-trufflehog-scan/README.md | 58L |
| -rwxr-xr-x | examples/05-lint-fix-precommit/.jci/run.sh | 110L |
| -rw-r--r-- | examples/05-lint-fix-precommit/README.md | 72L |
| -rwxr-xr-x | examples/05-lint-fix-precommit/install-hook.sh | 36L |
| -rwxr-xr-x | examples/06-sub-pipelines/.jci/run.sh | 180L |
| -rw-r--r-- | examples/06-sub-pipelines/README.md | 73L |
| -rwxr-xr-x | examples/06-sub-pipelines/go-app/go-app | 1911442B |
| -rw-r--r-- | examples/06-sub-pipelines/go-app/go.mod | 3L |
| -rw-r--r-- | examples/06-sub-pipelines/go-app/main.go | 21L |
| -rw-r--r-- | examples/06-sub-pipelines/go-app/main_test.go | 27L |
| -rw-r--r-- | examples/06-sub-pipelines/js-app/index.js | 13L |
| -rw-r--r-- | examples/06-sub-pipelines/js-app/package.json | 10L |
| -rw-r--r-- | examples/06-sub-pipelines/python-app/app.py | 11L |
| -rw-r--r-- | examples/06-sub-pipelines/python-app/test_app.py | 19L |
| -rwxr-xr-x | examples/07-secrets-telegram/.jci/run.sh | 120L |
| -rw-r--r-- | examples/07-secrets-telegram/README.md | 167L |
| -rw-r--r-- | examples/07-secrets-telegram/secrets.example.json | 4L |
| -rw-r--r-- | examples/08-mail-on-failure/.jci/crontab | 1L |
| -rwxr-xr-x | examples/08-mail-on-failure/.jci/run.sh | 56L |
| -rw-r--r-- | examples/08-mail-on-failure/README.md | 40L |
| -rw-r--r-- | examples/09-auto-update-deps/.jci/crontab | 1L |
| -rwxr-xr-x | examples/09-auto-update-deps/.jci/run.sh | 52L |
| -rw-r--r-- | examples/09-auto-update-deps/README.md | 45L |
| -rwxr-xr-x | examples/10-build-publish-docker/.jci/run.sh | 104L |
| -rw-r--r-- | examples/10-build-publish-docker/Dockerfile | 20L |
| -rw-r--r-- | examples/10-build-publish-docker/README.md | 91L |
| -rw-r--r-- | examples/11-upstream-trigger/README.md | 54L |
| -rw-r--r-- | examples/12-downstream-trigger/README.md | 47L |
| -rwxr-xr-x | examples/13-jekyll-netlify/.jci/run.sh | 77L |
| -rw-r--r-- | examples/13-jekyll-netlify/README.md | 44L |
| -rw-r--r-- | examples/13-jekyll-netlify/site/_config.yml | 4L |
| -rw-r--r-- | examples/13-jekyll-netlify/site/_layouts/default.html | 10L |
| -rw-r--r-- | examples/13-jekyll-netlify/site/index.md | 6L |
| -rwxr-xr-x | examples/14-docusaurus-s3/.jci/run.sh | 71L |
| -rw-r--r-- | examples/14-docusaurus-s3/README.md | 57L |
| -rwxr-xr-x | examples/14-docusaurus-s3/build.sh | 78L |
| -rw-r--r-- | examples/14-docusaurus-s3/docs/index.md | 21L |
| -rw-r--r-- | go.mod | 3L |
| -rw-r--r-- | internal/jci/cron.go | 304L |
| -rw-r--r-- | internal/jci/cron_parser.go | 77L |
| -rw-r--r-- | internal/jci/cron_types.go | 87L |
| -rw-r--r-- | internal/jci/git.go | 175L |
| -rw-r--r-- | internal/jci/prune.go | 421L |
| -rw-r--r-- | internal/jci/pull.go | 30L |
| -rw-r--r-- | internal/jci/push.go | 84L |
| -rw-r--r-- | internal/jci/run.go | 209L |
| -rw-r--r-- | internal/jci/web.go | 1097L |
| -rwxr-xr-x | scripts/build_binary.sh | 51L |
| -rwxr-xr-x | scripts/build_image.sh | 20L |
| -rwxr-xr-x | scripts/build_site.sh | 91L |
| -rwxr-xr-x | scripts/check_go.sh | 20L |
| -rwxr-xr-x | scripts/generate_readme_index.sh | 58L |
| -rwxr-xr-x | scripts/publish_site.sh | 36L |
| -rwxr-xr-x | scripts/render_examples.sh | 101L |
| -rwxr-xr-x | scripts/sync_version.sh | 11L |
| -rw-r--r-- | secrets/.gitignore | 3L |
| -rw-r--r-- | secrets/bin/.gitignore | 3L |
| -rw-r--r-- | secrets/bin/create_envfile.sh | 8L |
| -rw-r--r-- | secrets/bin/edit_env.sh | 30L |
| -rw-r--r-- | secrets/bin/ensure_bins.sh | 34L |
| -rw-r--r-- | secrets/bin/set_env.sh | 8L |
| -rw-r--r-- | secrets/prod.enc | 9L |
| -rw-r--r-- | sshot.png | 346928B |
| -rw-r--r-- | www_jci/Dockerfile | 12L |
| -rw-r--r-- | www_jci/public/.gitignore | 2L |
| -rw-r--r-- | www_jci/public/assets/git.style.css | 296L |
| -rw-r--r-- | www_jci/public/assets/logo.png | 5941B |
| -rw-r--r-- | www_jci/public/binaries.html | 31L |
| -rw-r--r-- | www_jci/public/index.html | 104L |