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
Trey Thomas
a096291fa0
Automatically pull image if it's not already downloaded
2016-04-18 16:45:37 -06:00
Jose Diaz-Gonzalez
350ae6f745
Merge pull request #45 from DNSFilter/master
...
Updated to 3.0.7
2016-04-12 13:59:35 -04:00
Mike Schroll
8e47169fb8
Updated to 3.0.7
2016-04-12 10:30:43 -04:00
Jose Diaz-Gonzalez
659cd08481
Merge pull request #40 from ebeigarts/export-fix
...
Fix exit code for redis:export when SSH_TTY is not present
2016-02-25 01:34:56 -05:00
Edgars Beigarts
fdd135f620
Fix exit code for redis:export when SSH_TTY is not present
2016-02-24 09:35:22 +02:00
Jose Diaz-Gonzalez
4aeccafd15
Merge pull request #39 from dhruvio/patch-1
...
Support custom redis.conf files
2016-02-03 00:48:54 -05:00
Dhruv Dang
0cbd4a8608
Pull the correct default redis.conf
...
Pulls the correct default `redis.conf`file based on the version supplied in the `REDIS_IMAGE_VERSION` environment variable
2016-01-25 00:22:55 -08:00
Dhruv Dang
91d7df92ca
Support custom redis.conf files
...
Even though the `$SERVICE_ROOT/config` volume is mapped to the `/usr/local/etc/redis` folder in the container, any specified `redis.conf` file in `$SERVICE_ROOT/config` will not be used by the running `redis-server` process. This pull request solves that problem, by downloading the `redis-stable/redis.conf` file from the redis website to `$SERVICE_ROOT/config/redis.conf`, then runs the redis server process in the container as `redis-server /usr/local/etc/redis/redis.conf`.
Users of `dokku-redis` will be able to configure the `$SERVICE_ROOT/config/redis.conf` file to their liking, restart the redis container and then see their changed configuration in effect.
This references [this issue](https://github.com/dokku/dokku-redis/issues/30 ).
2016-01-24 00:56:17 -08:00
Jose Diaz-Gonzalez
0f7b6ecf45
Merge pull request #37 from dokku/fix-tests
...
Fix tests
2016-01-17 21:19:53 -05:00
Jose Diaz-Gonzalez
b8c3312ae7
Upgrade testing environment to trusty
2016-01-17 21:08:06 -05:00
Jose Diaz-Gonzalez
bda3ad2c10
Remove invalid service directory during command runs
...
Refs dokku/dokku-mariadb#30
2016-01-17 21:07:55 -05:00
Jose Diaz-Gonzalez
06ff6c013f
Upgrade plugn
2016-01-17 21:06:45 -05:00
Jose Diaz-Gonzalez
996368201f
Add vagrant setup for local testing
2016-01-17 21:06:21 -05:00
Jose Diaz-Gonzalez
1c364fca3c
Merge pull request #35 from dokku/lg-fix-tests
...
Fix tests setup
2016-01-17 17:09:44 -05:00
Jose Diaz-Gonzalez
41578c08a1
Merge pull request #36 from dokku/version-upgrade
...
Upgrade image version to 3.0.6
2016-01-17 01:08:33 -05:00
Jose Diaz-Gonzalez
1b3daa861e
Upgrade image version to 3.0.6
2016-01-17 01:08:06 -05:00
Loïc Guitaut
5c1c1e69d9
Fix tests setup
2015-11-30 17:23:38 +01:00
Jose Diaz-Gonzalez
4fb1e0786d
Merge pull request #34 from dokku/container-environment-variables
...
Add support for custom environment variables when starting a service container
2015-11-05 01:46:44 -05:00