Commit Graph

125 Commits (d8516a20c7cda5f7f004a2aaa91cca22854272e5)

Author SHA1 Message Date
David Barragán Merino d8516a20c7 Refactor: greenmine.base 2013-10-01 13:17:02 +02:00
David Barragán Merino 9b1ab20d0a Smallfix: Fixed some problems with Routers 2013-09-30 18:02:01 +02:00
Andrey Antukh 2d31e9754d Port scrum api views to use viewsets and routers. 2013-07-29 21:55:07 +02:00
Andrey Antukh 4804c7a12b Minor changes. 2013-07-29 21:55:07 +02:00
Andrey Antukh 99c609d02c Minor changes. 2013-07-19 11:59:24 +02:00
Andrey Antukh 513910c4a8 Bugfixes. 2013-07-18 17:51:09 +02:00
David Barragán Merino fbec917229 Made some minor fixes in the notifications app 2013-07-18 15:39:18 +02:00
David Barragán Merino dc090766da Smallfix: Fixed task detail 2013-07-18 12:31:58 +02:00
Alejandro Alonso c2fd51b969 Fixing history for issues and us 2013-07-18 12:05:07 +02:00
Andrey Antukh 81024ec63f Minor fixes on notification system. 2013-07-17 19:21:05 +02:00
Andrey Antukh 5fe54263b1 Now user_story field on task is nullable. 2013-07-17 18:27:48 +02:00
Andrey Antukh d2ada59b6f Minor refactor. 2013-07-17 15:23:13 +02:00
David Barragán Merino a16847ce58 Added email templates (not finished) and defined the notifiable fields for all models 2013-07-17 15:22:14 +02:00
Alejandro Alonso 4becf63ce4 Fixing US permissions 2013-07-17 14:00:04 +02:00
Alejandro Alonso e5f270abcd User stories 2013-07-17 13:46:53 +02:00
David Barragán Merino 50566807c0 Merge branch 'notifications'
Conflicts:
	greenmine/scrum/api.py
	greenmine/scrum/models.py
2013-07-17 11:11:25 +02:00
David Barragán Merino 641ecfbc22 Added all notification emails 2013-07-17 11:08:06 +02:00
David Barragán Merino a4925e8be5 Made a refactor of the notifications app 2013-07-17 10:48:20 +02:00
Alejandro Alonso 71c4782c67 Adding role api 2013-07-17 10:04:12 +02:00
Alejandro Alonso 9a1c9c8403 Different kind of points for US API 2013-07-17 09:12:58 +02:00
David Barragán Merino a4777190a1 Merge branch 'notifications' of github.com:kaleidos/greenmine-back into notifications
Conflicts:
	greenmine/base/models.py
	greenmine/scrum/models.py
2013-07-16 22:46:38 +02:00
Andrés Moya fbdb889f55 Add notifications module (not finished) 2013-07-16 22:42:06 +02:00
Andrés Moya 6e71ebde5e Add notifications module (not finished) 2013-07-16 22:39:32 +02:00
Andrey Antukh 28a59bbc88 Comment some milestone methods. 2013-07-16 22:00:31 +02:00
Andrey Antukh dff434e49a Now user_story field on task is nullable. 2013-07-16 14:47:37 +02:00
Alejandro Alonso be0aa8b5f6 Updating project role points when create/edit/delete memberships 2013-07-16 13:04:12 +02:00
David Barragán Merino 63316366ff Smallfix: Fixed a 'trospido' rebase 2013-07-16 12:22:54 +02:00
Andrés Moya 2c8349f355 Add notifications module (not finished) 2013-07-16 12:21:18 +02:00
Alejandro Alonso abef486f28 Adding US points to django admin 2013-07-16 11:49:10 +02:00
Alejandro Alonso f6d8d34433 Fixing sample data 2013-07-16 11:36:39 +02:00
Alejandro Alonso 240d57194f Decoupling points 2013-07-16 11:18:55 +02:00
Andrés Moya 59b9e65fe5 Merge branch 'master' into notifications
Conflicts:
	greenmine/base/models.py
	greenmine/scrum/models.py
2013-07-15 11:09:23 +02:00
Andrés Moya 48b5dcb2a3 Add notifications module (not finished) 2013-07-15 11:00:13 +02:00
Alejandro Gómez 328f2bfcf0 Return also the projects owned by the logged in user in the projects API endpoint 2013-06-02 10:57:37 +02:00
Jesús Espino 621a636da2 Fix GitHub issue #1: Now project owner is null=False and blank=False 2013-06-02 10:51:22 +02:00
Jesús Espino ec3a211d7b Improving a little the sample_data 2013-06-02 10:45:11 +02:00
Andrey Antukh f2bf3f457c Add tasks attachments api views. 2013-05-15 19:08:01 +02:00
Andrey Antukh b1b23c9f6b Fixed wrong increment of ref value on tasks and user stories. 2013-05-15 19:07:37 +02:00
Andrey Antukh 69bd2f5746 Fixed wrong issue history. 2013-05-15 09:55:55 +02:00
Jesús Espino 74d453a316 Better sample data 2013-05-10 16:51:56 +02:00
Jesús Espino be8aeff41e Adding is_iocanie flag to tasks 2013-05-10 14:05:05 +02:00
Jesús Espino 7d3dc0f28a Changing the usage of now to use the timezone now 2013-05-10 14:04:40 +02:00
Jesús Espino c27e5e07f3 Adding issue is_closed property 2013-05-10 10:52:34 +02:00
Jesús Espino 1a0b9c90a9 Fixed calculation of client an team increments 2013-05-08 11:20:50 +02:00
Jesús Espino bc6117d644 Adding backlog increments calculation on backend 2013-05-07 17:15:28 +02:00
Jesús Espino 623597a175 Adding improvements for backlog and dashboard graph drawing 2013-05-07 16:53:48 +02:00
Jesús Espino ecd27d822d Adding auto update user story finish date on all task close and task finished_date on task close 2013-05-07 10:22:37 +02:00
David Barragán Merino 8cb299c218 Mede some minor fixes 2013-04-26 15:47:32 +02:00
Alejandro Alonso bce92c42f0 Adding questions support 2013-04-26 10:49:32 +02:00
Alejandro Alonso 22528bc9dc Adding search api 2013-04-25 12:04:23 +02:00