Jose Diaz-Gonzalez
|
47e6420c43
|
Merge pull request #8254 from dokku/8242-cron-run
Add a test to prove cron:run commands work as expected
|
2026-01-04 23:51:10 -05:00 |
|
Jose Diaz-Gonzalez
|
f64b87cc27
|
fix: use correct path for app-cnb-cron.json
|
2026-01-04 22:03:59 -05:00 |
|
Jose Diaz-Gonzalez
|
9d603e1a45
|
fix: use real path when extracting files
|
2026-01-04 20:46:00 -05:00 |
|
Jose Diaz-Gonzalez
|
8f9ca78642
|
chore: debug
|
2026-01-04 03:38:44 -05:00 |
|
Jose Diaz-Gonzalez
|
7cfabe1322
|
fix: move the correct file over
|
2026-01-04 02:42:21 -05:00 |
|
Jose Diaz-Gonzalez
|
c19cb81c4b
|
tests: add a test to prove cron:run commands work as expected
Closes #8242
|
2026-01-04 00:57:43 -05:00 |
|
Jose Diaz-Gonzalez
|
52c95d4317
|
tests: update test ruby app
|
2026-01-04 00:55:49 -05:00 |
|
Jose Diaz-Gonzalez
|
b1ebd694e6
|
refactor: standardize on add_requirements_txt wrapper
|
2026-01-04 00:35:30 -05:00 |
|
dependabot[bot]
|
ab4ab29a32
|
chore(deps): bump qs from 6.14.0 to 6.14.1 in /tests/apps/checks-root
Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1)
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-01 19:19:39 +00:00 |
|
dependabot[bot]
|
4cbf4e9424
|
chore(deps): bump ruby in /tests/apps/dockerfile-entrypoint
Bumps ruby from 3.4.8 to 4.0.0.
---
updated-dependencies:
- dependency-name: ruby
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-26 13:04:03 +00:00 |
|
Jose Diaz-Gonzalez
|
3ae8fae9fd
|
fix: ensure the buildkit container is always running
|
2025-12-25 19:49:57 -05:00 |
|
Jose Diaz-Gonzalez
|
5e2e53d864
|
tests: run python3 instead of python
|
2025-12-25 19:07:56 -05:00 |
|
Jose Diaz-Gonzalez
|
4e50dbfb02
|
tests: run tasks with quiet output so we can check the entire output
|
2025-12-25 19:05:30 -05:00 |
|
Jose Diaz-Gonzalez
|
4a7328b022
|
tests: update expected output
|
2025-12-25 18:34:39 -05:00 |
|
Jose Diaz-Gonzalez
|
153ff6ecb4
|
tests: fix expected output when task is specified from Procfile
When run from a Procfile, we output an additional message like "-----> Found 'task' in Procfile, running that command".
|
2025-12-25 18:32:26 -05:00 |
|
Jose Diaz-Gonzalez
|
52418dd799
|
tests: allow 1 or more occurrends of 'load build definition from Dockerfile'
For unknown reasons, sometimes this gets output twice by the nixpacks builder.
|
2025-12-25 18:29:42 -05:00 |
|
Jose Diaz-Gonzalez
|
3a476716eb
|
tests: allow specifying 'at least 1 occurrence' for assert_output_contains
|
2025-12-25 18:29:02 -05:00 |
|
Jose Diaz-Gonzalez
|
3d49dbe63f
|
tests: add tests to prove that Procfile tasks all work for every builder
Closes #8242
|
2025-12-25 18:06:22 -05:00 |
|
Jose Diaz-Gonzalez
|
9d18896c4c
|
tests: drop lambda run tests as they shouldn't be relevant
These are functions and therefore are invoked differently.
|
2025-12-24 17:05:50 -05:00 |
|
Jose Diaz-Gonzalez
|
89c260ac84
|
fix: deploy correct app for lambda tests
|
2025-12-24 16:49:29 -05:00 |
|
Jose Diaz-Gonzalez
|
d5c44e80e7
|
fix: remove duplicate test
|
2025-12-24 16:30:01 -05:00 |
|
Jose Diaz-Gonzalez
|
bba2cd9710
|
fix: correct lint issues
|
2025-12-24 16:30:01 -05:00 |
|
Jose Diaz-Gonzalez
|
e7be49f0ce
|
fix: ensure all build flags are consumed as an array
|
2025-12-24 16:30:01 -05:00 |
|
dependabot[bot]
|
214e543094
|
chore(deps): bump google.golang.org/grpc in /tests/apps/gogrpc
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.77.0 to 1.78.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.77.0...v1.78.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.78.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-23 13:01:24 +00:00 |
|
Jose Diaz-Gonzalez
|
a3435054e7
|
Merge pull request #8201 from dokku/dependabot/go_modules/plugins/common/golang.org/x/sync-0.19.0
chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 in /plugins/common
|
2025-12-22 00:29:15 -05:00 |
|
Jose Diaz-Gonzalez
|
732970ab4e
|
Merge pull request #8214 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/protobuf-1.36.11
chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 in /tests/apps/gogrpc
|
2025-12-21 23:25:22 -05:00 |
|
dependabot[bot]
|
de20a395f3
|
chore(deps): bump ruby in /tests/apps/dockerfile-entrypoint
Bumps ruby from 3.4.7 to 3.4.8.
---
updated-dependencies:
- dependency-name: ruby
dependency-version: 3.4.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-18 13:04:57 +00:00 |
|
dependabot[bot]
|
9a35275c26
|
chore(deps): bump python in /tests/apps/dockerfile-release
Bumps python from 3.14.1-bookworm to 3.14.2-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.14.2-bookworm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-16 13:05:13 +00:00 |
|
dependabot[bot]
|
f0dfcb8c91
|
chore(deps): bump google.golang.org/protobuf in /tests/apps/gogrpc
Bumps google.golang.org/protobuf from 1.36.10 to 1.36.11.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-version: 1.36.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-12 13:01:41 +00:00 |
|
Jose Diaz-Gonzalez
|
8892da1a7f
|
chore: bump go modules and run go mod tidy
|
2025-12-12 05:59:05 -05:00 |
|
Jose Diaz-Gonzalez
|
d2674ac9d5
|
Merge pull request #8192 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.25.5
chore(deps): bump golang from 1.25.4 to 1.25.5 in /tests/apps/go-fail-predeploy
|
2025-12-03 16:09:59 -05:00 |
|
Jose Diaz-Gonzalez
|
31ca55732f
|
Merge pull request #8191 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.25.5
chore(deps): bump golang from 1.25.4 to 1.25.5 in /tests/apps/go-fail-postdeploy
|
2025-12-03 16:09:50 -05:00 |
|
Jose Diaz-Gonzalez
|
8dbb9cb976
|
Merge pull request #8189 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.25.5
chore(deps): bump golang from 1.25.4 to 1.25.5 in /tests/apps/gogrpc
|
2025-12-03 16:09:42 -05:00 |
|
Jose Diaz-Gonzalez
|
da25c5ad7d
|
Merge pull request #8190 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.25.5
chore(deps): bump golang from 1.25.4 to 1.25.5 in /tests/apps/zombies-dockerfile-no-tini
|
2025-12-03 16:09:22 -05:00 |
|
Jose Diaz-Gonzalez
|
12e32697fc
|
Merge pull request #8188 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.25.5
chore(deps): bump golang from 1.25.4 to 1.25.5 in /tests/apps/zombies-dockerfile-tini
|
2025-12-03 16:09:12 -05:00 |
|
Jose Diaz-Gonzalez
|
18b38f40fe
|
Merge pull request #8194 from dokku/dependabot/docker/tests/apps/dockerfile-release/python-3.14.1-bookworm
chore(deps): bump python from 3.14.0-bookworm to 3.14.1-bookworm in /tests/apps/dockerfile-release
|
2025-12-03 16:08:53 -05:00 |
|
dependabot[bot]
|
2737e691ce
|
chore(deps): bump django in /tests/apps/dockerfile-release
Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.9.
- [Commits](https://github.com/django/django/compare/5.2.8...5.2.9)
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.2.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-03 13:11:06 +00:00 |
|
dependabot[bot]
|
5330a2ac7e
|
chore(deps): bump python in /tests/apps/dockerfile-release
Bumps python from 3.14.0-bookworm to 3.14.1-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.14.1-bookworm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-03 13:05:07 +00:00 |
|
dependabot[bot]
|
2a0f3f5034
|
chore(deps): bump golang in /tests/apps/go-fail-predeploy
Bumps golang from 1.25.4 to 1.25.5.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-03 13:05:05 +00:00 |
|
dependabot[bot]
|
1ae7467e5a
|
chore(deps): bump golang in /tests/apps/go-fail-postdeploy
Bumps golang from 1.25.4 to 1.25.5.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-03 13:05:04 +00:00 |
|
dependabot[bot]
|
f962241557
|
chore(deps): bump golang in /tests/apps/zombies-dockerfile-no-tini
Bumps golang from 1.25.4 to 1.25.5.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-03 13:04:59 +00:00 |
|
dependabot[bot]
|
3157709b11
|
chore(deps): bump golang from 1.25.4 to 1.25.5 in /tests/apps/gogrpc
Bumps golang from 1.25.4 to 1.25.5.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-03 13:04:57 +00:00 |
|
dependabot[bot]
|
9918b0dd19
|
chore(deps): bump golang in /tests/apps/zombies-dockerfile-tini
Bumps golang from 1.25.4 to 1.25.5.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-03 13:04:57 +00:00 |
|
Jose Diaz-Gonzalez
|
cc46c5ae9c
|
Merge pull request #8177 from dokku/dependabot/npm_and_yarn/tests/apps/nodejs-express-noprocfile/express-5.2.1
chore(deps): bump express from 5.1.0 to 5.2.1 in /tests/apps/nodejs-express-noprocfile
|
2025-12-02 23:55:41 -05:00 |
|
Jose Diaz-Gonzalez
|
0ec9600d84
|
Merge pull request #8178 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-procfile-bad/express-5.2.1
chore(deps): bump express from 5.1.0 to 5.2.1 in /tests/apps/dockerfile-procfile-bad
|
2025-12-02 23:55:24 -05:00 |
|
Jose Diaz-Gonzalez
|
ea0e044bd2
|
Merge pull request #8179 from dokku/dependabot/npm_and_yarn/tests/apps/nodejs-express/express-5.2.1
chore(deps): bump express from 5.1.0 to 5.2.1 in /tests/apps/nodejs-express
|
2025-12-02 23:54:57 -05:00 |
|
Jose Diaz-Gonzalez
|
35eb9a1ea3
|
Merge pull request #8180 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-procfile/express-5.2.1
chore(deps): bump express from 5.1.0 to 5.2.1 in /tests/apps/dockerfile-procfile
|
2025-12-02 23:54:45 -05:00 |
|
Jose Diaz-Gonzalez
|
2d7e5181c6
|
Merge pull request #8181 from dokku/dependabot/npm_and_yarn/tests/apps/gitsubmodules/express-5.2.1
chore(deps): bump express from 5.1.0 to 5.2.1 in /tests/apps/gitsubmodules
|
2025-12-02 23:54:39 -05:00 |
|
Jose Diaz-Gonzalez
|
537a2a3397
|
Merge pull request #8183 from dokku/dependabot/npm_and_yarn/tests/apps/checks-root/express-5.2.1
chore(deps): bump express from 5.1.0 to 5.2.1 in /tests/apps/checks-root
|
2025-12-02 23:54:33 -05:00 |
|
Jose Diaz-Gonzalez
|
cb931253f7
|
Merge pull request #8182 from dokku/dependabot/npm_and_yarn/tests/apps/nodejs-express-noappjson/express-5.2.1
chore(deps): bump express from 5.1.0 to 5.2.1 in /tests/apps/nodejs-express-noappjson
|
2025-12-02 23:54:24 -05:00 |
|