Jose Diaz-Gonzalez
|
c2ba33bcdd
|
Fix expose tests
|
2016-08-28 22:15:01 -04:00 |
|
Jose Diaz-Gonzalez
|
4e4629a7c5
|
Document exposed ports when an invalid number of arguments are specified
|
2016-08-28 21:24:44 -04:00 |
|
Jose Diaz-Gonzalez
|
089f8e700c
|
Update docker binstub
|
2016-08-28 20:37:46 -04:00 |
|
Jose Diaz-Gonzalez
|
bd3cda4e42
|
Add --id flag
|
2016-08-28 17:55:44 -04:00 |
|
Jose Diaz-Gonzalez
|
c806328cc8
|
Add support for flags on the service:info command
|
2016-08-28 05:38:03 -04:00 |
|
Jose Diaz-Gonzalez
|
f02aaf39d8
|
Make install hook quiet when there is nothing to do
|
2016-08-28 02:05:02 -04:00 |
|
Jose Diaz-Gonzalez
|
b6c472f0c7
|
Make dokku help friendlier
|
2016-08-28 01:13:10 -04:00 |
|
Jose Diaz-Gonzalez
|
b18797ed3e
|
Update docker image
|
2016-08-27 16:27:28 -04:00 |
|
Jose Diaz-Gonzalez
|
36ea73f7a8
|
Fix failing tests on master and test all .0 minor releases
|
2016-08-27 05:13:37 -04:00 |
|
Jose Diaz-Gonzalez
|
e1d1b9c832
|
Update docker binstub
|
2016-08-27 03:12:57 -04:00 |
|
Jose Diaz-Gonzalez
|
4e046f4d38
|
Secure password file
|
2016-08-27 01:38:38 -04:00 |
|
Jose Diaz-Gonzalez
|
1924739d74
|
Use cat and double-quotes when retrieving the password
|
2016-08-27 01:34:41 -04:00 |
|
Jose Diaz-Gonzalez
|
fbfacb44c4
|
Add missing mkdir calls
|
2016-08-27 01:34:37 -04:00 |
|
Jose Diaz-Gonzalez
|
95e9fd114e
|
Add missing SERVICE_ROOT env var
|
2016-08-27 01:10:28 -04:00 |
|
Jose Diaz-Gonzalez
|
c93ac0a236
|
Output the config/data directories when performing service:info
|
2016-08-27 00:57:14 -04:00 |
|
Jose Diaz-Gonzalez
|
d14258560d
|
add sudo to command
consistency with http://dokku.viewdocs.io/dokku~v0.6.3/application-deployment/#create-the-backing-services
|
2016-08-26 23:31:56 -04:00 |
|
Jose Diaz-Gonzalez
|
df77033516
|
Only wait for a single port
|
2016-08-26 23:05:22 -04:00 |
|
Jose Diaz-Gonzalez
|
6fb3589833
|
Add tests for connect-admin
|
2016-07-24 14:40:04 -04:00 |
|
Jose Diaz-Gonzalez
|
e823af5e7f
|
fix cmd variable in connect-admin call
|
2016-07-24 14:39:55 -04:00 |
|
Jose Diaz-Gonzalez
|
9b3aa3d760
|
Fix permissions on connect-admin
|
2016-07-24 14:37:20 -04:00 |
|
Jose Diaz-Gonzalez
|
ebe480a459
|
Merge pull request #71 from dotcypress/master
Add `mongo:connect-admin` command
|
2016-07-11 20:23:19 -04:00 |
|
Vitaly Domnikov
|
9098f2e9cc
|
rename admin command
|
2016-07-11 16:52:58 -07:00 |
|
Vitaly Domnikov
|
c148691ea7
|
rename admin command
|
2016-07-11 16:51:10 -07:00 |
|
Vitaly Domnikov
|
0d64d42218
|
add mongo:admin command
|
2016-07-11 16:18:29 -07:00 |
|
Jose Diaz-Gonzalez
|
e8714ed32e
|
Merge pull request #69 from dokku/check-docker-option-calls
Fix calls to docker-options plugin under all 0.4.x releases
|
2016-06-22 15:16:36 -04:00 |
|
Jose Diaz-Gonzalez
|
93ef01aba5
|
Fix calls to docker-options plugin under all 0.4.x releases
|
2016-06-09 12:31:32 -04:00 |
|
Jose Diaz-Gonzalez
|
f5962b2b68
|
Always remove * directory
|
2016-05-23 21:12:48 -04:00 |
|
Jose Diaz-Gonzalez
|
d685246a29
|
Merge pull request #67 from malixsys/patch-2
Adding roles for admin user
|
2016-05-23 20:42:35 -04:00 |
|
Martin Alix
|
14cab3253b
|
Adding roles for admin user
Rights missing to perform system.version actions:
```> db.system.version.remove({})
WriteResult({
"writeError" : {
"code" : 13,
"errmsg" : "not authorized on admin to execute command { delete: \"system.version\", deletes: [ { q: {}, limit: 0.0 } ], ordered: true }"
}
})```
|
2016-05-23 12:24:24 -04:00 |
|
Jose Diaz-Gonzalez
|
cde694b240
|
Merge pull request #66 from dokku/alphabetize-functions
Alphabetize functions to improve organization
|
2016-05-16 10:03:19 -04:00 |
|
Jose Diaz-Gonzalez
|
372f2eef23
|
Alphabetize functions to improve organization
|
2016-05-16 02:28:50 -04:00 |
|
Jose Diaz-Gonzalez
|
5a6d6cda33
|
Merge pull request #65 from dokku/subcommand-structure
Subcommand structure
|
2016-05-16 01:38:11 -04:00 |
|
Jose Diaz-Gonzalez
|
e6308b3172
|
Remove remaining direct dokku calls
|
2016-05-16 00:24:51 -04:00 |
|
Jose Diaz-Gonzalez
|
ddf428c035
|
Conform to function declaration standards
- declare desc variable
- declare all positional arguments
- set the cmd
- properly handle DOKKU_APP_NAME
|
2016-05-15 23:56:32 -04:00 |
|
Jose Diaz-Gonzalez
|
e2f6d6b045
|
Move all commands into subcommand structure
|
2016-05-15 22:12:43 -04:00 |
|
Jose Diaz-Gonzalez
|
fd53f236c7
|
Use docker-options functions directly to avoid setting DOKKU_APP_NAME twice
|
2016-05-15 19:29:37 -04:00 |
|
Jose Diaz-Gonzalez
|
8840d94497
|
Upgrade help output for dokku 0.5.x
Also completely drop support for help output on 0.3.x
|
2016-05-15 19:13:02 -04:00 |
|
Jose Diaz-Gonzalez
|
38e1805b55
|
Fix test setup to create proper directory structure for plugin
|
2016-05-15 18:58:01 -04:00 |
|
Jose Diaz-Gonzalez
|
3ed0c73bd9
|
Move setting of PLUGIN_BASE_PATH to config
|
2016-05-15 18:36:44 -04:00 |
|
Jose Diaz-Gonzalez
|
e8fe904cbd
|
Merge pull request #64 from dokku/fix-testing-on-os-x
Fix testing on os x
|
2016-05-08 15:35:53 -04:00 |
|
Jose Diaz-Gonzalez
|
fb7213d4e5
|
shellcheck disable
|
2016-05-08 15:16:46 -04:00 |
|
Jose Diaz-Gonzalez
|
06d56bf4ac
|
update shellcheck ignores
|
2016-05-08 14:57:12 -04:00 |
|
Jose Diaz-Gonzalez
|
108a02f61e
|
quote SERVICE_NAME value
|
2016-05-08 14:57:05 -04:00 |
|
Jose Diaz-Gonzalez
|
4c4f74fc9a
|
use an extension for sed calls on os x
|
2016-05-08 14:56:56 -04:00 |
|
Jose Diaz-Gonzalez
|
9fcca9ee02
|
trim whitespace from url
|
2016-05-08 14:56:46 -04:00 |
|
Jose Diaz-Gonzalez
|
63062c4107
|
shellcheck disable
|
2016-05-08 14:56:37 -04:00 |
|
Jose Diaz-Gonzalez
|
15e385a628
|
use config functions properly
|
2016-05-08 14:56:23 -04:00 |
|
Jose Diaz-Gonzalez
|
dd5fe9104b
|
ensure we don't expand PLUGIN_DATA_ROOT
|
2016-05-08 14:55:39 -04:00 |
|
Jose Diaz-Gonzalez
|
cbead0b152
|
quote docker pull call
|
2016-05-08 14:55:28 -04:00 |
|
Jose Diaz-Gonzalez
|
67dbee1b90
|
fix read call
|
2016-05-08 14:55:16 -04:00 |
|