Commit Graph

474 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
0b81908cb2 feat: enable uploading backups to any region 2017-04-11 09:51:52 -06:00
Jose Diaz-Gonzalez
163a953839 Fix error in backup scheduling 2017-03-19 17:54:13 -06:00
Jose Diaz-Gonzalez
b380261a98 Fixed temp dir cleanup in service_backup() 2017-03-19 17:51:01 -06:00
Jose Diaz-Gonzalez
aa8dc70447 Update README.md 2017-01-15 18:20:39 -07:00
Jose Diaz-Gonzalez
3822e9b293 feat: ensure permissions are set properly on cron files 2017-01-12 01:54:08 -07:00
Jose Diaz-Gonzalez
8695a4a418 Merge pull request #66 from sonicdoe/update-redis
Update Redis to v3.2.5
2016-12-03 13:38:00 -07:00
Jakob Krigovsky
79c9542fb8 Update Redis to v3.2.5 2016-12-03 14:01:06 +01:00
Jose Diaz-Gonzalez
e6c01705d2 docs: add note regarding setting the cron-schedule 2016-11-24 16:09:42 -07:00
Jose Diaz-Gonzalez
2b869cfe9a Use blockquote 2016-11-06 14:31:23 -07:00
Jose Diaz-Gonzalez
499539c58a Make username a link 2016-11-06 14:29:38 -07:00
Jose Diaz-Gonzalez
07a16a2648 Add not regarding support S3 region for backups. Refs dokku/dokku-mysql#66 2016-11-06 14:24:32 -07:00
Jose Diaz-Gonzalez
ce77da4824 Merge pull request #67 from dokku/backups
feat: add s3 backup support
2016-10-31 15:18:09 -06:00
Jose Diaz-Gonzalez
fdc927203c feat: add s3 backup support 2016-10-31 11:39:36 -06:00
Jose Diaz-Gonzalez
7ffac052b0 Merge pull request #63 from dokku/redis-auth
Implement AUTH. Closes #58
2016-09-24 14:07:04 -06:00
Jose Diaz-Gonzalez
919832ba2a Implement AUTH. Closes #58
This change makes password authentication required
for redis usage, and removes anonymous access. Users
will need to change their underlying clients to enable
writing the auth token for authenticating, otherwise
requests will fail.

This is a non-optional change, and improves security
for users who wish to expose their redis installations
outside of their network.
2016-09-21 01:44:57 -06:00
Jose Diaz-Gonzalez
92c2957bfc Pin dokkupaas/wait:0.2 2016-09-21 01:27:05 -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
065a29386c Move link file creation up 2016-08-29 10:52:35 -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
5406b4dc07 Add --service-root flag to info command 2016-08-29 05:53:54 -04:00
Jose Diaz-Gonzalez
95e2b7af82 Alphabetize functions 2016-08-29 05:12:46 -04:00
Jose Diaz-Gonzalez
83659abfb0 Add a description to all common functions 2016-08-29 04:10:51 -04:00
Jose Diaz-Gonzalez
1df0950aad Rename promote function to service_promote 2016-08-29 02:55:55 -04:00
Jose Diaz-Gonzalez
8629623be6 Refactor common functions into separate file 2016-08-29 02:36:20 -04:00
Jose Diaz-Gonzalez
b104279a51 Add --internal-ip flag to info command 2016-08-28 23:24:37 -04:00
Jose Diaz-Gonzalez
5d08332c69 Fix expose tests 2016-08-28 22:15:28 -04:00
Jose Diaz-Gonzalez
7eb2b47db7 Document exposed ports when an invalid number of arguments are specified 2016-08-28 21:25:10 -04:00
Jose Diaz-Gonzalez
eb0739350f Update docker binstub 2016-08-28 20:38:14 -04:00
Jose Diaz-Gonzalez
0acf54fd3d Add --id flag 2016-08-28 17:56:30 -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
a58af14c0d Make install hook quiet when there is nothing to do 2016-08-28 02:04:08 -04:00
Jose Diaz-Gonzalez
f7c6ad9512 Remove period 2016-08-28 01:11:49 -04:00
Jose Diaz-Gonzalez
302406456f Make dokku help friendlier 2016-08-28 01:09:49 -04:00
Jose Diaz-Gonzalez
f2e8466ae3 Cleanup tests 2016-08-27 23:39:12 -04:00
Jose Diaz-Gonzalez
4427c31e3f Upgrade docker image 2016-08-27 21:44:20 -04:00
Jose Diaz-Gonzalez
15aff18f55 Force bind to all interfaces
Newer versions of redis bind to 127.0.0.1 by default, causing issues with container linking.
2016-08-27 21:44:12 -04:00
Jose Diaz-Gonzalez
5ff2445998 Downgrade redis 2016-08-27 21:20:45 -04:00
Jose Diaz-Gonzalez
36762e69af Update docker image 2016-08-27 16:31:20 -04:00
Jose Diaz-Gonzalez
bb7c6f05e6 Fix failing tests on master and test all .0 minor releases 2016-08-27 05:14:42 -04:00
Jose Diaz-Gonzalez
b02135e7f7 Update docker binstub 2016-08-27 03:13:14 -04:00
Jose Diaz-Gonzalez
8ecf469d1e Add missing SERVICE_ROOT env var 2016-08-27 01:10:53 -04:00
Jose Diaz-Gonzalez
fa81a899ee Output the config/data directories when performing service:info 2016-08-27 00:54:12 -04:00
Jose Diaz-Gonzalez
68db55dd4e Use a quiet curl command 2016-08-27 00:12:14 -04:00
Jose Diaz-Gonzalez
491cc82cae Merge pull request #59 from joshmn/patch-1
add sudo to command
2016-08-26 23:27:19 -04:00
Jose Diaz-Gonzalez
eee9cb2be5 Only wait for a single port 2016-08-26 23:05:42 -04:00
Jose Diaz-Gonzalez
71b9a703f6 Add test support for older versions of dokku
0.7.x added extra deploy options which will need to be parsed out.
2016-08-01 12:55:08 -04:00
Josh Brody
108f9a9529 add sudo to command
consistency with http://dokku.viewdocs.io/dokku~v0.6.3/application-deployment/#create-the-backing-services
2016-06-28 16:23:06 -05:00
Jose Diaz-Gonzalez
cb5d451bbc Merge pull request #57 from dokku/check-docker-option-calls
Fix calls to docker-options plugin under all 0.4.x releases
2016-06-22 15:16:46 -04:00