Commit Graph

170 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
b718c233d5 Add a description to all common functions 2016-08-29 04:10:42 -04:00
Jose Diaz-Gonzalez
3ed32a0f05 Rename promote function to service_promote 2016-08-29 02:55:44 -04:00
Jose Diaz-Gonzalez
87084e7135 Refactor common functions into separate file 2016-08-29 02:36:09 -04:00
Jose Diaz-Gonzalez
ff5459d299 Add --internal-ip flag to info command 2016-08-28 23:24:20 -04:00
Jose Diaz-Gonzalez
0b7be2d039 Fix expose tests 2016-08-28 22:15:07 -04:00
Jose Diaz-Gonzalez
f7d461fbf9 Document exposed ports when an invalid number of arguments are specified 2016-08-28 21:24:48 -04:00
Jose Diaz-Gonzalez
c5233dee1b Update docker binstub 2016-08-28 20:37:49 -04:00
Jose Diaz-Gonzalez
1841aa258c Add --id flag 2016-08-28 17:55:51 -04:00
Jose Diaz-Gonzalez
7a8d24931a Add support for flags on the service:info command 2016-08-28 05:37:34 -04:00
Jose Diaz-Gonzalez
3c045b11ab Make install hook quiet when there is nothing to do 2016-08-28 02:08:00 -04:00
Jose Diaz-Gonzalez
225d7f2e14 Make dokku help friendlier 2016-08-28 01:13:02 -04:00
Jose Diaz-Gonzalez
f4ebe1caf9 Update docker image 2016-08-27 16:27:38 -04:00
Jose Diaz-Gonzalez
2c6f28283c Fix failing tests on master and test all .0 minor releases 2016-08-27 05:13:52 -04:00
Jose Diaz-Gonzalez
5df8c88cbd Update docker binstub 2016-08-27 03:13:00 -04:00
Jose Diaz-Gonzalez
2c26bf8896 Use cat and double-quotes when retrieving the password 2016-08-27 01:34:58 -04:00
Jose Diaz-Gonzalez
1eb8d990e2 Add missing SERVICE_ROOT env var 2016-08-27 01:10:32 -04:00
Jose Diaz-Gonzalez
37dcf26ba8 Output the config/data directories when performing service:info 2016-08-27 00:57:08 -04:00
Jose Diaz-Gonzalez
562136272b 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:06 -04:00
Jose Diaz-Gonzalez
01210083dc Only wait for a single port 2016-08-26 23:05:27 -04:00
Jose Diaz-Gonzalez
b9f26d4680 Merge pull request #59 from dokku/check-docker-option-calls
Fix calls to docker-options plugin under all 0.4.x releases
2016-06-22 15:16:39 -04:00
Jose Diaz-Gonzalez
e58c187889 Fix calls to docker-options plugin under all 0.4.x releases 2016-06-09 12:31:42 -04:00
Jose Diaz-Gonzalez
07e6a7d062 Always remove * directory 2016-05-23 21:13:07 -04:00
Jose Diaz-Gonzalez
c539d2d8a3 Merge pull request #58 from dokku/alphabetize-functions
Alphabetize functions to improve organization
2016-05-16 10:03:21 -04:00
Jose Diaz-Gonzalez
2a2132eb0b Alphabetize functions to improve organization 2016-05-16 02:28:41 -04:00
Jose Diaz-Gonzalez
7e445c9454 Merge pull request #57 from dokku/subcommand-structure
Subcommand structure
2016-05-16 01:38:17 -04:00
Jose Diaz-Gonzalez
69779da97d Remove remaining direct dokku calls 2016-05-16 00:24:38 -04:00
Jose Diaz-Gonzalez
0c71539f82 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:15 -04:00
Jose Diaz-Gonzalez
fce29c7fc4 Move all commands into subcommand structure 2016-05-15 22:15:11 -04:00
Jose Diaz-Gonzalez
f1731bac00 Remove call to dokku service:info in favor of service_info 2016-05-15 19:36:08 -04:00
Jose Diaz-Gonzalez
3e4409fcfb Use docker-options functions directly to avoid setting DOKKU_APP_NAME twice 2016-05-15 19:29:45 -04:00
Jose Diaz-Gonzalez
24ce96067f Upgrade help output for dokku 0.5.x
Also completely drop support for help output on 0.3.x
2016-05-15 19:13:18 -04:00
Jose Diaz-Gonzalez
80bd81adfd Fix test setup to create proper directory structure for plugin 2016-05-15 18:59:11 -04:00
Jose Diaz-Gonzalez
2a33fda40f Move setting of PLUGIN_BASE_PATH to config 2016-05-15 18:36:13 -04:00
Jose Diaz-Gonzalez
4e32b0a154 Revert "Escape dashed names for older versions of mysql"
This reverts commit 47398f84d6.
2016-05-12 12:05:02 -04:00
Jose Diaz-Gonzalez
499d8ba786 Downgrade mysql. Refs #56 2016-05-11 12:36:53 -04:00
Jose Diaz-Gonzalez
e43e2033a5 Merge pull request #55 from dokku/fix-testing-on-os-x
Fix testing on os x
2016-05-08 15:35:57 -04:00
Jose Diaz-Gonzalez
2d7a1ab5b2 update shellcheck ignores 2016-05-08 15:00:09 -04:00
Jose Diaz-Gonzalez
b448a83c1e quote SERVICE_NAME value 2016-05-08 15:00:01 -04:00
Jose Diaz-Gonzalez
14c5dc8ebe use an extension for sed calls on os x 2016-05-08 14:59:51 -04:00
Jose Diaz-Gonzalez
4bddb3954c trim whitespace from url 2016-05-08 14:59:20 -04:00
Jose Diaz-Gonzalez
6cebc4c92e shellcheck disable 2016-05-08 14:59:10 -04:00
Jose Diaz-Gonzalez
d6582fe3b0 use config functions properly 2016-05-08 14:58:54 -04:00
Jose Diaz-Gonzalez
6067516ea7 ensure we don't expand PLUGIN_DATA_ROOT 2016-05-08 14:58:11 -04:00
Jose Diaz-Gonzalez
3ce4c65705 quote docker pull call 2016-05-08 14:58:02 -04:00
Jose Diaz-Gonzalez
8049193f38 fix read call 2016-05-08 14:57:57 -04:00
Jose Diaz-Gonzalez
326004da14 Merge pull request #53 from dokku/minor-changes
Minor changes
2016-05-08 03:47:52 -04:00
Jose Diaz-Gonzalez
857c9d4d18 use grep -q when checking for docker images 2016-05-08 03:02:48 -04:00
Jose Diaz-Gonzalez
424a725c8d Quote more variables 2016-05-08 03:02:42 -04:00
Jose Diaz-Gonzalez
a55726a55a 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:02:35 -04:00
Jose Diaz-Gonzalez
4b6ac41189 Download correct version of plugn when running tests under OS X 2016-05-08 03:02:29 -04:00