Commit Graph

371 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
4f849b99ce feat: implement link querystring flags. Refs dokku/dokku-redis#64 2018-04-24 01:40:18 -04:00
Jose Diaz-Gonzalez
1dfac6f0a6 feat: implement clone flags. Closes dokku/dokku-redis#105 2018-04-24 00:57:14 -04:00
Jose Diaz-Gonzalez
df593ec155 refactor: move unimplemented command detection into config file 2018-04-24 00:27:14 -04:00
Jose Diaz-Gonzalez
5d94e927f5 Release 1.2.7 1.2.7 2018-04-23 18:25:42 -04:00
Jose Diaz-Gonzalez
07da76d7af fix: use assert_contains 2018-04-23 18:25:42 -04:00
Jose Diaz-Gonzalez
33463e498a Release 1.2.6 1.2.6 2018-04-23 18:14:24 -04:00
Jose Diaz-Gonzalez
bebe071a29 feat: plugins are no longer beta 2018-04-23 18:14:24 -04:00
Jose Diaz-Gonzalez
6732bffb3d Release 1.2.5 1.2.5 2018-04-23 18:11:21 -04:00
Jose Diaz-Gonzalez
4ec1a06dc6 fix: set SERVICE_ROOT variable for backups 2018-04-23 18:11:21 -04:00
Jose Diaz-Gonzalez
437f0de6f0 Release 1.2.4 1.2.4 2018-04-23 18:08:26 -04:00
Jose Diaz-Gonzalez
3913499c4a fix: set ID variable for backups 2018-04-23 18:08:26 -04:00
Jose Diaz-Gonzalez
2b351dcb51 Release 1.2.3 1.2.3 2018-04-23 17:36:43 -04:00
Jose Diaz-Gonzalez
f59f7fbe53 chore: standardize on single method of setting backup root. Refs dokku/dokku-redis#91 2018-04-23 17:36:43 -04:00
Jose Diaz-Gonzalez
75fa822d75 Release 1.2.2 1.2.2 2018-04-23 17:11:30 -04:00
Jose Diaz-Gonzalez
15f29c11ec fix: properly handle use-iam flag. Closes dokku/dokku-redis#88 2018-04-23 17:11:30 -04:00
Jose Diaz-Gonzalez
750cbbbcf3 Release 1.2.1 1.2.1 2018-04-23 15:51:58 -04:00
Jose Diaz-Gonzalez
fd004ec62a fix: silence errors when a container does not exist. Closes dokku/dokku-redis#85 2018-04-23 15:51:58 -04:00
Jose Diaz-Gonzalez
4b6037ee38 Release 1.2.0 1.2.0 2018-04-23 14:39:22 -04:00
Jose Diaz-Gonzalez
43e7150365 feat: create backup-schedule-cat subcommand 2018-04-23 14:39:21 -04:00
Jose Diaz-Gonzalez
965ef3ae22 Release 1.1.1 1.1.1 2018-04-23 06:56:36 -04:00
Jose Diaz-Gonzalez
58557dcd91 refactor: allow usage of the same variable to disable docker pulls 2018-04-23 06:56:36 -04:00
Jose Diaz-Gonzalez
ae7ad0d41d Release 1.1.0 1.1.0 2018-04-11 19:01:34 -04:00
Jose Diaz-Gonzalez
5fc9a0918d Merge pull request #100 from dokku/disable-pull
feat: use custom env var to disable pull actions
2018-04-11 16:32:15 -04:00
Jose Diaz-Gonzalez
e9cd0094fc feat: use custom env var to disable pull actions 2018-04-11 15:11:26 -04:00
Jose Diaz-Gonzalez
e08b8e60f8 Merge pull request #99 from dokku/different-data-root-for-docker-binds
feat: support a separate data root for Docker bind mounts
2018-04-11 01:41:28 -04:00
Jose Diaz-Gonzalez
ae0f3acad7 fix: correct broken tests 2018-04-10 23:55:12 -04:00
Jose Diaz-Gonzalez
c14cff0342 feat: support a separate data root for Docker bind mounts
This does not fix the :backup subcommand, which uses a temporary directory mounted to /backup.
2018-04-10 23:10:24 -04:00
Jose Diaz-Gonzalez
ed7acd355b feat: limit the mongodump output so the mongo:export command can run via ssh
Closes #84
2018-02-26 01:01:18 -05:00
Jose Diaz-Gonzalez
f67db8dd53 Merge pull request #93 from jcutrono/master
using gzip as standard for backup and restore. upgrading mongo version.
2018-02-26 00:36:25 -05:00
Jose Diaz-Gonzalez
c00f5104e7 feat: default to help output when no subcommand specified
Refs dokku/dokku-redis#95
2018-02-25 22:52:27 -05:00
Jose Diaz-Gonzalez
89c969e51d Merge pull request #97 from dokku/linked-existence
feat: implement exists and linked subcommands
2018-02-25 17:28:07 -05:00
Jose Diaz-Gonzalez
91570bd195 feat: implement exists and linked subcommands 2018-02-25 15:42:54 -05:00
Jose Diaz-Gonzalez
61d6c9726a fix: allow unlinking a service regardless of config status
Closes dokku/dokku-redis#92
2018-01-11 22:55:35 -05:00
Joseph Cutrono
824ac954d2 Revert "Merge pull request #1 from jtcmedia/master"
This reverts commit 06fbe91786, reversing
changes made to 75571ad7f2.
2017-11-30 23:03:13 -05:00
Joseph Cutrono
7eef6be49b Merge branch 'master' of github.com:jcutrono/dokku-mongo 2017-11-30 22:34:40 -05:00
Joseph Cutrono
1db219ca86 using 3.4.10 2017-11-30 22:34:28 -05:00
jcutrono
06fbe91786 Merge pull request #1 from jtcmedia/master
bump to mongo 3.4.10
2017-11-20 10:26:53 -05:00
Jason Cumiskey
0c19b7b0a9 bump to mongo 3.4.10 2017-11-18 16:22:33 -08:00
Joseph Cutrono
75571ad7f2 using gzip as standard for backup and restore. upgrading mongo version. 2017-10-23 00:13:04 -04:00
Jose Diaz-Gonzalez
bfa7e0d31e fix: ensure we create the config directory 2017-09-11 07:13:41 -04:00
Jose Diaz-Gonzalez
bc37291bcb feat: prepare ground for config directory changes 2017-09-11 03:52:52 -04:00
Jose Diaz-Gonzalez
cf1a4a8d1d fix: add missing TMPDIR variable 2017-09-11 03:12:15 -04:00
Jose Diaz-Gonzalez
f17dcbcc22 Merge pull request #91 from dokku/expanded-help
feat: add support for enhanced help output
2017-09-11 03:12:10 -04:00
Jose Diaz-Gonzalez
3d9930369e feat: add support for enhanced help output 2017-09-11 01:25:22 -04:00
Jose Diaz-Gonzalez
7fdff8e9a3 feat: add support for -u flag as alias for --use-iam 2017-09-10 19:14:27 -04:00
Jose Diaz-Gonzalez
d2919f6aaf feat: support alternate flags for destroying services 2017-09-10 03:54:36 -04:00
Jose Diaz-Gonzalez
925aef4c78 feat: add support for --tail 2017-09-10 01:20:41 -04:00
Jose Diaz-Gonzalez
d45123b8c4 feat: Adds possibility to set encryption for s3 2017-09-09 14:32:14 -04:00
Jose Diaz-Gonzalez
64c054436b feat: add OPTIONAL_PARAMETERS to backup-auth 2017-09-09 02:53:30 -04:00
Jose Diaz-Gonzalez
40a6bab3a3 fix: correct shellcheck error 2017-08-28 11:45:47 -04:00