Jose Diaz-Gonzalez
38bfaea286
fix: allow non-english characters in :connect shell
...
Closes dokku/dokku-mysql#116
2021-09-12 08:24:58 -04:00
Jose Diaz-Gonzalez
e85d96b3a1
feat: add the ability to constrain memory on service start/clone
...
Refs dokku/dokku-redis#86
2021-09-12 07:43:02 -04:00
Jose Diaz-Gonzalez
0657f47442
docs: add a note as to how to specify an interface/ip to bind on when exposing a service
...
Closes dokku/dokku-mongo#128
2021-09-12 07:09:55 -04:00
Jose Diaz-Gonzalez
2b4ff03bff
docs: translate single-quotes into backticks
2021-09-12 07:01:58 -04:00
Jose Diaz-Gonzalez
2c7a655c87
docs: document how to restore a backup
2021-09-12 06:59:50 -04:00
Jose Diaz-Gonzalez
0334a62202
Release 1.13.0
1.13.0
2021-09-12 04:52:10 -04:00
Jose Diaz-Gonzalez
2c2c003a96
dev: add convenience copy-file bin and fix data path used by plugin
2021-09-12 03:28:56 -04:00
Jose Diaz-Gonzalez
8699bd9c45
dev: make devcontainer setup plugin agnostic
2021-09-12 02:39:17 -04:00
Jose Diaz-Gonzalez
25ab99a4e2
chore: show a better error message when the image is missing
...
Refs dokku/dokku-clickhouse#4
2021-09-12 00:54:24 -04:00
Jose Diaz-Gonzalez
a182961848
dev: mount the service directory from the host to ensure tests can pass inside of a docker container
2021-09-12 00:53:12 -04:00
Jose Diaz-Gonzalez
409cfc06c0
fix: copy any existing templates and drop unnecessary interactivity
2021-09-12 00:40:33 -04:00
Jose Diaz-Gonzalez
754f87ba99
fix: use correct path
2021-09-11 23:45:01 -04:00
Jose Diaz-Gonzalez
cc7478c656
fix: copy templates if they exist
2021-09-11 23:18:28 -04:00
Jose Diaz-Gonzalez
a03a6d996a
feat: add devcontainer support
...
This should make it possible to run tests locally in a lighter way than pulling up a full VM.
2021-09-11 21:06:06 -04:00
Jose Diaz-Gonzalez
c18722af2b
docs: regenerate readme
2021-09-11 18:16:33 -04:00
Jose Diaz-Gonzalez
4d6536b924
Merge pull request #236 from dokku/dependabot/docker/postgres-13.4
...
chore(deps): bump postgres from 11.6 to 13.4
2021-09-11 18:11:49 -04:00
Jose Diaz-Gonzalez
b2dab2649e
chore: drop references to circleci, libera, travis-ci
2021-09-11 17:57:21 -04:00
dependabot[bot]
6582f0c633
chore(deps): bump postgres from 11.6 to 13.4
...
Bumps postgres from 11.6 to 13.4.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-16 02:07:13 +00:00
Jose Diaz-Gonzalez
b794db26f8
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
e9512ae4d5
chore: gitignore bootstrap file and minor cleanup of ci
2021-04-25 02:54:07 -04:00
Jose Diaz-Gonzalez
76d535358b
Merge pull request #226 from dokku/github-actions-attempt
...
tests: migrate to github actions
2021-04-25 01:06:32 -04:00
Jose Diaz-Gonzalez
b58b3ebce7
tests: skip tests that require tty for github actions
2021-04-25 00:35:42 -04:00
Jose Diaz-Gonzalez
f7a2e6c866
docs: regenerate readme
2021-04-24 14:09:33 -04:00
Jose Diaz-Gonzalez
c2774ac51f
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
28b28e51f4
tests: fix job name
2021-04-24 14:04:39 -04:00
Jose Diaz-Gonzalez
ad13120ef9
tests: split tests to version and tag
2021-04-24 14:03:02 -04:00
Jose Diaz-Gonzalez
ec45752306
chore: update min dokku version and only test push on master branch
2021-04-24 13:57:19 -04:00
Jose Diaz-Gonzalez
63535f934d
tests: migrate to github actions
2021-04-24 02:20:30 -04:00
Jose Diaz-Gonzalez
0be882b8a4
Release 1.12.0
1.12.0
2021-04-24 00:32:16 -04:00
Jose Diaz-Gonzalez
0769fd1fd3
feat: add dependabot config to all repositories
2021-04-24 00:10:33 -04:00
Jose Diaz-Gonzalez
ab1e14b986
Merge pull request #224 from dokku/dockerfile-update
...
Pull image from Dockerfile
2021-04-23 23:55:43 -04:00
Jose Diaz-Gonzalez
5aea44f11c
tests: refactor source again
2021-02-26 00:45:09 -05:00
Jose Diaz-Gonzalez
832a8045d5
tests: fix path to Dockerfile when sourcing config for tests
2021-02-26 00:27:52 -05:00
Jose Diaz-Gonzalez
d25e6e6483
docs: handle image and version correctly
2021-02-26 00:11:16 -05:00
Jose Diaz-Gonzalez
f309f16c7b
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
1a0f6815ca
tests: use dash instead of underscore
2021-02-25 20:32:57 -05:00
Jose Diaz-Gonzalez
76cfd9a091
feat: add plugin trigger for service creation and deletion
2021-02-25 19:54:59 -05:00
Jose Diaz-Gonzalez
4e808c6ff9
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
9974da1abe
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
e414eaccec
Release 1.11.6
1.11.6
2021-01-17 21:16:25 -05:00
Jose Diaz-Gonzalez
6f1ad4c20e
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
Jose Diaz-Gonzalez
b7030307ef
fix: correct image link
2020-09-27 12:38:52 -04:00
schlepptop
34f02b6aa4
Empty commit; trigger retest
2020-07-19 14:26:01 +02:00
schlepptop
fc7ddc3e2a
Fix #203
2020-07-18 16:55:23 +02:00
Jose Diaz-Gonzalez
9ab0660b14
Merge pull request #198 from dokku/configurable-config
...
fix: allow config directory to be configurable
2020-05-16 12:57:05 -04:00
Jose Diaz-Gonzalez
56f688e8aa
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
ba24332367
Release 1.11.5
1.11.5
2020-05-15 00:59:24 -04:00
Jose Diaz-Gonzalez
5fd0ca4be7
fix: respect the TMPDIR environment variable
...
Refs dokku/dokku-redis#143
2020-05-15 00:57:21 -04:00
Jose Diaz-Gonzalez
d7ed80f5f2
Release 1.11.4
1.11.4
2020-05-15 00:54:05 -04:00
Jose Diaz-Gonzalez
e5f7c9edf2
docs: correct help output
...
Refs dokku/dokku-postgres#197
2020-05-15 00:40:24 -04:00