Commit Graph

287 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
44516f7415 Release 1.2.3 1.2.3 2018-04-23 17:37:11 -04:00
Jose Diaz-Gonzalez
a074f239b0 chore: standardize on single method of setting backup root. Refs dokku/dokku-redis#91 2018-04-23 17:37:11 -04:00
Jose Diaz-Gonzalez
97bb609b15 Release 1.2.2 1.2.2 2018-04-23 17:12:00 -04:00
Jose Diaz-Gonzalez
a9319fcb0e fix: properly handle use-iam flag. Closes dokku/dokku-redis#88 2018-04-23 17:12:00 -04:00
Jose Diaz-Gonzalez
877d60c2ca Release 1.2.1 1.2.1 2018-04-23 15:52:27 -04:00
Jose Diaz-Gonzalez
4c6ceab122 fix: silence errors when a container does not exist. Closes dokku/dokku-redis#85 2018-04-23 15:52:27 -04:00
Jose Diaz-Gonzalez
aefad90bc0 Release 1.2.0 1.2.0 2018-04-23 14:39:41 -04:00
Jose Diaz-Gonzalez
75ad99415f feat: create backup-schedule-cat subcommand 2018-04-23 14:39:41 -04:00
Jose Diaz-Gonzalez
dbb026bc75 Release 1.1.1 1.1.1 2018-04-23 06:57:00 -04:00
Jose Diaz-Gonzalez
d675c99b80 refactor: allow usage of the same variable to disable docker pulls 2018-04-23 06:57:00 -04:00
Jose Diaz-Gonzalez
bd0e3df77b Release 1.1.0 1.1.0 2018-04-11 19:02:43 -04:00
Jose Diaz-Gonzalez
9e87ac3ef4 Merge pull request #102 from plotly/support-dockerfile-build
Don't pull Docker images when in a Dockerfile
2018-04-11 17:16:19 -04:00
Jody McIntyre
956e22962e feat: allow skipping pulling an image for the redis plugin when REDIS_DISABLE_PULL=true 2018-04-11 10:47:05 -04:00
Jose Diaz-Gonzalez
258a1c9de5 Merge pull request #103 from plotly/different-data-root-for-docker-binds
Support a separate data root for Docker bind mounts
2018-04-11 00:45:43 -04:00
Jody McIntyre
deb9317edf Support a separate data root for Docker binds
We run Dokku, and therefore dokku redis, in its own Docker container.
In order to make this work we map a path from the host into the
container as `/var/lib/dokku/services/redis`. Unfortunately the path
on the host is user-configurable, and generally _won't_ be the same
as the path in the container. This means that when we run `docker`
commands (e.g. to spin up Redis containers), the directory used for
bind mounts (the `-v` option) needs to be different.

