Commit Graph

  • a21ee6f216 tests: make it clearer what happened when assert_output_contains fails Jose Diaz-Gonzalez 2025-11-19 23:06:47 -05:00
  • 7a93b11bdd feat: add tests for remote parsing Jose Diaz-Gonzalez 2025-11-19 22:46:29 -05:00
  • 78f0c53871 feat: add ability to specify an app path via environment variable Jose Diaz-Gonzalez 2025-11-19 22:46:00 -05:00
  • 54c1ccd9bb refactor: use tailscale/hujson to support trailing commas after the last member in arrays and lists Jose Diaz-Gonzalez 2025-11-20 01:00:40 -05:00
  • 318c21996a fix: use correct variable name Jose Diaz-Gonzalez 2025-11-20 00:59:49 -05:00
  • 6b67d5c59b tests: do not modify the existing app.json via jq Jose Diaz-Gonzalez 2025-11-20 00:44:26 -05:00
  • 56566d1c05 chore: make the postdeploy task name more clear Jose Diaz-Gonzalez 2025-11-20 00:42:49 -05:00
  • 421863f4ac fix: sanitize app.json in trigger Jose Diaz-Gonzalez 2025-11-18 01:41:52 -05:00
  • 38505006e8 fix: correctly sanitize comments out of the jsonc content Jose Diaz-Gonzalez 2025-11-17 04:19:21 -05:00
  • a05b79e2a9 tests: add inline comments on the python app.json file Jose Diaz-Gonzalez 2025-11-17 00:28:04 -05:00
  • 1c0ce250dc feat: support inline comments for app.json Jose Diaz-Gonzalez 2025-11-17 00:26:05 -05:00
  • a2d399c104 fix: do not reset manually set port mappings when upgrading dokku Jose Diaz-Gonzalez 2025-11-20 00:21:40 -05:00
  • 9f8058dd78 Merge pull request #8114 from dokku/8052-run-exec Jose Diaz-Gonzalez 2025-11-19 21:40:36 -05:00
  • 507916f57b Merge pull request #8112 from dokku/7938-run-retire Jose Diaz-Gonzalez 2025-11-19 21:40:10 -05:00
  • 6f095271e1 fix: ensure we can execute run commands when exec is executed as part of an entrypoint Jose Diaz-Gonzalez 2025-11-19 20:34:51 -05:00
  • 44b87ffe8d tests: fix expected output of --quiet Jose Diaz-Gonzalez 2025-11-19 20:18:40 -05:00
  • 992b023bc8 chore: fix lint issues Jose Diaz-Gonzalez 2025-11-18 17:06:28 -05:00
  • a6d65c821f feat: implement cron and one-off run task TTLs Jose Diaz-Gonzalez 2025-11-18 16:45:52 -05:00
  • 2bd4272424 Merge pull request #8109 from dokku/7308-skip-install-trigger Jose Diaz-Gonzalez 2025-11-18 15:06:25 -05:00
  • 99a1e2ee33 feat: default to running one-off k3s containers to a max of 1 day Jose Diaz-Gonzalez 2025-11-18 14:09:38 -05:00
  • d5ea97f7b0 chore: consolidate on single method to redirect stdout/stderr to /dev/null Jose Diaz-Gonzalez 2025-11-18 14:07:09 -05:00
  • 6359404ef3 Merge pull request #8097 from dokku/dependabot/docker/plugins/logs/timberio/vector-0.51.1-debian Jose Diaz-Gonzalez 2025-11-18 13:19:41 -05:00
  • ba9eee8271 Merge pull request #8098 from dokku/dependabot/docker/plugins/traefik-vhosts/traefik-3.6.1 Jose Diaz-Gonzalez 2025-11-18 13:19:10 -05:00
  • 691e454185 chore(deps): bump google.golang.org/grpc in /tests/apps/gogrpc dependabot[bot] 2025-11-18 13:02:23 +00:00
  • d05925f6f1 feat: allow skipping the install trigger when installing a plugin Jose Diaz-Gonzalez 2025-11-18 02:35:16 -05:00
  • d4bfd0b7fa chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /tests/apps/multi dependabot[bot] 2025-11-17 15:23:47 +00:00
  • ffd0a81311 chore(deps): bump click from 8.3.0 to 8.3.1 in /docs/_build dependabot[bot] 2025-11-17 13:07:46 +00:00
  • a677e05b1f Merge pull request #8105 from dokku/kubelet-args Jose Diaz-Gonzalez 2025-11-17 04:17:25 -05:00
  • 575fbb3560 Merge pull request #7608 from dragonhunt02/label Jose Diaz-Gonzalez 2025-11-17 00:20:03 -05:00
  • f33d3d852f feat: allow specifying kubelet-args when adding a new node to the cluster Jose Diaz-Gonzalez 2025-11-16 23:53:02 -05:00
  • f38d8cfadb Merge pull request #8104 from dokku/drop-aufs-check Jose Diaz-Gonzalez 2025-11-16 18:52:58 -05:00
  • e394776c3b fix: drop deprecated aufs check Jose Diaz-Gonzalez 2025-11-16 18:52:19 -05:00
  • 2bad1e4acd Merge pull request #8103 from dokku/fix-docs Jose Diaz-Gonzalez 2025-11-16 18:50:38 -05:00
  • 75945ee0d7 docs: correct the release version for railpacks support Jose Diaz-Gonzalez 2025-11-16 18:50:04 -05:00
  • c0d2aee8c0 Update docs/appendices/0.37-migration-guide.md 1558-move-env Jose Diaz-Gonzalez 2025-11-16 18:48:51 -05:00
  • 9d002ccab5 fix: correct the error message Jose Diaz-Gonzalez 2025-11-16 18:47:13 -05:00
  • 5df11a0a1f refactor: store labels in key=value format Jose Diaz-Gonzalez 2025-11-16 18:44:21 -05:00
  • a40c42019b fix: do not shift arguments Jose Diaz-Gonzalez 2025-11-16 18:42:57 -05:00
  • d4783685d1 chore: update header for displaying app labels Jose Diaz-Gonzalez 2025-11-16 18:12:38 -05:00
  • d212fd44c7 refactor: rename functions to be plural Jose Diaz-Gonzalez 2025-11-16 18:12:28 -05:00
  • d9073272df fix: minor help output formatting Jose Diaz-Gonzalez 2025-11-16 18:06:56 -05:00
  • ff8ccd2801 tests: add tests for functionality Jose Diaz-Gonzalez 2025-11-16 18:01:20 -05:00
  • 3f5a022970 tests: force remove the file to silence warnings Jose Diaz-Gonzalez 2025-11-16 18:00:40 -05:00
  • 18be8f4fa9 fix: use correct argument name Jose Diaz-Gonzalez 2025-11-16 18:00:04 -05:00
  • e397604841 refactor: move the labels to the properties folder Jose Diaz-Gonzalez 2025-11-16 17:59:46 -05:00
  • 01570012c5 fix: correctly call function Jose Diaz-Gonzalez 2025-11-16 17:58:14 -05:00
  • acd981d50e fix: ensure the commands can actually be called Jose Diaz-Gonzalez 2025-11-16 17:57:58 -05:00
  • 3a52c7d0a8 docs: add documentation for label management Jose Diaz-Gonzalez 2025-11-16 16:49:03 -05:00
  • 003f6a5bd8 fix: remove not working method to change the caddy label-key Jose Diaz-Gonzalez 2025-11-16 16:45:56 -05:00
  • edf9653ebf fix: update help output for new subcommands Jose Diaz-Gonzalez 2025-11-16 16:32:13 -05:00
  • 12cc31427b refactor: split out label subcommands into distinct commands Jose Diaz-Gonzalez 2025-11-16 16:30:56 -05:00
  • 4eafd3b5b7 feat: implement proxy container :label functionality dragonhunt02 2025-03-22 22:01:00 +00:00
  • e93175b37e Merge pull request #7986 from dokku/7325-cnb-buildpacks Jose Diaz-Gonzalez 2025-11-16 02:38:25 -05:00
  • 0828db4bb7 Merge pull request #8101 from dokku/filter-build-args Jose Diaz-Gonzalez 2025-11-16 02:07:01 -05:00
  • 4da1fea274 fix: use correct check for BUILDPACK_URL Jose Diaz-Gonzalez 2025-11-16 01:45:11 -05:00
  • a9127e3abd fix: correctly handle exiting the argument parsing loop Jose Diaz-Gonzalez 2025-11-16 01:24:28 -05:00
  • 531bb20519 tests: respect the globally specified default branch when running tests Jose Diaz-Gonzalez 2025-11-16 01:11:09 -05:00
  • 9411c4ddc1 test: ensure the deploy succeeds and then check the output vs using grep Jose Diaz-Gonzalez 2025-11-16 01:10:53 -05:00
  • 406a82de29 fix: use call instead of env Jose Diaz-Gonzalez 2025-11-16 01:10:15 -05:00
  • 9bda9e721f feat: add support for flags with = signs Jose Diaz-Gonzalez 2025-11-16 00:30:35 -05:00
  • 3b35656ae9 fix: shift the unknown arguments out Jose Diaz-Gonzalez 2025-11-16 00:26:53 -05:00
  • f1763bdaf5 fix: correct lint issue Jose Diaz-Gonzalez 2025-11-15 23:35:52 -05:00
  • 397c8f6d15 docs: add note on removal of nixpacks no-cache property Jose Diaz-Gonzalez 2025-11-15 23:31:00 -05:00
  • 364eac374d refactor: remove support for the railpack no-cache property Jose Diaz-Gonzalez 2025-11-15 23:30:24 -05:00
  • 93cf9cc118 refactor: remove support for the nixpacks no-cache property Jose Diaz-Gonzalez 2025-11-15 23:30:15 -05:00
  • 50b2836e52 refactor: remove support for DOKKU_DOCKER_BUILD_OPTS Jose Diaz-Gonzalez 2025-11-15 23:28:44 -05:00
  • 9b75cc39b1 refactor: remove support for DOKKU_DOCKERFILE_CACHE_BUILD Jose Diaz-Gonzalez 2025-11-15 23:27:22 -05:00
  • 6325dd6d7b docs: add missing link to 0.36.0 migration guide Jose Diaz-Gonzalez 2025-11-15 23:21:41 -05:00
  • 2a702175b5 feat: filter out unsupported build arguments with docker build Jose Diaz-Gonzalez 2025-11-15 23:17:48 -05:00
  • 210128f5f2 chore: simplify logic for flags without multiple methods of being set Jose Diaz-Gonzalez 2025-11-15 23:13:57 -05:00
  • ae8eaa7e63 refactor: filter out procfile first and include --no-cache in DOCKER_ARGS Jose Diaz-Gonzalez 2025-11-15 22:59:49 -05:00
  • 11c2497b31 feat: filter out unsupported build arguments with railpacks Jose Diaz-Gonzalez 2025-11-15 22:59:12 -05:00
  • 03e90ed2a0 feat: filter out unsupported build arguments with nixpacks Jose Diaz-Gonzalez 2025-11-15 22:49:48 -05:00
  • c3d103e46c fix: remove flag that does not make sense in build context Jose Diaz-Gonzalez 2025-11-15 22:39:27 -05:00
  • a292e41015 fix: remove flags that do not make sense in build context Jose Diaz-Gonzalez 2025-11-15 22:33:03 -05:00
  • 58046ea6dc chore: move flags around for better organization Jose Diaz-Gonzalez 2025-11-15 22:28:53 -05:00
  • 8cb5989220 fix: remove manually set arguments Jose Diaz-Gonzalez 2025-11-15 22:27:26 -05:00
  • 97714e9c22 feat: filter out unsupported build arguments with pack Jose Diaz-Gonzalez 2025-11-15 20:28:13 -05:00
  • 43f25c218f Merge pull request #8004 from Tashows/buildpacks-detect Jose Diaz-Gonzalez 2025-11-15 19:53:37 -05:00
  • 3cddcb46c3 fix: migrate global env vars Jose Diaz-Gonzalez 2025-11-15 17:19:03 -05:00
  • a62aa42887 fix: ensure config properties for an app are setup prior to usage Jose Diaz-Gonzalez 2025-11-15 16:42:32 -05:00
  • d2725cd126 refactor: move the env files to the new path on upgrade Jose Diaz-Gonzalez 2024-03-14 03:05:46 -04:00
  • bf7da51a56 fix: reference env from config dir Jose Diaz-Gonzalez 2024-03-14 02:52:16 -04:00
  • 9e7e2440ff docs: remove references to ENV file Jose Diaz-Gonzalez 2024-03-14 02:46:16 -04:00
  • d9e5182399 Merge pull request #7989 from dokku/7988-prevent-overlap Jose Diaz-Gonzalez 2025-11-15 17:45:50 -05:00
  • 9aa471c1fd feat: add support for specifying CNB buildpacks via buildpacks command Jose Diaz-Gonzalez 2025-09-17 01:45:56 -04:00
  • 6dbb34ec0b Merge pull request #8100 from othercorey/run-proc-label Jose Diaz-Gonzalez 2025-11-15 16:22:48 -05:00
  • 080ed43232 Merge pull request #7982 from dokku/drop-cnb-experimental Jose Diaz-Gonzalez 2025-11-15 16:20:17 -05:00
  • 3f70728451 feat: implement forbid/replace logic for k3s pods spawned via cron:run Jose Diaz-Gonzalez 2025-11-15 16:19:15 -05:00
  • 00411decf5 Add process-type label for run with procfile cmd Corey Taylor 2025-11-15 02:04:43 -06:00
  • ebfcf24e53 chore(deps): bump traefik from 3.5.4 to 3.6.1 in /plugins/traefik-vhosts dependabot[bot] 2025-11-14 13:10:02 +00:00
  • d5b886b2b5 chore(deps): bump timberio/vector in /plugins/logs dependabot[bot] 2025-11-14 13:09:58 +00:00
  • dc8424d8a5 docs: document the concurrency_policy Jose Diaz-Gonzalez 2025-11-13 01:58:37 -05:00
  • c6bd80aca6 tests: update tests Jose Diaz-Gonzalez 2025-11-13 01:55:32 -05:00
  • 42a92eb654 feat: add support for replace concurrency policy Jose Diaz-Gonzalez 2025-11-13 01:55:12 -05:00
  • bacbc6d90d fix: correctly check for running containers when concurrency policy is forbid Jose Diaz-Gonzalez 2025-11-13 01:54:47 -05:00
  • 3f8c868ab8 fix: ensure the concurrency policy is propagated when running a cron command directly Jose Diaz-Gonzalez 2025-11-13 01:53:33 -05:00
  • c56110b3a7 fix: do not print errors twice Jose Diaz-Gonzalez 2025-11-13 01:52:08 -05:00
  • 679a399df3 chore(deps): bump pymdown-extensions in /docs/_build dependabot[bot] 2025-11-12 13:07:30 +00:00
  • eb82d958f4 chore(deps): bump mkdocs-material from 9.6.23 to 9.7.0 in /docs/_build dependabot[bot] 2025-11-11 13:07:05 +00:00