Commit Graph

507 Commits (6d0e03c98d1d39b530096e07b95393335812e7a6)

Author SHA1 Message Date
Andrey Antukh e13f5dfe42 Refactoring user resource. 2013-10-16 17:14:48 +02:00
Andrey Antukh 4b7b2727a3 Remove old reimplementation of routes. 2013-10-16 17:14:48 +02:00
Andrey Antukh 3a08114eea Refactoring base api classes. 2013-10-16 17:14:48 +02:00
Andrey Antukh 68f0dd7928 Add password recovery email templates. 2013-10-16 17:14:47 +02:00
Andrey Antukh b7a486145f Add me to .travis.yml 2013-10-16 17:14:47 +02:00
David Barragán Merino 7ae7266b2c Changed projects to a list of dicts 2013-10-16 13:44:21 +02:00
David Barragán Merino 7df1762d29 Set null to true 2013-10-16 13:44:21 +02:00
David Barragán Merino 53520b9f80 Fixed the default value of the project atttribute total_milestones 2013-10-16 13:44:21 +02:00
Andrey Antukh 26db279116 Add explicit dependency to anyjson because kombu does not add it. 2013-10-16 09:45:40 +02:00
David Barragán Merino ec9c3ad200 Update the regenerate.sh script 2013-10-16 09:30:11 +02:00
Andrey Antukh 3ca696af12 Remove haystack from installed apps. 2013-10-15 23:16:03 +02:00
Andrey Antukh 8323b30b06 Update requirements.txt 2013-10-15 23:12:00 +02:00
Andrey Antukh 77009e2f1a Remove templates used by haystack indexes. 2013-10-15 23:10:05 +02:00
Andrey Antukh 851d5df3a8 Remove haystack indexes modules. 2013-10-15 23:10:05 +02:00
Andrey Antukh 63e53fec5d Reimplemented search api using postgresql full-text-search capability. 2013-10-15 23:07:49 +02:00
Jesús Espino 235a5df443 Removing travis python 2.7 testing, greenmine only works with python 3 2013-10-15 17:51:34 +02:00
Jesús Espino 0397ae87c0 Adding travis settings and configuring the .travis.yml 2013-10-15 17:37:07 +02:00
Jesús Espino 108a3dac29 Removing pip install -e . line in .travis file 2013-10-15 17:22:00 +02:00
Jesús Espino 228d71be90 Adding travis config file 2013-10-15 17:13:54 +02:00
Jesús Espino 25054620d3 Adding django-1.6 requirement 2013-10-15 17:08:00 +02:00
David Barragán Merino 7af6ce3b59 Fixed help text 2013-10-15 16:39:26 +02:00
David Barragán Merino c80e6399b3 Fixed tests 2013-10-15 12:42:58 +02:00
Jesús Espino b2bd68e8f3 Now user story return the last userstory revision comment 2013-10-15 11:08:13 +02:00
David Barragán Merino a17017d2c6 Made a refactor of the constants 2013-10-15 10:50:58 +02:00
Jesús Espino dd4c39fe27 Better browseable api 2013-10-15 09:58:12 +02:00
Jesús Espino 55fd3cc0f0 Adding null=True to the userstore status field 2013-10-15 09:38:06 +02:00
Jesús Espino 1611e97446 Adding on_delete SET_NULL to userstories foreign keys to milestones 2013-10-15 09:35:25 +02:00
Jesús Espino af5d4bfbab Adding milestone id to the sprint milestones list 2013-10-14 18:39:35 +02:00
David Barragán Merino 579c84a9a6 Created tests to wiki app 2013-10-11 09:40:13 +02:00
David Barragán Merino e0257ba7c6 Created tests to issues app 2013-10-11 09:40:13 +02:00
David Barragán Merino 5f1c5030b7 Created tests to tasks app 2013-10-11 09:40:13 +02:00
David Barragán Merino 0c929607b3 Created tests to userstories app 2013-10-11 09:40:13 +02:00
Andrey Antukh 7ad7fe9081 Add precondition viewset method implementation. 2013-10-11 09:40:13 +02:00
David Barragán Merino 7bac976b8b Created tests to milestones app 2013-10-11 09:40:13 +02:00
David Barragán Merino 7c4ab12ec5 Created tests to projects app 2013-10-11 09:40:12 +02:00
David Barragán Merino fd14b1132c Created tests to users app 2013-10-11 09:40:12 +02:00
Andrey Antukh 04dfceaecf Change header name on header pagination mixin. 2013-10-11 08:44:11 +02:00
Andrey Antukh 81fcc4351a Add default pagination settings for rest framework. 2013-10-10 16:45:56 +02:00
Andrey Antukh ab3e2b5336 Fixed import of points object. 2013-10-10 16:45:17 +02:00
Andrey Antukh 0d365b6b9a Implemented headers pagination and conditional pagination mixins. 2013-10-10 16:44:20 +02:00
David Barragán Merino c98adad075 Refactor: Moved some models to projects app 2013-10-09 17:20:51 +02:00
Andrey Antukh 789984307b Add total points method to user story model. 2013-10-09 15:30:08 +02:00
Andrey Antukh 5ca3bad10f Add monkey patching for strange behavior for method serializer with obj as None. 2013-10-09 15:28:19 +02:00
Andrey Antukh 8847e088f6 Document some method related to create role points relations. 2013-10-09 13:21:34 +02:00
Andrey Antukh c2fb79d4e7 Remove some unused lines from project models. 2013-10-08 19:31:16 +02:00
Andrey Antukh 67e543c1c7 Remove notifications from project model. 2013-10-08 17:46:38 +02:00
Andrey Antukh 1636a9c838 Code cleaning on notification app. 2013-10-08 17:46:23 +02:00
Jesús Espino 3cd8d913fa Adding required=False to milestone generated fields 2013-10-07 17:37:43 +02:00
David Barragán Merino 797e37d3c0 Fixed BasePermission to check object owner and project owner too 2013-10-07 17:16:25 +02:00
Jesús Espino 14a2d7f283 SmallFix: Fixed lost import reversion 2013-10-07 17:15:16 +02:00