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
8eada2351f
Release 1.3.0
1.3.0
2018-07-21 16:34:29 -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
daa57b7948
fix: properly set SERVICE_ALIAS
2018-04-24 15:06:01 -04:00
Jose Diaz-Gonzalez
3573ec5ed7
fix: add tests for custom link aliases
2018-04-24 13:21:42 -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
3616c93797
fix: correct test
2018-04-24 03:04:01 -04:00
Jose Diaz-Gonzalez
8ac361f930
refactor: make variable as dns hostname more clear
2018-04-24 02:54:58 -04:00
Jose Diaz-Gonzalez
e3b9237e59
fix: remove an infinite loop. Refs dokku/dokku-redis#64
2018-04-24 02:18:37 -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
d340b36453
Release 1.2.7
1.2.7
2018-04-23 18:26:10 -04:00
Jose Diaz-Gonzalez
f17c11d765
fix: use assert_contains
2018-04-23 18:26:10 -04:00
Jose Diaz-Gonzalez
9c7015e318
Release 1.2.6
1.2.6
2018-04-23 18:14:47 -04:00
Jose Diaz-Gonzalez
271e581972
feat: plugins are no longer beta
2018-04-23 18:14:47 -04:00
Jose Diaz-Gonzalez
54acc51b30
Release 1.2.5
1.2.5
2018-04-23 18:11:45 -04:00
Jose Diaz-Gonzalez
4450474b01
fix: set SERVICE_ROOT variable for backups
2018-04-23 18:11:45 -04:00
Jose Diaz-Gonzalez
b10f828a99
Release 1.2.4
1.2.4
2018-04-23 18:08:49 -04:00
Jose Diaz-Gonzalez
4be1c8cf77
fix: set ID variable for backups
2018-04-23 18:08:49 -04:00
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