Jose Diaz-Gonzalez
0c96c4b6de
feat: allow exposing non-web processes as kubernetes services
...
Closes #7204
2025-11-22 19:39:56 -05:00
Jose Diaz-Gonzalez
e40197cd37
Merge pull request #8108 from dokku/dependabot/npm_and_yarn/tests/apps/multi/js-yaml-3.14.2
...
chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /tests/apps/multi
2025-11-20 12:08:43 -05:00
Jose Diaz-Gonzalez
0e3f17d920
Merge pull request #8110 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/grpc-1.77.0
...
chore(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0 in /tests/apps/gogrpc
2025-11-20 12:08:20 -05:00
Jose Diaz-Gonzalez
0c8cfe9a48
Merge pull request #8135 from dokku/8093-client-remote-parsing
2025-11-20 03:35:23 -05:00
Jose Diaz-Gonzalez
638d50127e
Merge pull request #8136 from dokku/8067-ports-reset
...
Do not reset manually set port mappings when upgrading dokku
2025-11-20 02:37:46 -05:00
Jose Diaz-Gonzalez
63fc11a4b9
fix: properly use $1 as default value
2025-11-20 02:21:20 -05:00
Jose Diaz-Gonzalez
106b2c20f1
feat: add support for git remotes with port specified inline
...
Closes #8093
2025-11-20 02:20:35 -05:00
Jose Diaz-Gonzalez
67962ad527
tests: move helper to client.bats
2025-11-20 02:20:35 -05:00
Jose Diaz-Gonzalez
d94bc733c9
feat: allow overriding the TMP directory in setup_client_repo
2025-11-20 02:20:35 -05:00
Jose Diaz-Gonzalez
a21ee6f216
tests: make it clearer what happened when assert_output_contains fails
2025-11-20 02:20:35 -05:00
Jose Diaz-Gonzalez
7a93b11bdd
feat: add tests for remote parsing
2025-11-20 02:20:35 -05:00
Jose Diaz-Gonzalez
6b67d5c59b
tests: do not modify the existing app.json via jq
...
The jq binary doesn't support jsonc, so we can't modify it for testing purposes. Instead, just create an app.json with the correct heroku.postdeploy task.
2025-11-20 00:44:26 -05:00
Jose Diaz-Gonzalez
56566d1c05
chore: make the postdeploy task name more clear
2025-11-20 00:42:49 -05:00
Jose Diaz-Gonzalez
a05b79e2a9
tests: add inline comments on the python app.json file
...
This is the most-used app and therefore most-used app.json file, so this should allow us to test that moving to a new json parser works as expected.
2025-11-20 00:35:17 -05:00
Jose Diaz-Gonzalez
a2d399c104
fix: do not reset manually set port mappings when upgrading dokku
...
Closes #8067
2025-11-20 00:21:40 -05:00
Jose Diaz-Gonzalez
9f8058dd78
Merge pull request #8114 from dokku/8052-run-exec
...
Ensure we can execute run commands when exec is executed as part of an entrypoint
2025-11-19 21:40:36 -05:00
Jose Diaz-Gonzalez
6f095271e1
fix: ensure we can execute run commands when exec is executed as part of an entrypoint
...
Closes #8052
2025-11-19 20:34:51 -05:00
Jose Diaz-Gonzalez
44b87ffe8d
tests: fix expected output of --quiet
2025-11-19 20:23:53 -05:00
Jose Diaz-Gonzalez
992b023bc8
chore: fix lint issues
2025-11-18 17:06:30 -05:00
Jose Diaz-Gonzalez
a6d65c821f
feat: implement cron and one-off run task TTLs
...
Closes #7938
2025-11-18 16:46:31 -05:00
dependabot[bot]
691e454185
chore(deps): bump google.golang.org/grpc in /tests/apps/gogrpc
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.76.0 to 1.77.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.76.0...v1.77.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.77.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-18 13:02:23 +00:00
dependabot[bot]
d4bfd0b7fa
chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /tests/apps/multi
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 15:23:47 +00:00
Jose Diaz-Gonzalez
d212fd44c7
refactor: rename functions to be plural
...
They are plural for the scheduler-k3s plugin.
2025-11-16 18:12:28 -05:00
Jose Diaz-Gonzalez
ff8ccd2801
tests: add tests for functionality
2025-11-16 18:01:20 -05:00
Jose Diaz-Gonzalez
3f5a022970
tests: force remove the file to silence warnings
2025-11-16 18:00:40 -05:00
Jose Diaz-Gonzalez
003f6a5bd8
fix: remove not working method to change the caddy label-key
...
This was never actually used by caddy-docker-proxy so its better to just remove it.
2025-11-16 16:45:56 -05:00
Jose Diaz-Gonzalez
531bb20519
tests: respect the globally specified default branch when running tests
2025-11-16 01:11:09 -05:00
Jose Diaz-Gonzalez
9411c4ddc1
test: ensure the deploy succeeds and then check the output vs using grep
2025-11-16 01:10:53 -05:00
Jose Diaz-Gonzalez
d9e5182399
Merge pull request #7989 from dokku/7988-prevent-overlap
...
Add support to prevent overlapping execution of cron tasks
2025-11-15 17:45:50 -05:00
Jose Diaz-Gonzalez
080ed43232
Merge pull request #7982 from dokku/drop-cnb-experimental
...
Remove references to pack being experimental
2025-11-15 16:20:17 -05:00
Jose Diaz-Gonzalez
c6bd80aca6
tests: update tests
2025-11-13 01:55:32 -05:00
Jose Diaz-Gonzalez
3162fa5b9a
debug: run sleep for longer and check the inspect output of the cron container
2025-11-10 18:02:46 -05:00
Jose Diaz-Gonzalez
c95cb526be
fix: correct lint issue
2025-11-10 03:11:11 -05:00
Corey Taylor
983115c827
Add test for cron concurrency policy
2025-11-10 03:11:08 -05:00
Jose Diaz-Gonzalez
b8f32f6ea4
tests: add concurrency_policy to test check
2025-11-10 03:08:03 -05:00
Jose Diaz-Gonzalez
8ba6ce94fc
test: add tests for cron suspend and resume commands
2025-11-10 02:00:14 -05:00
Jose Diaz-Gonzalez
e30b579de5
test: fix issue where teardown was not being called
2025-11-09 23:16:39 -05:00
Jose Diaz-Gonzalez
2aea999326
test: check if uninstalling after deleting apps will cause tests to work again
...
Not clear why they are suddenly failing, but lets switch this around for now.
2025-11-09 23:16:39 -05:00
Jose Diaz-Gonzalez
00ce3932d0
fix: update the json output
2025-11-09 23:16:38 -05:00
Jose Diaz-Gonzalez
889d237669
chore: combine tests and ensure that pack is selected
2025-11-09 20:32:39 -05:00
Jose Diaz-Gonzalez
68c5407ed4
tests: use already existing add_requirements_txt_cnb function for builder-pack deploys
2025-11-09 20:32:39 -05:00
Jose Diaz-Gonzalez
e62212f810
tests: add missing global setup/teardown calls
2025-11-09 20:32:39 -05:00
Jose Diaz-Gonzalez
551eae0c5b
chore: remove references to pack being experimental
...
It is no longer experimental and is here to stay.
2025-11-09 20:32:39 -05:00
Jose Diaz-Gonzalez
3c6ace7d68
tests: add global setup/teardown
2025-11-09 20:21:10 -05:00
Jose Diaz-Gonzalez
b4fbf7189e
fix: update tests
2025-11-09 20:21:10 -05:00
Jose Diaz-Gonzalez
b21b58ed38
fix: remove extra _
2025-11-09 20:21:10 -05:00
Jose Diaz-Gonzalez
0840976265
fix: add references to BUILDKIT_HOST for setup and fix tests
2025-11-09 20:21:09 -05:00
Jose Diaz-Gonzalez
cba345025c
feat: add a Railpack builder to Dokku
...
Closes #7615
2025-11-09 20:21:09 -05:00
Jose Diaz-Gonzalez
770d150c7c
fix: correct lint issue
2025-11-08 01:17:50 -05:00
Jose Diaz-Gonzalez
e134c314ea
feat: implement config:import command
...
Closes #6846
2025-11-08 01:02:19 -05:00