Commit Graph

71 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
d5004ccb9b feat: update patch release of mysql 2019-11-22 19:19:01 -05:00
Jose Diaz-Gonzalez
7fbf25ef2b fix: install updated gpg key and nginx apt repository 2019-09-19 13:30:46 -04:00
Jose Diaz-Gonzalez
d3a8821897 fix: add missing ampersands 2019-07-30 10:51:51 -04:00
Jose Diaz-Gonzalez
56c918342f chore: create scripts directory as necessary 2019-07-30 10:46:00 -04:00
Jose Diaz-Gonzalez
6c18d6740e feat: skip subcommand copy if no subcommands directory exists 2019-07-29 22:03:01 -04:00
Jose Diaz-Gonzalez
70fb9d8d1d feat: upgrade to 5.7.26 2019-07-11 13:24:12 -07:00
Jose Diaz-Gonzalez
ce916eb846 feat: re-allow dashes in names
This PR allows dashes in service names, while still sanitizing them before they are used as database names. If the datastore is pre-existing, the datatabase name is assumed to be the same as the service name, and returned appropriately.
2019-05-30 17:03:48 -04:00
Jose Diaz-Gonzalez
6fe30de9f2 chore: run shfmt 2019-05-30 11:06:25 -04:00
Jose Diaz-Gonzalez
c722fe244a feat: upgrade image version in use 2019-04-19 12:47:38 -04:00
Jose Diaz-Gonzalez
7788b2edd9 fix: correct issue where aliases were being generated incorrectly 2019-03-27 12:18:18 -04:00
Jose Diaz-Gonzalez
0948e2813a chore: unify with other plugins 2019-03-19 14:59:49 -04:00
Jose Diaz-Gonzalez
57d948e283 fix: correct import statement 2019-03-18 18:15:57 -04:00
Jose Diaz-Gonzalez
d33eae9787 fix: skip hanging connect test in travis 2019-03-18 16:35:53 -04:00
Jose Diaz-Gonzalez
c41bcc9c1b feat: Real docker-based testing
This pull request switches testing to use an actual docker daemon, vs mocking everything out.

It may also catch actual breaking issues in our tests, which is great!
2019-03-18 14:44:28 -04:00
Jose Diaz-Gonzalez
db32a994f5 feat: increase minimum dokku version 2019-03-16 21:45:35 -04:00
Jose Diaz-Gonzalez
fc3f6a8a52 fix: correct the validation message 2019-03-09 16:39:34 -05:00
Jose Diaz-Gonzalez
1551ec61e7 fix: Strictly validate service names
We previously allowed a wide range of service names. As the service name is sometimes used to name databases, the name was actually more restricted than any character, resulting in services that wouldn't start. Going forward, only alphanumeric and underscore characters are allowed.

This only impacts service creation. Any services with invalid names should be migrated to a new service, with the data exported and imported as normal.

Closes dokku/dokku-redis#99
Closes dokku/dokku-mysql#47
Closes dokku/dokku-mongo#86
Closes dokku/dokku-redis#81
2019-03-09 15:54:21 -05:00
Jose Diaz-Gonzalez
b7724b826c fix: correct issues in upgrade and fix tests 2018-10-11 14:16:47 -04:00
Jose Diaz-Gonzalez
e10ab542af fix: add tests for custom link aliases 2018-04-24 13:21:30 -04:00
Jose Diaz-Gonzalez
0b44cd050b fix: correct test 2018-04-24 03:03:48 -04:00
Jose Diaz-Gonzalez
4b8b0c4bd5 feat: implement link querystring flags. Refs dokku/dokku-redis#64 2018-04-24 01:40:21 -04:00
Jose Diaz-Gonzalez
6b25da8d43 fix: use assert_contains 2018-04-23 18:25:47 -04:00
Jose Diaz-Gonzalez
f1f5aaaaf7 fix: correct test check 2018-02-26 00:07:13 -05:00
Jose Diaz-Gonzalez
2a2f8a7723 fix: correct tests for 0.7.0 2018-01-12 12:30:05 -05:00
Jose Diaz-Gonzalez
0eeb17823c fix: set proper check_value for docker-options:report 2018-01-12 12:05:06 -05:00
Jose Diaz-Gonzalez
5f03b39aef fix: call options correctly 2018-01-12 10:42:32 -05:00
Jose Diaz-Gonzalez
c6f38b2c1b fix: Properly handle updated config functions
Closes dokku/dokku-redis#90
2018-01-12 06:11:53 -05:00
Jose Diaz-Gonzalez
83df40711c fix: ensure we create the config directory 2017-09-11 07:13:46 -04:00
Jose Diaz-Gonzalez
ab73db4c81 fix: call -rf in the proper order 2017-08-26 05:04:47 -04:00
Jose Diaz-Gonzalez
0143c34af6 feat: upgrade plugn 2017-08-26 04:19:35 -04:00
Youri van der Lans
db956c3bbf Suppress mysqldump password error. 2017-03-14 14:50:43 +01:00
Jose Diaz-Gonzalez
ac17961a65 feat: ensure permissions are set properly on cron files 2017-01-12 01:53:47 -07:00
Jose Diaz-Gonzalez
cc5fac0376 feat: add s3 backup support 2016-10-31 11:39:25 -06:00
Jose Diaz-Gonzalez
7f8a9ee554 Add --service-root flag to info command 2016-08-29 05:53:48 -04:00
Jose Diaz-Gonzalez
ff5459d299 Add --internal-ip flag to info command 2016-08-28 23:24:20 -04:00
Jose Diaz-Gonzalez
0b7be2d039 Fix expose tests 2016-08-28 22:15:07 -04:00
Jose Diaz-Gonzalez
f7d461fbf9 Document exposed ports when an invalid number of arguments are specified 2016-08-28 21:24:48 -04:00
Jose Diaz-Gonzalez
c5233dee1b Update docker binstub 2016-08-28 20:37:49 -04:00
Jose Diaz-Gonzalez
1841aa258c Add --id flag 2016-08-28 17:55:51 -04:00
Jose Diaz-Gonzalez
7a8d24931a Add support for flags on the service:info command 2016-08-28 05:37:34 -04:00
Jose Diaz-Gonzalez
3c045b11ab Make install hook quiet when there is nothing to do 2016-08-28 02:08:00 -04:00
Jose Diaz-Gonzalez
f4ebe1caf9 Update docker image 2016-08-27 16:27:38 -04:00
Jose Diaz-Gonzalez
2c6f28283c Fix failing tests on master and test all .0 minor releases 2016-08-27 05:13:52 -04:00
Jose Diaz-Gonzalez
5df8c88cbd Update docker binstub 2016-08-27 03:13:00 -04:00
Jose Diaz-Gonzalez
80bd81adfd Fix test setup to create proper directory structure for plugin 2016-05-15 18:59:11 -04:00
Jose Diaz-Gonzalez
499d8ba786 Downgrade mysql. Refs #56 2016-05-11 12:36:53 -04:00
Jose Diaz-Gonzalez
a55726a55a Add a dummy lsb_release command to test binaries
This should allow us to run tests on os x using the current dokku binary
2016-05-08 03:02:35 -04:00
Jose Diaz-Gonzalez
4b6ac41189 Download correct version of plugn when running tests under OS X 2016-05-08 03:02:29 -04:00
Jose Diaz-Gonzalez
4d074fe007 upgrade mariadb to 5.7.12 2016-05-06 14:03:48 -04:00
Peter West
d1a1450b48 Rename DATABASE_SCHEME to MYSQL_DATABASE_SCHEME 2016-03-19 10:17:48 +00:00