Commit Graph

179 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
84ccfda9d7 Document exposed ports when an invalid number of arguments are specified 2016-08-28 21:25:00 -04:00
Jose Diaz-Gonzalez
c3b477549d Update docker binstub 2016-08-28 20:38:03 -04:00
Jose Diaz-Gonzalez
69944871da Add --id flag 2016-08-28 17:56:10 -04:00
Jose Diaz-Gonzalez
470840739d Add support for flags on the service:info command 2016-08-28 05:34:55 -04:00
Jose Diaz-Gonzalez
c418c9f69c Make install hook quiet when there is nothing to do 2016-08-28 02:04:51 -04:00
Jose Diaz-Gonzalez
a9118a0f19 Remove period 2016-08-28 01:12:12 -04:00
Jose Diaz-Gonzalez
f6a30dbd7b Make dokku help friendlier 2016-08-28 01:10:46 -04:00
Jose Diaz-Gonzalez
1a598944df Update docker image 2016-08-27 16:28:13 -04:00
Jose Diaz-Gonzalez
1a6ce26129 Fix failing tests on master and test all .0 minor releases 2016-08-27 05:14:18 -04:00
Jose Diaz-Gonzalez
2ebbeb67f4 Update docker binstub 2016-08-27 03:13:08 -04:00
Jose Diaz-Gonzalez
425c7e07d1 Add missing mkdir calls 2016-08-27 01:39:31 -04:00
Jose Diaz-Gonzalez
9328c22801 Use cat and double-quotes when retrieving the password 2016-08-27 01:39:26 -04:00
Jose Diaz-Gonzalez
3450d5bf08 Add missing SERVICE_ROOT env var 2016-08-27 01:10:42 -04:00
Jose Diaz-Gonzalez
5c9f70c3fd Output the config/data directories when performing service:info 2016-08-27 00:56:54 -04:00
Jose Diaz-Gonzalez
44a790da74 add sudo to command
consistency with http://dokku.viewdocs.io/dokku~v0.6.3/application-deployment/#create-the-backing-services
2016-08-26 23:32:18 -04:00
Jose Diaz-Gonzalez
031f5e4e3a Only wait for a single port 2016-08-26 23:05:34 -04:00
Jose Diaz-Gonzalez
783802eac6 Merge pull request #77 from dokku/check-docker-option-calls
Fix calls to docker-options plugin under all 0.4.x releases
2016-06-22 15:16:41 -04:00
Jose Diaz-Gonzalez
0160aac115 Fix calls to docker-options plugin under all 0.4.x releases 2016-06-09 12:31:59 -04:00
Jose Diaz-Gonzalez
cea6c58626 Always remove * directory 2016-05-23 21:13:41 -04:00
Jose Diaz-Gonzalez
c121c01963 Merge pull request #72 from dokku/alphabetize-functions
Alphabetize functions to improve organization
2016-05-16 10:03:25 -04:00
Jose Diaz-Gonzalez
68fe59e7fd Alphabetize functions to improve organization 2016-05-16 02:28:32 -04:00
Jose Diaz-Gonzalez
badbbec7ae Merge pull request #71 from dokku/subcommand-structure
Subcommand structure
2016-05-16 01:38:23 -04:00
Jose Diaz-Gonzalez
6090fa6aa6 Remove remaining direct dokku calls 2016-05-16 00:27:26 -04:00
Jose Diaz-Gonzalez
9216488fb3 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:39 -04:00
Jose Diaz-Gonzalez
85f0110356 Move all commands into subcommand structure 2016-05-15 23:07:24 -04:00
Jose Diaz-Gonzalez
777c95f8c2 Fix tests 2016-05-15 21:54:44 -04:00
Jose Diaz-Gonzalez
f88531dd00 Remove call to dokku service:info in favor of service_info 2016-05-15 19:48:45 -04:00
Jose Diaz-Gonzalez
1ee3f67349 Use docker-options functions directly to avoid setting DOKKU_APP_NAME twice 2016-05-15 19:48:45 -04:00
Jose Diaz-Gonzalez
644e3453fe Upgrade help output for dokku 0.5.x
Also completely drop support for help output on 0.3.x
2016-05-15 19:48:45 -04:00
Jose Diaz-Gonzalez
15ce61939a Fix test setup to create proper directory structure for plugin 2016-05-15 19:48:41 -04:00
Jose Diaz-Gonzalez
4d6a20fec4 Move setting of PLUGIN_BASE_PATH to config 2016-05-15 18:41:11 -04:00
Jose Diaz-Gonzalez
c867b7dc2d Merge pull request #68 from dokku/fix-testing-on-os-x
Fix testing on os x
2016-05-08 15:44:25 -04:00
Jose Diaz-Gonzalez
8f1932ebf7 quote DATABASE_NAME value 2016-05-08 15:18:19 -04:00
Jose Diaz-Gonzalez
c8870666cc update shellcheck ignores 2016-05-08 15:06:42 -04:00
Jose Diaz-Gonzalez
ae962bb7bf quote SERVICE_NAME value 2016-05-08 15:03:56 -04:00
Jose Diaz-Gonzalez
00ae636d01 use an extension for sed calls on os x 2016-05-08 15:03:44 -04:00
Jose Diaz-Gonzalez
f9d5e92d27 trim whitespace from url 2016-05-08 15:03:25 -04:00
Jose Diaz-Gonzalez
0992ffe49e shellcheck disable 2016-05-08 15:03:10 -04:00
Jose Diaz-Gonzalez
77c26644e9 use config functions properly 2016-05-08 15:02:34 -04:00
Jose Diaz-Gonzalez
09a184b3e2 ensure we don't expand PLUGIN_DATA_ROOT 2016-05-08 15:01:56 -04:00
Jose Diaz-Gonzalez
af929147d7 quote docker pull call 2016-05-08 15:01:48 -04:00
Jose Diaz-Gonzalez
94d6f4cc8d fix read call 2016-05-08 15:01:42 -04:00
Jose Diaz-Gonzalez
f8022767d2 Merge pull request #67 from dokku/minor-changes
Minor changes
2016-05-08 03:48:50 -04:00
Jose Diaz-Gonzalez
f2b66e8142 use grep -q when checking for docker images 2016-05-08 03:11:24 -04:00
Jose Diaz-Gonzalez
dbbae006e8 Quote more variables 2016-05-08 03:11:18 -04:00
Jose Diaz-Gonzalez
f93db55069 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 03:11:10 -04:00
Jose Diaz-Gonzalez
5de702ea7a Download correct version of plugn when running tests under OS X 2016-05-08 03:11:05 -04:00
Jose Diaz-Gonzalez
0d41bf2d6f Move command check before DOKKU_TRACE to reduce trace output 2016-05-08 03:10:59 -04:00
Jose Diaz-Gonzalez
93c720aeb7 quote $APP variable 2016-05-08 03:10:52 -04:00
Jose Diaz-Gonzalez
543fdaa633 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-08 03:10:41 -04:00