Commit Graph

164 Commits

Author SHA1 Message Date
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
Jose Diaz-Gonzalez
78fcca6896 Add testing for all supported versions of dokku
Also drop support for 0.3.x
2016-05-08 03:10:15 -04:00
Jose Diaz-Gonzalez
9c9cd94832 Merge pull request #65 from dokku/upgrade-postgres
upgrade postgres to 9.5.2
2016-05-06 14:29:25 -04:00
Jose Diaz-Gonzalez
dbd2ef36c0 upgrade postgres to 9.5.2 2016-05-06 14:11:51 -04:00
Jose Diaz-Gonzalez
effff688f8 Merge pull request #64 from dokku/start-container
create container if not exists on service:start
2016-05-04 02:02:22 -04:00
Jose Diaz-Gonzalez
40d35160d3 create container if not exists on service:start 2016-05-04 01:55:56 -04:00
Jose Diaz-Gonzalez
8eec1fb3b3 Merge pull request #63 from dokku/database-adapter
Read POSTGRES_DATABASE_SCHEME variable from app when setting DATABASE_URL
2016-04-19 15:16:07 -04:00
Jose Diaz-Gonzalez
23d10ad09c Read POSTGRES_DATABASE_SCHEME variable from app when setting DATABASE_URL 2016-04-19 14:51:53 -04:00
Jose Diaz-Gonzalez
3b3bd95e68 Merge pull request #62 from treythomas123/master
Automatically pull image if it's not already downloaded
2016-04-19 10:59:21 -04:00
Trey Thomas
74b3e4f491 Fix indentation 2016-04-18 16:16:10 -06:00
Trey Thomas
14c5d5eea5 Automatically pull image if it's not already downloaded 2016-04-18 15:49:58 -06:00
Jose Diaz-Gonzalez
b257455159 Merge pull request #57 from mak-it/export-fix
Fix exit code for postgres:export when SSH_TTY is not present
2016-02-25 01:34:23 -05:00
Edgars Beigarts
b6240f7089 Fix exit code for postgres:export when SSH_TTY is not present 2016-02-21 23:35:14 +02:00
Jose Diaz-Gonzalez
1432369df4 Ignore .vagrant directory 2016-01-17 21:40:14 -05:00
Jose Diaz-Gonzalez
1881b7347d Upgrade plugn 2016-01-17 21:37:49 -05:00
Jose Diaz-Gonzalez
28155ca901 Add vagrant setup for local testing 2016-01-17 21:34:40 -05:00