Dan Callahan
85f4023965
Fix logrotate on Debian
...
Since we're creating logs as `root:dokku`, the logrotate configuration
needs an `su root dokku` line, just like `su syslog dokku` on ubuntu.
2017-03-22 08:39:46 -05:00
Jose Diaz-Gonzalez
4e6a699140
Merge pull request #2666 from dokku/josegonzalez-patch-1
...
Use correct flag for build arguments when installing herokuish
2017-03-21 08:15:29 -06:00
Jose Diaz-Gonzalez
f71644faf6
Use correct flag for build arguments when installing herokuish
...
Closes #2665
[ci skip]
2017-03-21 08:15:07 -06:00
Michael Hobbs
9a6306c53b
Merge pull request #2546 from dokku/mh-repo-golang
...
convert repo plugin to golang
2017-03-20 11:08:19 -07:00
Michael Hobbs
83d98fb6fb
cleanup from master rebase
2017-03-20 09:18:54 -07:00
Michael Hobbs
c501574753
fix overlooked rename of struct method receiver var
2017-03-20 09:16:49 -07:00
Michael Hobbs
f0efdd2ed4
rename DokkuCmd to ShellCmd and use strings.Join instead of fmt.Sprintf
2017-03-20 09:16:49 -07:00
Michael Hobbs
177b45c49b
use common.mk for common make variables. use -e when calling make. use golang:1.7.4 image.
2017-03-20 09:16:49 -07:00
Michael Hobbs
fc31b28ab6
restructure to build individual binaries
2017-03-20 09:16:49 -07:00
Michael Hobbs
e61475c7ea
add plugin docs regarding compiled languages and command API
2017-03-20 09:15:43 -07:00
Michael Hobbs
c92c0fce37
remove non-existent targets from .PHONY
2017-03-20 09:15:43 -07:00
Michael Hobbs
1a0c308b65
better error msg language
2017-03-20 09:15:43 -07:00
Michael Hobbs
dffbad49b4
refactor out variadic form of GetDeployingAppImageName
2017-03-20 09:15:43 -07:00
Michael Hobbs
b6dffaabee
convert repo plugin to golang
2017-03-20 09:15:43 -07:00
Jose Diaz-Gonzalez
8d83803763
Merge pull request #2664 from pvalentim/fix-remote-option
...
Fix remote name when using --remote option with apps:create
2017-03-20 09:43:37 -06:00
Pedro Valentim
85e5bd7c86
Fix remote name when using --remote option with apps:create
2017-03-20 13:11:14 +00:00
Jose Diaz-Gonzalez
6e4f023a7b
Release 0.8.2
v0.8.2
2017-03-19 16:20:39 -06:00
Jose Diaz-Gonzalez
8fb817f93c
Merge pull request #2660 from dokku/plugin-tarball-support
...
feat: allow installation of plugins via tarball
2017-03-19 16:17:29 -06:00
Jose Diaz-Gonzalez
49abdb1b5c
Merge pull request #2661 from dokku/non-quiet-package-builds
...
feat: do not run builds in quiet mode
2017-03-19 16:17:24 -06:00
Jose Diaz-Gonzalez
bba368a32d
feat: allow installation of plugins via tarball
2017-03-19 16:16:45 -06:00
Jose Diaz-Gonzalez
eaccd8087c
feat: do not run builds in quiet mode
2017-03-19 16:15:28 -06:00
Jose Diaz-Gonzalez
3c1fc4a7df
Release 0.8.1
v0.8.1
2017-03-19 14:06:32 -06:00
Jose Diaz-Gonzalez
c0027e5107
Merge pull request #2659 from jfw/master
...
Minor clarifications
2017-03-17 17:35:03 -06:00
Jeff Fein-Worton
ed6a4426c7
Minor clarifications
2017-03-17 16:32:33 -07:00
Jose Diaz-Gonzalez
e5a6cf48f7
Merge pull request #2657 from dokku/post-extract-trigger
...
Add post-extract plugin trigger
2017-03-16 05:51:04 -06:00
Jose Diaz-Gonzalez
dace6873df
Add post-extract plugin trigger
...
This trigger allows you to modify the contents of an application *after* it has been extracted from git/tarball but *before* the image source type is detected. For example, you may wish to autogenerate a Dockerfile based on some other application contents before detecting what type of build process - herokuish or docker file - to use.
2017-03-16 04:25:18 -06:00
Jose Diaz-Gonzalez
d01460f19a
Merge pull request #2656 from dokku/2628-fix-global-report-flags
...
fix: ensure we can call the report subcommand without an app while specifying flags
2017-03-16 03:39:42 -06:00
Jose Diaz-Gonzalez
97e35e796c
fix: ensure we can call the report subcommand without an app while specifying flags
...
Closes #2628
2017-03-16 02:33:51 -06:00
Jose Diaz-Gonzalez
4de0e693ca
Merge pull request #2618 from dokku/2356-storage-report
...
Implement docker-options:report and storage:report
2017-03-15 10:38:09 -06:00
Jose Diaz-Gonzalez
01b30e083f
fix: redirect stderr to /dev/null in tests
2017-03-15 09:29:47 -06:00
Jose Diaz-Gonzalez
0215e3ec91
fix: redirect domains:default stderr to /dev/null in tests
2017-03-15 03:17:31 -06:00
Jose Diaz-Gonzalez
91aa5255ec
fix: ensure we redirect stderr to stdout for test
2017-03-15 02:55:09 -06:00
Jose Diaz-Gonzalez
0d1c8deb57
fix: redirect error output to /dev/null
...
The checks command is deprecated, so the warning was being captured.
2017-03-15 02:44:38 -06:00
Jose Diaz-Gonzalez
06d2ffaa14
feat: redirect warnings to stderr
...
Having warnings on stdout doesn’t convey to a user that it is a warning.
2017-03-15 02:44:38 -06:00
Jose Diaz-Gonzalez
6ae948523b
fix: redirect error output to /dev/null
...
The docker-options command is deprecated, so the warning was being captured.
2017-03-15 02:44:38 -06:00
Jose Diaz-Gonzalez
9aaf289fb8
fix: use correct variable
2017-03-15 02:44:38 -06:00
Jose Diaz-Gonzalez
367f6bd5e8
fix: add missing source calls
2017-03-15 02:44:38 -06:00
Jose Diaz-Gonzalez
d9ff7c218d
Add deprecation notice
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
f5cce3c3a3
fix: pass shellcheck
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
f1897c7a86
feat: implement docker-options:report command
...
Refs #2356
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
25e44b5492
docs: use node-js-app as the app name, not node-js-sample
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
b7dca68375
fix: use correct source path
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
9bad0795e2
fix: add missing functions
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
b7da215ab5
feat: implement storage:report command
...
Refs #2356
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
35acce84ea
chore: use correct path for sourcing
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
a7f32197f3
refactor: move command to internal-functions
2017-03-15 02:42:10 -06:00
Jose Diaz-Gonzalez
ac8aff1f00
refactor: storage:default is now an alias for storage:help
2017-03-15 02:39:53 -06:00
Jose Diaz-Gonzalez
e99e0b02d4
refactor: move storage:help to internal-functions
2017-03-15 02:38:38 -06:00
Jose Diaz-Gonzalez
621b31839e
Merge pull request #2650 from dokku/2627-bare-help-output
...
Fix help output for nginx and ssh-keys
2017-03-13 10:36:25 -06:00
Jose Diaz-Gonzalez
3c5335056c
feat: allow plugin:help and plugin:list subcommands to be run without root
2017-03-12 21:46:58 -06:00