Commit graph

102 commits

Author SHA1 Message Date
Michal Fojtik
e0a3fa6c0a Merge pull request #25 from mnagy/add_reload_config
Add configuration file for Gunicorn automatic reloading
2015-10-01 16:12:19 +02:00
Martin Nagy
816192d388 Add configuration file for Gunicorn automatic reloading 2015-10-01 15:51:36 +02:00
Ben Parees
2003ae657a Merge pull request #24 from bparees/master
remove bad default route hostname
2015-08-20 09:34:03 -04:00
Ben Parees
71a132bebd remove bad default route hostname 2015-08-18 13:19:30 -04:00
Michal Fojtik
2a7e09f47e Merge pull request #23 from bparees/param
parameterize the db image name
2015-08-03 10:37:20 +02:00
Ben Parees
b5f15113d7 parameterize the db image name 2015-07-31 14:40:19 -04:00
Ben Parees
a51feaedf6 Merge pull request #22 from bparees/length
shorten service name to less than 24 chars
2015-07-31 09:41:40 -04:00
Ben Parees
d3a54ad5fd shorten service name to less than 24 chars 2015-07-31 09:32:39 -04:00
Ben Parees
c84b9f85de Merge pull request #21 from gabemontero/issue3358
get names consistent; associated doc updates based on test walkthrough
2015-07-01 14:44:43 -04:00
gabemontero
9cf2c50ce8 get names consistent; associated doc updates based on test walkthrough; incorporate Ben's comments; more name corrections 2015-07-01 14:31:28 -04:00
Ben Parees
d89bae6957 Merge pull request #20 from bparees/s2i
sti to s2i
2015-06-22 23:24:19 -04:00
Ben Parees
609b1dd5c0 sti to s2i 2015-06-22 15:40:50 -04:00
Ben Parees
82a9957aab Merge pull request #19 from bparees/master
minor cleanup
2015-06-19 17:07:28 -04:00
Ben Parees
203f24f6f3 minor cleanup 2015-06-19 17:07:10 -04:00
Michal Fojtik
301be465eb Merge pull request #18 from rhcarvalho/welcome-page-updates
Change welcome page to match other example apps
2015-06-18 13:46:23 +02:00
Rodolfo Carvalho
fe8d049e2b Change welcome page to match other example apps 2015-06-18 13:41:33 +02:00
Ben Parees
e3ea512dec Merge pull request #17 from rhcarvalho/update-run-in-container
Make default pod name match the one from template
2015-06-17 11:38:55 -04:00
Rodolfo Carvalho
6525c94458 Make default pod name match the one from template 2015-06-17 17:30:00 +02:00
Ben Parees
f4f8364a4a Merge pull request #16 from ewolinetz/update_routes
Updating front end route variables and the default front end route value
2015-06-16 13:21:02 -04:00
ewolinetz
17c53b5da7 Updating front end route variables and the default front end route value 2015-06-16 11:45:38 -05:00
Ben Parees
ad80f212e8 Merge pull request #14 from rhcarvalho/output-to-ist
Output to ImageStreamTag
2015-06-16 10:19:06 -04:00
Michal Fojtik
a0ff4b5052 Merge pull request #15 from rhcarvalho/git-ref
Add SOURCE_REPOSITORY_REF parameter
2015-06-16 15:12:31 +02:00
Rodolfo Carvalho
31d7511adf Add SOURCE_REPOSITORY_REF parameter 2015-06-16 12:10:57 +02:00
Rodolfo Carvalho
9a1f379b21 Set build output to latest ImageStreamTag 2015-06-16 11:55:17 +02:00
Ben Parees
bd607127bc Merge pull request #12 from rhcarvalho/std-tmpl
Standardize templates across examples
2015-06-12 11:23:51 -04:00
Rodolfo Carvalho
67470cb254 Standardize templates across examples 2015-06-12 16:15:50 +02:00
Ben Parees
505ff52a05 Merge pull request #11 from rhcarvalho/api-v1
Update templates to API v1
2015-06-11 11:35:33 -04:00
Rodolfo Carvalho
cfe92fa340 Update templates to API v1 2015-06-11 17:21:08 +02:00
Ben Parees
dc87dd2f53 Merge pull request #10 from rhcarvalho/remove-custom-sti-scripts
Remove custom sti scripts
2015-06-11 10:04:12 -04:00
Ben Parees
dbc2e6b57b Merge pull request #9 from rhcarvalho/simplify-run-in-container
Simplify run-in-container script
2015-06-10 11:57:17 -04:00
Rodolfo Carvalho
73f43e3e01 Remove custom sti scripts
Not needed once Django supports lands in sti-python.
2015-06-10 17:44:24 +02:00
Rodolfo Carvalho
e92d6e9bd0 Simplify run-in-container script
After changes in k8s and sti-base/sti-python some hacks can be removed.
2015-06-10 17:38:09 +02:00
Ben Parees
6e1ecb37b8 Merge pull request #7 from sspeiche/routes
Added routes to templates
2015-06-08 17:30:56 -04:00
sspeiche
aa79a05018 Added routes to templates 2015-06-08 15:31:12 -04:00
Ben Parees
8a5a2cb4d8 Merge pull request #6 from rhcarvalho/osc-oc
Rename osc -> oc
2015-06-08 08:22:11 -04:00
Rodolfo Carvalho
a13a023c63 Rename osc -> oc 2015-06-08 11:37:27 +02:00
Ben Parees
aa6c823256 Merge pull request #4 from rhcarvalho/std-1
Improvements
2015-06-06 00:29:15 -04:00
Rodolfo Carvalho
29cc141f7e Improvements
* Move OpenShift-specific files to openshift/
* Add note about ephemeral database
* Document how to read logs
* Document one-off cmd execution
* Remove APP_MODULE from templates: should be auto-detected for Django projects.
* Remove gunicorn config file and document APP_CONFIG
2015-06-06 01:04:23 +02:00
Rodolfo Carvalho
97a7a56175 New assemble and run scripts with Django support 2015-06-06 01:04:22 +02:00
Ben Parees
5488484238 Merge pull request #3 from rhcarvalho/issue-1
Fix type error
2015-06-03 12:13:22 -04:00
Rodolfo Carvalho
3d6b60abd9 Fix type error
Fixes #1.
2015-06-03 17:28:01 +02:00
Rodolfo Carvalho
2dde1e072d Fix comment 2015-06-03 17:00:23 +02:00
Rodolfo Carvalho
3ed7c144cf Convert templates to v1beta3 2015-06-03 16:34:49 +02:00
Michal Fojtik
3657c889b3 Send access log to stdout 2015-06-03 16:24:49 +02:00
Rodolfo Carvalho
432bd9b344 Make service_name uppercase
We need it uppercase to read env vars with that prefix.
2015-06-02 16:19:35 +02:00
Rodolfo Carvalho
3c3f724fc5 Fix template missing DATABASE_ENGINE 2015-06-02 16:19:11 +02:00
Rodolfo Carvalho
63683b7469 Change database service name to be more specific 2015-06-02 16:17:58 +02:00
Rodolfo Carvalho
b98dd0b761 Fix templates 2015-06-02 14:10:57 +02:00
Rodolfo Carvalho
dd6e9e1b7e Fix template json 2015-06-01 19:17:48 +02:00
Rodolfo Carvalho
a1a26ac9ad Update README info about application templates 2015-06-01 19:10:56 +02:00