Archie Sage
|
c1e30eac43
|
Create text.txt
|
1 year ago |
Petr Hracek
|
ede2db1eda
|
Merge pull request #214 from sclorg/add_tests_with_postgresql
Add test DjangoApp with postgresql database
|
1 year ago |
Petr "Stone" Hracek
|
7b88ebc19d
|
Add test DjangoApp with postgresql database
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
1 year ago |
Petr Hracek
|
b5da25baf5
|
Merge pull request #213 from sclorg/add_tests
Add tests for django_ex application w/o database for now
|
1 year ago |
Petr "Stone" Hracek
|
fad5f1739e
|
Use proper branch for import
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
1 year ago |
Petr "Stone" Hracek
|
7919e26e3d
|
Fix test suite class name
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
1 year ago |
Petr "Stone" Hracek
|
fd0baa6905
|
Fix supported matrix
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
1 year ago |
Petr "Stone" Hracek
|
9052914c2e
|
Fix typo in template name
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
1 year ago |
Petr "Stone" Hracek
|
8fb7662276
|
Add tests for django_ex application w/o database for now
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
1 year ago |
Petr Hracek
|
d8cfbd7bb2
|
Merge pull request #212 from sclorg/add_support_testing_farm_action
Add OpenShift test for Django-ex application
|
1 year ago |
Petr "Stone" Hracek
|
327eb85ad4
|
Add OpenShift test for Django-ex application
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
1 year ago |
Petr Hracek
|
643258fd0f
|
Merge pull request #209 from phracek/master_migrate_deployment
Migration from DeploymentConfig to Deployment
|
2 years ago |
Petr Hracek
|
f798e4331c
|
Update openshift/templates/django-postgresql.json
|
2 years ago |
Petr Hracek
|
b518c8ab95
|
Update openshift/templates/django-postgresql-persistent.json
|
2 years ago |
Petr "Stone" Hracek
|
2096cf10e4
|
Migration from DeploymentConfig to Deployment
For more information see
https://docs.openshift.com/container-platform/4.12/applications/deployments/what-deployments-are.html
Since OpenShift 4.14 DeploymentConfigs are deprecated. https://access.redhat.com/articles/7041372
Strategy 'Rolling' does not exist in Deployments and has to be migrated
to 'RollingUpdate' as well.
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
2 years ago |
Petr Hracek
|
de0cb83c29
|
Merge pull request #207 from sclorg/fix_template
Fix apiVersion for all API keys
|
2 years ago |
Petr "Stone" Hracek
|
7a7faf66bd
|
Fix apiVersion for all API keys.
Based on the `oc api-resources` the apiVersions should be
$ oc api-resources | grep imagestreams
imagestreams is image.openshift.io/v1 true ImageStream
$ oc api-resources | grep routes
routes route.openshift.io/v1 true Route
$ oc api-resources | grep deploymentconfig
deploymentconfigs dc apps.openshift.io/v1 true DeploymentConfig
$ oc api-resources | grep templates
templates template.openshift.io/v1 true Template
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
|
2 years ago |
BeataSolitudo
|
66d45e7937
|
Update README.md
Update README.md
|
2 years ago |
Siteshwar Vashisht
|
310d5bdb70
|
Fix broken links to documentation
|
3 years ago |
Lumír 'Frenzy' Balhar
|
064993eb02
|
Mention the latest version in the main readme
|
4 years ago |
Lumír 'Frenzy' Balhar
|
7cbc59619c
|
Merge pull request #181 from sclorg/dependabot/pip/django-debug-toolbar-1.11.1
Bump django-debug-toolbar from 1.8 to 1.11.1
|
4 years ago |
dependabot[bot]
|
a5ef544d8f
|
Bump django-debug-toolbar from 1.8 to 1.11.1
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.8 to 1.11.1.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/1.11.1/docs/changes.rst)
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/1.8...1.11.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Ben Parees
|
eddc24164f
|
Merge pull request #179 from sclorg/frenzymadness-patch-2
Mention Python compatibility in the readme
|
4 years ago |
Lumír 'Frenzy' Balhar
|
bbcbc6ff58
|
Mention Python compatibility in the readme
|
4 years ago |
Lumír 'Frenzy' Balhar
|
7e718f9fb0
|
Merge pull request #167 from Afreed-Sharief/master
Update views.py by giving documentation to the each view.
|
5 years ago |
Afreed-Sharief
|
c2f737e2c1
|
Update views.py
|
5 years ago |
Honza Horak
|
b86082817d
|
Merge pull request #166 from multi-arch/master
Update templates to 3.8
|
5 years ago |
Yaakov Selkowitz
|
44b54892b3
|
Update templates to 3.8
|
5 years ago |
Honza Horak
|
0b6fd8ffdf
|
Merge pull request #161 from multi-arch/master
Move templates to RHEL/CentOS/UBI 8
|
5 years ago |
Yaakov Selkowitz
|
769ec03aca
|
Move templates to RHEL/CentOS/UBI 8 and PostgreSQL 12
|
5 years ago |
Lumír 'Frenzy' Balhar
|
ef2bba09d0
|
Merge pull request #158 from frenzymadness/psycopg2-wheels
Update psycopg2-binary to version 2.8.5
|
5 years ago |
Lumir Balhar
|
7c8a186ab2
|
Update psycopg2-binary to version 2.8.5
2.8.4 is the first version providing manylinux wheels for
Python 3.8 so it should make no difference if we update it
to the latest version 2.8.5.
|
5 years ago |
Lumír 'Frenzy' Balhar
|
529ec9faec
|
Merge pull request #156 from frenzymadness/psycopg2-wheels
Move from psycopg2 to psycopg2-binary to use manylinux wheels
|
5 years ago |
Lumir Balhar
|
e43f521bf6
|
Move from psycopg2 to psycopg2-binary to use manylinux wheels
For more details, see https://github.com/psycopg/psycopg2/issues/674
|
5 years ago |
Lumír 'Frenzy' Balhar
|
4dfff67e41
|
Merge pull request #155 from sclorg/dependabot/pip/gunicorn-19.5.0
Bump gunicorn from 19.4.5 to 19.5.0
|
5 years ago |
Lumir Balhar
|
17e0df6caa
|
Add a note about the status of master branch.
|
5 years ago |
dependabot[bot]
|
2158c71e75
|
Bump gunicorn from 19.4.5 to 19.5.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.5 to 19.5.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/19.4.5...19.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
5 years ago |
Lumír 'Frenzy' Balhar
|
be79965334
|
Merge pull request #154 from gabemontero/revert-july9-prs
Revert july9 prs
|
5 years ago |
gabemontero
|
207096813d
|
Revert "Merge pull request #151 from lvarin/master"
This reverts commit c57ec85286, reversing
changes made to 6702b2b29e.
|
5 years ago |
gabemontero
|
12b08b0d14
|
Revert "Merge pull request #153 from sclorg/dependabot/pip/gunicorn-19.5.0"
This reverts commit 97c98a084d, reversing
changes made to c57ec85286.
|
5 years ago |
gabemontero
|
100bd17503
|
Revert "Merge pull request #150 from frenzymadness/update"
This reverts commit bd5e35296a, reversing
changes made to 97c98a084d.
|
5 years ago |
Lumír 'Frenzy' Balhar
|
bd5e35296a
|
Merge pull request #150 from frenzymadness/update
Update Django to 2.2.12 LTS and related changes
|
5 years ago |
Lumir Balhar
|
1ef0841156
|
Add a note about older Django version
|
5 years ago |
Lumir Balhar
|
a8370470e7
|
Update readme
|
5 years ago |
Lumir Balhar
|
d13d62ecd7
|
Fix project settings
|
5 years ago |
Lumir Balhar
|
d6a79c94b0
|
Recreated app welcome
|
5 years ago |
Lumir Balhar
|
613e50c488
|
Rebuild of Django project
|
5 years ago |
Lumir Balhar
|
b94dd0b99d
|
Update of requirements to Django 2.2.12 LTS
|
5 years ago |
Lumír 'Frenzy' Balhar
|
97c98a084d
|
Merge pull request #153 from sclorg/dependabot/pip/gunicorn-19.5.0
Bump gunicorn from 19.4.5 to 19.5.0
|
5 years ago |
dependabot[bot]
|
4eb4ea2912
|
Bump gunicorn from 19.4.5 to 19.5.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.5 to 19.5.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/19.4.5...19.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
5 years ago |