Ecosyste.ms: OpenCollective

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

github.com/dokku/dokku-mariadb

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

Merge pull request #16 from dokku/josegonzalez-patch-1

Fix overlapping exported config

c8cabb87dcc7e2c3ac69e8cc30d592e7876590f5 authored over 9 years ago
Set MARIADB_ROOT environment variable as well

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

b9b047c5ac3014b8018a52cbb55a7a063aa0c137 authored over 9 years ago
Fix overlapping exported config

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

dff319ea34221feaa3155049b1ecc09661efeef6 authored over 9 years ago
Update README.md

757bcbb8e96492e2a6e3034e1cdafb24244e819e authored over 9 years ago
Merge pull request #15 from dokku/lg-fix-install

Fix wrong version check on docker wait image

ed96aedff18d452de327b5caa29ddd7f2d566a15 authored over 9 years ago
Fix wrong version check on docker wait image

ead4f2adecb3313e66eaacf28a302bb3236bdf93 authored over 9 years ago
Merge pull request #14 from dokku/lg-check-images

Add checks for all docker images in install hook

3912739559271831e907176b47cbb98fd69ee158 authored over 9 years ago
Merge pull request #12 from dokku/lg-docker-args-hooks

Use docker-args-* hooks instead of deprecated one

b8dacba865ed063cf1b8b136349594e39a7c5f1b authored over 9 years ago
Merge pull request #13 from dokku/lg-tty-on-connect

Do not always allocate a tty on `connect`

39ee30a6d3aeffa1f468a5f73732e691dd240f0e authored over 9 years ago
Add checks for all docker images in install hook

4fcadeea31fe76b2821b2c5a3fa49e8dd5c42a3f authored over 9 years ago
Do not always allocate a tty on `connect`

c063729fb364166397b86d526ed93fd6c1aba6f4 authored over 9 years ago
Use docker-args-* hooks instead of deprecated one

91b57137146b0890ec433faf1b53735717bfc054 authored over 9 years ago
Merge pull request #11 from dokku/lg-fix-for-0.4

Fix compatibility with dokku 0.4+

66a60e8021ac0489d51d36ca1b4c8a2ee042b08b authored over 9 years ago
Merge pull request #10 from dokku/lg-display-version-in-list

Display image & version in `list`

77e360ca75ff2a34e6600dcf13a6f6a11951a5b8 authored over 9 years ago
Fix compatibility with dokku 0.4+

66d3b1d4b68b7447069c1470166d49d668be6fbf authored over 9 years ago
Display image & version in `list`

473f7bb6686b0e812351dd21db43fdd5d065f3da authored over 9 years ago
Merge pull request #9 from dokku/lg-fix-tests-0.4

Add compatibility for tests with dokku 0.4+

67a1120d9199495bd86d0a95a3f8370dc3089872 authored over 9 years ago
Add compatibility for tests with dokku 0.4+

8f9e858f00c228ebcb811d6f1849595e7833ab56 authored over 9 years ago
Mention that the plugin defaults to installing a version

87cc21e324a77365b1b3bb6974a79ac459959abb authored over 9 years ago
Merge pull request #7 from dokku/lg-import-clone

Add `import`, `clone` commands

b52e760d053a2d44cb28edf542e67269634aefa5 authored over 9 years ago
Add `import`, `clone` commands

Fix dump and connect commands

8a0b40f4e510b0611eec358004e222a90bfa7e2c authored over 9 years ago
Merge pull request #6 from dokku/lg-help-output

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

8929e80a6adff901ee865919eed74e58c2aca8ae authored over 9 years ago
Compatibility with dokku 0.3.x & 0.4.x for help output

d79ae4498050ebcebca96cdca8f2e43904e9d207 authored over 9 years ago
Merge pull request #5 from dokku/lg-add-tests

Add tests for every implemented command

feb5007137a8de7a1bbda232feb44299738515af authored over 9 years ago
Add tests for every implemented command

8036951f4cd73141d8b613287b6cb5fa31ee10ac authored over 9 years ago
Merge pull request #4 from dokku/lg-fix-password-length

Use a length of 16 chars for password

5ea6c16210206b1d6e3023129e945be8eb93ae00 authored over 9 years ago
Use a length of 16 chars for password

This is a MariaDB limitation.

d4c7bb57a697791389831066437a74ae885858c4 authored over 9 years ago
Merge pull request #3 from dokku/lg-openssl-password

Use openssl rand to generate password

