Commit Graph

  • 3162fa5b9a debug: run sleep for longer and check the inspect output of the cron container Jose Diaz-Gonzalez 2025-11-10 18:02:46 -05:00
  • 8c2731b328 fix: properly set concurrency policy for golang Jose Diaz-Gonzalez 2025-10-27 14:37:13 -04:00
  • c95cb526be fix: correct lint issue Jose Diaz-Gonzalez 2025-10-27 14:28:18 -04:00
  • 983115c827 Add test for cron concurrency policy Corey Taylor 2025-10-21 21:44:11 -05:00
  • b8f32f6ea4 tests: add concurrency_policy to test check Jose Diaz-Gonzalez 2025-10-05 15:45:47 -04:00
  • 20be426125 feat: add support for locking in docker-local commands Jose Diaz-Gonzalez 2025-09-21 19:10:01 -04:00
  • f38bc64119 feat: expose concurrency policy to kubernetes jobs Jose Diaz-Gonzalez 2025-09-21 18:12:25 -04:00
  • f1e3c0764c feat: expose the concurrency policy when fetching cron entries Jose Diaz-Gonzalez 2025-09-21 18:06:21 -04:00
  • d72c183d9e feat: add ability to specify a concurrency policy for crons in the app.json file Jose Diaz-Gonzalez 2025-09-21 18:00:07 -04:00
  • f61e6e60f4 Merge pull request #7991 from dokku/7145-cron-maintenance-id Jose Diaz-Gonzalez 2025-11-10 03:03:34 -05:00
  • 8ba6ce94fc test: add tests for cron suspend and resume commands Jose Diaz-Gonzalez 2025-11-10 02:00:14 -05:00
  • 4cc2dc7844 feat: add cron maintenance info to cron:report output Jose Diaz-Gonzalez 2025-11-10 01:58:02 -05:00
  • 379ada07d9 fix: properly fetch non-maintenance tasks when building crontab file Jose Diaz-Gonzalez 2025-11-10 01:57:46 -05:00
  • d49f9b89c2 chore: add commands to cron:help output Jose Diaz-Gonzalez 2025-11-10 01:57:12 -05:00
  • 3638399726 fix: parse cronID correctly Jose Diaz-Gonzalez 2025-11-10 01:56:59 -05:00
  • 4929272c87 fix: calculate maintenance property correctly Jose Diaz-Gonzalez 2025-11-10 01:56:07 -05:00
  • d9603af08a docs: document cron task suspension Jose Diaz-Gonzalez 2025-11-10 01:55:44 -05:00
  • e30b579de5 test: fix issue where teardown was not being called Jose Diaz-Gonzalez 2025-11-09 01:51:57 -05:00
  • 2aea999326 test: check if uninstalling after deleting apps will cause tests to work again Jose Diaz-Gonzalez 2025-11-09 01:45:07 -05:00
  • 00ce3932d0 fix: update the json output Jose Diaz-Gonzalez 2025-11-08 03:23:39 -05:00
  • 7461b83972 fix: use correct makefile target Jose Diaz-Gonzalez 2025-11-07 22:09:51 -05:00
  • 426e6b746a chore: standardize on cron task vs any other naming Jose Diaz-Gonzalez 2025-09-21 21:05:24 -04:00
  • 66a30b0547 refactor: rename cron entry to cron task Jose Diaz-Gonzalez 2025-09-21 20:58:56 -04:00
  • f99e3a6c9c feat: add ability to suspend and resume a cron task by ID Jose Diaz-Gonzalez 2025-09-21 20:52:57 -04:00
  • 3c7985cd82 feat: track task vs app maintenance separately Jose Diaz-Gonzalez 2025-09-21 20:30:49 -04:00
  • e42df29a79 feat: allow specifying maintenance mode in the file or not Jose Diaz-Gonzalez 2025-09-21 20:14:50 -04:00
  • 4a357e9896 fix: properly suspend and resume k8s CronJob objects when executing scheduler-cron-write Jose Diaz-Gonzalez 2025-09-21 20:08:22 -04:00
  • c885205b91 refactor: respect the maintenance value of the cron task instead of skipping them Jose Diaz-Gonzalez 2025-09-21 19:48:11 -04:00
  • 1674d02af9 Merge pull request #7956 from dokku/7615-railpack-support Jose Diaz-Gonzalez 2025-11-09 22:19:10 -05:00
  • 889d237669 chore: combine tests and ensure that pack is selected Jose Diaz-Gonzalez 2025-09-17 00:58:46 -04:00
  • 68c5407ed4 tests: use already existing add_requirements_txt_cnb function for builder-pack deploys Jose Diaz-Gonzalez 2025-09-17 00:58:30 -04:00
  • e62212f810 tests: add missing global setup/teardown calls Jose Diaz-Gonzalez 2025-09-17 00:57:54 -04:00
  • 551eae0c5b chore: remove references to pack being experimental Jose Diaz-Gonzalez 2025-09-14 20:59:57 -04:00
  • f2abbad5b7 chore: remove unused entrypoint file Jose Diaz-Gonzalez 2025-09-16 23:51:58 -04:00
  • e5196a2f03 fix: remove entrypoint to ensure we can pass commands as arrays instead of quoted strings Jose Diaz-Gonzalez 2025-09-16 23:40:10 -04:00
  • 3c6ace7d68 tests: add global setup/teardown Jose Diaz-Gonzalez 2025-09-16 23:39:47 -04:00
  • b4fbf7189e fix: update tests Jose Diaz-Gonzalez 2025-09-16 23:39:36 -04:00
  • 9af8ec2acc fix: re-add entrypoint Jose Diaz-Gonzalez 2025-09-16 23:07:14 -04:00
  • 5e85038d9c feat: add PrintCommand support to all task executors Jose Diaz-Gonzalez 2025-09-16 22:14:12 -04:00
  • b9025f6137 fix: drop unnecessary entrypoint Jose Diaz-Gonzalez 2025-09-16 22:09:23 -04:00
  • 795e4f0f34 fix: cleanup build image in railpack builder Jose Diaz-Gonzalez 2025-09-16 22:09:07 -04:00
  • b21b58ed38 fix: remove extra _ Jose Diaz-Gonzalez 2025-09-15 00:21:58 -04:00
  • 0840976265 fix: add references to BUILDKIT_HOST for setup and fix tests Jose Diaz-Gonzalez 2025-09-15 00:21:50 -04:00
  • 300a276ed0 chore: bump version in plugin.toml Jose Diaz-Gonzalez 2025-09-14 21:44:19 -04:00
  • 6b27f424db fix: remove extra space Jose Diaz-Gonzalez 2025-09-14 21:43:39 -04:00
  • 9f33459266 fix: set BIN_DIR Jose Diaz-Gonzalez 2025-09-14 21:43:33 -04:00
  • ee467e6793 fix: inject labels after the image is built by railpack Jose Diaz-Gonzalez 2025-09-14 21:11:59 -04:00
  • cba345025c feat: add a Railpack builder to Dokku Jose Diaz-Gonzalez 2025-09-08 04:28:05 -04:00
  • 837c3db042 Merge pull request #8085 from dokku/6846-config-import Jose Diaz-Gonzalez 2025-11-09 20:19:47 -05:00
  • 8d4fc1f883 Release 0.36.11 v0.36.11 Dokku Bot 2025-11-08 06:24:58 +00:00
  • 97f2dc81c7 fix: simplify tests Jose Diaz-Gonzalez 2025-11-08 01:22:31 -05:00
  • 770d150c7c fix: correct lint issue Jose Diaz-Gonzalez 2025-11-08 01:17:50 -05:00
  • e134c314ea feat: implement config:import command Jose Diaz-Gonzalez 2025-11-08 01:02:19 -05:00
  • 48fd2b3862 Merge pull request #8084 from dokku/fix-dockerfile-casing Jose Diaz-Gonzalez 2025-11-08 00:16:51 -05:00
  • b4dd50731a fix: use the correct case for AS in Dockerfile Jose Diaz-Gonzalez 2025-11-08 00:16:01 -05:00
  • 24d8083fad Merge pull request #8083 from dokku/fix-cron-variable Jose Diaz-Gonzalez 2025-11-08 00:11:32 -05:00
  • 593a4c8170 fix: use correct variable for tasks Jose Diaz-Gonzalez 2025-11-08 00:09:07 -05:00
  • 12dbbda68c Merge pull request #8082 from dokku/rename-cron-code Jose Diaz-Gonzalez 2025-11-07 23:59:18 -05:00
  • e967ba86b5 Merge pull request #8081 from dokku/guard-app-json-name Jose Diaz-Gonzalez 2025-11-07 23:59:08 -05:00
  • 791f53ab47 refactor: rename command to task in cron code Jose Diaz-Gonzalez 2025-11-07 22:40:53 -05:00
  • 82cab643a8 chore: standardize on cron task vs any other naming Jose Diaz-Gonzalez 2025-11-07 22:36:00 -05:00
  • b598af67b9 refactor: rename CronCommand to DokkuRunCommand Jose Diaz-Gonzalez 2025-11-07 22:32:44 -05:00
  • 3915d25d84 refactor: rename cron entry to cron task Jose Diaz-Gonzalez 2025-11-07 22:30:54 -05:00
  • c52e947df1 fix: error out if the appname or app.json is missing when retrieving cron entries Jose Diaz-Gonzalez 2025-11-07 22:17:13 -05:00
  • 5614a4c702 Merge pull request #8073 from dokku/dependabot/docker/plugins/logs/timberio/vector-0.51.0-debian Jose Diaz-Gonzalez 2025-11-07 21:57:09 -05:00
  • a2f37699a2 Merge pull request #8080 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/containerd/containerd-1.7.29 Jose Diaz-Gonzalez 2025-11-07 16:00:57 -05:00
  • 87a33ae739 Merge pull request #8079 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.25.4 Jose Diaz-Gonzalez 2025-11-07 16:00:50 -05:00
  • 72cb743a61 Merge pull request #8075 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.25.4 Jose Diaz-Gonzalez 2025-11-07 16:00:36 -05:00
  • 4d812b343b Merge pull request #8078 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.25.4 Jose Diaz-Gonzalez 2025-11-07 16:00:28 -05:00
  • 7f6fc4081c Merge pull request #8077 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.25.4 Jose Diaz-Gonzalez 2025-11-07 16:00:22 -05:00
  • baaf6b2296 Merge pull request #8076 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.25.4 Jose Diaz-Gonzalez 2025-11-07 16:00:15 -05:00
  • f88c427a41 chore(deps): bump github.com/containerd/containerd dependabot[bot] 2025-11-06 15:25:56 +00:00
  • 34985adb43 chore(deps): bump golang in /tests/apps/zombies-dockerfile-tini dependabot[bot] 2025-11-06 13:05:20 +00:00
  • 6757759b15 chore(deps): bump golang in /tests/apps/go-fail-predeploy dependabot[bot] 2025-11-06 13:05:19 +00:00
  • d3687cf7f4 chore(deps): bump golang in /tests/apps/zombies-dockerfile-no-tini dependabot[bot] 2025-11-06 13:05:17 +00:00
  • 47bf471698 chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/gogrpc dependabot[bot] 2025-11-06 13:05:17 +00:00
  • 78f1794373 chore(deps): bump golang in /tests/apps/go-fail-postdeploy dependabot[bot] 2025-11-06 13:05:16 +00:00
  • 4f5fa3294c Merge pull request #8072 from dokku/dependabot/pip/docs/_build/markdown-gte-3.2.1-and-lt-3.11 Jose Diaz-Gonzalez 2025-11-05 17:49:39 -05:00
  • c571049714 Merge pull request #8074 from dokku/dependabot/pip/tests/apps/dockerfile-release/django-5.2.8 Jose Diaz-Gonzalez 2025-11-05 17:39:28 -05:00
  • 8202bd37d4 chore(deps): bump django in /tests/apps/dockerfile-release dependabot[bot] 2025-11-05 20:21:30 +00:00
  • f4b946e32d chore(deps): bump timberio/vector in /plugins/logs dependabot[bot] 2025-11-05 13:10:51 +00:00
  • ff1acd09f5 chore(deps): update markdown requirement in /docs/_build dependabot[bot] 2025-11-04 13:06:53 +00:00
  • b95cc79a42 Merge pull request #8071 from dokku/dependabot/pip/docs/_build/mkdocs-material-9.6.23 Jose Diaz-Gonzalez 2025-11-03 13:44:47 -05:00
  • 7e68b65103 chore(deps): bump mkdocs-material from 9.6.22 to 9.6.23 in /docs/_build dependabot[bot] 2025-11-03 13:13:06 +00:00
  • 55c8a58686 Merge pull request #8068 from dokku/dependabot/docker/plugins/traefik-vhosts/traefik-3.5.4 Jose Diaz-Gonzalez 2025-10-30 21:44:44 -04:00
  • 43a5be6ece Merge pull request #8069 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/kedacore/keda/v2-2.18.1 Jose Diaz-Gonzalez 2025-10-30 21:44:34 -04:00
  • 88b1b18494 chore(deps): bump github.com/kedacore/keda/v2 in /plugins/scheduler-k3s dependabot[bot] 2025-10-30 13:31:23 +00:00
  • 0ea265f832 chore(deps): bump traefik from 3.5.3 to 3.5.4 in /plugins/traefik-vhosts dependabot[bot] 2025-10-29 13:11:49 +00:00
  • 229fe1d167 Merge pull request #8066 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/traefik/traefik/v2-2.11.30 Jose Diaz-Gonzalez 2025-10-28 16:39:38 -04:00
  • e88df23fdb chore(deps): bump github.com/traefik/traefik/v2 dependabot[bot] 2025-10-28 13:13:09 +00:00
  • f897dc0034 Release 0.36.10 v0.36.10 Dokku Bot 2025-10-27 18:28:20 +00:00
  • e16979fcdb Merge pull request #8065 from dokku/dependabot/github_actions/actions/upload-artifact-5 Jose Diaz-Gonzalez 2025-10-27 14:26:40 -04:00
  • 447e716da2 Merge pull request #8063 from othercorey/stop-timeout Jose Diaz-Gonzalez 2025-10-27 14:26:30 -04:00
  • ac77e7ad5c Merge pull request #8064 from dokku/dependabot/github_actions/actions/download-artifact-6 Jose Diaz-Gonzalez 2025-10-27 14:06:52 -04:00
  • 823115b125 chore(deps): bump actions/upload-artifact from 4 to 5 dependabot[bot] 2025-10-27 14:27:06 +00:00
  • ee600cc376 chore(deps): bump actions/download-artifact from 5 to 6 dependabot[bot] 2025-10-27 13:58:27 +00:00
  • 68a62e9f00 Merge pull request #8058 from dokku/8035-clone-rename-push-fix Jose Diaz-Gonzalez 2025-10-27 01:55:34 -04:00
  • 528746cf6c Merge pull request #8059 from dokku/8050-release-expansion Jose Diaz-Gonzalez 2025-10-27 01:55:25 -04:00
  • 69096c864e Merge pull request #8060 from dokku/7997-http2-directive Jose Diaz-Gonzalez 2025-10-27 00:21:22 -04:00
  • 0033a52e28 fix: ignore extra strings on the nginx ubuntu version Jose Diaz-Gonzalez 2025-10-27 00:19:41 -04:00