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
7adb4a9a04
Release 1.9.0
1.9.0
2019-07-15 15:00:27 -07:00
Jose Diaz-Gonzalez
925fb8597e
feat: add service:links command
...
This allows users to script against apps that are linked to a given service
2019-07-15 14:59:05 -07:00
Jose Diaz-Gonzalez
9b88cde4c0
Merge pull request #112 from dokku/upgrade-version
...
Upgrade docker image versions
2019-07-15 14:17:56 -07:00
Jose Diaz-Gonzalez
0fca2b6ee0
chore: increase vm.max_map_count
...
This is mainly used for elasticsearch but adding it to the generic test suite for all datastore plugins makes it easier to copy the travis config to each plugin.
2019-07-12 13:43:57 -07:00
Jose Diaz-Gonzalez
26084da79a
fix: use correct variable for checking for password file
2019-07-12 12:56:37 -07:00
Jose Diaz-Gonzalez
6418fa4474
chore: update build targets
2019-07-11 16:35:06 -07:00
Jose Diaz-Gonzalez
c585944582
chore: move to helper functions for fetching passwords
2019-07-11 16:34:35 -07:00
Jose Diaz-Gonzalez
3b9255bf85
chore: reorder images
2019-07-11 14:32:49 -07:00
Jose Diaz-Gonzalez
3c28a9f2a7
feat: update ambassador, s3backup, and wait images
2019-07-11 14:31:47 -07:00
Jose Diaz-Gonzalez
c5a6f4fc37
feat: upgrade busybox to 1.31.0-uclibc
2019-07-11 13:36:41 -07:00
Jose Diaz-Gonzalez
70fb9d8d1d
feat: upgrade to 5.7.26
2019-07-11 13:24:12 -07:00
Jose Diaz-Gonzalez
e4272eabde
Release 1.8.1
1.8.1
2019-06-11 15:45:36 -04:00
Jose Diaz-Gonzalez
4f7e01973a
fix: ensure the tracked container id is up to date
...
If the ID file contained an incorrect value, calling :start would say the service is started but :info would still show the container as missing.
Also fix an issue where docker inspect leaked stderr when the container was missing.
Refs dokku/dokku-redis#133
2019-06-11 15:44:54 -04:00
Jose Diaz-Gonzalez
236770b80e
Release 1.8.0
1.8.0
2019-06-08 15:57:45 +02:00
Jose Diaz-Gonzalez
97b9b9582f
fix: drop now unnecessary rm call in config
...
This was used to delete an errant '*' service that was accidentally created during service deletion. That was fixed in dokku/dokku-redis#126 - and the respective PRs for each service - and is thus no longer necessary.
The fix was done by utilizing pushd when iterating over folders instead of trying to get a subdirectory with a partially quoted path.
Closes dokku/dokku-redis#130
2019-06-08 15:53:54 +02:00
Jose Diaz-Gonzalez
040f100686
Merge pull request #111 from dokku/allow-dash-in-name
...
feat: re-allow dashes in names
2019-06-08 14:55:42 +02: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
143e249892
chore: reorder functions
2019-05-30 11:13:22 -04:00
Jose Diaz-Gonzalez
416a26c107
chore: move retry-docker-command to common-functions
2019-05-30 11:11:02 -04:00
Jose Diaz-Gonzalez
6fe30de9f2
chore: run shfmt
2019-05-30 11:06:25 -04:00
Jose Diaz-Gonzalez
3f90fcd95d
Release 1.7.0
1.7.0
2019-04-22 03:50:25 -04:00
Jose Diaz-Gonzalez
131f6a7351
Release 1.6.2
1.6.2
2019-04-22 03:49:38 -04:00
Jose Diaz-Gonzalez
9ff138dfda
Merge pull request #110 from dokku/upgrade-versions
...
feat: upgrade image version in use
2019-04-19 17:13:02 -04:00
Jose Diaz-Gonzalez
c722fe244a
feat: upgrade image version in use
2019-04-19 12:47:38 -04:00
Jose Diaz-Gonzalez
8c893835a2
feat: commit github labels to the repo
...
This will allow us to apply track what labels are available in the issue tracker using tonglil/labeler.
2019-04-10 03:28:09 -04:00
Jose Diaz-Gonzalez
f5b50bb67f
Release 1.6.1
1.6.1
2019-03-28 05:25:05 -04:00
Jose Diaz-Gonzalez
8e5adaed47
fix: update docker-s3backup image to fix backups to s3
2019-03-28 05:23:39 -04:00
Jose Diaz-Gonzalez
90004efade
Merge pull request #108 from dokku/121-fix-alias
...
fix: correct issue where aliases were being generated incorrectly
2019-03-28 05:21:34 -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
b6f11a7644
docs: update readme install instructions to point to correct dokku version
2019-03-26 11:51:12 -04:00
Jose Diaz-Gonzalez
3f776a70eb
Release 1.6.0
1.6.0
2019-03-25 14:16:10 -04:00
Jose Diaz-Gonzalez
a90a0bb0fd
feat: pin busybox to an actual version
...
Rather than dancing around what version of busybox to use, pin it to the latest, known good version of busybox. This will give us confidence in what is being shipped and run on a user's machine.
2019-03-25 14:14:22 -04:00
Jose Diaz-Gonzalez
e82c9d1d21
fix: pin busybox in run commands to the image we pull down
2019-03-25 13:51:15 -04:00
Jose Diaz-Gonzalez
631cc44503
feat: update to latest dokku/s3backup image
2019-03-25 13:47:03 -04:00
Jose Diaz-Gonzalez
686f692cb2
feat: switch to updated wait image
2019-03-25 12:46:42 -04:00
Jose Diaz-Gonzalez
7b90e6283b
feat: switch to updated ambassador image
2019-03-25 12:46:01 -04:00
Jose Diaz-Gonzalez
be0dbe5c5c
fix: correct handling of container retrieval
...
In the previous method, if the container was renamed or there were multiple names attached to the container, fetching the container ID would fail as the regex would only match at the end. Instead of using grep, use the docker 'filter' functionality to fetch the container ID as appropriate.
2019-03-25 12:37:35 -04:00
Jose Diaz-Gonzalez
7864a36643
Release 1.5.0
1.5.0
2019-03-22 12:15:26 -04:00
Jose Diaz-Gonzalez
0948e2813a
chore: unify with other plugins
2019-03-19 14:59:49 -04:00
Jose Diaz-Gonzalez
6d35a92383
Merge pull request #107 from dokku/real-docker-testing
...
feat: Real docker-based testing
2019-03-18 22:50:01 -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
18cbd91c1c
refactor: separate install and script phases
2019-03-16 22:22:34 -04:00
Jose Diaz-Gonzalez
7cffd57445
chore: drop unused sudo: required
...
This is not necessary on the new travis-ci setup as of December 2018. See this blog post for more details: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2019-03-16 22:08:37 -04:00
Jose Diaz-Gonzalez
db32a994f5
feat: increase minimum dokku version
2019-03-16 21:45:35 -04:00
Jose Diaz-Gonzalez
efe30f1a5f
fix: correct check to see if container exists
2019-03-16 20:40:07 -04:00