Commit Graph

261 Commits

Author SHA1 Message Date
Cedric Girard 572d1a424b add devfile 2021-07-06 16:08:09 +02:00
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
2021-04-19 08:01:14 +02:00
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>
2021-04-16 20:10:31 +00:00
Ben Parees eddc24164f
Merge pull request #179 from sclorg/frenzymadness-patch-2
Mention Python compatibility in the readme
2021-03-05 09:25:31 -05:00
Lumír 'Frenzy' Balhar bbcbc6ff58
Mention Python compatibility in the readme 2021-03-05 11:19:58 +01:00
Lumír 'Frenzy' Balhar 7e718f9fb0
Merge pull request #167 from Afreed-Sharief/master
Update views.py by giving documentation to the each view.
2020-10-01 10:25:12 +02:00
Afreed-Sharief c2f737e2c1
Update views.py 2020-09-30 17:39:09 +05:30
Honza Horak b86082817d
Merge pull request #166 from multi-arch/master
Update templates to 3.8
2020-09-18 17:58:56 +02:00
Yaakov Selkowitz 44b54892b3 Update templates to 3.8 2020-09-17 11:23:18 -04:00
Honza Horak 0b6fd8ffdf
Merge pull request #161 from multi-arch/master
Move templates to RHEL/CentOS/UBI 8
2020-09-03 17:25:51 +02:00
Yaakov Selkowitz 769ec03aca Move templates to RHEL/CentOS/UBI 8 and PostgreSQL 12 2020-09-02 10:06:42 -04:00
Lumír 'Frenzy' Balhar ef2bba09d0
Merge pull request #158 from frenzymadness/psycopg2-wheels
Update psycopg2-binary to version 2.8.5
2020-08-05 13:58:13 +02:00
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.
2020-08-05 13:22:29 +02:00
Lumír 'Frenzy' Balhar 529ec9faec
Merge pull request #156 from frenzymadness/psycopg2-wheels
Move from psycopg2 to psycopg2-binary to use manylinux wheels
2020-08-05 10:11:39 +02:00
Lumir Balhar e43f521bf6 Move from psycopg2 to psycopg2-binary to use manylinux wheels
For more details, see https://github.com/psycopg/psycopg2/issues/674
2020-08-04 12:57:06 +02:00
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
2020-07-13 21:15:44 +02:00
Lumir Balhar 17e0df6caa Add a note about the status of master branch. 2020-07-12 19:41:37 +02:00
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>
2020-07-12 17:41:25 +00:00
Lumír 'Frenzy' Balhar be79965334
Merge pull request #154 from gabemontero/revert-july9-prs
Revert july9 prs
2020-07-12 19:40:57 +02:00
gabemontero 207096813d Revert "Merge pull request #151 from lvarin/master"
This reverts commit c57ec85286, reversing
changes made to 6702b2b29e.
2020-07-09 16:54:38 -04:00
gabemontero 12b08b0d14 Revert "Merge pull request #153 from sclorg/dependabot/pip/gunicorn-19.5.0"
This reverts commit 97c98a084d, reversing
changes made to c57ec85286.
2020-07-09 16:54:21 -04:00
gabemontero 100bd17503 Revert "Merge pull request #150 from frenzymadness/update"
This reverts commit bd5e35296a, reversing
changes made to 97c98a084d.
2020-07-09 16:53:08 -04:00
Lumír 'Frenzy' Balhar bd5e35296a
Merge pull request #150 from frenzymadness/update
Update Django to 2.2.12 LTS and related changes
2020-07-09 11:41:28 +02:00
Lumir Balhar 1ef0841156 Add a note about older Django version 2020-07-09 11:40:45 +02:00
Lumir Balhar a8370470e7 Update readme 2020-07-09 11:40:45 +02:00
Lumir Balhar d13d62ecd7 Fix project settings 2020-07-09 11:40:45 +02:00
Lumir Balhar d6a79c94b0 Recreated app welcome 2020-07-09 11:40:45 +02:00
Lumir Balhar 613e50c488 Rebuild of Django project 2020-07-09 11:40:45 +02:00
Lumir Balhar b94dd0b99d Update of requirements to Django 2.2.12 LTS 2020-07-09 11:40:43 +02:00
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
2020-07-09 11:38:05 +02:00
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>
2020-07-09 09:36:04 +00:00
Lumír 'Frenzy' Balhar c57ec85286
Merge pull request #151 from lvarin/master
Update psycopg2 to v2.8.5
2020-07-09 11:35:31 +02:00
Alvaro Gonzalez dd4c581a61
Update so python 3.8 image works 2020-07-03 11:23:29 +03:00
Ben Parees 6702b2b29e
Merge pull request #148 from shaan7/master
Added instruction to set content type when configuring github webhook
2020-04-13 23:30:06 -04:00
Shantanu Tushar 4be5151d56 Added instruction to set content type when configuring github webhook 2020-03-29 13:07:19 +05:30
Ben Parees 090522300f
Merge pull request #137 from danmcp/patch-1
Fixing typo
2019-02-20 10:40:10 -05:00
Dan McPherson a2aec5a384
Fixing typo 2019-02-20 10:27:07 -05:00
Honza Horak ab765c5481
Merge pull request #134 from liangxia/okd
Update url to reflect OKD rebranding for django-ex
2018-10-16 15:46:25 +02:00
liangxia b12f6bb589 Update url to reflect OKD rebranding 2018-10-16 20:48:02 +08:00
Honza Horak 5c2361252c
Merge pull request #131 from jeffdyoung/ppc64le
create ppc64le templates
2018-09-25 07:46:52 +02:00
root 34e538fc21 Edit templates to only include imagestreams that support both x86 and ppc64le 2018-09-18 10:43:54 -04:00
Ben Parees cb03b89533
Merge pull request #130 from jankleinert/readme-update
Updated documentation links and text to refer to OKD.
2018-09-07 15:23:02 -04:00
jankleinert cd5c274c81 Updated documentation links and text to refer to OKD. 2018-09-07 14:05:25 -04:00
Honza Horak bb795081e9
Merge pull request #128 from adambkaplan/sclorg-rename
Rename github repo org to sclorg
2018-07-24 18:23:04 +02:00
Adam Kaplan f71cd405ac Rename github repo org to sclorg
Addresses openshift/origin#19998
2018-07-24 11:39:33 -04:00
Honza Horak 37f7fc4143
Merge pull request #115 from hhorak/python-3.6
Django Example App Update to Python 3.6
2018-04-24 18:48:25 +02:00
Petr Kubat 2cb1d55a70
Merge pull request #119 from pkubatrh/psql_check
Use postgresql's readycheck in templates
2018-03-12 08:01:09 +01:00
Petr Kubat e302ab80f4 Use postgresql's readycheck in templates 2018-02-28 15:59:52 +01:00
Honza Horak c266beafab Add POSTGRESQL_VERSION parameter to the templates 2017-12-22 13:12:41 +01:00
Honza Horak 5d5de63310 Add PYTHON_VERSION parameter to the templates 2017-12-22 11:05:59 +01:00