Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dokku/dokku-redis

a redis plugin for dokku
https://github.com/dokku/dokku-redis

refactor: use direct functions instead of subcommands

acaaaf586bbc335a2683a18857ea5eba778dc21f authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
debug: check why the commands are failing

49949f24cb31941b6fea194ae0a2f73bd42f7ddb authored almost 2 years ago by josegonzalez <[email protected]>
feat: add network properties to :info output

fe378009d898d7ae1b65fdd7af2c859e5564f134 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: add example for multiple networks

ab0d871347eca9ac0badf6e7977bec1be5d7c7dd authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add support for specifying an initial-network property

This network is the network that is associated with the container on creation. If specified, the...

b6ccd491fd056d9889f71fdeeba57abd62494bfb authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add support for attaching to networks after service container creation and start

ea2a23b0b978a5205db6dca6e64b650d9303f129 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
refactor: directly write out the cid file when creating the service container

ddfbbd669496ea2a745cc3acf2ff72f8eb5be54b authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: correct error message for valid/invalid properties

cd13edd30dfcf4a3ac3545b6323e6da5cb0edcbf authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: actually call the :set function and ensure we write properties to the correct namespace

1d6654943bc3d4e34aafb5e6767c9bbcc0286d0b authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add ability to set multiple, comma-delimited post-create and post-start networks

c0a393a7aff513c658f1a90d1a6ca33db9a830a9 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: correct issue with checking if the service container is ready when using an initial-network

1a942e0484c677cdd120251751a9284dca13c943 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #206 from dokku/dependabot/github_actions/actions/checkout-3

chore(deps): bump actions/checkout from 2 to 3

fbc5380a1293bb92539ba5c35991de3ab4dac3f9 authored almost 2 years ago by josegonzalez <[email protected]>
Merge pull request #205 from dokku/dependabot/github_actions/actions/setup-python-4

chore(deps): bump actions/setup-python from 2 to 4

de6f3d36d1da7c8a0d9bd1d5bd144becefa584e8 authored almost 2 years ago by josegonzalez <[email protected]>
Merge pull request #204 from dokku/dependabot/github_actions/actions/upload-artifact-3

chore(deps): bump actions/upload-artifact from 2 to 3

