Jose Diaz-Gonzalez
|
c8a34f906a
|
chore: remove unused ipv4/ipv6 regex fetch
|
2022-11-23 16:42:58 -05:00 |
|
josegonzalez
|
3f2625713a
|
Merge pull request #5474 from dokku/josegonzalez-patch-1
Add missing source call
|
2022-11-23 16:42:38 -05:00 |
|
josegonzalez
|
280006f811
|
fix: add missing source call
|
2022-11-23 16:42:26 -05:00 |
|
josegonzalez
|
eb3db26b3e
|
Merge pull request #5467 from dokku/5049-wait-to-retire
Move DOKKU_WAIT_TO_RETIRE to a checks property
|
2022-11-22 22:44:33 -05:00 |
|
josegonzalez
|
c398a2bc59
|
chore: document checks:set and new report properties
|
2022-11-22 22:44:23 -05:00 |
|
josegonzalez
|
8aa60f239d
|
Merge pull request #5345 from esirK/ft-fix-created-at-bug
Always set app created-at via property instead of introspecting on folder creation time
|
2022-11-22 21:52:22 -05:00 |
|
Jose Diaz-Gonzalez
|
cb3b3b650d
|
fix: convert all app creation timestamps over to the properties system
|
2022-11-22 20:54:48 -05:00 |
|
esir
|
9506ba727e
|
Use property system to set when an app has been created
|
2022-11-22 20:47:29 -05:00 |
|
Jose Diaz-Gonzalez
|
daa4ee829e
|
fix: run shfmt
|
2022-11-22 20:34:23 -05:00 |
|
Jose Diaz-Gonzalez
|
e8f69ca90e
|
fix: remove equals sign
|
2022-11-22 20:28:28 -05:00 |
|
Jose Diaz-Gonzalez
|
9565648d8d
|
fix: use correct function name
|
2022-11-22 20:27:43 -05:00 |
|
Jose Diaz-Gonzalez
|
c74e6ce216
|
refactor: use a common wrapper function to migrate config vars to properties
|
2022-11-22 20:27:43 -05:00 |
|
Jose Diaz-Gonzalez
|
c7be1766ed
|
fix: call migration function
|
2022-11-22 20:27:43 -05:00 |
|
Jose Diaz-Gonzalez
|
bef746a5f6
|
fix: add missing source calls and ensure checks properties are setup
|
2022-11-22 20:27:43 -05:00 |
|
Jose Diaz-Gonzalez
|
f5c3b5dc34
|
refactor: move DOKKU_WAIT_TO_RETIRE to a checks property
This centralizes the property and removes one more dokku-specific property from the app environment variables.
Closes #5049
|
2022-11-22 20:27:43 -05:00 |
|
josegonzalez
|
4749d1529e
|
Merge pull request #5456 from cooperaj/patch-1
Traefik attempts to obtain certificate for api even if it's disabled.
|
2022-11-21 11:55:37 -05:00 |
|
josegonzalez
|
5ac2fc457d
|
Merge pull request #5466 from dokku/5464-ignore-app
Drop the app argument when calling storage:ensure-directory from remote client
|
2022-11-16 10:57:27 -05:00 |
|
Jose Diaz-Gonzalez
|
ba98055940
|
fix: drop the app argument when calling storage:ensure-directory from remote client
Closes #5464
|
2022-11-15 22:53:57 -05:00 |
|
josegonzalez
|
aa5a3953da
|
Merge pull request #5455 from dokku/dependabot/github_actions/hadolint/hadolint-action-3.0.0
chore(deps): bump hadolint/hadolint-action from 2.1.0 to 3.0.0
|
2022-11-15 22:46:16 -05:00 |
|
josegonzalez
|
90163475ec
|
Merge pull request #5458 from cooperaj/patch-2
Ensure the TLS resolver is specifed for HTTPS enabled apps
|
2022-11-15 22:45:09 -05:00 |
|
josegonzalez
|
c480a8f5b7
|
Merge pull request #5463 from dokku/dependabot/bundler/tests/apps/ruby/sinatra-3.0.3
chore(deps): bump sinatra from 3.0.2 to 3.0.3 in /tests/apps/ruby
|
2022-11-15 22:44:50 -05:00 |
|
josegonzalez
|
628a97a386
|
Merge pull request #5465 from dokku/josegonzalez-patch-1
Fix embedded lists on deployment tasks
|
2022-11-15 16:36:15 -05:00 |
|
josegonzalez
|
5559238287
|
docs: fix embedded lists on deployment tasks
|
2022-11-15 16:32:57 -05:00 |
|
dependabot[bot]
|
e39f532ed2
|
chore(deps): bump sinatra from 3.0.2 to 3.0.3 in /tests/apps/ruby
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/compare/v3.0.2...v3.0.3)
---
updated-dependencies:
- dependency-name: sinatra
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-14 13:01:07 +00:00 |
|
josegonzalez
|
ce52409ad8
|
Merge pull request #5454 from dokku/4903-cron-id
Switch from base64-encoding to base36-encoding of cron task IDs
|
2022-11-13 21:14:24 -05:00 |
|
Adam Cooper
|
2778d029fa
|
Ensure the resolver is specifed for https enabled apps
|
2022-11-11 22:43:47 +00:00 |
|
Adam Cooper
|
a60ba4e2d4
|
Wrap dashboard routing definition in conditional
This ensures that we don't define the routes for the api unless we've enabled it.
|
2022-11-11 21:58:16 +00:00 |
|
dependabot[bot]
|
f182c43fa6
|
chore(deps): bump hadolint/hadolint-action from 2.1.0 to 3.0.0
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/hadolint/hadolint-action/releases)
- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc)
- [Commits](f988afea3d...4b5806eb9c)
---
updated-dependencies:
- dependency-name: hadolint/hadolint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-11 13:22:03 +00:00 |
|
Jose Diaz-Gonzalez
|
ddae4f71da
|
refactor: switch from base64-encoding to base36-encoding of cron task IDs
This allows the IDs to be used as DNS labels, meaning they can be used as is for external scheduler task names.
Closes #4903
|
2022-11-09 22:22:37 -05:00 |
|
Jose Diaz-Gonzalez
|
14ba1a214f
|
Merge pull request #5451 from dokku/5248-git-status
Add git:status subcommand
|
2022-11-09 10:20:38 -05:00 |
|
Jose Diaz-Gonzalez
|
aca8deb2f2
|
feat: add git:status subcommand
Closes #5248
|
2022-11-09 00:04:45 -05:00 |
|
Jose Diaz-Gonzalez
|
655b5307b5
|
Merge pull request #5450 from dokku/dependabot/composer/tests/apps/php/heroku/heroku-buildpack-php-227
chore(deps-dev): bump heroku/heroku-buildpack-php from 226 to 227 in /tests/apps/php
|
2022-11-08 19:35:57 -05:00 |
|
dependabot[bot]
|
6af43baa71
|
chore(deps-dev): bump heroku/heroku-buildpack-php in /tests/apps/php
Bumps [heroku/heroku-buildpack-php](https://github.com/heroku/heroku-buildpack-php) from 226 to 227.
- [Release notes](https://github.com/heroku/heroku-buildpack-php/releases)
- [Changelog](https://github.com/heroku/heroku-buildpack-php/blob/main/CHANGELOG.md)
- [Commits](https://github.com/heroku/heroku-buildpack-php/compare/v226...v227)
---
updated-dependencies:
- dependency-name: heroku/heroku-buildpack-php
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-08 13:06:48 +00:00 |
|
Jose Diaz-Gonzalez
|
b475b4de5b
|
Merge pull request #5430 from pablobm/clarify-config-build
Clarify that proxy:build-config is required for any nginx:set call
|
2022-11-07 21:54:17 -05:00 |
|
Jose Diaz-Gonzalez
|
e8fad562d6
|
docs: add a note for every nginx:set command
|
2022-11-07 21:53:49 -05:00 |
|
Jose Diaz-Gonzalez
|
a742549387
|
Merge pull request #5449 from dokku/test-go-coverage
Install goverage via go get
|
2022-11-07 19:36:46 -05:00 |
|
Jose Diaz-Gonzalez
|
ea970c7737
|
chore: run go mod tidy
|
2022-11-07 17:52:41 -05:00 |
|
Jose Diaz-Gonzalez
|
b2b2b7dc2a
|
chore: run go mod tidy
|
2022-11-07 17:44:30 -05:00 |
|
Jose Diaz-Gonzalez
|
01127fb09c
|
chore: run go mod tidy
|
2022-11-07 16:37:14 -05:00 |
|
Jose Diaz-Gonzalez
|
e841e1039c
|
fix: add missing go module dependencies
|
2022-11-07 16:17:55 -05:00 |
|
Jose Diaz-Gonzalez
|
edd0b16975
|
fix: install goverage via go get
|
2022-11-07 16:11:38 -05:00 |
|
Jose Diaz-Gonzalez
|
899886a5f1
|
Merge pull request #5349 from dokku/5335-compose-error
Error out when executing caddy and traefik commands without the compose plugin installed
|
2022-11-07 16:10:51 -05:00 |
|
Jose Diaz-Gonzalez
|
4a9bdd6dc2
|
fix: add missing {{end}} to docker format template
|
2022-11-07 10:07:48 -05:00 |
|
Jose Diaz-Gonzalez
|
36c2936a93
|
Merge pull request #5448 from dokku/5352-network-once
Do not attempt to attach a network to a container that already has it
|
2022-11-07 00:46:22 -05:00 |
|
Jose Diaz-Gonzalez
|
aa49df4fe4
|
fix: do not attempt to attach a network to a container that already has it
This avoids issues when scaling unrelated process types or if the user has specified the same network at different phases.
Closes #5352
|
2022-11-06 18:30:05 -05:00 |
|
Jose Diaz-Gonzalez
|
41b971e067
|
fix: add moby-compose as alternative for docker-compose-plugin
This is necessary on github actions as they use some weird apt repository that provides docker under the moby name...
|
2022-11-06 00:53:04 -04:00 |
|
Jose Diaz-Gonzalez
|
a19cef9411
|
fix: install official docker package from docker upstream
This ensures the docker version we ship to in the docker image can actually install the docker-compose-plugin.
|
2022-11-05 23:44:51 -04:00 |
|
Jose Diaz-Gonzalez
|
ee1ab45829
|
refactor: use local architecture version of golang when building the initial manpage file
|
2022-11-05 23:44:51 -04:00 |
|
Jose Diaz-Gonzalez
|
3ff5e0e3a6
|
fix: error out if commands using compose are executed
Refs #5335
|
2022-11-05 23:44:51 -04:00 |
|
Jose Diaz-Gonzalez
|
9bd927a598
|
docs: fix compose install link
The old link broke. Might be worth running some sort of linter for broken links in our documentation.
|
2022-11-05 23:44:51 -04:00 |
|