Jose Diaz-Gonzalez
d9fca6ac47
fix: correct syntax error
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
38ed9bff39
feat: add a way to retire old containers scheduled by the docker-local plugin
...
These will be killed on a cron schedule, allowing us to ensure old containers don't run once memory pressure clears up - even across restarts.
Closes #3225
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
14a1050a26
feat: add ps:retire command
...
This can be used to remove all old containers for a given deployment method.
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
48842fc2f6
refactor: allow any function to attain a lock
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
ba4db261ba
Merge pull request #3288 from dokku/josegonzalez-patch-1
...
Wrap script binary in single quotes during executable check
2018-10-21 12:38:13 -04:00
Jose Diaz-Gonzalez
1c24585093
fix: wrap script binary in single quotes during executable check
...
Refs #3259
[ci skip]
2018-10-21 12:37:25 -04:00
Jonathon Coe
e16a7b5fe3
fix circle-ci build status flag ( #3287 )
2018-10-20 11:29:02 -05:00
Jose Diaz-Gonzalez
ea2443a7c2
Merge pull request #3286 from dokku/dokku-inspect
...
Sanitize docker inspect output with ps:inspect
2018-10-14 23:03:55 -04:00
Jose Diaz-Gonzalez
15a2b7cbce
feat: sanitize docker inspect output with ps:inspect
...
Often-times, we will want to have the container inspect output for debugging purposes, but this process is:
- error prone, as the user needs to know what their containers are
- potentially insecure, as the output must be sanitized of sensitive data
Instead of making users wade through this process, we provide a helper `ps:inspect` command, that can be used to diagnose problems associated with containers that may or may not exist for an application.
2018-10-14 22:10:28 -04:00
Jose Diaz-Gonzalez
44d8eb4cb7
Merge pull request #3240 from dokku/3196-procfile-handling
...
Refactor Procfile handling to use go-procfile-util
2018-10-14 00:20:02 -04:00
Jose Diaz-Gonzalez
fd8d27d837
revert: permission and trace
2018-10-14 00:19:24 -04:00
Jose Diaz-Gonzalez
059d3dc159
fix: call run in order to override globals
2018-10-13 23:31:11 -04:00
Jose Diaz-Gonzalez
05240c56b6
fix: reference correct variable for procfile
2018-10-13 20:17:51 -04:00
Jose Diaz-Gonzalez
6f2e2d6aad
chore: ensure the output gets formatted correctly
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
f992156dcf
fix: use run for testing failed deploy_app
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
aee8b8b659
fix: use correct app when testing scaling of non-existent process types
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
5e06583055
feat: trace
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
cb0ad13278
fix: proc check only works when there is Procfile available
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
d63f1cc158
fix: expand variables
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
64c6437e4e
hack: pull procfile if possible when setting ps:scale
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
2ec99bc853
hack: create the application after it gets destroyed
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
81935a8f31
feat: drop debugging info
2018-10-11 20:19:57 -04:00
Jose Diaz-Gonzalez
01a4440f39
fix: use correct test app
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
0abc40ecca
fix: use correct version of go-procfile-util
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
7f6688c01a
hack: log the procfile and more
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
0d776ec2c8
fix: ensure we respect the herokuish start command
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
95292bfcba
fix: correct issue where we accidentally bailed when there was no error
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
0292c4ee3b
refactor: move get_cmd_from_procfile to ps/functions
...
Procfile handling should only be performed in the ps plugin
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
afd101034d
feat: verify that a process exists before scaling it
...
Refs #2582
Refs #3196
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
b6fe31f9cb
fix: call procfile-util correctly
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
c924bdef04
feat: expand the PORT environment variable when provided
...
Refs #2793
Refs #3196
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
2db8f93507
feat: error out on Procfile extraction if the procfile is invalid
...
Refs #2991
Refs #3196
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
aeeb2e138f
feat: install procfile-util
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
d156cff7e4
chore: sort rpm dependencies
2018-10-11 20:19:56 -04:00
Jose Diaz-Gonzalez
2d1b11bd8c
Merge pull request #3282 from dokku/3272-better-copy-from-image
...
feat: use create instead of run for faster and more reliable file copy from docker images
2018-10-07 18:59:46 -04:00
Jose Diaz-Gonzalez
58fcb01e08
hack: drop apt-key call for mysql key
2018-10-07 18:08:40 -04:00
Jose Diaz-Gonzalez
66948b9de4
feat: use create instead of run for faster and more reliable file copy from docker images
...
Closes #3272
2018-10-07 16:39:13 -04:00
Jose Diaz-Gonzalez
9aeee8189b
Merge pull request #3281 from dokku/3239-error-page-docs
...
docs: add documentation on custom error pages
2018-10-06 18:47:37 -04:00
Jose Diaz-Gonzalez
b67a695e9e
docs: add documentation on custom error pages
...
Closes #3239
[ci skip]
2018-10-06 18:47:01 -04:00
Jose Diaz-Gonzalez
c84304b33c
Merge pull request #3280 from dokku/better-scheduler-support
...
Better scheduler support
2018-10-06 18:05:33 -04:00
Jose Diaz-Gonzalez
c441e7ec2c
Merge pull request #3259 from dokku/josegonzalez-patch-1
...
feat: check if script is executable when a full path is specified
2018-10-06 16:43:33 -04:00
Jose Diaz-Gonzalez
ed190527ce
feat: allow overriding the scheduler globally
...
Being able to override globally is useful for cases where a user will _always_ want their applications to be globally distributed
2018-09-30 21:36:53 -04:00
Jose Diaz-Gonzalez
fabb18c55c
feat: allow disabling the nginx-vhosts plugin by default
...
This allows us to force another plugin as the default vhost implementation, or disable it altogether in favor of some higher-level proxy implementation, such as one that integrates with service discovery.
2018-09-30 17:04:05 -04:00
Jose Diaz-Gonzalez
31adb13bde
Release 0.12.13
...
# History
## 0.12.13
### New Features
- #3257 : @josegonzalez Suppress output in git plugin during builds
- #3254 : @michaelshobbs Update herokuish to 0.4.4
### Documentation
- #3270 : @alexymik Correct typo in git documentation
- #3268 : @josegonzalez Correct notice on ubuntu support
- #3247 : @mimischi Fix typo in ps:stopall
- #3246 : @dv Change DISABLE_CHOWN to disable-chown
v0.12.13
2018-09-24 23:34:50 -04:00
Jose Diaz-Gonzalez
2102160cdb
Merge pull request #3270 from alexymik/patch-1
...
Fix typo in git.md
2018-09-17 14:04:35 -04:00
Alexy Mikhailichenko
5ddb7eb983
Fix typo in git.md
...
'supportec' -> 'supported'
2018-09-17 13:52:22 -04:00
Jose Diaz-Gonzalez
b904895a61
Merge pull request #3268 from dokku/josegonzalez-patch-2
...
Fix notice on ubuntu support
2018-09-12 00:18:23 -04:00
Jose Diaz-Gonzalez
be0c315a12
docs: fix notice on ubuntu support
2018-09-12 00:02:22 -04:00
Stefan Pahlplatz
c55bfb650c
Updated copyright from 2013-2017 to 2013-2018 ( #3260 )
2018-09-02 13:15:59 -05:00
Jose Diaz-Gonzalez
84227b972b
feat: check if script is executable when a full path is specified
...
This fixes issues where developers may specify a binary to run but haven't given that binary executable permissions.
2018-08-31 00:15:22 -04:00