Clemens Wolff
495fe56605
Publish test results
5 years ago
Clemens Wolff
4b7dc702af
Speed up build by reducing staticfiles scope
5 years ago
Clemens Wolff
89372b6242
Remove IS_HEROKU flag
5 years ago
Clemens Wolff
e5c935afa4
Avoid auto-overwriting sslmode outside of heroku
5 years ago
Clemens Wolff
6f2dd0cb72
Fix sslmode with custom SQLite DATABASE_URL
5 years ago
Clemens Wolff
7f302e1448
Add environment variable for conn_max_age
5 years ago
Clemens Wolff
e311efcc2a
Enable non-SSL connections to the database
Currently, whenever the database is changed from the default SQLite via
the DATABASE_URL environment variable, the connection to the database is
forced to be SSL. This is a great default for production use-cases.
However, in some scenarios, users may not want to use SSL, e.g. when
testing against a local MySQL or PostgreSQL database.
This change enables users to explicitly request a non-SSL connection to
the database by passing the `?sslmode=disable` (or similar) query
argument in the DATABASE_URL environment variable.
For backwards compatibility, if the `sslmode` is not set explicitly in
the connection URL, the code still defaults to requiring SSL on the
connection.
5 years ago
Clemens Wolff
07d5172b6c
Integrate webpack and django
5 years ago
Hironsan
61a4becc0a
Make project model polymorphic
5 years ago
Clemens Wolff
ac5bbb612e
Remove direct import of os module
This makes it more explicit that the environs module should be used to
access environment variables instead of `os.environ` or `os.getenv`
5 years ago
Clemens Wolff
617db50c8c
Add support for dotenv configuration file
5 years ago
Hironsan
81ff62a6c2
Update url
5 years ago
Hironsan
0e3597130d
Support multiple formats
5 years ago
Hironsan
1c0411a3ce
Add path based versioning
5 years ago
Hironsan
977291e059
Fix #83
5 years ago
Clemens Wolff
6fca7d1337
Make usage of whitenoise runserver explicit
5 years ago
Clemens Wolff
fef4b40770
Make it explicit that whitenoise is being used
As per http://whitenoise.evans.io/en/stable/django.html#enable-whitenoise ,
the whitenoise middleware should be added just after the django-security
middleware.
5 years ago
Clemens Wolff
e4fd74ec6f
Add server-side analytics via AppInsights
5 years ago
Clemens Wolff
7f6cce2f6e
Add client-side analytics via Azure AppInsights
See https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript
5 years ago
Clemens Wolff
5c17ae24b0
Make Google Analytics Tracking ID configurable
5 years ago
Clemens Wolff
80f386d85a
Add Azure Active Directory login
![Login page screenshot](https://user-images.githubusercontent.com/1086421/51774269-b17b4900-20bf-11e9-96d1-09625ffd19e4.png )
5 years ago
Clemens Wolff
a2a154e35c
Add Github login
![Login page screenshot](https://user-images.githubusercontent.com/1086421/51767227-b681cd80-20aa-11e9-8794-c200522b63c7.png )
5 years ago
Clemens Wolff
c16885c03c
Add trailing comma in list
5 years ago
Clemens Wolff
b5ec59693a
Fix all flake8 violations
5 years ago
Clemens Wolff
a931cb6d0c
Enable settings injection via Docker env
5 years ago
Hironsan
b70faa239b
Disable Heroku test runner
Reason:
* Django Unit Tests Failing on Travis CI Builds
* https://stackoverflow.com/questions/50805897/django-unit-tests-failing-on-travis-ci-builds
5 years ago
serhii.nechyporchuk
7e45de54a5
iss45: extract batch size to the settings
6 years ago
Hironsan
5dca7cd350
Update DEBUG variable
6 years ago
Hironsan
f23d62e5e0
Update task image in index page
6 years ago
Hironsan
4b6ef09769
Update DEBUG variable
6 years ago
Hironsan
19f8f51234
Update DEBUG variable
6 years ago
Hironsan
41df5a8e95
Update procfile
6 years ago
Hironsan
85dd3f0246
Update ROOT_URLCONF
6 years ago
Hironsan
3fac052204
Update wsgi
6 years ago
Hironsan
0bac85d635
Update settings.py
6 years ago
Hironsan
f2b549e00e
Change default login url
6 years ago
Hironsan
958cd2c3be
Add authenticated to API
6 years ago
Hironsan
0bbe25455d
Add django-heroku
6 years ago
Hironsan
7737ab2053
Change directory structure
6 years ago