Jose Diaz-Gonzalez
2d07341518
docs: drop unimpemented commands from readme and reorganize
2020-04-04 16:43:31 -04:00
Jose Diaz-Gonzalez
9ace27266c
feat: move all image names to config file
...
This allows us to more quickly update the image versions in use for tertiary images.
2020-03-30 20:09:04 -04:00
Jose Diaz-Gonzalez
312d9298c7
feat: add service:links command
...
This allows users to script against apps that are linked to a given service
2019-07-15 14:59:05 -07:00
Jose Diaz-Gonzalez
f2342ed6fc
feat: upgrade busybox to 1.31.0-uclibc
2019-07-11 13:36:41 -07:00
Jose Diaz-Gonzalez
7ddd0c9201
chore: run shfmt
2019-05-30 11:06:25 -04:00
Jose Diaz-Gonzalez
7f37534d13
feat: pin busybox to an actual version
...
Rather than dancing around what version of busybox to use, pin it to the latest, known good version of busybox. This will give us confidence in what is being shipped and run on a user's machine.
2019-03-25 14:14:22 -04:00
Jose Diaz-Gonzalez
c2e91b03fe
fix: pin busybox in run commands to the image we pull down
2019-03-25 13:51:15 -04:00
Jose Diaz-Gonzalez
3742195ad1
chore: unify with other plugins
2019-03-19 15:00:55 -04:00
Jose Diaz-Gonzalez
7ce772224a
fix: correct the validation message
2019-03-09 16:39:35 -05:00
Jose Diaz-Gonzalez
28ff40a507
refactor: call service_container_rm from subcommands/destroy
2019-03-08 23:27:55 -05:00
Jose Diaz-Gonzalez
a080b57221
fix: ensure any backup cron files are deleted when the service is destroyed
...
Closes dokku/dokku-redis#118
2018-12-02 05:10:07 -05:00
Jose Diaz-Gonzalez
1af32de972
fix: correct documentation around the passphrase parameter
...
Closes dokku/dokku-mysql#101
2018-12-02 04:33:58 -05:00
Jose Diaz-Gonzalez
3fc6322b02
fix: correct issues in upgrade and fix tests
2018-10-11 14:16:47 -04:00
Jose Diaz-Gonzalez
800ff323e7
feat: skip upgrade if service is already up to date
2018-10-11 00:04:52 -04:00
Jose Diaz-Gonzalez
263d56a606
fix: ensure flags are properly represented in help output
2018-10-10 23:31:52 -04:00
Jose Diaz-Gonzalez
1086979e7d
feat: add support for restarting containers to ensure links continue to work properly when the application has resolved dns of the link
2018-10-10 23:14:45 -04:00
Jose Diaz-Gonzalez
bd63bc9e82
fix: correct short-flag for image-version and custom-env
2018-10-10 03:02:56 -04:00
Jose Diaz-Gonzalez
d8fe8e200e
fix: correct name for upgrade flags in help output
2018-10-10 03:00:22 -04:00
Jose Diaz-Gonzalez
b32b037336
chore: correct verbiage around upgrades
2018-10-10 02:54:34 -04:00
Jose Diaz-Gonzalez
b6c0dd9841
fix: pass correct variable for upgrade command
2018-10-10 02:49:31 -04:00
Jose Diaz-Gonzalez
046cee9856
fix: do not force-set plugin image and version to existing image and version
2018-10-10 02:39:11 -04:00
Jose Diaz-Gonzalez
6ba9b82a3f
chore: remove unnecessary call
2018-10-10 02:32:59 -04:00
Jose Diaz-Gonzalez
e3be8f1715
feat: add ability to upgrade service image and image-version
2018-10-10 00:14:14 -04:00
Jose Diaz-Gonzalez
67c0aecc49
feat: add command to list linked services for a given app
2018-07-21 16:32:07 -04:00
Jose Diaz-Gonzalez
5dba48c638
feat: properly handle custom aliases and error states for alias usage when calling link subcommand. Refs dokku/dokku-redis#64
2018-04-24 03:22:12 -04:00
Jose Diaz-Gonzalez
4e746fc624
feat: implement link querystring flags. Refs dokku/dokku-redis#64
2018-04-24 01:40:32 -04:00
Jose Diaz-Gonzalez
0bc9237c61
feat: implement clone flags. Closes dokku/dokku-redis#105
2018-04-24 00:57:27 -04:00
Jose Diaz-Gonzalez
fdb90b85a3
refactor: move unimplemented command detection into config file
2018-04-24 00:27:28 -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
75ad99415f
feat: create backup-schedule-cat subcommand
2018-04-23 14:39:41 -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
3f257c4aca
feat: implement exists and linked subcommands
2018-02-25 15:42:27 -05:00
Jose Diaz-Gonzalez
b493c6a2a5
feat: add support for enhanced help output
2017-09-11 01:25:41 -04:00
Jose Diaz-Gonzalez
ada1241e26
feat: support alternate flags for destroying services
2017-09-10 03:54:58 -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
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
d4c9a4044f
Parse arguments in service_create calls
...
Refs #64
2017-08-26 05:43:02 -04:00
Jose Diaz-Gonzalez
91edffd159
fix: preserve the service version on clone
2017-08-26 05:31:01 -04:00
Jose Diaz-Gonzalez
f1d1a9d945
feat: Add a --use-iam flag to backup subcommand
2017-08-26 04:23:24 -04:00
fzerorubigd
a0a9326f39
pass password to redis-cli instance on connect sub-command
2017-04-22 22:33:12 +04:30
Jose Diaz-Gonzalez
fdc927203c
feat: add s3 backup support
2016-10-31 11:39:36 -06:00
Jose Diaz-Gonzalez
114f0c961c
Fix command name
2016-08-29 10:52:48 -04:00
Jose Diaz-Gonzalez
d0e373dcfe
Remove config data
2016-08-29 10:52:42 -04:00
Jose Diaz-Gonzalez
37023d262e
Fix help output for enter command
2016-08-29 09:45:31 -04:00
Jose Diaz-Gonzalez
d23b521142
Add the ability to enter a running container
2016-08-29 08:19:59 -04:00
Jose Diaz-Gonzalez
1df0950aad
Rename promote function to service_promote
2016-08-29 02:55:55 -04:00
Jose Diaz-Gonzalez
fb3ff0f5a5
Add support for flags on the service:info command
2016-08-28 05:33:28 -04:00
Jose Diaz-Gonzalez
754e3500bd
Remove remaining direct dokku calls
2016-05-16 00:27:41 -04:00
Jose Diaz-Gonzalez
f1e0989150
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:56 -04:00