Commit Graph

496 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
94c05b115b Release 1.14.0 1.14.0 2021-07-12 00:56:30 -04:00
Jose Diaz-Gonzalez
a7a900557e Merge pull request #129 from dokku/dependabot/docker/mysql-8.0.25
chore(deps): bump mysql from 5.7.28 to 8.0.25
2021-07-12 00:54:08 -04:00
dependabot[bot]
6b5356a646 chore(deps): bump mysql from 5.7.28 to 8.0.25
Bumps mysql from 5.7.28 to 8.0.25.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 06:19:24 +00:00
Jose Diaz-Gonzalez
9b33948f94 tests: refactor tests to ignore readme generation for Dockerfile changes
Ideally we can trigger a readme update on merge in the future. For now, this will work well.
2021-04-26 11:43:13 -04:00
Jose Diaz-Gonzalez
bb7a6cc03d chore: gitignore bootstrap file and minor cleanup of ci 2021-04-25 02:54:07 -04:00
Jose Diaz-Gonzalez
2c5d67b094 Merge pull request #128 from dokku/github-actions-attempt
tests: migrate to github actions
2021-04-25 01:04:41 -04:00
Jose Diaz-Gonzalez
0dc36897ec tests: skip tests that require tty for github actions 2021-04-25 00:35:42 -04:00
Jose Diaz-Gonzalez
902b72b041 docs: regenerate readme 2021-04-24 14:09:33 -04:00
Jose Diaz-Gonzalez
c18413786f tests: drop copying of test results
Bats will now output the results on stdout so no need to copy results anywhere.
2021-04-24 14:05:47 -04:00
Jose Diaz-Gonzalez
2a171663ab tests: fix job name 2021-04-24 14:04:39 -04:00
Jose Diaz-Gonzalez
843f9748d5 tests: split tests to version and tag 2021-04-24 14:03:01 -04:00
Jose Diaz-Gonzalez
d932f241b0 chore: update min dokku version and only test push on master branch 2021-04-24 13:57:18 -04:00
Jose Diaz-Gonzalez
5c484f96f2 tests: migrate to github actions 2021-04-24 02:20:30 -04:00
Jose Diaz-Gonzalez
ee7c7b80c2 Release 1.13.0 1.13.0 2021-04-24 00:32:09 -04:00
Jose Diaz-Gonzalez
6e8e37fed1 feat: add dependabot config to all repositories 2021-04-24 00:10:33 -04:00
Jose Diaz-Gonzalez
ca0d288282 Merge pull request #126 from dokku/dockerfile-update
Pull image from Dockerfile
2021-04-23 23:55:40 -04:00
Jose Diaz-Gonzalez
2d8a614c89 tests: refactor source again 2021-02-26 00:45:09 -05:00
Jose Diaz-Gonzalez
049718f845 tests: fix path to Dockerfile when sourcing config for tests 2021-02-26 00:27:52 -05:00
Jose Diaz-Gonzalez
5c770e2922 docs: handle image and version correctly 2021-02-26 00:11:16 -05:00
Jose Diaz-Gonzalez
2b07ead40b refactor: move base image reference to Dockerfile
This will allow us to take advantage of automatic update software to auto-pull new versions when they are released to docker hub.
2021-02-25 23:16:23 -05:00
Jose Diaz-Gonzalez
8365999a3f tests: use dash instead of underscore 2021-02-25 20:32:57 -05:00
Jose Diaz-Gonzalez
a309b0d1fe feat: add plugin trigger for service creation and deletion 2021-02-25 19:54:59 -05:00
Jose Diaz-Gonzalez
b609bcdf31 refactor: use pre/post triggers for service-action naming
This is a bit more clear as the links aren't always idempotent and may have errors - this allows users to reconcile at what point a link may have failed so that they can take further action.
2021-02-25 16:05:24 -05:00
Jose Diaz-Gonzalez
4504fb956f feat: add service-action plugin trigger for link/unlink
This can be used to track in alternate systems when a service is linked/unlinked from an app by implementing the custom trigger.
2021-02-25 15:58:31 -05:00
Jose Diaz-Gonzalez
74af0482bf Release 1.12.1 1.12.1 2021-01-17 21:16:14 -05:00
Jose Diaz-Gonzalez
9d318cf26b fix: do not shadow TMPDIR variable
This enables usage of the plugin with libpam-tmpdir.

