Commit Graph

285 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
3167918848 Merge pull request #14 from dokku/josegonzalez-patch-1
Remove completed todos
2015-09-16 15:19:12 -07:00
Jose Diaz-Gonzalez
0b0f90a92a Remove completed todos 2015-09-16 15:12:40 -07:00
Jose Diaz-Gonzalez
7bfdf69b3c Merge pull request #13 from dokku/lg-fix-for-0.4
Fix compatibility with dokku 0.4+
2015-09-16 15:04:45 -07:00
Loïc Guitaut
38ac7c1b0f Fix compatibility with dokku 0.4+ 2015-09-17 00:01:34 +02:00
Jose Diaz-Gonzalez
b6b19faba8 Merge pull request #12 from dokku/lg-display-version-in-list
Display image & version in `list`
2015-09-16 14:51:49 -07:00
Loïc Guitaut
39a3bcf3af Display image & version in list 2015-09-16 17:49:23 +02:00
Jose Diaz-Gonzalez
6731e4b24b Merge pull request #11 from dokku/lg-fix-tests-0.4
Add compatibility for tests with dokku 0.4+
2015-09-15 14:14:41 -07:00
Loïc Guitaut
b4564e57a1 Add compatibility for tests with dokku 0.4+ 2015-09-15 23:08:57 +02:00
Jose Diaz-Gonzalez
0f9a938b97 Mention that the plugin defaults to installing a version 2015-09-15 02:02:21 -07:00
Jose Diaz-Gonzalez
b30bc0774e Merge pull request #9 from dokku/upgrade-redis
Upgrade to redis 3.0.4
2015-09-15 01:54:49 -07:00
Jose Diaz-Gonzalez
d10e951165 Upgrade to redis 3.0.4 2015-09-15 01:50:54 -07:00
Jose Diaz-Gonzalez
414ec234ba Merge pull request #8 from dokku/lg-import-export-clone
Add `export`, `import` and `clone` commands
2015-09-13 21:48:07 -04:00
Loïc Guitaut
57e4b08158 Add export, import and clone commands 2015-09-13 23:43:04 +02:00
Jose Diaz-Gonzalez
126ce8f8f7 Merge pull request #7 from dokku/lg-help-output
Compatibility with dokku 0.3.x & 0.4.x for help output
2015-09-11 17:53:20 -04:00
Loïc Guitaut
06ff9ec50f Compatibility with dokku 0.3.x & 0.4.x for help output 2015-09-11 23:35:41 +02:00
Jose Diaz-Gonzalez
04bdd7c3d5 Merge pull request #6 from dokku/lg-config-in-docker-stub
Generic way for `docker logs` output (test stub)
2015-09-10 10:44:03 -04:00
Loïc Guitaut
71f1d622f9 Generic way for docker logs output (test stub) 2015-09-10 16:28:53 +02:00
Jose Diaz-Gonzalez
fcf3e15ab2 Merge pull request #5 from dokku/lg-add-more-tests
Add more tests
2015-09-09 11:36:34 -04:00
Loïc Guitaut
bd2bad8e1a Add tests for every command 2015-09-09 17:30:14 +02:00
Loïc Guitaut
cc5c7fee25 Ability to echo back invoked command for docker
By setting `ECHO_DOCKER_COMMAND` to `true`, the mocked docker binary
will echo back the command used to call it instead of mocking a
response.
2015-09-09 17:30:14 +02:00
Loïc Guitaut
2a9f715eed Use aanand/wait image to wait for service to be ready 2015-09-09 17:30:14 +02:00
Jose Diaz-Gonzalez
cb36b55e29 Merge pull request #2 from dokku/lg-remove-docker-kill
Remove call to `docker kill`
2015-09-09 11:26:22 -04:00
Jose Diaz-Gonzalez
491f144086 Merge pull request #4 from dokku/lg-use-cli-from-docker
Remove dependencies & warning
2015-09-08 09:56:19 -04:00
Loïc Guitaut
9c64894ba6 Don’t display a warning when exposing ports 2015-09-08 11:10:47 +02:00
Loïc Guitaut
e76bb13edf Use redis-cli from docker image
Instead of installing dependencies on the host, directly use the binary
shipped with the redis docker image. This will also prevent possible
problems when API change for example.
2015-09-08 10:34:29 +02:00
Jose Diaz-Gonzalez
803b66e8ae Merge pull request #3 from dokku/lg-ports-info-in-list
Display which ports are exposed in `list`
2015-09-07 18:50:50 -04:00
Loïc Guitaut
151520d9ca Display which ports are exposed in list 2015-09-08 00:29:35 +02:00
Jose Diaz-Gonzalez
e1d3651199 Add plugin.toml 2015-09-07 04:29:54 -04:00
Loïc Guitaut
2ecc9df262 Remove call to docker kill 2015-09-07 10:28:23 +02:00
Jose Diaz-Gonzalez
a2609c2a3c Add link to docker hub entry 2015-09-07 04:21:14 -04:00
Jose Diaz-Gonzalez
c8875b5d3e 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:51 -04:00
Jose Diaz-Gonzalez
09e8c0925e Use master branch 2015-09-07 01:17:23 -04:00
Jose Diaz-Gonzalez
6cb0901ec9 Add badges 2015-09-07 01:13:07 -04:00
Jose Diaz-Gonzalez
4f6f9ad5ca update docker binstub output 2015-09-07 00:56:53 -04:00
Jose Diaz-Gonzalez
fa37a78385 formatting 2015-09-07 00:35:07 -04:00
Jose Diaz-Gonzalez
1e37391cb9 use PLUGIN_COMMAND_PREFIX instead of SERVICE for command prefix 2015-09-07 00:35:00 -04:00
Jose Diaz-Gonzalez
7592609d07 respect PLUGIN_DATA_ROOT env var 2015-09-07 00:25:03 -04:00
Jose Diaz-Gonzalez
c37e99f77c set PLUGIN_DATA_ROOT to fixtures directory 2015-09-07 00:20:39 -04:00
Jose Diaz-Gonzalez
8c0bbb3128 binstub for redis-cli 2015-09-07 00:20:28 -04:00
Jose Diaz-Gonzalez
b777ed6793 fix docker ps output 2015-09-07 00:17:49 -04:00
Jose Diaz-Gonzalez
1cc05817b7 Use docker binstub instead of running install and dependencies 2015-09-07 00:15:59 -04:00
Jose Diaz-Gonzalez
ade1765a3a Install dependencies and docker images 2015-09-06 23:51:51 -04:00
Jose Diaz-Gonzalez
50f9c2f5ef simplify test structure and add bin stubs 2015-09-06 23:45:57 -04:00
Jose Diaz-Gonzalez
bbdb6b05b1 Do not allow master to ever fail 2015-09-06 23:40:01 -04:00
Jose Diaz-Gonzalez
909888ec45 Fix paths 2015-09-06 23:39:04 -04:00
Jose Diaz-Gonzalez
2983d4767e fix path 2015-09-06 23:32:38 -04:00
Jose Diaz-Gonzalez
0ec0d8f008 run setup before tests 2015-09-06 23:32:33 -04:00
Jose Diaz-Gonzalez
706ca6d134 move ci-dependencies to setup 2015-09-06 23:32:28 -04:00
Jose Diaz-Gonzalez
2c66d0371b sudo is required 2015-09-06 23:28:44 -04:00
Jose Diaz-Gonzalez
4eb3c9cdd6 Initial test setup 2015-09-06 23:27:34 -04:00