Commit Graph

14 Commits

Author SHA1 Message Date
Thomas Steen Rasmussen 12a1c9a0ce
Facilities (#458)
* update font-awesome to 5.12.1

* prefetch members to considerably lower number of SQL queries for team list view

* add facilities app with facility feeedback functionality, working on #383

* Add GeoDjango (django.contrib.gis) and switch to PostGIS db backend. Add location field for Facility model. Add django-leaflet to requirements.

* better migration names

* tweaking travis config, we use py3.7 now, and add postgis

* Add qr code support for facilities (visible in the admin). Make facitilies browsable without logging in. Feedback can be submitted without logging in, given the facility UUID, which is not revealed to unauthenticated users.

* show quickfeedback icons when creating and when reading feedback

* only show anon option if user is logged in

* django-reversion somehow went missing from requirements
2020-02-24 23:28:52 +01:00
Vidir Valberg Gudmundsson 0264829170 Drop python 3.5 2019-12-25 19:30:54 +01:00
Víðir Valberg Guðmundsson 908d753eb1 Add python 3.5 to travis. 2019-06-16 14:02:16 +02:00
Víðir Valberg Guðmundsson e745c4097f Actually use codecov. 2019-03-29 12:06:41 +01:00
Víðir Valberg Guðmundsson 037ab13a6b Coveralls is so confusing - trying codecov. 2019-03-29 11:59:45 +01:00
Víðir Valberg Guðmundsson de139d8153 A lot of src needed in the test command (this avoids including virtualenv packages in coverage). 2019-03-28 20:48:54 +01:00
Víðir Valberg Guðmundsson bfe65d6bc8 Use the correct path to manage.py 2019-03-28 14:11:44 +01:00
Víðir Valberg Guðmundsson 227950d9c1 No need to cd into src, just tell manage.py test to find tests in there. 2019-03-28 13:57:30 +01:00
Víðir Valberg Guðmundsson 965c29167d Add coverage checks. 2019-03-28 10:48:07 +01:00
Víðir Valberg Guðmundsson 1aa8d6a17c Use postgresql 9.6 2019-03-28 01:25:53 +01:00
Víðir Valberg Guðmundsson 14d71b2ec5 Should be able to create test database. 2019-03-28 01:10:16 +01:00
Víðir Valberg Guðmundsson 6c6fd30057 Enable database. 2019-03-28 01:03:11 +01:00
Víðir Valberg Guðmundsson 2df37f6976 Copy over environment settings when testing. 2019-03-28 00:06:00 +01:00
Víðir Valberg Guðmundsson a86cf5ecc1 Adding travis config. 2019-03-27 23:58:24 +01:00