Refs dokku/dokku#3149
2021-01-17 21:02:28 -05:00
Robin Speekenbrink
89cfdd7f0e Support memory limit
This adds the `--memory` / `-m` support for creating new mysql services.
2020-10-06 14:39:09 +02:00
Jose Diaz-Gonzalez
a81da2b3ae Release 1.12.0 1.12.0 2020-09-30 12:49:29 -04:00
Jose Diaz-Gonzalez
b6aec377bc Merge pull request #97 from fruitl00p/patch-1
Faster exporting for innodb tables
2020-09-30 12:49:03 -04:00
Jose Diaz-Gonzalez
d9d44eea45 fix: correct image link 2020-09-27 12:38:50 -04:00
Robin Speekenbrink
c2e58c773e Faster exporting for innodb tables
Since InnoDB is the standard, i'd like to add the option `--single-transaction --quick` to the mysqldump command. This should speed up larger database exports without tearing the environment up whilst doing so... 
(see https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html#option_mysqldump_single-transaction)

Another way would be to allow for custom config to be loaded which inludes a optional `[mysqldump]` section... 

Another (even better perhaps) solution would be to have non-s3-backup command that utilizes the i.e. percona xtrabackup as the backup mechanism (and restore) but that changes from simple SQL backups to more advanced full database stuff...
2020-09-25 10:20:32 +02:00
Jose Diaz-Gonzalez
296607be93 Merge pull request #117 from dokku/configurable-config
fix: allow config directory to be configurable
2020-05-16 04:52:46 -04:00
Jose Diaz-Gonzalez
49c00a0479 fix: allow config directory to be configurable
For postgres, the config directory doesn't actually exist, so adding this configurability allows the plugin's info command to report correctly.
2020-05-16 02:49:34 -04:00
Jose Diaz-Gonzalez
2405b7ef22 Release 1.11.5 1.11.5 2020-05-15 00:58:46 -04:00
Jose Diaz-Gonzalez
c1e8c4d774 fix: respect the TMPDIR environment variable
Refs dokku/dokku-redis#143
2020-05-15 00:57:21 -04:00
Jose Diaz-Gonzalez
e849268847 Release 1.11.4 1.11.4 2020-05-15 00:53:27 -04:00
Jose Diaz-Gonzalez
9540977fe9 docs: correct help output
Refs dokku/dokku-postgres#197
2020-05-15 00:40:24 -04:00
Jose Diaz-Gonzalez
83fa90a012 docs: correct casing/quoting on sentences 2020-05-15 00:34:37 -04:00
Jose Diaz-Gonzalez
c26e54bc11 chore: run black 2020-05-14 23:57:49 -04:00
Jose Diaz-Gonzalez
3a483f1351 docs: document all flags in readme 2020-05-14 23:37:57 -04:00
Jose Diaz-Gonzalez
7e8008e019 docs: make the gpg passphrase a bit more clear 2020-05-14 23:33:01 -04:00
Jose Diaz-Gonzalez
f11f34287a Release 1.11.3 1.11.3 2020-05-14 22:59:43 -04:00
Jose Diaz-Gonzalez
5e41d13684 chore: update copyright date 2020-05-14 22:57:38 -04:00
Jose Diaz-Gonzalez
f2197fd2a5 docs: switch build shield to circleci 2020-04-05 20:41:00 -04:00
Jose Diaz-Gonzalez
2d6ef274e0 tests: use circleci 2.1 2020-04-05 20:40:20 -04:00
Jose Diaz-Gonzalez
6342be800d Release 1.11.2 1.11.2 2020-04-04 22:27:46 -04:00
Jose Diaz-Gonzalez
37baaaf0b1 fix: store the correct path 2020-04-04 22:25:11 -04:00
Jose Diaz-Gonzalez
9557f9cc91 Release 1.11.1 1.11.1 2020-04-04 21:50:29 -04:00
Jose Diaz-Gonzalez
e4395e52c4 tests: drop travisci usage 2020-04-04 21:43:59 -04:00
Jose Diaz-Gonzalez
e0cf629712 tests: store test results for usage in circleci 2020-04-04 21:41:43 -04:00