bfef36d1a6dcfc94d0bfa42e7640874286fb847f authored almost 2 years ago by josegonzalez <[email protected]>
chore(deps): bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](htt...

85302b50404b6f1696af9cb7f239b0db0ff76a38 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/setup-python from 2 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release no...

09ca02a1adc391683aebcc1a2c612b7d4fd93c43 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/upload-artifact from 2 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Rele...

1de6476ff271b14925a4a8bb68826379d1a7f7a3 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: upgrade github actions automatically

1acb9376769602c3fcfa5cbdf80c50f8898750fe authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #203 from dokku/upgrade-test-os

feat: upgrade test os to ubuntu 20.04

3f22a06649072935494ddb2183556a323c0c267d authored almost 2 years ago by josegonzalez <[email protected]>
feat: upgrade test os to ubuntu 20.04

2bcbae89157d0bb1445270e81dc762c198782d13 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.28.0

14ac26d1fc4699f8dd335e6641c3d66dfa28430b authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #201 from dokku/fix-upgrades

fix: properly support new image and image-version values during plugin upgrades

5679ded6388d75783e9916f2ead298ca13eaebf8 authored almost 2 years ago by josegonzalez <[email protected]>
fix: properly support new image and image-version values during plugin upgrades

Closes dokku/dokku-mongo#143
Closes dokku/dokku-redis#193
Closes dokku/dokku-redis#195

0f569b158c93af512558cf516288fab690e255c5 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #198 from dokku/update-docker-commands

Update docker commands to use DOCKER_BIN

1948c216fffe3214a72268d45b6de36209f01791 authored almost 2 years ago by josegonzalez <[email protected]>
refactor: use DOCKER_BIN env var instead of calling docker directly

This will allow us to alias the docker binary with podman for most actions - other than updating...

646356d086be10cdaeef1e74c6cee38a14c0a168 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
refactor: use namespaced docker commands for interacting with the docker binary

b50752d009982ef6477475703e9311a222741cba authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
refactor: namespace all docker commands in common-functions

b22abfd8e5b1db8d1d08fa0bdc3d6af9f332b3a2 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.27.2

84566e66ff8df69187f8a5f1eaee97b0eae8f3ba authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: pull the new docker image when upgrading a service if DOCKER_IMAGE_PULL is not disabled

Refs dokku/dokku-clickhouse#51

649ea35cb93bf459415d8e95fcc373a99f0e6244 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.27.1

1e6c12d4e206947d2befbf927acbe706d96f0474 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: update the ci workflow badge

Refs https://github.com/badges/shields/issues/8671

b7c9c101b59079d45062ea7833562dac90dad62f authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.27.0

6338ac02e7ab9d7bbf28fa59eb71df3787cdab7a authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: update readme

6c1308171efa2febdd91bd9642607623130ec4d4 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #197 from dokku/dependabot/docker/redis-7.0.8

chore(deps): bump redis from 7.0.7 to 7.0.8

febb1c7e137d318abc69269e79905a23cb8c6519 authored almost 2 years ago by josegonzalez <[email protected]>
chore(deps): bump redis from 7.0.7 to 7.0.8

Bumps redis from 7.0.7 to 7.0.8.

---
updated-dependencies:
- dependency-name: redis
dependenc...

37fa14fd16239f8b07065d0b5d68197fcda41fdc authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #190 from dokku/5468-dokku-lib-host-root

feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes

17b4ffc0b0eec911c91940797dd77da9d1ec9ad6 authored about 2 years ago by josegonzalez <[email protected]>
feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes

This change allows folks to change where dokku mounts data from for all official plugins, removi...

470e3506eccd82bee577632616b6702768a38b70 authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.26.2

a9d7909ab5a73fa3d793208f0bbf35720c2bc374 authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
chore: update readme

28f14c8d10423723f0dfe93eb3fad1f68eba4d8d authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.26.1

32a497859394f7aa590adb2bc8c134c675d12adc authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #187 from dokku/dependabot/docker/redis-7.0.7

chore(deps): bump redis from 7.0.5 to 7.0.7

e3c62b8e5262e237ad3773f80b65ae95a873e26b authored about 2 years ago by josegonzalez <[email protected]>
Release 1.26.0

a0ea54646125221d98b89ad284754bdeeed514f4 authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #188 from dokku/pause-stop-rm

Add :pause subcommand and make :stop subcommand actually remove the container

ba2e12f95e9431c26fe90da9a7af904ccfb56798 authored about 2 years ago by josegonzalez <[email protected]>
feat: add :pause subcommand and make :stop subcommand actually remove the container

9ef9985d4aec91d706199e7fed1f87099b40b1ff authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: update readme

478fd1276a521ff91b92a9c5a535a579897bba59 authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
chore(deps): bump redis from 7.0.5 to 7.0.7

Bumps redis from 7.0.5 to 7.0.7.

---
updated-dependencies:
- dependency-name: redis
dependenc...

865322510f528293c98cbdeab74bf9a65ee4004c authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.25.0

b4f514458fdaca27017f896ccfdd2f1461646b62 authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #183 from dokku/dependabot/docker/redis-7.0.5

chore(deps): bump redis from 7.0.2 to 7.0.5

945c04b56497dcb252c31822c5f95c48b8687a9c authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #184 from dokku/arm-support

Update all related images to add arm/arm64 support

10069c33448719a2cac67b4fd2c0002d818c3180 authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: update all related images to add arm/arm64 support

66554c22d689b7f8ca6c9338eca152dfa7e1a64a authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
chore(deps): bump redis from 7.0.2 to 7.0.5

Bumps redis from 7.0.2 to 7.0.5.

---
updated-dependencies:
- dependency-name: redis
dependenc...

271cdc0bcf298fe38e49b2efd80b9ebb1dd8f547 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.24.0

51aaa2eefa7d0cfc4ed8d0df79133ba5cadd972d authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add method for listing all plugin services

This will allow other plugins to iterate over the services exposed by a plugin and instantiate w...

523e4f813a4c38f5ede8d81d303a6eb238774a18 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.23.0

cc5f8e117eceb2156357c1aeb0744222f04c74d9 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
chore: run shfmt

725ec8ff5988cb1673080d7e262edca6a8402358 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #182 from dokku/filter-services

fix: refactor how services are filtered

a5b9bd6089dc53541c53fbc86ccd6cddac93c8c4 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: update clone test

5f6c09dfaf2e1fe3301babb621f2706f4c0f65c4 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: refactor how services are filtered

The previous method did not include the service type in the user-auth-service hook, which meant ...

6214fd10961c166953595c8bbc055470f093164f authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: move warning below service name verification

cfbe99cb77051a188377540465dc9f6348a47536 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.22.0

b7528a6f1c6ce94b42e5969991c7ea25dc76f696 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
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 datastor...

9c72f9a8e037a0ef2e1c09a4f6154a3a26ded155 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.21.1

9cfaec41ea00b23c8ea84163fb82b030142a0c47 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: ensure we respect the file path for service links

e9e46256e908c5763215333d3ac6f31b50b0cac9 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.21.0

b1a0266f933656cef8f032aa92f1d63e094b98df authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: implement service filtering

If a user implements the user-auth-service trigger in a plugin and that plugin does not echo the...

099764aa406cce0194b8bc13158b859c31ba212a authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.20.3

dae1a3227553f22850d8fc1f96a34f4b979e69aa authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: ensure the new service does not exist when cloning an existing service

9e5bf61dc090edea894c85888b1fd20484713031 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.20.2

e8416285d2334202196892056d4a518c2d5ce134 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: ensure we check if the service exists before entering it

7e1301d6d47b554cff9f8b226b399d2ab4595a19 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.20.1

dacc0c22363cf6635f89041323973607dcbba64e authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #179 from dokku/dependabot/docker/redis-7.0.2

chore(deps): bump redis from 7.0.0 to 7.0.2

7992ce90e2b81db62ceb53014633fc56ea8c3fc4 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
chore(deps): bump redis from 7.0.0 to 7.0.2

Bumps redis from 7.0.0 to 7.0.2.

---
updated-dependencies:
- dependency-name: redis
dependenc...

5ff5d82ef83ec23d08915372627bdbfd002cf09a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.20.0

28af22d5eef904a5af3912f173a02e89eeafbcec authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #177 from dokku/dependabot/docker/redis-7.0.0

chore(deps): bump redis from 6.2.6 to 7.0.0

0bcf1a2e32e9148e859217b76eac1b4b66853b28 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
chore(deps): bump redis from 6.2.6 to 7.0.0

Bumps redis from 6.2.6 to 7.0.0.

---
updated-dependencies:
- dependency-name: redis
dependenc...

4b4f28a7db785bcf8353a7e94be460f0934ee533 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.19.2

b9071721c0a7cc63f22854f59282e23c1c5b2030 authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: always chown the image files

93415ced00823ee28404e19787a461be9353d0a4 authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: clarify unit for container memory limit

ac4fee6acba48dd8a93e5efb7e8030e7f9c7e78b authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.19.1

43348c42977222db394e0d29f25e6a4d513c600f authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: ensure service config files are owned by the dokku system user

Refs dokku/dokku-postgres#245

60d46920d46961c21f93c995953504b027acc89c authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.19.0

3dce1632fd50b965174ceb81d12c9385df16380d authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add ability to skip restarts when linking datastores

This allows multiple datastores to be linked at a given time, thus decreasing provisioning times.

8c89467123be574c02409bd8f73f13c0d9cc4a27 authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.18.0

134442bd739e8d62c4bb4fa30ea2e5920ac8b496 authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: allow tailing a specific number of log lines

88e6d790e1c023cfe50d984565c455e52cd6ab24 authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.17.1

29f1f3dd3d8b02a218b4d4511347bad153dbce2a authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: silence config-options error when there are no config-options set

93dbdc4da53bc68ad385f699ca9a8e70b5507354 authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.17.0

bd5ae9442d1408c3bbac80c108d49e2a7cee107b authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: allow quiet header for :info command

cd18e9f4a3782bd2489c0d1fe4d77faf18836f61 authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.16.2

c2aff1a5a3657fdff8b357e82e0a8964fa770a5a authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #169 from dokku/dependabot/docker/redis-6.2.6

chore(deps): bump redis from 6.2.5 to 6.2.6

48277db27f2ee3ce3e27b9c6b2184a37e93788f6 authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
chore(deps): bump redis from 6.2.5 to 6.2.6

Bumps redis from 6.2.5 to 6.2.6.

---
updated-dependencies:
- dependency-name: redis
dependenc...

f9bac907df008c8fbbf642e298da0fb74e4b525a authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: start linked datastores when an app is started or restored

This won't _also_ fix issues when an app is deployed as there isn't an exposed hook for it, but ...

258eb2fea8137e269b70135e96046963ed51f9bb authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.16.1

943f93227b465e7f999cf42339ce27cab22bb78f authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: ensure cloned/renamed apps have a link to linked services

Previously they would just 'disappear', resulting in broken applications until the app was relin...

2e76628c88f1211bc2fdc355a304c672d2f6d908 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.16.0

b2cbea750864111c66f2e5d7e6d1683ec697033f authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: use a 'standard' name for the data dump

f132d894258fff44b3ec6fbba8e90fd6e82fe193 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
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 a...

ba85668e2655b62d42b48bf547ad32c3d5556334 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: pin the image and image version of a created service at creation time

This will help ensure that users upgrading to a new plugin version who stop/start databases will...

7e73273ad36cf394a5c1720add9646566fa8992f authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: add folder for supplementary documentation

8d2385672952b090efc7ebfe5565319d5a511aa7 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: add ability to inject supplementary documentation into the readme

Some commands - such as link or upgrade - have extra documenation on a per-plugin basis. Rather ...

ced8d9a050ae5b4f1f03be1f7b4b35e6861127ad authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>