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

Merge pull request #35 from dokku/lg-fix-tests

Fix tests setup

1c364fca3c22aeb28507a6ea754e04b31de00ea0 authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #36 from dokku/version-upgrade

Upgrade image version to 3.0.6

41578c08a1af26262d4c2dc5342995b574f92ff9 authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Upgrade image version to 3.0.6

1b3daa861eb84cc551b7ebc66714aeebecd8b258 authored almost 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix tests setup

5c1c1e69d9c276ce66de89f637a4c79f9c494715 authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #34 from dokku/container-environment-variables

Add support for custom environment variables when starting a service container

4fb1e0786d104c81fca4b9689993da8dba1527e1 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add support for custom environment variables when starting a service container

e3b02288810742727c671f35fcc4cecdb63aa7df authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update README.md -> <file> arg for export command

4aeb0f1e8ceeaadb4a5e5b75571e5147ec1c6138 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #31 from dokku/josegonzalez-patch-1

Use redis 3.0.5

02b412bc9d24878320510489b2c1ffeeb5861121 authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use redis 3.0.5

Closes #30

2e7a3ce709e3230e7062f8995373318d9047d12f authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #33 from dokku/lg-update-readme

Update README about docker env var

414f10111d9e43a07f5f709b8cb7b7903be6ca3a authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update README about docker env var

4e606e88b5cff3839c0c44a1ec31bfdc0800985f authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #32 from dokku/lg-fix-export-over-ssh

Fix export when using `ssh -t`

62c624d7452d066ef44886e4f2b34e888b36b25a authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix export when using `ssh -t`

06c30ea25e693415bb7cddfa458020c348dc2a59 authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #29 from dokku/lg-list-in-columns

Display infos from `list` command in columns

c21ac89529742f08c91209b4552d77496da982fc authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Display infos from `list` command in columns

Also add a LINKS column to easily view which services are linked to
which apps

9f3ae5d0787fd44d0d401565f59b2f08472d601d authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #28 from dokku/lg-fix-destroy

Fix the `destroy` command

95347a4fc44c970e3a7f0204090eea9f7c511faa authored about 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix the `destroy` command

Checking for container with its service name instead of ID.
Doing a chmod 777 on `/data` before ...

a2427837dc75f117ef02a55a7ae284d71d35ee4f authored about 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #27 from dokku/lg-revamp-link-unlink

Revamp link/unlink commands

0f4fdb414c0eeafb03230c3478c1101cdd8fd088 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Revamp link/unlink commands

Previously we were exporting `REDIS_URL` via the docker-args* hooks.
This seems to confuse our u...

baeea9673129eb4f2536f2cfe7cc064216883c17 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #25 from dokku/josegonzalez-patch-1

Add redis:help command

781692cdd334248bec38fa1541c0f83ddfd9862f authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add redis:help command

f0378e8c8f6f37b221e0733de53316d8c6e3fc18 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #24 from johnfraney/patch-1

Update README.md

3058dded8e75fe7af710b40280b78a2f332b116f authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #23 from dokku/lg-fix-wait-image

Use our own image to wait for services

f5bb6b6bff6cf056915b0e7ec5d5e27ea70e6a06 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update README.md

