Jose Diaz-Gonzalez
313c41e2d1
docs: update ISSUE_TEMPLATE
2018-04-07 04:50:52 -04:00
Jose Diaz-Gonzalez
4aac1fd936
feat: add report trigger
...
This allows users to quickly show the state of any configured application, as well as the state of their server. In doing so, we make it easy for them to provide information necessary for debugging in a single command.
2018-04-07 04:49:21 -04:00
Jose Diaz-Gonzalez
a21761d48d
feat: indent report output
2018-04-07 01:35:16 -04:00
Jose Diaz-Gonzalez
69ce54626a
Merge pull request #3109 from dokku/scheduler
...
Refactor container scheduling into it's own plugin
2018-04-07 00:23:56 -04:00
Jose Diaz-Gonzalez
3ca8f3c3dc
docs: add documentation on the docker-local scheduler
2018-04-07 00:21:06 -04:00
Jose Diaz-Gonzalez
39d6bb554a
chore: standardize on app
2018-04-07 00:08:30 -04:00
Jose Diaz-Gonzalez
a95a69e6fc
fix: ensure all the scheduler hooks are output in event logs
2018-04-07 00:07:18 -04:00
Jose Diaz-Gonzalez
94fcabea15
feat: properly document all new plugin triggers
2018-04-07 00:05:30 -04:00
Jose Diaz-Gonzalez
e8972ff5a0
scratch
2018-04-06 23:18:00 -04:00
Jose Diaz-Gonzalez
78503ed178
feat: handle case where old, renamed containers may still be running during ps:restore
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
867e3317aa
chore: minor cleanup to container and argument handling
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
85b00385a4
feat: implement docker-local cleanup hook
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
c621b3ed69
chore: drop unused function
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
894984a002
hack: temp-fix for renames
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
b92dc14b68
feat: add ability to copy a single plugin over
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
00f4fa0aed
refactor: move pre-deploy to scheduler-docker-local plugin
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
d6e474f451
feat: move check-deploy to scheduler-docker-local plugin
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
0b9d4b2580
feat: refer to container as dead instead of missing when inspect fails
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
a8d42ea8be
feat: use is_container_status everywhere
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
7a6d771689
fix: add missing source
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
3f1de1fd10
refactor: drop all application-related docker code from apps plugin
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
46f912659f
fix: make triggers executable
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
06a5ac9fc7
refactor: move docker-related commands from tags plugin into scheduler-docker-local plugin
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
8474c72a10
refactor: move container stopping into new scheduler-stop plugin trigger
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
da1ea2dda8
refactor: drop unmaintained ls subcommand
...
The correct way to handle getting the status should be ps:report.
Also cleaned up an issue where ps:report failed to catch errors for non-running containers.
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
50a98db8e6
refactor: move container file cleanup/renames to scheduler-docker-local plugin
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
331d58c62b
fix: trigger must be executable
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
5cada188d4
feat: move deploy logic into scheduler-docker-local plugin
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
56b89ad07a
feat: implement run command in scheduler-docker-local plugin
2018-04-06 22:53:02 -04:00
Jose Diaz-Gonzalez
b01d9e9a87
Merge pull request #3107 from znz/remove-unused-password
...
Remove unused password
2018-04-03 11:23:10 -04:00
Jose Diaz-Gonzalez
293b7fd482
Merge pull request #3095 from dokku/2823-proxy-env-vars
...
Migrate env for NGINX_* to PROXY_*
2018-04-03 10:27:09 -04:00
Jose Diaz-Gonzalez
52bb7c1c6a
Merge pull request #3140 from dokku/josegonzalez-patch-1
...
feat: add newline to config:get output
2018-04-02 01:41:23 -04:00
Jose Diaz-Gonzalez
cf45ccb040
feat: ignore shellcheck SC2191
2018-04-02 00:24:43 -04:00
Jose Diaz-Gonzalez
f48a6e1834
fix: remove local use in install hook
2018-04-02 00:24:43 -04:00
Alexis Tyler
61f1060c69
fix old env being passed
2018-04-02 00:24:43 -04:00
Alexis Tyler
f054b30086
fix missing function
2018-04-02 00:24:43 -04:00
Alexis Tyler
71bc198cec
inline nginx migrate function
2018-04-02 00:24:43 -04:00
Alexis Tyler
dc0404dbf1
add better logging to nginx migrate and fix indentation
2018-04-02 00:24:43 -04:00
Alexis Tyler
d3c9e80fcb
deprecate usage of NGINX_* in custom config
2018-04-02 00:24:43 -04:00
Alexis Tyler
85a7956876
add last PROXY conversions
2018-04-02 00:24:43 -04:00
Alexis Tyler
4c3a0801f7
fix review and switch DOKKU_NGINX to DOKKU_PROXY in scripts/docs
2018-04-02 00:24:43 -04:00
Alexis Tyler
7095eac052
migrate env for NGINX_* to PROXY_*
2018-04-02 00:24:43 -04:00
Jose Diaz-Gonzalez
2165686059
feat: add newline to config:get output
...
Closes #3121
2018-04-02 00:13:26 -04:00
Jose Diaz-Gonzalez
3d4d82ff4e
Merge pull request #3139 from dokku/git-initialize
...
feat: add ability to initialize a git repository out of band
2018-04-02 00:11:43 -04:00
Jose Diaz-Gonzalez
83f320ac8e
feat: add ability to initialize a git repository out of band
...
This is useful in contexts where the repository directory may be created and interacted with via git-http-backend or other methods of updating a repository.
2018-04-02 00:11:32 -04:00
Jose Diaz-Gonzalez
72674e5c6c
Merge pull request #3138 from dokku/fix-etc-default
...
fix: use correct path for /etc/default file
2018-04-01 17:54:33 -04:00
Jose Diaz-Gonzalez
c352f463f7
fix: use correct path for /etc/default file
...
/etc/defaults was an invalid path.
2018-04-01 17:48:08 -04:00
Jose Diaz-Gonzalez
db5b077354
Merge pull request #3137 from dokku/fix-empty-rev-env-var
...
fix: ensure we can disable setting the rev-env-var
2018-03-31 12:18:54 -04:00
Jose Diaz-Gonzalez
23c25a44ec
fix: ensure we can disable setting the rev-env-var
2018-03-31 04:30:15 -04:00
Jose Diaz-Gonzalez
0d5a77fcd6
Merge pull request #3114 from dokku/dokku-git-rev
...
Enhanced core git plugin
2018-03-31 03:42:49 -04:00