Commit Graph

8 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
5b03672708 feat: implement exists and linked subcommands 2018-02-25 15:41:27 -05:00
Jose Diaz-Gonzalez
1a6ce26129 Fix failing tests on master and test all .0 minor releases 2016-08-27 05:14:18 -04:00
Jose Diaz-Gonzalez
777c95f8c2 Fix tests 2016-05-15 21:54:44 -04:00
Jose Diaz-Gonzalez
15ce61939a Fix test setup to create proper directory structure for plugin 2016-05-15 19:48:41 -04:00
Loïc Guitaut
3441be809d Enable SSL for connections to database
Since the database can be exposed to the outer world, it seems better to
have an encrypted connection to it.
We automatically generate a self-signed certificate since it's only used
to encrypt the connection but one can easily replace it by a custom one,
just overwrite `server.crt` and `server.key` in the
/var/lib/dokku/services/postgres/DB_NAME/data directory.
2015-12-07 11:16:07 +01:00
Loïc Guitaut
fc8bb77539 Fix tests setup 2015-11-30 17:10:41 +01:00
Loïc Guitaut
bb7d44f39e Remove linked app from links file when destroying app 2015-09-29 23:10:26 +02:00
Jose Diaz-Gonzalez
b3156c5553 Travis testing 2015-09-07 00:39:28 -04:00