Michael Hobbs
|
d2f2bc9ac1
|
update docs to reflect default checks. rename DOKKU_DEFAULT_WAIT to DOKKU_DEFAULT_CHECKS_WAIT. refs #1323
|
2015-07-17 07:25:35 -07:00 |
|
Michael Hobbs
|
1ce657565f
|
Merge pull request #1319 from MWers/mw-fix-spelling-issues
Spelling fix: 'comma seperated'=>'comma-separated'
|
2015-07-14 16:29:20 -07:00 |
|
Matt Walker
|
d457ffe7ee
|
Spelling fix: 'comma seperated'=>'comma-separated'
|
2015-07-14 15:46:32 -07:00 |
|
Jose Diaz-Gonzalez
|
4bdff25969
|
Merge pull request #1312 from progrium/kilianc_hotfix-#1270
fixes #1270 faulty default container check (uses docker inspect)
|
2015-07-13 13:22:27 -04:00 |
|
Michael Hobbs
|
c7cb014580
|
convenience functions for app container state
|
2015-07-13 09:27:42 -07:00 |
|
Michael Hobbs
|
633c595311
|
use docker inspect instead of docker ps grep pattern. closes #1281
|
2015-07-13 09:09:38 -07:00 |
|
Kilian Ciuffolo
|
0424d5a744
|
fixes #1270 faulty default container check
|
2015-07-13 09:09:38 -07:00 |
|
Jose Diaz-Gonzalez
|
0a4c22dfea
|
Merge pull request #1278 from progrium/nginx-template-from-app
Nginx template from app
|
2015-07-13 10:35:42 -04:00 |
|
Jose Diaz-Gonzalez
|
f27cbe1325
|
Merge pull request #1313 from progrium/1309_mh-verify-app-in-deploy
verify we have an app when deploy is called
|
2015-07-13 10:35:22 -04:00 |
|
Jose Diaz-Gonzalez
|
68b12ab46f
|
Merge pull request #1298 from SonicHedgehog/fix-check-root
Fix check-deploy skipping the root path
|
2015-07-13 10:31:21 -04:00 |
|
Jose Diaz-Gonzalez
|
8905387d16
|
Merge pull request #1311 from progrium/kilianc_hotfix-#1259
ignore protocol of Dockerfile EXPOSE (refs: #1280)
|
2015-07-12 20:06:38 -04:00 |
|
Jose Diaz-Gonzalez
|
ca1b17ea8d
|
Use nginx.conf.template as the template name
|
2015-07-12 20:06:21 -04:00 |
|
Jose Diaz-Gonzalez
|
007946f52a
|
Use simplified method for retrieving a container id
|
2015-07-12 20:02:29 -04:00 |
|
Michael Hobbs
|
b0ca3aadb0
|
verify we have an app when deploy is called. fixes #1309
|
2015-07-12 16:59:16 -07:00 |
|
Jose Diaz-Gonzalez
|
1be74988f1
|
Merge pull request #1310 from progrium/1261_mh-use-global-config
use config:get for checks skipping variables
|
2015-07-12 19:31:25 -04:00 |
|
Michael Hobbs
|
3e58824377
|
Merge branch 'master' into kilianc_hotfix-#1259
|
2015-07-12 16:27:10 -07:00 |
|
Michael Hobbs
|
ee4fca572e
|
mv dockerfile port logic to common function + tests. closes #1280
|
2015-07-12 15:57:12 -07:00 |
|
Michael Hobbs
|
57b405ce76
|
use config:get for checks skipping variables
|
2015-07-12 15:23:51 -07:00 |
|
Jose Diaz-Gonzalez
|
43b179735b
|
Merge pull request #1261 from Flink/bypass-checks-on-demand
Allows to skip checks (all or default)
|
2015-07-11 16:31:21 -04:00 |
|
Jose Diaz-Gonzalez
|
6895dd9936
|
Use get_container_ids method to retrieve container for nginx conf
|
2015-07-11 16:29:25 -04:00 |
|
Assaf Arkin
|
379a2e8908
|
Added documentation
|
2015-07-11 15:06:56 -04:00 |
|
Assaf Arkin
|
71b79da262
|
CHANGED extract nginx.conf.template from project
|
2015-07-11 15:05:06 -04:00 |
|
Jose Diaz-Gonzalez
|
e985d18454
|
Merge pull request #1307 from progrium/1287-release-docs
Add release documentation. Closes #1287
|
2015-07-11 15:01:00 -04:00 |
|
Jose Diaz-Gonzalez
|
972cad7717
|
Add release documentation. Closes #1287
[ci skip]
|
2015-07-11 15:00:37 -04:00 |
|
Jose Diaz-Gonzalez
|
6f6a3e4715
|
Merge pull request #1306 from progrium/1177-clarify-installation
Clarify web/cli installation docs. Closes #1177. Closes #1170
|
2015-07-11 14:44:19 -04:00 |
|
Jose Diaz-Gonzalez
|
815bc326a4
|
Clarify web/cli installation docs. Closes #1177. Closes #1170
[ci skip]
|
2015-07-11 14:43:50 -04:00 |
|
Jakob Krigovsky
|
25c107b164
|
Add checks-root test app to tests.mk
|
2015-07-11 14:39:25 +02:00 |
|
Jakob Krigovsky
|
7c02c6d31d
|
Add test app checks-root
|
2015-07-11 13:58:55 +02:00 |
|
Jakob Krigovsky
|
3218e2b076
|
Allow for test apps that should fail deployment
|
2015-07-11 13:58:52 +02:00 |
|
Jakob Krigovsky
|
5f03518ec8
|
Fix check-deploy skipping the root path
The root path, `/`, was treated as an invalid URL because it didn’t
contain any characters after the slash.
|
2015-07-11 13:46:17 +02:00 |
|
Michael Hobbs
|
4629a9909b
|
Merge pull request #1291 from progrium/1261_mh-config-args-refactor
initial pass at config plugin arguments refactor
|
2015-07-10 07:55:18 -07:00 |
|
Jose Diaz-Gonzalez
|
16a0ca5f70
|
Merge pull request #1302 from econya/master
in nginx doc, mention where original templates are found by default.
|
2015-07-10 10:28:15 -04:00 |
|
Jose Diaz-Gonzalez
|
5192bb62fd
|
Merge pull request #1301 from mixxorz/add-reset-mtime-plugin-list
Add reset mtime plugin list
|
2015-07-10 10:21:22 -04:00 |
|
Felix Wolfsteller
|
f68b126bc9
|
fix typo
|
2015-07-10 12:22:07 +02:00 |
|
Felix Wolfsteller
|
bf1ff080b6
|
in nginx conf mention how to apply template changes (i assume deploy is the answer).
|
2015-07-10 12:21:29 +02:00 |
|
Felix Wolfsteller
|
bff273d625
|
in nginx doc, mention where original templates are found by default.
|
2015-07-10 12:08:29 +02:00 |
|
mixxorz
|
ae2779e38c
|
Fixed missing author links
|
2015-07-10 11:23:49 +08:00 |
|
mixxorz
|
4de6bbfb29
|
Added reset-mtime plugin to plugins.md
|
2015-07-10 11:21:43 +08:00 |
|
Michael Hobbs
|
7ffca93ba8
|
Merge pull request #1299 from SonicHedgehog/x-forwarded-proto-https
Set X-Forwarded-Proto header if TLS is enabled when running checks
|
2015-07-09 16:39:08 -07:00 |
|
Jakob Krigovsky
|
a60dfd3b5e
|
Set X-Forwarded-Proto header if TLS is enabled when running checks
|
2015-07-09 22:03:29 +02:00 |
|
Michael Hobbs
|
8ea88c85b6
|
Merge pull request #1300 from progrium/1294_mh-fix-urls-output
fix urls command when NO_VHOST=1 + tests
|
2015-07-09 12:58:44 -07:00 |
|
Michael Hobbs
|
64d76724e5
|
fix typo. good thing we have a test suite. :P
|
2015-07-09 12:35:43 -07:00 |
|
Michael Hobbs
|
e21b730089
|
remove dead test file
|
2015-07-09 12:31:58 -07:00 |
|
Michael Hobbs
|
033a267573
|
fix urls command when NO_VHOST=1 + tests. fixes #1294
|
2015-07-09 12:12:58 -07:00 |
|
Jose Diaz-Gonzalez
|
39d993b411
|
Merge pull request #1296 from Flink/docker-auto-volumes-plugin
Add docker-auto-volumes to plugins
|
2015-07-09 11:57:48 -04:00 |
|
Loïc Guitaut
|
54b46066ff
|
Add docker-auto-volumes to plugins
|
2015-07-09 12:26:59 +02:00 |
|
Michael Hobbs
|
710c6f4e88
|
don't run dokku again on --* args in config plugin
|
2015-07-07 12:31:57 -07:00 |
|
Michael Hobbs
|
a84397895a
|
initial pass at config plugin arguments refactor
|
2015-07-06 19:41:17 -07:00 |
|
Michael Hobbs
|
aa55f027a4
|
Merge pull request #1289 from progrium/mh-fix-random-test-failure
don't background cleanup
|
2015-07-06 07:01:10 -07:00 |
|
Michael Hobbs
|
0b9ac9a727
|
don't background cleanup
|
2015-07-05 21:08:47 -07:00 |
|