Jose Diaz-Gonzalez
83a8871862
feat: add :pause subcommand and make :stop subcommand actually remove the container
2022-12-26 17:39:49 -05:00
Jose Diaz-Gonzalez
fea00997b5
fix: move warning below service name verification
2022-07-19 01:34:21 -04:00
Jose Diaz-Gonzalez
cb063234a9
refactor: set the plugin name as the first argument to the service-action trigger
...
This is a breaking change, but is necessary as otherwise it is impossible to know which datastore plugin a team is meant for.
2022-07-10 15:29:11 -04:00
Jose Diaz-Gonzalez
ebf18d0506
fix: ensure the new service does not exist when cloning an existing service
2022-07-06 01:47:31 -04:00
Jose Diaz-Gonzalez
aabc7aeb24
fix: ensure we check if the service exists before entering it
2022-07-06 01:36:40 -04:00
Jose Diaz-Gonzalez
f31800ffa7
docs: clarify unit for container memory limit
2022-01-22 04:31:53 -05:00
Jose Diaz-Gonzalez
90cd95c1b1
feat: allow tailing a specific number of log lines
2021-10-26 22:27:13 -04:00
Jose Diaz-Gonzalez
6b203b5f49
docs: use a 'standard' name for the data dump
2021-09-13 03:25:05 -04:00
Jose Diaz-Gonzalez
a36256dbd9
docs: document the possibility of zombie processes on ssh disconnect for :connect and :enter commands
...
Apparently terminating the ssh connection that runs 'docker exec' may result in a process leak as the signal isn't propagated properly (moby/moby#9098 ). Since we cannot fix this, we should document it so that users do not stumble upon the issue unawares.
Closes dokku/dokku-postgres#212
2021-09-13 03:21:23 -04:00
Jose Diaz-Gonzalez
bf311b72f0
docs: properly spell lollipop
...
I've been misspelling my stand-in variable name for years...
2021-09-13 00:57:33 -04:00
Jose Diaz-Gonzalez
daedb8e811
feat: allow setting shm-size on created containers
...
Refs dokku/dokku-postgres#188
Closes dokku/dokku-postgres#201
2021-09-13 00:46:48 -04:00
Jose Diaz-Gonzalez
2ad6cd4b5f
docs: correctly represent the url and env vars that get injected via docker link
...
Closes dokku/dokku-postgres#221
2021-09-12 23:38:51 -04:00
Jose Diaz-Gonzalez
fb33e5df96
docs: fix the variable reference for plugins where the alias does not match the variable
...
Closes dokku/dokku-postgres#199
2021-09-12 22:55:01 -04:00
Jose Diaz-Gonzalez
181fa1e9db
docs: make tense in command descriptions more consistent
2021-09-12 22:37:15 -04:00
Jose Diaz-Gonzalez
be56940b0f
feat: add ability to set container config options during create/clone/upgrade actions
...
Also add to documentation where possible.
Closes dokku/dokku-mongo#131
2021-09-12 22:16:14 -04:00
Jose Diaz-Gonzalez
4441a63d5c
feat: add the ability to constrain memory on service start/clone
...
Refs dokku/dokku-redis#86
2021-09-12 07:43:01 -04:00
Jose Diaz-Gonzalez
4cfa309278
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:54 -04:00
Jose Diaz-Gonzalez
e4035a1faa
docs: document how to restore a backup
2021-09-12 06:59:49 -04: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
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
83fa90a012
docs: correct casing/quoting on sentences
2020-05-15 00:34:37 -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
1b333b992c
docs: drop unimpemented commands from readme and reorganize
2020-04-04 16:43:31 -04:00
Jose Diaz-Gonzalez
3e7269293e
feat: move all image names to config file
...
This allows us to more quickly update the image versions in use for tertiary images.
2020-03-30 20:09:03 -04: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
c5a6f4fc37
feat: upgrade busybox to 1.31.0-uclibc
2019-07-11 13:36:41 -07:00
Jose Diaz-Gonzalez
6fe30de9f2
chore: run shfmt
2019-05-30 11:06:25 -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
0948e2813a
chore: unify with other plugins
2019-03-19 14:59:49 -04:00
Jose Diaz-Gonzalez
fc3f6a8a52
fix: correct the validation message
2019-03-09 16:39:34 -05:00
Jose Diaz-Gonzalez
5ba6723389
refactor: call service_container_rm from subcommands/destroy
2019-03-08 23:27:55 -05:00
Jose Diaz-Gonzalez
aa1a23d5a1
fix: ensure any backup cron files are deleted when the service is destroyed
...
Closes dokku/dokku-redis#118
2018-12-02 05:10:06 -05:00
Jose Diaz-Gonzalez
733e14ee73
fix: correct documentation around the passphrase parameter
...
Closes dokku/dokku-mysql#101
2018-12-02 04:33:58 -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
765f44dcfe
feat: skip upgrade if service is already up to date
2018-10-11 00:04:52 -04:00
Jose Diaz-Gonzalez
c96d25706b
fix: ensure flags are properly represented in help output
2018-10-10 23:31:52 -04:00
Jose Diaz-Gonzalez
5f2e184d68
feat: add support for restarting containers to ensure links continue to work properly when the application has resolved dns of the link
2018-10-10 23:14:45 -04:00
Jose Diaz-Gonzalez
1c35653e7e
fix: correct short-flag for image-version and custom-env
2018-10-10 03:02:56 -04:00
Jose Diaz-Gonzalez
980e7d1650
fix: correct name for upgrade flags in help output
2018-10-10 03:00:22 -04:00
Jose Diaz-Gonzalez
a39ade3161
chore: correct verbiage around upgrades
2018-10-10 02:54:34 -04:00
Jose Diaz-Gonzalez
20dd893a77
fix: pass correct variable for upgrade command
2018-10-10 02:49:30 -04:00
Jose Diaz-Gonzalez
ab9da6349e
fix: do not force-set plugin image and version to existing image and version
2018-10-10 02:39:10 -04:00
Jose Diaz-Gonzalez
c2ed798db0
chore: remove unnecessary call
2018-10-10 02:32:59 -04:00
Jose Diaz-Gonzalez
284ffa3177
feat: add ability to upgrade service image and image-version
2018-10-10 00:13:59 -04:00
Jose Diaz-Gonzalez
e07b387d86
feat: add command to list linked services for a given app
2018-07-21 16:31:55 -04:00
Jose Diaz-Gonzalez
57956e0dad
feat: properly handle custom aliases and error states for alias usage when calling link subcommand. Refs dokku/dokku-redis#64
2018-04-24 03:21:55 -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
7ec808d9f6
feat: implement clone flags. Closes dokku/dokku-redis#105
2018-04-24 00:57:16 -04:00
Jose Diaz-Gonzalez
02b0c1c7f9
refactor: move unimplemented command detection into config file
2018-04-24 00:27:17 -04:00