Alejandro Alonso
f22da3d5aa
Fixing typo in generating US
2014-10-31 09:15:17 +01:00
Alejandro Alonso
a68785a380
Refactoring modify notifications
2014-10-28 18:08:42 +01:00
Alejandro Alonso
6b33c30616
Fixing notifications __init__ because it was generating migration problems
2014-10-28 18:08:42 +01:00
Andrey Antukh
eb8638fdda
[backport] Fix wrong handling role points update.
...
Additionally it moves the logic from serializer to resource.
2014-10-15 23:54:28 +02:00
Andrey Antukh
43e16c2c13
Taiga-events integration (realtime taiga)
2014-09-29 17:49:47 +02:00
Andrey Antukh
d6fb364907
Add separated methods for bulk update order for: kanban, sprint and backlog.
2014-09-17 16:55:43 +02:00
Andrey Antukh
ad7b231945
Fix HistoryResourceMixin class import.
2014-09-16 10:48:42 +02:00
Jesús Espino
99756050db
Fix bug #831 : Assure us order change is registered in the history independently
2014-09-04 19:57:50 +02:00
Jesús Espino
a9ecac7c1c
Fixed bug #763 : Now filter of us and issues filter by subject and reference
2014-08-28 11:24:19 +02:00
Jesús Espino
e6b4d0ba66
Fixed user story ordering
2014-08-12 10:05:14 +02:00
Jesús Espino
2817b3b120
Adding pre_save to the bulk actions
2014-08-11 20:19:38 +02:00
Anler Hp
68a579338f
Refactoring issues bulk creation
2014-08-01 15:02:10 +02:00
Anler Hp
7944c36e6b
Refactoring update order in bulk user-stories
2014-08-01 14:15:19 +02:00
Anler Hp
58cc11e3d4
Refactoring bulk user stories creation
2014-08-01 11:05:58 +02:00
Anler Hp
2ca0039852
Fixing commits related to Task #439
2014-07-30 11:43:38 +02:00
Anler Hp
7af5f6e368
Workaround of last 2-commits
2014-07-30 09:11:15 +02:00
Anler Hp
489cb1283d
Task #439 - Support status param in bulk stories
2014-07-30 09:08:17 +02:00
Anler Hp
6229770c0f
Task #436 - Filter user stories by subject
2014-07-29 11:07:47 +02:00
Jesús Espino
d97edb464c
[HUGE CHANGE] Changed the permissions system
2014-07-24 12:19:06 +02:00
Anler Hp
82ddeb69a7
USs: class-based to function-based services
2014-07-11 01:04:27 +02:00
Alejandro Alonso
dcc7ec0bf2
Adding archived user stories feature and enabling API filtering
2014-06-18 09:16:30 +02:00
Alejandro Alonso
e534920c01
Optimistic Concurrency Control first approach
2014-06-17 16:08:59 +02:00
Andrey Antukh
3083b7f232
Notifications & History: modify all related models and resources for work with new api.
2014-06-12 00:12:15 +02:00
Anler Hp
8003abbbef
Moving neighbors logic into standalone module
2014-05-22 18:34:03 +02:00
Jesús Espino
b72daddd08
A little optimization on userstories listing
2014-05-19 17:28:18 +02:00
David Barragán Merino
e8a2b9fbb3
Refactor attachments
2014-05-09 12:09:49 +02:00
David Barragán Merino
09eced41a0
Update notifications to use the new history module
2014-05-09 11:05:09 +02:00
Andrey Antukh
dd582ce3b1
Replace license on taiga.projects.userstories module.
2014-04-21 16:33:05 +02:00
Jesús Espino
b06db9b603
Bug#226: Now owners has permissions to do restricted actions
2014-03-26 11:02:05 +01:00
David Barragán Merino
09646fa4a1
US #80 : Generate US from issues: Generate issue comment automaticaly
2014-03-25 19:54:44 +01:00
David Barragán Merino
564dd8df8d
Close all back task of US #80 : Generate US from issues
2014-03-25 19:19:33 +01:00
Andrey Antukh
04fa6f6715
Downgrade to djangorestframework 2.3.13 and backport some usefull routers and decorators.
2014-03-22 18:38:30 +01:00
Jesús Espino
d9ab184d0a
Bug#199: Now work correctly the filtering of next/prev on retrieve actions
2014-03-07 14:15:57 +01:00
David Barragán Merino
225cfbc7a0
Minor improvements
2014-03-06 18:37:24 +01:00
David Barragán Merino
56b9540b79
Fix Bug #165 : Send emails on creation in bulk
2014-02-28 13:51:54 +01:00
ikame
f982da7ebb
US #50 : Neighbors nav for taskboard and kanban
2014-02-27 13:38:51 +01:00
ikame
e9dfbe7378
US #50 : Return neighbors when fetching an US/Issue
...
The response for an UserStory/Issue now contains:
{
...
"neighbors": {
"previous": {
"id": ...,
"ref": ...,
"subject": ...
},
"next": {
... same as above
}
}
}
If there's a neighbor missing the response will contain the empty dict {}:
{
...
"neighbors": {
"previous": {},
...
}
}
Neighbors are looked up applying the same filters defined in the
corresponding ViewSets and the same ordering defined in those filters or
ultimately, in the model's meta. In other words, using the same params
you use to filter the object list, can be used to filter the neighbors
when fetching the object's details.
2014-02-26 12:47:55 +01:00
Jesús Espino
b2077f3b9c
Bug#132: Adding bulk of tasks
2014-02-25 09:35:47 +01:00
Jesús Espino
99b9066965
US#49: Renaming app to Taiga
2014-01-27 17:33:43 +01:00