Ecosyste.ms: OpenCollective

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

github.com/dokku/dokku-elasticsearch

an elasticsearch plugin for dokku
https://github.com/dokku/dokku-elasticsearch

Merge pull request #132 from dokku/drop-es-2

refactor: drop support for elasticsearch version 2

707371df81c26e281376d777ff643b1e0870b12d authored almost 2 years ago by josegonzalez <[email protected]>
chore: drop support for elasticsearch version 2

That version is quite old at this point. If folks are still running it, they probably aren't upg...

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

Update docker commands to use DOCKER_BIN

20bc15637f40d15b16d7ef8c6346d2aaf635fa8f 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...

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

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

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

2fa4509a1b072f1e9cfd7829a5fe634635546e67 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

199fd8409804f450c9c662774d5d1dec27df47c9 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.26.1

854dc182d38d0708b5f5d2c9090cc81aa0d1ffb2 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

2c97a848e9566ee9c2b02f26f086dd6c57e39532 authored almost 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #127 from dokku/5468-dokku-lib-host-root

feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes

72dc03c4dc38a3ade262cb4a9d0127cff5e8357b 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...

4605d6c78e8cde405fa63fc53748fbfa4d63075c authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.26.0

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

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

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

3f6cc9f0bcf3cd5b99964d92e750cc9321943325 authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.25.0

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

Update all related images to add arm/arm64 support

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

230b94a95d5cfd838207faf16539b01ee81d2e4f authored about 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.24.0

bfc957c8260117428c188d91fd05fc0861f1a52d 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...

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

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

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

fix: refactor how services are filtered

fb8fa55c5d961a38dabfb50f96fa1fa7760902d4 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 ...

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

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

5b3d34db94fc515ddb9997bccc9c7e868e63d597 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...

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

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

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

4a4696ba7883e28491b907025717be5d40a1b5a5 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...

803375d514363ad77b61bb736dda19c2bc393b96 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.20.5

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

01543d498a40693e471004a3924a88fac8d25d45 authored over 2 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.20.4

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

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

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

bb18e44eb4d25d3d674e1a727f2484ee0d5280a4 authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #96 from michaelwood/master

docs: Clarify that the memory limit is in megabytes

145a0c5872abadfe7264bd7521c0e61c4160b66c authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.20.2

4ac0ec419f709f889bf9d83b59f02b9d7b5210f3 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

8578e86511173b97120de2cdfd598a49e8f6fe5d authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.20.1

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

fc26396fc50ad211a6b0a2f58133d5e1ec0bb1a3 authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #100 from dokku/dependabot/docker/elasticsearch-7.16.3

chore(deps): bump elasticsearch from 7.14.2 to 7.16.3

f90551280e1269f310e5db1552ccc07b18301d23 authored almost 3 years ago by Jose Diaz-Gonzalez <[email protected]>
chore(deps): bump elasticsearch from 7.14.2 to 7.16.3

Bumps elasticsearch from 7.14.2 to 7.16.3.

---
updated-dependencies:
- dependency-name: elastic...

ece3976a9e92f5e736fbcf6e4a2f75ef2ddbdb7d authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.19.0

e965c3056feacf386ed8df4ab80299f0d7fee058 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.

0bdc6839d06c56deb14bbce031f234d45e22e60e authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: Clarify that the memory limit is in megabytes

When creating the container memory limit "m" is specified in the creation
command so this value ...

8b5bdbe33a0cd7438d2d91a207657944d80b7e0b authored about 3 years ago by Michael Wood <[email protected]>
Release 1.18.0

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

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

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

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

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

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

db04d0778e469eb24f692d7d1adee90a16ca3acc authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #93 from abulte/patch-1

Add `node.master: true` to config file

6928aa223d4fe4fe42a482dcc234eedf6adeca2d authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #95 from dokku/dependabot/docker/elasticsearch-7.14.2

chore(deps): bump elasticsearch from 7.14.1 to 7.14.2

26435207a34ad202a544f172f453c9ca96b55dea authored about 3 years ago by Jose Diaz-Gonzalez <[email protected]>
chore(deps): bump elasticsearch from 7.14.1 to 7.14.2

Bumps elasticsearch from 7.14.1 to 7.14.2.

---
updated-dependencies:
- dependency-name: elastic...

95382054be19b5a770c79523debfafa3af4202b5 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add `node.master: true` to config file

a44086e970ef15394375556420a89170a9d30533 authored about 3 years ago by Alexandre Bulté <[email protected]>
Release 1.15.2

10cb177f2ff83ae133eb46f6d3c728bbcd75df5d authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #92 from dokku/josegonzalez-patch-1

