Jose Diaz-Gonzalez
|
bbc7b0fc71
|
fix: show an error when an ambassador container already exists but we don't have expose configuration
Closes dokku/dokku-redis#200
|
2023-02-25 20:10:37 -05:00 |
|
Jose Diaz-Gonzalez
|
c4b69d2e17
|
Release 1.31.0
tagged-release / tagged-release (push) Has been cancelled
1.31.0
|
2023-02-25 02:23:25 -05:00 |
|
josegonzalez
|
70265e03a7
|
Merge pull request #287 from dokku/no-restart-link
Add ability to skip restarts on link and unlink
|
2023-02-25 02:13:12 -05:00 |
|
Jose Diaz-Gonzalez
|
5500dc41e7
|
fix: update link docs to remove erroneous copy-paste
|
2023-02-25 01:50:30 -05:00 |
|
Jose Diaz-Gonzalez
|
5e951257ce
|
tests: link service before unlinking
|
2023-02-25 00:47:25 -05:00 |
|
Jose Diaz-Gonzalez
|
f4e66990c5
|
chore: remove extra newline
|
2023-02-21 00:49:17 -05:00 |
|
Jose Diaz-Gonzalez
|
bceebc1e9c
|
fix: update tests to properly handle case where app is not running
|
2023-02-21 00:48:22 -05:00 |
|
Jose Diaz-Gonzalez
|
6accb9cbda
|
fix: move arg-less flags to the front
|
2023-02-21 00:29:30 -05:00 |
|
Jose Diaz-Gonzalez
|
a925fe66de
|
tests: add output/status and flesh out restart tests a bit more
|
2023-02-21 00:08:53 -05:00 |
|
Jose Diaz-Gonzalez
|
3a03ed7b92
|
tests: add test for --no-restart to link tests
|
2023-02-20 23:51:27 -05:00 |
|
Jose Diaz-Gonzalez
|
16fa2b1189
|
tests: add test for --no-restart to unlink tests
|
2023-02-20 23:47:03 -05:00 |
|
Jose Diaz-Gonzalez
|
afb21619f6
|
chore: make all the service names used in the service_unlink tests the same
|
2023-02-20 23:40:09 -05:00 |
|
Jose Diaz-Gonzalez
|
fb5c34158b
|
chore: make all the service names used in the service_link tests the same
|
2023-02-20 23:35:12 -05:00 |
|
Jose Diaz-Gonzalez
|
ad22989894
|
feat: add ability to skip restarts on link and unlink
Refs dokku/dokku-redis#192
|
2023-02-20 23:26:44 -05:00 |
|
Jose Diaz-Gonzalez
|
d68fee775d
|
Release 1.30.1
tagged-release / tagged-release (push) Has been cancelled
1.30.1
|
2023-02-09 03:12:21 -05:00 |
|
Jose Diaz-Gonzalez
|
7922f0582f
|
fix: drop extra files from being included in release
|
2023-02-09 03:07:31 -05:00 |
|
josegonzalez
|
60869897f0
|
Merge pull request #284 from dokku/auto-release-tags
feat: automatically create releases from tags
|
2023-02-09 03:03:08 -05:00 |
|
Jose Diaz-Gonzalez
|
df8f917a04
|
feat: automatically create releases from tags
This will also include release notes, allowing downstream consumers of plugins to better understand what the release includes.
|
2023-02-09 03:00:43 -05:00 |
|
Jose Diaz-Gonzalez
|
81cb9b79c5
|
Release 1.30.0
1.30.0
|
2023-02-09 00:47:42 -05:00 |
|
Jose Diaz-Gonzalez
|
5ed828bc2d
|
Release 1.28.0
1.28.0
|
2023-02-09 00:38:49 -05:00 |
|
josegonzalez
|
3c7450b9ce
|
Merge pull request #283 from dokku/alt-network-alias
feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE
|
2023-02-09 00:36:27 -05:00 |
|
Jose Diaz-Gonzalez
|
a1090e23dc
|
fix: use network alias when linking to wait container
|
2023-02-08 23:59:22 -05:00 |
|
Jose Diaz-Gonzalez
|
09f022086a
|
fix: drop extra check and always use the same network alias
|
2023-02-08 18:30:12 -05:00 |
|
Jose Diaz-Gonzalez
|
5479a2b0c9
|
refactor: use the same network alias as is used when running :link command
This allows for some degree of parity as the network will now resolve the same for both linked and networked containers.
|
2023-02-08 17:08:08 -05:00 |
|
Jose Diaz-Gonzalez
|
f68b22116d
|
tests: drop extra alias
|
2023-02-08 12:41:09 -05:00 |
|
Jose Diaz-Gonzalez
|
768c7ede8d
|
tests: correct the app name in use
|
2023-02-08 12:24:20 -05:00 |
|
Jose Diaz-Gonzalez
|
91ff698a68
|
fix: use correct alias for non-initial-network connect calls
|
2023-02-08 12:08:26 -05:00 |
|
Jose Diaz-Gonzalez
|
00bc6ea144
|
fix: always use the network alias
|
2023-02-08 12:06:57 -05:00 |
|
Jose Diaz-Gonzalez
|
44fe34fdfa
|
fix: set correct alias for wait container when not using an initial network
|
2023-02-08 11:53:45 -05:00 |
|
Jose Diaz-Gonzalez
|
a88e34088d
|
feat: use service name as hostname
|
2023-02-08 11:01:02 -05:00 |
|
Jose Diaz-Gonzalez
|
18cd825539
|
feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE
This alias is in addition to the existing dokku.$SERVICE_TYPE.$SERVICE_NAME network alias that is derived from the hostname.
|
2023-02-08 11:00:01 -05:00 |
|
josegonzalez
|
e7efcfee63
|
Merge pull request #282 from dokku/network-flags
feat: add support for network related flags on create, clone, and upgrade
|
2023-02-08 10:25:57 -05:00 |
|
Jose Diaz-Gonzalez
|
1637ce5f25
|
tests: ignore case where app is already deleted
|
2023-02-08 02:22:08 -05:00 |
|
Jose Diaz-Gonzalez
|
530dcdbb31
|
tests: fix issue where the test app wasn't being removed on test teardown
|
2023-02-08 02:12:32 -05:00 |
|
Jose Diaz-Gonzalez
|
3b2774a8cc
|
chore: remove extra newline
|
2023-02-08 01:44:22 -05:00 |
|
Jose Diaz-Gonzalez
|
6dc8e57024
|
fix: correct imports
|
2023-02-08 01:42:07 -05:00 |
|
Jose Diaz-Gonzalez
|
07065e9a06
|
feat: add service container log output on failure to start
|
2023-02-08 01:21:00 -05:00 |
|
Jose Diaz-Gonzalez
|
ebb5112055
|
fix: add -N flag to getopts
|
2023-02-08 00:54:23 -05:00 |
|
Jose Diaz-Gonzalez
|
49e4e4ec23
|
tests: fix :set tests
|
2023-02-08 00:41:10 -05:00 |
|
Jose Diaz-Gonzalez
|
9b8ab5667b
|
tests: stop running workflows on push
Also remove unnecessary strategy block from jobs.
|
2023-02-08 00:38:21 -05:00 |
|
Jose Diaz-Gonzalez
|
c2e2b8af62
|
tests: also force destroy the lsa service
|
2023-02-08 00:26:56 -05:00 |
|
Jose Diaz-Gonzalez
|
412f92ddea
|
tests: output the contents of the run command in tests
|
2023-02-08 00:26:32 -05:00 |
|
Jose Diaz-Gonzalez
|
7f4f4d4782
|
docs: regenerate README
|
2023-02-08 00:13:39 -05:00 |
|
Jose Diaz-Gonzalez
|
934d054471
|
feat: add support for network related flags on create, clone, and upgrade
Also add some tests to cover all the network-related functionality.
|
2023-02-08 00:03:25 -05:00 |
|
Jose Diaz-Gonzalez
|
d5e9a12d59
|
fix: add missing source calls
|
2023-02-07 22:38:51 -05:00 |
|
Jose Diaz-Gonzalez
|
ae5be9ff96
|
fix: ensure properties are setup on plugin install
|
2023-02-07 22:25:43 -05:00 |
|
Jose Diaz-Gonzalez
|
f101842fe1
|
fix: suppress output only if there are no errors
|
2023-02-07 22:22:24 -05:00 |
|
josegonzalez
|
27e8af869a
|
Merge pull request #277 from dokku/191-network-support
Add custom network support
|
2023-02-07 19:52:13 -05:00 |
|
Jose Diaz-Gonzalez
|
01242f6f88
|
feat: add network properties to :info output
|
2023-02-07 18:34:30 -05:00 |
|
Jose Diaz-Gonzalez
|
b482b2ed8c
|
docs: add example for multiple networks
|
2023-02-07 18:34:30 -05:00 |
|