Loïc Guitaut
34fd421d4c
Use our own image to wait for services
2015-09-24 11:42:49 +02:00
Jose Diaz-Gonzalez
7905c134e5
Merge pull request #22 from dokku/josegonzalez-patch-1
...
Fix overlapping exported config
2015-09-23 15:08:23 -04:00
Jose Diaz-Gonzalez
7c5cefb7c7
Set MONGO_ROOT environment variable as well
...
Since PLUGIN_DATA_ROOT is not directly overrideable anymore, we need to *also* set this env var here.
2015-09-23 15:03:44 -04:00
Jose Diaz-Gonzalez
9e227852fb
Fix overlapping exported config
...
If using multiple official dokku datastorage plugins, it is possible to get into a case where the `PLUGIN_DATA_ROOT` would be set incorrectly for other plugins.
Refs dokku/dokku-redis#20
2015-09-23 14:37:53 -04:00
Jose Diaz-Gonzalez
5bd4f4f708
Update README.md
2015-09-22 12:08:30 -04:00
Jose Diaz-Gonzalez
358928263c
Merge pull request #21 from dokku/lg-fix-install
...
Fix wrong version check on docker wait image
2015-09-22 11:57:25 -04:00
Loïc Guitaut
4a8c584d6c
Fix wrong version check on docker wait image
2015-09-22 16:01:51 +02:00
Jose Diaz-Gonzalez
97bc990978
Merge pull request #19 from dokku/lg-check-images
...
Add checks for all docker images in install hook
2015-09-21 10:16:47 -04:00
Jose Diaz-Gonzalez
a9385fd68e
Merge pull request #17 from dokku/lg-docker-args-hooks
...
Use docker-args-* hooks instead of deprecated one
2015-09-21 10:16:37 -04:00
Jose Diaz-Gonzalez
eab5ec1b14
Merge pull request #18 from dokku/lg-tty-on-connect
...
Do not always allocate a tty on `connect`
2015-09-21 10:12:36 -04:00
Loïc Guitaut
b2a9bf7a45
Add checks for all docker images in install hook
2015-09-21 14:17:34 +02:00
Loïc Guitaut
22fa6bd92d
Do not always allocate a tty on connect
2015-09-21 10:12:55 +02:00
Loïc Guitaut
e1dba2babd
Use docker-args-* hooks instead of deprecated one
2015-09-21 09:47:45 +02:00
Jose Diaz-Gonzalez
b26a612a50
Merge pull request #16 from dokku/josegonzalez-patch-1
...
Remove completed todos
2015-09-16 15:19:14 -07:00
Jose Diaz-Gonzalez
975643861d
Remove completed todos
2015-09-16 15:12:11 -07:00
Jose Diaz-Gonzalez
9528db9c5d
Merge pull request #15 from dokku/lg-fix-for-0.4
...
Fix compatibility with dokku 0.4+
2015-09-16 14:52:01 -07:00
Jose Diaz-Gonzalez
898654fe91
Merge pull request #14 from dokku/lg-display-version-in-list
...
Display image & version in `list`
2015-09-16 14:50:22 -07:00
Loïc Guitaut
ed884da6f8
Fix compatibility with dokku 0.4+
2015-09-16 23:48:58 +02:00
Loïc Guitaut
8949686410
Display image & version in list
2015-09-16 17:42:26 +02:00
Jose Diaz-Gonzalez
8a116cec97
Merge pull request #12 from dokku/lg-use-auth
...
Use authentication when creating database
2015-09-15 14:07:51 -07:00
Loïc Guitaut
bd37ebe527
Add compatibility for tests with dokku 0.4+
2015-09-15 22:47:47 +02:00
Loïc Guitaut
31cefc9387
Use authentication when creating database
2015-09-15 22:38:19 +02:00
Jose Diaz-Gonzalez
2059c8356f
Merge pull request #11 from dokku/josegonzalez-patch-1
...
Fix MONGO_URL in readme
2015-09-15 02:22:53 -07:00
Jose Diaz-Gonzalez
a362278962
Fix MONGO_URL in readme
2015-09-15 02:05:40 -07:00
Jose Diaz-Gonzalez
9b1aff80b3
Merge pull request #10 from dokku/josegonzalez-patch-1
...
Mention that the plugin defaults to installing a version
2015-09-15 02:02:40 -07:00
Jose Diaz-Gonzalez
2bc1257baf
Mention that the plugin defaults to installing a version
2015-09-15 02:00:53 -07:00
Jose Diaz-Gonzalez
c83d8482ea
Merge pull request #9 from dokku/lg-database-in-url
...
Add database name in DSN
2015-09-15 01:59:56 -07:00
Loïc Guitaut
c982923233
Add database name in DSN
2015-09-15 10:52:54 +02:00
Jose Diaz-Gonzalez
0665e5b6d0
Merge pull request #8 from dokku/josegonzalez-patch-1
...
$PLUGIN_SERVICE => mongo
2015-09-14 20:00:55 -04:00
Jose Diaz-Gonzalez
467495d994
$PLUGIN_SERVICE => mongo
2015-09-14 19:51:07 -04:00
Jose Diaz-Gonzalez
20a458cc45
Merge pull request #6 from Flink/lg-import-export-clone
...
Implement `export`, `import` and `clone` commands
2015-09-14 19:36:08 -04:00
Jose Diaz-Gonzalez
a17e1902ec
Merge pull request #7 from Flink/lg-use-stable-version
...
Use latest stable release of MongoDB
2015-09-14 19:36:01 -04:00
Loïc Guitaut
0125d62529
Use latest stable release of MongoDB
...
3.0.6 is latest stable, 3.1.7 is a development version.
2015-09-14 23:32:54 +02:00
Loïc Guitaut
61f2afb099
Implement export, import and clone commands
2015-09-14 23:12:40 +02:00
Jose Diaz-Gonzalez
f56b193323
Merge pull request #5 from Flink/lg-help-output
...
Compatibility with dokku 0.3.x & 0.4.x for help output
2015-09-11 17:54:17 -04:00
Loïc Guitaut
1acba04ade
Compatibility with dokku 0.3.x & 0.4.x for help output
2015-09-11 23:27:52 +02:00
Jose Diaz-Gonzalez
c9cea1b1a3
Merge pull request #4 from Flink/lg-add-tests
...
Add tests for every implemented command
2015-09-10 10:43:24 -04:00
Loïc Guitaut
12557fbaa1
Add tests for every implemented command
2015-09-10 16:21:35 +02:00
Jose Diaz-Gonzalez
5ffe614ad0
Merge pull request #3 from Flink/lg-various-updates
...
Various updates
2015-09-09 13:33:39 -04:00
Loïc Guitaut
1f0905d353
Use aanand/wait image to wait for service to be ready
2015-09-09 19:26:23 +02:00
Loïc Guitaut
7ac355a0d2
Remove call to docker kill
2015-09-09 19:21:39 +02:00
Jose Diaz-Gonzalez
535a34f587
Merge pull request #2 from Flink/lg-use-tools-from-image
...
Use mongo from docker image
2015-09-09 10:29:24 -04:00
Loïc Guitaut
674d705250
Use mongo from docker image
2015-09-09 14:08:45 +02:00
Loïc Guitaut
ad3f4e9df1
Use $PLUGIN_PATH instead of dirname
2015-09-09 12:15:57 +02:00
Jose Diaz-Gonzalez
a3a14a4393
Update docker ps output
2015-09-08 12:14:12 -04:00
Jose Diaz-Gonzalez
d6aa5fcf9c
Display which ports are exposed in list
2015-09-07 18:57:27 -04:00
Jose Diaz-Gonzalez
85004fcade
Add plugin.toml
2015-09-07 04:29:42 -04:00
Jose Diaz-Gonzalez
cc7ba55176
Add link to docker hub entry
2015-09-07 04:20:05 -04:00
Jose Diaz-Gonzalez
118166012f
Upgrade mongo version
2015-09-07 04:19:47 -04:00
Jose Diaz-Gonzalez
77f57c6d3a
Update requirements
...
- dokku 0.4.0 does not yet exist, so this should dissuade people from installing this plugin.
- docker 1.8.x cannot be installed with the official dokku debian packages, so this means that for now users will need to install from source.
2015-09-07 04:13:58 -04:00