Commit Graph

285 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
36762e69af Update docker image 2016-08-27 16:31:20 -04:00
Jose Diaz-Gonzalez
bb7c6f05e6 Fix failing tests on master and test all .0 minor releases 2016-08-27 05:14:42 -04:00
Jose Diaz-Gonzalez
b02135e7f7 Update docker binstub 2016-08-27 03:13:14 -04:00
Jose Diaz-Gonzalez
8ecf469d1e Add missing SERVICE_ROOT env var 2016-08-27 01:10:53 -04:00
Jose Diaz-Gonzalez
fa81a899ee Output the config/data directories when performing service:info 2016-08-27 00:54:12 -04:00
Jose Diaz-Gonzalez
68db55dd4e Use a quiet curl command 2016-08-27 00:12:14 -04:00
Jose Diaz-Gonzalez
491cc82cae Merge pull request #59 from joshmn/patch-1
add sudo to command
2016-08-26 23:27:19 -04:00
Jose Diaz-Gonzalez
eee9cb2be5 Only wait for a single port 2016-08-26 23:05:42 -04:00
Jose Diaz-Gonzalez
71b9a703f6 Add test support for older versions of dokku
0.7.x added extra deploy options which will need to be parsed out.
2016-08-01 12:55:08 -04:00
Josh Brody
108f9a9529 add sudo to command
consistency with http://dokku.viewdocs.io/dokku~v0.6.3/application-deployment/#create-the-backing-services
2016-06-28 16:23:06 -05:00
Jose Diaz-Gonzalez
cb5d451bbc Merge pull request #57 from dokku/check-docker-option-calls
Fix calls to docker-options plugin under all 0.4.x releases
2016-06-22 15:16:46 -04:00
Jose Diaz-Gonzalez
79e44c834f Fix calls to docker-options plugin under all 0.4.x releases 2016-06-09 12:32:15 -04:00
Jose Diaz-Gonzalez
cacef19db7 Always remove * directory 2016-05-23 21:14:17 -04:00
Jose Diaz-Gonzalez
3381b3fcf9 Merge pull request #56 from dokku/alphabetize-functions
Alphabetize functions to improve organization
2016-05-16 10:03:28 -04:00
Jose Diaz-Gonzalez
34a81f748b Alphabetize functions to improve organization 2016-05-16 02:28:16 -04:00
Jose Diaz-Gonzalez
008cf4b4a0 Merge pull request #55 from dokku/subcommand-structure
Subcommand structure
2016-05-16 01:38:33 -04:00
Jose Diaz-Gonzalez
754e3500bd Remove remaining direct dokku calls 2016-05-16 00:27:41 -04:00
Jose Diaz-Gonzalez
f1e0989150 Conform to function declaration standards
- declare desc variable
- declare all positional arguments
- set the cmd
- properly handle DOKKU_APP_NAME
2016-05-16 00:04:56 -04:00
Jose Diaz-Gonzalez
fdf0c89532 Move all commands into subcommand structure 2016-05-15 22:47:15 -04:00
Jose Diaz-Gonzalez
8b104606e5 Remove call to dokku service:info in favor of service_info 2016-05-15 19:36:51 -04:00
Jose Diaz-Gonzalez
e399e6bc1a Use docker-options functions directly to avoid setting DOKKU_APP_NAME twice 2016-05-15 19:30:31 -04:00
Jose Diaz-Gonzalez
f36b408d9c Upgrade help output for dokku 0.5.x
Also completely drop support for help output on 0.3.x
2016-05-15 19:15:57 -04:00
Jose Diaz-Gonzalez
58c198949f Fix test setup to create proper directory structure for plugin 2016-05-15 18:58:10 -04:00
Jose Diaz-Gonzalez
1600896956 Move setting of PLUGIN_BASE_PATH to config 2016-05-15 18:44:00 -04:00
Jose Diaz-Gonzalez
efc7a09ffa Merge pull request #53 from dokku/fix-testing-on-os-x
Fix testing on os x
2016-05-08 15:58:07 -04:00
Jose Diaz-Gonzalez
f1b5a3f689 update shellcheck ignores 2016-05-08 15:16:14 -04:00
Jose Diaz-Gonzalez
87c9914432 quote SERVICE_NAME value 2016-05-08 15:16:07 -04:00
Jose Diaz-Gonzalez
60b5fdec37 use an extension for sed calls on os x 2016-05-08 15:15:52 -04:00
Jose Diaz-Gonzalez
6f294aef3d trim whitespace from url 2016-05-08 15:15:40 -04:00
Jose Diaz-Gonzalez
a209106b7c shellcheck disable 2016-05-08 15:15:28 -04:00
Jose Diaz-Gonzalez
a710fd3abe use config functions properly 2016-05-08 15:15:01 -04:00
Jose Diaz-Gonzalez
e1125599a6 ensure we don't expand PLUGIN_DATA_ROOT 2016-05-08 15:13:37 -04:00
Jose Diaz-Gonzalez
60d62842c7 quote docker pull call 2016-05-08 15:13:25 -04:00
Jose Diaz-Gonzalez
2d905a5fe9 fix read call 2016-05-08 15:13:18 -04:00
Jose Diaz-Gonzalez
d30c101fe3 Merge pull request #49 from dokku/minor-changes
Minor changes
2016-05-08 03:49:00 -04:00
Jose Diaz-Gonzalez
590c7f57ac use grep -q when checking for docker images 2016-05-08 02:51:27 -04:00
Jose Diaz-Gonzalez
c4c3805c13 Quote more variables 2016-05-08 02:51:06 -04:00
Jose Diaz-Gonzalez
ad84ddea31 Add a dummy lsb_release command to test binaries
This should allow us to run tests on os x using the current dokku binary
2016-05-08 01:35:11 -04:00
Jose Diaz-Gonzalez
fd112305d9 Download correct version of plugn when running tests under OS X 2016-05-08 01:34:40 -04:00
Jose Diaz-Gonzalez
56a1b3262a Merge pull request #51 from sglebs/master
fix for #50 - remove /0 , be heroku-compatible
2016-05-06 10:07:15 -04:00
Marcio Marchini
423bf1a4ef fix for #50 - remove /0 , be heroku-compatible 2016-05-05 13:08:11 -03:00
Jose Diaz-Gonzalez
5b61dfda57 Move command check before DOKKU_TRACE to reduce trace output 2016-05-04 13:59:33 -04:00
Jose Diaz-Gonzalez
10e2afbdef quote $APP variable 2016-05-04 13:58:14 -04:00
Jose Diaz-Gonzalez
817ebbd405 Rework how config vars are sourced
- ensure we source config/functions from the correct directory
- move config sourcing up before DOKKU_TRACE to reduce trace output
2016-05-04 13:57:49 -04:00
Jose Diaz-Gonzalez
5df1bc8669 Add testing for all supported versions of dokku
Also drop support for 0.3.x
2016-05-04 13:55:59 -04:00
Jose Diaz-Gonzalez
961aad764b Merge pull request #48 from dokku/start-container
create container if not exists on service:start
2016-05-04 01:33:52 -04:00
Jose Diaz-Gonzalez
eae373e679 create container if not exists on service:start 2016-05-04 00:52:11 -04:00
Jose Diaz-Gonzalez
f52ad1a27f Merge pull request #47 from dokku/database-adapter
Read REDIS_DATABASE_SCHEME variable from app when setting REDIS_URL
2016-04-19 15:14:30 -04:00
Jose Diaz-Gonzalez
5bcaf4fec5 Read REDIS_DATABASE_SCHEME variable from app when setting REDIS_URL 2016-04-19 14:52:09 -04:00
Jose Diaz-Gonzalez
82ed92bb6e Merge pull request #46 from treythomas123/master
Automatically pull image if it's not already downloaded
2016-04-18 20:48:36 -04:00