Commit Graph

75 Commits

Author SHA1 Message Date
Gergely Polonkai cf3f80d1be Add runtime.txt for Heroku 2016-05-06 10:01:52 +02:00
Gergely Polonkai ba163fe943 Create system check for MAX_DUCK_LEVEL setting 2015-10-21 15:56:12 +02:00
Gergely Polonkai 7eb89d2f4c Finish duck donation feature 2015-10-21 15:04:53 +02:00
Gergely Polonkai 2fb616b17c Add no cover pragma to settings 2015-10-21 15:03:01 +02:00
Gergely Polonkai b347055bd1 Add thorough tests for NamespacedSerializer 2015-10-21 11:46:45 +02:00
Gergely Polonkai 2ab8bd241b Fix settings.py so it works fine in a local dev environment 2015-10-21 09:57:59 +02:00
Gergely Polonkai 62b1b6876f Add psycopg2 as a requirement 2015-10-20 23:10:00 +02:00
Gergely Polonkai 90c5e8c5af Fix settings 2015-10-20 23:07:45 +02:00
Gergely Polonkai e9a9663887 Fix database settings
This solution makes both Heroku and the dev env happy
2015-10-20 23:05:07 +02:00
Gergely Polonkai e9f67e2dda Update settings for Heroku 2015-10-20 22:52:18 +02:00
Gergely Polonkai 2fd2654d4b Add gunicorn as a requirement 2015-10-20 16:48:44 +00:00
Gergely Polonkai 54aa411019 Increase test coverage 2015-10-20 17:13:07 +02:00
Gergely Polonkai d3ec0e8998 Pylint happiness! 2015-10-20 16:26:25 +02:00
Gergely Polonkai 2db6e2dd24 Fix pylint calls 2015-10-20 16:16:27 +02:00
Gergely Polonkai 6312d48c00 Add pylint running capability 2015-10-20 11:28:27 +02:00
Gergely Polonkai 77a5bf35de Increase test coverage 2015-10-20 11:16:58 +02:00
Gergely Polonkai 2b2c91bab6 Fix wsgi.py path in .coveragerc 2015-10-20 11:16:38 +02:00
Gergely Polonkai 556f6086bd Move to juno test runner 2015-10-20 09:53:17 +02:00
Gergely Polonkai 8a3c6a7851 Add Levenshtein as a requirement
It gives much better results in fuzzy searches.
2015-10-20 09:52:31 +02:00
Gergely Polonkai 2bfedffad4 Add competence list to duck details 2015-10-19 17:09:16 +02:00
Gergely Polonkai 6aa0e50193 Add related names to DuckCompetence fields 2015-10-19 17:09:16 +02:00
Gergely Polonkai 8f9a126924 Remove django_js_reverse functionality
This is the first step to completely remove the current UI
2015-10-19 17:09:16 +02:00
Gergely Polonkai 908e74d974 Add NamespacedSerializer class
It is able to prepend the view names with a namespace
2015-10-19 17:09:16 +02:00
Gergely Polonkai 9016895172 Add coverage settings 2015-10-19 17:09:16 +02:00
Gergely Polonkai d911a253c0 Refactor API tests 2015-10-19 17:09:16 +02:00
Gergely Polonkai 5521342151 Reformat disclaimer 2015-10-19 17:09:16 +02:00
Gergely Polonkai 8fadaba002 Move api.viewsets to api.views
Naming is much more clear this way
2015-10-19 17:09:16 +02:00
Gergely Polonkai ec170a40b5 Fix url field in DuckSerializer 2015-10-19 15:00:49 +02:00
Gergely Polonkai 0678db84df Fix booking models
Indentation, line breaks, etc.
2015-10-19 14:58:32 +02:00
Gergely Polonkai cdce3803a5 Fix requirements file 2015-10-14 16:21:00 +02:00
Gergely Polonkai 414392a9cf Start implementing new Duck API 2015-05-28 00:33:19 +02:00
Gergely Polonkai 720f9c9472 Move API under /api/v1/ 2015-05-28 00:32:41 +02:00
Gergely Polonkai 2ba17dd61e Move reverse.js related code to the booking module 2015-05-27 23:10:26 +02:00
Gergely Polonkai 80096d72e4 Add Heroku support 2015-05-27 22:43:25 +02:00
Gergely Polonkai 606ef7df9e Fix @staticmethod problem for Python 2.7 2015-05-27 22:43:25 +02:00
Gergely Polonkai 06a4d2b395 Fix Python 2.7 unicode problem 2015-05-27 22:35:55 +02:00
Gergely Polonkai 3fd03572e4 Change license to MIT 2015-04-20 21:21:25 +02:00
Gergely Polonkai b742234dba Add coverage related files to .gitignore 2015-04-11 00:10:02 +02:00
Gergely Polonkai 20d1786727 Upgrade to Django 1.8 2015-04-11 00:06:01 +02:00
Gergely Polonkai cc0850f872 Add initial draft of the duck logo 2015-04-10 16:56:52 +02:00
Gergely Polonkai 3b6a38fc0f Create README.md 2015-04-10 16:42:03 +02:00
Gergely Polonkai 7facc7a1cf Add Duck booking API method 2015-04-10 15:57:17 +02:00
Gergely Polonkai 15ad940445 Add the Duck.booked_by() method 2015-04-10 15:57:17 +02:00
Gergely Polonkai 7274a32233 Add similar competence finding to Competence 2015-04-10 15:57:17 +02:00
Gergely Polonkai d2e56db0d9 Add competence listing functionality 2015-04-10 15:57:17 +02:00
Gergely Polonkai 2a53041702 Add duck_comp_list API call 2015-04-10 15:57:17 +02:00
Gergely Polonkai 13c09bb856 Add js-reverse as a dependency, also integrate it 2015-04-10 15:57:17 +02:00
Gergely Polonkai 6a20ba1935 Add api application skeleton 2015-04-10 15:57:17 +02:00
Gergely Polonkai c7722c418a Create basic admin site 2015-04-10 15:57:17 +02:00
Gergely Polonkai 4d9f4242e3 Add login/logout functionality 2015-04-10 15:57:16 +02:00