Do not copy directory out of container as tarball

61fb9a1672cfabd20b27c8bb080762bf41d32a79 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: add missing variable to sigil call

ba7d2e8ae34d793afae27a624d7f00f37183ab48 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: use correct template variables

6eeb10a88c1bb50ed2f6f934a5867056cd6de0d2 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: use correct template variables

b7e2cdb275a985a245378fae16977d16b415fe08 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: do not copy directory out of container as tarball

Refs #91

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

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

f3b95ccc90e08e6a97cc09cafc1743434f9ffbf3 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...

244ad04bf37b707b895f32d198d2116425978a08 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Release 1.15.0

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

2e56416a0aed12df9ec4e70130625dc0c5e05b09 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...

67e9aa065182f78f9d325e854a136c5caa225d48 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...

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

03bf6f9650c66e26527ab41d93857009d849f244 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 ...

b4d1f9a94225d2719900fb2f3ede83b85405c48a authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: properly spell lollipop

I've been misspelling my stand-in variable name for years...

f1f4929e337d858af8f2140b8b551b6406b8987d authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: allow setting shm-size on created containers

Refs dokku/dokku-postgres#188
Closes dokku/dokku-postgres#201

dd4cef88446c77054f8975609b76fc2a1161c260 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: properly handle unlink on promoted service

b557feabfaec9c684db01572b57792c93f54ef18 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: correctly represent the url and env vars that get injected via docker link

Closes dokku/dokku-postgres#221

5ccaafc4f9a6427ff78bed209944e93bb1a7578e authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: fix the variable reference for plugins where the alias does not match the variable

Closes dokku/dokku-postgres#199

6004900e92da5b8fb9bd2545a3e2710e14b5838f authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: make tense in command descriptions more consistent

27cc848181188132a1c9d2330f784c06596d1667 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
chore: drop extra print in readme generator

1b16027d86d2dd6cf5ee27f8399b5160a1bb31ee authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
dev: add file (for linting) and nano (for in-container editing) to devcontainer

33805e6f9f2d57e5fe36eef9a2a168e4a9ec3d71 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: use updated python shebang

323aa16f04b0be7a5bd60f8ca9983de0e0cd4cf8 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add ability to set container config options during create/clone/upgrade actions

Also add to documentation where possible.

Closes dokku/dokku-mongo#131

e912b1b33cd66e0d928a898079a56829d7177893 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add the ability to constrain memory on service start/clone

Refs dokku/dokku-redis#86

9ecce6330a4785e73a8f526b1ad1be0954f16123 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: add a note as to how to specify an interface/ip to bind on when exposing a service

Closes dokku/dokku-mongo#128

752adf0d031f5ad9c5e2537c8bf4f1a841b434e6 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: translate single-quotes into backticks

a9fd660a72b935d8acd276037e7f9e0619f92ad7 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: document how to restore a backup

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

7f468b6aaea78628795ce3e0ac2b7995d5a45dce authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
dev: add convenience copy-file bin and fix data path used by plugin

5436b3a77d1398032fa798d7627858d7cf9b0f7c authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
dev: make devcontainer setup plugin agnostic

64e9117402f833c5b1b43dc8554553c1348bea7c authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
chore: show a better error message when the image is missing

Refs dokku/dokku-clickhouse#4

5d65740a65949aaf84ac5aee0d7fc1675aff4e16 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
dev: mount the service directory from the host to ensure tests can pass inside of a docker container

7b0563e0bdfec89d976d84b0e1089c14b5f57dc8 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
Merge pull request #90 from dokku/fix-tests

Fix ci tests

78caf1c70f3e1ab316d36448c7bb1f855670e7e0 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: add templates folder and drop unnecessary interactivity

76dcea18de10895b659fdc08d5c40f628d82c914 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: use correct path

85f69b774e0e66217008cd888f98e9e189ec1e00 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: copy templates if they exist

3f244a28652ada78ddad2a9954e899b981418b6e authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
docs: update readme

83bedec048fed2129deeecbbfa26d996b865eec5 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
fix: attempt to properly configure elasticsearch 7/8

This also fixes how file copying works to support development within a container.

Refs #72

98ceebf08a706790b453cffe3744e721c93677b1 authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add templates for use with specific versions of elasticsearch

a477c73e1d39aaa0ecc8d97f51c22c18c3ec23cf authored over 3 years ago by Jose Diaz-Gonzalez <[email protected]>
feat: add devcontainer support

This should make it possible to run tests locally in a lighter way than pulling up a full VM.

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