Add a note explaining how to examine the environment variables (through `dokku run my-app env` r...

5a8df6f1c3e310259f0876cdc4620847e6d81506 authored over 9 years ago by John Franey <[email protected]>
Use our own image to wait for services

e7aed00674f9f107272d35055eaa6e76934930d8 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #21 from dokku/josegonzalez-patch-1

Fix overlapping exported config

624ed2592d5025954098c3a93ad0b0849809e9f7 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Set REDIS_ROOT environment variable as well

Since PLUGIN_DATA_ROOT is not directly overrideable anymore, we need to *also* set this env var ...

37b84c3aa956d2fb334cb5a2b37e0462964f1872 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix overlapping exported config

If using multiple official dokku datastorage plugins, it is possible to get into a case where th...

f16e55e1a2635dface1018283e30b07187259f79 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update README.md

2cc967c1c589ddab1fa5b373ec4c266eb45e4ccf authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #19 from dokku/lg-fix-install

Fix wrong version check on docker wait image

eb509d3928bf6fbceae8b850a21af1b19d5f9b91 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix wrong version check on docker wait image

6fee13a05d4faaffba6e129ed9eb7b95d7951300 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #18 from dokku/lg-check-images

Add checks for all docker images in install hook

6c450c3d531119a6afd12a664b2a64d213067ac6 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #16 from dokku/lg-docker-args-hooks

Use docker-args-* hooks instead of deprecated one

fc6a5dc08b30edc4ad64050e8941d3776970cf82 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #17 from dokku/lg-tty-on-connect

Do not always allocate a tty on `connect`

ea89cad4ff9cecab841e9074d4ab7e042457441e authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add checks for all docker images in install hook

eae953c6e353a166c8c1fd36d66339e829c308df authored over 9 years ago by Loïc Guitaut <[email protected]>
Do not always allocate a tty on `connect`

7ea002b2a67bff734983faa79c627c99d6ea80dc authored over 9 years ago by Loïc Guitaut <[email protected]>
Use docker-args-* hooks instead of deprecated one

e770a845292c18969e946878c2193d81d8bec8c8 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #14 from dokku/josegonzalez-patch-1

Remove completed todos

3167918848113b9bb97e72d26a0149d65f036e7b authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Remove completed todos

0b0f90a92a65e703dc5c6e69525436f350a7a77c authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #13 from dokku/lg-fix-for-0.4

Fix compatibility with dokku 0.4+

7bfdf69b3c5ad94bd33abd736736bf8e8129b182 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix compatibility with dokku 0.4+

38ac7c1b0f0d8b1b55e771dda75ba4dbe44be198 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #12 from dokku/lg-display-version-in-list

Display image & version in `list`

b6b19faba83fe088ddbcce74a4f396678689a9db authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Display image & version in `list`

39a3bcf3af7b9fd6490e5281d06939f7c76e5681 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #11 from dokku/lg-fix-tests-0.4

Add compatibility for tests with dokku 0.4+

6731e4b24bce8763525561163dbe9542675c9cfc authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add compatibility for tests with dokku 0.4+

b4564e57a17bc38aa1c7c28b81884dd8391f6dcf authored over 9 years ago by Loïc Guitaut <[email protected]>
Mention that the plugin defaults to installing a version

0f9a938b97a62e738e390dbb3828c8e0b5d13827 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #9 from dokku/upgrade-redis

Upgrade to redis 3.0.4

b30bc0774e9446e7bf2127c76126cb170ad8fb45 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Upgrade to redis 3.0.4

d10e95116514ab4d07ded995c3ab4ce87e32e96e authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #8 from dokku/lg-import-export-clone

Add `export`, `import` and `clone` commands

414ec234ba8ac3468727f7c99ec843c3b659f484 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add `export`, `import` and `clone` commands

57e4b08158b1fba84d4b3e106674ede78d31eba0 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #7 from dokku/lg-help-output

Compatibility with dokku 0.3.x & 0.4.x for help output

126ce8f8f7924e43e119b77ea991fc9baf9006af authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Compatibility with dokku 0.3.x & 0.4.x for help output

06ff9ec50f71371026364772a69589e4a98e0017 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #6 from dokku/lg-config-in-docker-stub

Generic way for `docker logs` output (test stub)

04bdd7c3d57120b30812fbd7e32704a939bb4691 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Generic way for `docker logs` output (test stub)

71f1d622f90d7fd327177a43a478aff89f965098 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #5 from dokku/lg-add-more-tests

Add more tests

fcf3e15ab27c44f7124cb789bb1642eea7d8c69b authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add tests for every command

bd2bad8e1aeca537abce912f2f20b206ed736d07 authored over 9 years ago by Loïc Guitaut <[email protected]>
Ability to echo back invoked command for docker

By setting `ECHO_DOCKER_COMMAND` to `true`, the mocked docker binary
will echo back the command ...

cc5c7fee25480569bdd2e73de6a7439ffaba4c66 authored over 9 years ago by Loïc Guitaut <[email protected]>
Use aanand/wait image to wait for service to be ready

2a9f715eed649cdddd199548de87219493260df0 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #2 from dokku/lg-remove-docker-kill

Remove call to `docker kill`

cb36b55e29f075a084b54368877340c6c2768ec1 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #4 from dokku/lg-use-cli-from-docker

Remove dependencies & warning

491f144086280839940ec586b3bbe9e1f2783825 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Don’t display a warning when exposing ports

9c64894ba62d9900e3b00c7a7a9d78826391a70c authored over 9 years ago by Loïc Guitaut <[email protected]>
Use redis-cli from docker image

Instead of installing dependencies on the host, directly use the binary
shipped with the redis d...

e76bb13edff4c3176353e96e519727c96cc87d98 authored over 9 years ago by Loïc Guitaut <[email protected]>
Merge pull request #3 from dokku/lg-ports-info-in-list

Display which ports are exposed in `list`

803b66e8aec8cc7d9db0f6e289f219f5fe38efca authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Display which ports are exposed in `list`

151520d9cafd9c116926b88ad7b34cca647b780f authored over 9 years ago by Loïc Guitaut <[email protected]>
Add plugin.toml

e1d36511994b7b54ab13abea0e2ca7af68295a6b authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Remove call to `docker kill`

2ecc9df2628726fb219d2f42db97f67662e37cf8 authored over 9 years ago by Loïc Guitaut <[email protected]>
Add link to docker hub entry

a2609c2a3cad9f0bd22d91d8130cd246c6c2edc3 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Update requirements

- dokku 0.4.0 does not yet exist, so this should dissuade people from installing this plugin.
-...

c8875b5d3ea7c05cf302f09d1b8e0219f3c6e935 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use master branch

09e8c0925e9350f0b5636c687c40ae5a69039a3a authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Add badges

6cb0901ec9773e8359716d9021ee9cd9f85a944f authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
update docker binstub output

4f6f9ad5ca9012967a37ce7275b59795707ee832 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
formatting

fa37a783850e308a0803bb9d2438dc8e649e426c authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
use PLUGIN_COMMAND_PREFIX instead of SERVICE for command prefix

1e37391cb9132de3ae9c92b179531db64cf833fa authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
respect PLUGIN_DATA_ROOT env var

7592609d077bea9c03a85c5f986f6cf8a2eaae47 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
set PLUGIN_DATA_ROOT to fixtures directory

c37e99f77ca88ea9d76adac977ee16b4edeb478e authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
binstub for redis-cli

8c0bbb312887c890132b13bca91ee58a531c2eb1 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
fix docker ps output

b777ed679387a9c3659d17c84b585846026aa247 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Use docker binstub instead of running install and dependencies

1cc05817b79ee86855505df4d614075a98e1e847 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Install dependencies and docker images

ade1765a3a48737dbf37c375fb5783fa5072350d authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
simplify test structure and add bin stubs

50f9c2f5ef2f2883d723b0906d357a2961c07532 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Do not allow master to ever fail

bbdb6b05b13847aace4336652dfa3181a0765d54 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix paths

909888ec45e3a03e1e3f8f512c527887cac8569b authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
fix path

2983d4767e5eff0ebbc06480de384bbce7fc5613 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
run setup before tests

0ec0d8f008ba0da60b8b5f4f7a1bbd2ffdd16e54 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
move ci-dependencies to setup

706ca6d134148c3c7dd288eb24cf093008b69317 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
sudo is required

2c66d0371b81cf255eafb69a71ad2d6d27c310af authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Initial test setup

4eb3c9cdd6feb7a735e2c3068eb1480d1a98f976 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
self-contained "testing" infrastructure

72222dddf9cfe424c3b4cb8ffd87bc5dbed1a56c authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
reorder shellcheck excludes

7f8b77d4dfb840f506acee424d2208049e796fd0 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
make test

e168d5222a16e3850f43a6fd26eb64b185f6d220 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix lint

81280ea2243d66404e3eb5ab1adb46d8610de8a6 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
run linting

89fbc799e21068a2b0b993c6386c66bbc62b42da authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Service must be started before we can call unpause

89b48a2e3b7a5fe1d10c672bda54f71dbf240fdb authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #1 from dokku/service-expose

Service expose/unexpose

75b36f27818d7fb5510c1e85e1615eefe22be8b8 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Do not fail on service_start when a service is already started

The desired state already exists, so this isn't strictly an error state.

f0c800b81d1d771c980b992fb5e493eda307a789 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Do not fail on service_stop when a service is already stopped

The desired state already exists, so this isn't strictly an error state.

61d61eae7085218457ef85d07db2f1f158fa8772 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Label running containers

This will avoid issues where `dokku cleanup` removes the stopped containers (it should not do so...

f72bf5402d89262b10f50552cd2e2fbc9c33c1dd authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Allow docker kill command to fail

2289c5f3dcf9a828c6d2703fa5779857db96b1e6 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Ensure container is running before attempting to delete files in the container

b457a82256f9274b0c0a78409b21653279f005d8 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>
Fix logging output for start/stop of container

f1ac4bbe71b6942759feaa64370ea20946a547f9 authored over 9 years ago by Jose Diaz-Gonzalez <[email protected]>