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
Jose Diaz-Gonzalez
79e44c834f
Fix calls to docker-options plugin under all 0.4.x releases
2016-06-09 12:32:15 -04:00
Jose Diaz-Gonzalez
cacef19db7
Always remove * directory
2016-05-23 21:14:17 -04:00
Jose Diaz-Gonzalez
3381b3fcf9
Merge pull request #56 from dokku/alphabetize-functions
...
Alphabetize functions to improve organization
2016-05-16 10:03:28 -04:00
Jose Diaz-Gonzalez
34a81f748b
Alphabetize functions to improve organization
2016-05-16 02:28:16 -04:00
Jose Diaz-Gonzalez
008cf4b4a0
Merge pull request #55 from dokku/subcommand-structure
...
Subcommand structure
2016-05-16 01:38:33 -04:00
Jose Diaz-Gonzalez
754e3500bd
Remove remaining direct dokku calls
2016-05-16 00:27:41 -04:00