Commit Graph

728 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
acdaf553df chore: remove extra newline 2023-02-21 00:49:17 -05:00
Jose Diaz-Gonzalez
c86a482415 fix: update tests to properly handle case where app is not running 2023-02-21 00:48:22 -05:00
Jose Diaz-Gonzalez
554bf4c3b4 fix: move arg-less flags to the front 2023-02-21 00:29:30 -05:00
Jose Diaz-Gonzalez
df8b454fd6 tests: add output/status and flesh out restart tests a bit more 2023-02-21 00:08:53 -05:00
Jose Diaz-Gonzalez
df6a78660d tests: add test for --no-restart to link tests 2023-02-20 23:51:27 -05:00
Jose Diaz-Gonzalez
d49f80f06e tests: add test for --no-restart to unlink tests 2023-02-20 23:47:03 -05:00
Jose Diaz-Gonzalez
bbef0173a2 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
22de4506d2 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
3e827e15f9 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
0b3b744d9b Release 1.30.1
Some checks failed
tagged-release / tagged-release (push) Has been cancelled
1.30.1
2023-02-09 03:12:12 -05:00
Jose Diaz-Gonzalez
681d825bb8 fix: drop extra files from being included in release 2023-02-09 03:07:31 -05:00
josegonzalez
7275006e29 Merge pull request #178 from dokku/auto-release-tags
feat: automatically create releases from tags
2023-02-09 03:02:02 -05:00
Jose Diaz-Gonzalez
183d79ee53 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:42 -05:00
Jose Diaz-Gonzalez
8913a1452b Release 1.30.0 1.30.0 2023-02-09 00:47:33 -05:00
Jose Diaz-Gonzalez
68ca96d9d9 Release 1.25.0 1.25.0 2023-02-09 00:38:38 -05:00
josegonzalez
fb16ef5223 Merge pull request #177 from dokku/alt-network-alias
feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE
2023-02-09 00:35:53 -05:00
Jose Diaz-Gonzalez
acd623401d fix: use network alias when linking to wait container 2023-02-08 23:59:22 -05:00
Jose Diaz-Gonzalez
8636a6dd39 fix: drop extra check and always use the same network alias 2023-02-08 18:30:12 -05:00
Jose Diaz-Gonzalez
75ce3385fa 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
fb86f97d4b tests: drop extra alias 2023-02-08 12:41:09 -05:00
Jose Diaz-Gonzalez
49690af006 tests: correct the app name in use 2023-02-08 12:24:20 -05:00
Jose Diaz-Gonzalez
6814405ce9 fix: use correct alias for non-initial-network connect calls 2023-02-08 12:08:26 -05:00
Jose Diaz-Gonzalez
18d1256d5e fix: always use the network alias 2023-02-08 12:06:57 -05:00
Jose Diaz-Gonzalez
960a499864 fix: set correct alias for wait container when not using an initial network 2023-02-08 11:53:45 -05:00
Jose Diaz-Gonzalez
0de0971810 feat: use service name as hostname 2023-02-08 11:01:02 -05:00
Jose Diaz-Gonzalez
fdda1b47f9 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
b26c936259 Merge pull request #174 from dokku/network-flags
feat: add support for network related flags on create, clone, and upgrade
2023-02-08 10:25:45 -05:00
Jose Diaz-Gonzalez
9a639cd36a chore: drop debugging 2023-02-08 05:12:47 -05:00
Jose Diaz-Gonzalez
d4cfd94bc7 tests: ignore case where app is already deleted 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
36cccdf231 tests: fix issue where the test app wasn't being removed on test teardown 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
f8a245f5f8 debug: add trace output 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
d1a33a6e18 chore: remove extra newline 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
87889957ff fix: correct imports 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
8081de8258 feat: add service container log output on failure to start 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
1f9407fc19 fix: add -N flag to getopts 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
1cc451435c tests: fix :set tests 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
7144e34b0f tests: stop running workflows on push
Also remove unnecessary strategy block from jobs.
2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
8163a43f6b tests: also force destroy the lsa service 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
fec9f76d27 tests: output the contents of the run command in tests 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
a265bc62fc docs: regenerate README 2023-02-08 04:12:43 -05:00
Jose Diaz-Gonzalez
837f74d169 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 04:12:43 -05:00
josegonzalez
59644c11ed Merge pull request #176 from dokku/josegonzalez-patch-1
refactor: use mongosh and --eval flag to run database user creation
2023-02-08 04:12:27 -05:00
josegonzalez
46bbb1ca32 refactor: use mongosh and --eval flag to run database user creation 2023-02-08 03:52:16 -05:00
josegonzalez
eaf2ed7ce3 Merge pull request #175 from dokku/josegonzalez-patch-1
Use env vars to setup the initial admin user
2023-02-08 03:49:17 -05:00
josegonzalez
fb13823d98 refactor: use env vars to setup the initial admin user 2023-02-08 03:31:48 -05:00
Jose Diaz-Gonzalez
a6d560614a fix: add missing source calls 2023-02-07 22:38:51 -05:00
Jose Diaz-Gonzalez
10d1314459 fix: ensure properties are setup on plugin install 2023-02-07 22:25:43 -05:00
Jose Diaz-Gonzalez
6e787bc6b3 fix: suppress output only if there are no errors 2023-02-07 22:22:24 -05:00
josegonzalez
6f596f7228 Merge pull request #169 from dokku/191-network-support
Add custom network support
2023-02-07 19:51:56 -05:00
Jose Diaz-Gonzalez
b7b6e071e1 feat: add network properties to :info output 2023-02-07 18:24:54 -05:00