Jose Diaz-Gonzalez
ce2b77c18a
Use latest stable mysql image
...
5.7.x is a preview release
2015-09-15 01:54:28 -07:00
Jose Diaz-Gonzalez
c2528e98ff
Merge pull request #11 from dokku/josegonzalez-patch-1
...
Fix documentation on export/import/clone
2015-09-14 19:51:20 -04:00
Jose Diaz-Gonzalez
d1ae986d8c
Fix documentation on export/import/clone
2015-09-14 19:43:30 -04:00
Jose Diaz-Gonzalez
04273cb893
Merge pull request #10 from Flink/lg-import-clone
...
Add `import`, `clone` commands
2015-09-14 11:20:06 -04:00
Loïc Guitaut
d8b13298b7
Add import, clone commands
...
Fix dump and connect commands
2015-09-14 17:09:08 +02:00
Jose Diaz-Gonzalez
7988e03c0e
Merge pull request #9 from Flink/lg-help-output
...
Compatibility with dokku 0.3.x & 0.4.x for help output
2015-09-11 17:54:25 -04:00
Loïc Guitaut
b5ec6ca12c
Compatibility with dokku 0.3.x & 0.4.x for help output
2015-09-11 23:29:40 +02:00
Jose Diaz-Gonzalez
1a7f78e9d5
Merge pull request #8 from Flink/lg-add-tests
...
Add tests for every implemented command
2015-09-10 10:47:39 -04:00
Jose Diaz-Gonzalez
866c91791d
Merge pull request #5 from Flink/lg-various-updates
...
Various updates
2015-09-10 10:47:23 -04:00
Loïc Guitaut
547653b27e
Add tests for every implemented command
2015-09-10 14:21:27 +02:00
Jose Diaz-Gonzalez
c1fc398997
Merge pull request #7 from Flink/lg-fix-password-length
...
Use a length of 16 chars for password
2015-09-09 19:04:42 -04:00
Loïc Guitaut
96189cbf0d
Use a length of 16 chars for password
...
This is a MySQL limitation.
2015-09-10 00:52:43 +02:00
Jose Diaz-Gonzalez
c025c3250a
Merge pull request #6 from Flink/lg-openssl-password
...
Use openssl rand to generate password
2015-09-09 18:41:21 -04:00
Loïc Guitaut
751964aa1f
Use openssl rand to generate password
...
It should be more secure than hashing the current time.
2015-09-10 00:19:48 +02:00
Loïc Guitaut
d551fb2d63
Use aanand/wait image to wait for service to be ready
2015-09-09 19:13:54 +02:00
Loïc Guitaut
ecc5472aae
Remove call to docker kill
2015-09-09 19:03:26 +02:00
Jose Diaz-Gonzalez
c8e74d91d3
Merge pull request #4 from Flink/lg-use-tools-from-image
...
Use mysql tools from docker image
2015-09-09 10:29:43 -04:00
Loïc Guitaut
382443d956
Use mysql tools from docker image
2015-09-09 09:51:44 +02:00
Loïc Guitaut
b3af1f96f2
Use $PLUGIN_PATH instead of dirname
2015-09-09 09:51:44 +02:00
Jose Diaz-Gonzalez
7d726f84b0
Update docker ps output
2015-09-08 12:14:23 -04:00
Jose Diaz-Gonzalez
1b16812012
Display which ports are exposed in list
2015-09-07 18:57:09 -04:00
Jose Diaz-Gonzalez
c2193ffc37
Add plugin.toml
2015-09-07 04:29:39 -04:00
Jose Diaz-Gonzalez
4db5ca7050
Add link to docker hub entry
2015-09-07 04:19:04 -04:00
Jose Diaz-Gonzalez
5e50305b2b
Require Mysql 5.7.8
2015-09-07 04:18:42 -04:00
Jose Diaz-Gonzalez
a91af619f5
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:14:01 -04:00
Jose Diaz-Gonzalez
af59e8593e
Fix connect and export commands. Closes #1
2015-09-07 01:36:17 -04:00
Jose Diaz-Gonzalez
45819a1910
Make binaries executable
2015-09-07 01:25:56 -04:00
Jose Diaz-Gonzalez
a9b1836a9e
Update mysql binstubs
2015-09-07 01:19:33 -04:00
Jose Diaz-Gonzalez
63a15aa51c
Add badges
2015-09-07 01:15:38 -04:00
Jose Diaz-Gonzalez
376ed47729
Fix tests
2015-09-07 01:00:53 -04:00
Jose Diaz-Gonzalez
7a558e0df7
Travis testing
2015-09-07 00:39:10 -04:00
Jose Diaz-Gonzalez
3481b5a95f
make test
2015-09-06 22:55:50 -04:00
Jose Diaz-Gonzalez
26a1c3db6f
Fix link name
2015-09-06 22:08:56 -04:00
Jose Diaz-Gonzalez
a9316bf1f8
Properly implement port expose/unexpose
2015-09-06 21:57:54 -04:00
Jose Diaz-Gonzalez
6557f711b0
Move alias, link, unlink and logs commands into functions
2015-08-29 03:19:35 -04:00
Jose Diaz-Gonzalez
a7543b5a31
Move service checks into commands file
2015-08-29 02:58:48 -04:00
Jose Diaz-Gonzalez
35c9ad5318
Move info and list commands into shared functions
...
Also add better output formatting for both commands
2015-08-29 02:53:16 -04:00
Jose Diaz-Gonzalez
83e1dac6d6
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 the name.
2015-08-29 02:49:41 -04:00
Jose Diaz-Gonzalez
e8fc3aaac8
use config for ports
2015-08-29 02:37:37 -04:00
Jose Diaz-Gonzalez
3bc7404aac
Use central config for env vars
2015-08-29 01:53:43 -04:00
Jose Diaz-Gonzalez
0db07a676d
add central place for configuration
2015-08-29 01:51:08 -04:00
Jose Diaz-Gonzalez
d4a88cc2f4
quiet grep output
2015-08-28 23:25:42 -04:00
Jose Diaz-Gonzalez
697ee11472
Ensure container exists before attempting to kill it
2015-08-25 17:21:26 -04:00
Jose Diaz-Gonzalez
1c33231773
Remove -plugin suffix from clone url
2015-08-25 14:04:35 -04:00
Jose Diaz-Gonzalez
68f67cfe7a
Fix logs subcommand
2015-08-23 22:07:08 -04:00
Jose Diaz-Gonzalez
1fcd7dee4a
initial commit
2015-08-23 18:56:11 -04:00