17323e7cbad75b8fe0135ab651433951540e61aa authored over 9 years ago
Use openssl rand to generate password

It should be more secure than hashing the current time.

f4bba7c9df451099b4e277ab34f895932ece4e20 authored over 9 years ago
Merge pull request #2 from dokku/lg-various-updates

Various updates

f58c28e60943056b55768dc92a6e0470cbfc9e1f authored over 9 years ago
Use aanand/wait image to wait for service to be ready

c5dfe46f07796ea81e29abdad5ce9344f18ee5df authored over 9 years ago
Remove call to `docker kill`

1ac333d9afe721e5d48e46572a2c2a220217e99a authored over 9 years ago
Merge pull request #1 from dokku/lg-use-tools-from-image

Use tools from mariadb image

223dfb1bcb74cf732001b9af8e2451b54b8a1edb authored over 9 years ago
Use tools from mariadb image

24c8eb8f59d5f1357dbc2408904af1c259d60235 authored over 9 years ago
Display which ports are exposed in list

972d772a8058040eac776f2c53f3dd3081a68655 authored over 9 years ago
Add plugin.toml

bbbff38f12d3218bc5659abaac69d8b409cc4824 authored over 9 years ago
Add link to docker hub entry

640e489c536bb5206de54db3545f7d5b2539fddd authored over 9 years ago
Update requirements

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

33a633160821f0465d7a3a5cbe54cff1033148e5 authored over 9 years ago
Fix connect and export commands

36319aedd47d083edc268796d443fe16e4367040 authored over 9 years ago
Make binaries executable

d4ba076f479bdfca143ba248514631d89c387a63 authored over 9 years ago
Add badges

e899a6edafc44af9d09f289e3c6f09c110cdbf3f authored over 9 years ago
Allow overriding PLUGIN_DATA_ROOT

e33c40ffa55cea00622886217b757e8246ec898f authored over 9 years ago
fix docker ps output

9af908e0ef3fe447a590a949a94f2498f24fcb61 authored over 9 years ago
Fix docker binstub output

6f7fdeeeb970e26dba1e41128c8eece7302bf6b6 authored over 9 years ago
fix docker output

e8fa6c29b9625cea6e3dc53855ade0d9d4a7f4a4 authored over 9 years ago
Fix binaries for mariadb

6424d0bf5034510c650abf9d4737439a70d5c3c1 authored over 9 years ago
Travis testing

02fd4059a66573df038561e8b307dfeb35ba5b5a authored over 9 years ago
make test

5cc04e35f162840673ca4a0396e1a4f177452eb5 authored over 9 years ago
Fix link name

04a0238d7de38455b346cc77f5e00cbb72f4333d authored over 9 years ago
mariadb:expose is now implemented

68d8a8b290557f56421ca505acb6fb6e988a6bc7 authored over 9 years ago
Properly implement port expose/unexpose

2a34708593e3759f7c3b49b2166cfaf52b4bb0c5 authored over 9 years ago
Move alias, link, unlink and logs commands into functions

5ed265a152d309fb4dac44d3d0364d8bf205d0dc authored over 9 years ago
Move service checks into commands file

4018f8b2a2e4abc906664fa588e42833ca2d5601 authored over 9 years ago
Move info and list commands into shared functions

Also add better output formatting for both commands

52194e1b77f0f86549f461a0c1066092d557dc87 authored over 9 years ago
Remove service verification from service_url function

It is not necessary to do so in a function that is called from other places that already verify ...

532590ab94f2eea6289a653888d3d515aeea9d75 authored over 9 years ago
use config for ports

6d77eeca50b3bd0d2997ef93ca0b06e3aa14c640 authored over 9 years ago
Use central config for env vars

399147cb28c405b959de6c38437ccc45c7363a57 authored over 9 years ago
add central place for configuration

2a7afaf831558faafd662a0855acecfb2a76412a authored over 9 years ago
quiet grep output

2682e9fc710ee7e25959f732603a3cca7f3ce35c authored over 9 years ago
Ensure container exists before attempting to kill it

9a6741b8dd52707461d5a2f7ca54ddaf889a1278 authored over 9 years ago
Remove -plugin suffix from clone url

59513653511609c8fb7b00648237aaab7ada5a72 authored over 9 years ago
Fix logs subcommand

a3c92b2a7e8d86f86cd7f73ebf1e02a1ee23db51 authored over 9 years ago
initial commit

3e37468a5940e1b15d3393462e06add8205742ff authored over 9 years ago