Commit Graph

291 Commits (0397ae87c018cb8babc3377a8a95ccf3fcaffdaa)

Author SHA1 Message Date
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
Andrey Antukh 7c00026a06 Add AUTHORS.rst file. 2013-10-07 15:58:20 +02:00
Jesús Espino 6b6b4a4df2 Implemented milestone points calculations 2013-10-07 15:31:32 +02:00
Andrey Antukh 83deab108b Set postgresql as default database configuration on common settings 2013-10-07 13:20:50 +02:00
Jesús Espino 31d96b7cb1 SmallFix: now using rest framework model viewsets as base class of our viewsets 2013-10-07 10:34:02 +02:00
Andrey Antukh b6288b48b1 Add python 3.3 compatibility note on README.rst 2013-10-05 11:49:14 +02:00
Andrey Antukh ed8f6bae27 Convert all __unicode__ methods into __str__. 2013-10-05 11:47:53 +02:00
Andrey Antukh 05d36688f8 Remove unused commented code. 2013-10-05 11:45:04 +02:00
David Barragán Merino 7af3f25596 Smallfixes in the attachment of the objects 2013-10-04 10:35:23 +02:00
Andrey Antukh de28c23403 Fixing search result. 2013-10-04 10:11:06 +02:00
Andrey Antukh e49da9db67 Fixing fixtures. 2013-10-04 10:05:43 +02:00
Andrey Antukh 6794d06036 Cleaning wiki application. 2013-10-03 20:19:38 +02:00
Andrey Antukh f81aee8f14 Minor refactor on base/filters. 2013-10-03 20:19:38 +02:00
Andrey Antukh d390dd54d0 Fix grappelli dashboard. 2013-10-03 19:56:10 +02:00
Andrey Antukh 130c98a702 Now compatible with python 3.3 2013-10-03 19:50:44 +02:00
David Barragán Merino 41277a1f83 Made a refactor of questions app 2013-10-03 19:39:06 +02:00
David Barragán Merino 4620e14028 Fixed a problems with the get_history method 2013-10-03 19:37:27 +02:00