Commit Graph

174 Commits (a4925e8be5bba8bd71a0b537078e14e45b10fe20)

Author SHA1 Message Date
David Barragán Merino a4925e8be5 Made a refactor of the notifications app 2013-07-17 10:48:20 +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
David Barragán Merino 109a1d03b7 Smallfix: Fixed minor syntax error 2013-07-16 22:42:06 +02:00
David Barragán Merino cba0774595 Smallfix: Send more print message to sys.stderr 2013-07-16 22:42:06 +02:00
Andrés Moya fbdb889f55 Add notifications module (not finished) 2013-07-16 22:42:06 +02:00
David Barragán Merino fcdcf2b997 Smallfix: Send print message to sys.stderr 2013-07-16 22:39:32 +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 066ed5124d Smallfix: Fixed minor syntax error 2013-07-16 12:22:55 +02:00
David Barragán Merino 63316366ff Smallfix: Fixed a 'trospido' rebase 2013-07-16 12:22:54 +02:00
David Barragán Merino 29e01ab226 Smallfix: Send more print message to sys.stderr 2013-07-16 12:21:19 +02:00
Andrés Moya 2c8349f355 Add notifications module (not finished) 2013-07-16 12:21:18 +02:00
David Barragán Merino fd7c55f080 Smallfix: Set user token not unique 2013-07-16 12:09:40 +02:00
David Barragán Merino ab319206bc Smallfix: Fixed the fixture, added a , 2013-07-16 12:09:40 +02:00
Alejandro Alonso 0a58d85f8b Updating initial user password 2013-07-16 12:09:40 +02:00
Andrey Antukh 3ac7398dc5 Update requirements. 2013-07-16 12:09:40 +02:00
Andrey Antukh e1d85f7843 Add regenerate.sh script. 2013-07-16 12:09:40 +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
David Barragán Merino b0ed850da2 Smallfix: Send print message to sys.stderr 2013-07-16 10:46:21 +02:00
David Barragán Merino a7104009d2 Smallfix: Removed a commented code line 2013-07-16 10:45:37 +02:00
David Barragán Merino 0b441953dc Smallfix: Set user token not unique 2013-07-16 10:28:16 +02:00
David Barragán Merino f24f1df583 Smallfix: Fixed the fixture, added a , 2013-07-16 10:14:33 +02:00
Alejandro Alonso 795b002470 Updating initial user password 2013-07-16 09:56:46 +02:00
Andrey Antukh 382b165e21 Update requirements. 2013-07-15 19:44:45 +02:00
Andrey Antukh 7f13244639 Add regenerate.sh script. 2013-07-15 11:35:06 +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
Jesús Espino d102195da6 Merge pull request #2 from kaleidos/list-projects
Return also the projects owned by the logged in user in the projects API endpoint
2013-06-02 02:20:07 -07: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 3e4d3034b6 Now greenmine session middleware is based on SessionMiddleware 2013-05-10 10:57:35 +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
David Barragán Merino 7df355d92e Added the UserDatail API 2013-04-26 10:28:13 +02:00