This commit allows us to do this, but keeps the existing behaviour
(the redis root for Docker binds is the same as the redis root for
other uses) by default.
2018-04-10 20:44:59 -04:00
Jose Diaz-Gonzalez
6c3a0475d6 Merge pull request #104 from plotly/support-local-config
Support locally-installed redis.conf
2018-04-10 15:54:42 -04:00
Jose Diaz-Gonzalez
08cd26d394 Update functions 2018-04-10 15:54:32 -04:00
Jody McIntyre
8cc870a1bb Support locally-installed redis.conf 2018-04-04 15:42:22 -04:00
Jose Diaz-Gonzalez
4d9dcb3f29 feat: default to help output when no subcommand specified
Refs dokku/dokku-redis#95
2018-02-25 22:53:01 -05:00
Jose Diaz-Gonzalez
b01e001597 Merge pull request #98 from dokku/linked-existence
feat: implement exists and linked subcommands
2018-02-25 21:11:45 -05:00
Jose Diaz-Gonzalez
3f257c4aca feat: implement exists and linked subcommands 2018-02-25 15:42:27 -05:00
Jose Diaz-Gonzalez
f17c3181b7 Merge pull request #96 from dhose/patch/upgrade-redis
Upgrading Redis to version 4.0.8.
2018-02-07 13:59:41 -07:00
dhose
8bd08fa2ff Upgrading Redis to version 4.0.8. 2018-02-07 20:31:18 +01:00
Jose Diaz-Gonzalez
f846cf3e65 Merge pull request #93 from dokku/josegonzalez-patch-1
Properly handle updated config functions
2018-01-12 13:11:41 -05:00
Jose Diaz-Gonzalez
6b80463820 fix: correct tests for 0.7.0 2018-01-12 12:45:25 -05:00
Jose Diaz-Gonzalez
90b464eef2 fix: set proper check_value for docker-options:report 2018-01-12 12:07:13 -05:00
Jose Diaz-Gonzalez
82e4f11d79 fix: use correct branch 2018-01-12 11:46:52 -05:00
Jose Diaz-Gonzalez
a4ce878846 fix: call options correctly 2018-01-12 10:42:05 -05:00
Jose Diaz-Gonzalez
99307312c9 fix: Properly handle updated config functions
Closes dokku/dokku-redis#90
2018-01-12 06:08:57 -05:00
Jose Diaz-Gonzalez
726de062a6 fix: allow unlinking a service regardless of config status
Closes dokku/dokku-redis#92
2018-01-11 22:57:18 -05:00
Jose Diaz-Gonzalez
178d23617b fix: ensure we create the config directory 2017-09-11 07:14:01 -04:00
Jose Diaz-Gonzalez
740c9379a8 feat: prepare ground for config directory changes 2017-09-11 03:53:10 -04:00
Jose Diaz-Gonzalez
e3513eb588 fix: add missing TMPDIR variable 2017-09-11 03:13:29 -04:00
Jose Diaz-Gonzalez
792f1b318d Merge pull request #87 from dokku/expanded-help
feat: add support for enhanced help output
2017-09-11 03:12:47 -04:00
Jose Diaz-Gonzalez
b493c6a2a5 feat: add support for enhanced help output 2017-09-11 01:25:41 -04:00
Jose Diaz-Gonzalez
782127781f feat: add support for -u flag as alias for --use-iam 2017-09-10 19:15:27 -04:00
Jose Diaz-Gonzalez
ada1241e26 feat: support alternate flags for destroying services 2017-09-10 03:54:58 -04:00
Jose Diaz-Gonzalez
0da46478fe feat: add support for --tail 2017-09-10 01:21:05 -04:00
Jose Diaz-Gonzalez
29e06fa758 feat: Adds possibility to set encryption for s3 2017-09-09 14:27:52 -04:00
Jose Diaz-Gonzalez
1af20f31bb feat: add OPTIONAL_PARAMETERS to backup-auth 2017-09-09 02:52:25 -04:00
Jose Diaz-Gonzalez
3776763752 fix: pass shellcheck 2017-08-28 11:44:56 -04:00
Jose Diaz-Gonzalez
769136bc84 fix: skip removing the ambassador container when it isn't running. Closes dokku/dokku-mongo#90 2017-08-27 18:54:22 -04:00
Jose Diaz-Gonzalez
0ac5cb036f docs: destroy help now shows that data will be deleted 2017-08-27 18:43:30 -04:00
Jose Diaz-Gonzalez
43ebfed5d6 docs: clarify that data is deleted on destroy. Closes dokku/dokku-redis#72 2017-08-26 18:39:03 -04:00
Jose Diaz-Gonzalez
7f211546a4 Merge pull request #82 from dokku/creation-flags
Add creation flags
2017-08-26 17:49:13 -04:00
Jose Diaz-Gonzalez
b2066c32c0 fix: warn that a specified password may not be as secure as the autogenerated one 2017-08-26 05:49:56 -04:00
Jose Diaz-Gonzalez
d4c9a4044f Parse arguments in service_create calls
Refs #64
2017-08-26 05:43:02 -04:00
Jose Diaz-Gonzalez
0a1a0b9a47 Add argument parser to common-functions 2017-08-26 05:42:32 -04:00
Jose Diaz-Gonzalez
d57adde26c Use PLUGIN_IMAGE_VERSION for env var 2017-08-26 05:42:32 -04:00
Jose Diaz-Gonzalez
29a34e6c7b fix: remove extra whitespace 2017-08-26 05:40:31 -04:00