Commit Graph

77 Commits (2d8a18968b0506738c510563021f19a4e30b1ca6)

Author SHA1 Message Date
Álex Hermida 5974ca6ce3 Add test filter assigned users by role 2018-07-03 15:58:15 +02:00
Álex Hermida 8e01fbc97b Update role filter data 2018-07-03 15:58:15 +02:00
Álex Hermida 93029f99f4 Fix tests 2018-06-28 17:46:59 +02:00
Álex Hermida 1d6c559189 Add filters data assigned users tests 2018-06-27 00:18:51 +02:00
Álex Hermida 1e9aaf1a82 Add test_get_user_stories_assigned_users 2018-06-12 17:36:16 +02:00
Álex Hermida 76414c75d4 Add snapshot migration for userstories to avoid unnecessary history entries 2018-04-24 12:28:13 +02:00
Álex Hermida 1d4c731624 Update csv test and rebase migration 2018-04-24 12:27:39 +02:00
Álex Hermida 94fcbbc55e Add assigned users to us
Also:
 * csv export
 * json export
 * import validator
 * history
 * Email template
2018-04-24 12:18:50 +02:00
Daniel García 6e8b5d1c2b Repair tests 2018-04-11 11:34:00 +02:00
Miguel Gonzalez c2149ef6a5 Added due_date to taks, us and issues 2018-04-11 11:34:00 +02:00
Miguel Gonzalez fab4364cc0 Fix test (2/) 2018-03-15 11:40:28 +01:00
Miguel Gonzalez 804b09f6a0 Fix test (1/) 2018-03-15 11:40:28 +01:00
David Barragán Merino 8dbd3df40e Update copyright 2017-02-20 17:58:01 +01:00
David Barragán Merino 45bb5c4d9b Fix Issue #5910: Create validator for assign_to attr 2017-01-30 11:35:49 +01:00
Alejandro Alonso c84f0fdf2e Issue 4822: Error in US estimations when created from Epics 2016-12-15 10:43:05 +01:00
Michael Jurke 421a213f5e Add estimated_start, estimated_finish filters to tasks, userstories and milestones 2016-11-28 17:13:00 +01:00
Alejandro Alonso 15b9fb5f53 Issue 4652: Lost tasks on sprint view 2016-10-18 13:14:56 +02:00
Alejandro Alonso 318d887d6e Fixing deadlocks on update_attr_in_bulk_for_ids 2016-10-04 17:30:30 +02:00
Alejandro Alonso ae0bc7ee88 Filter by epics 2016-09-27 08:59:33 +02:00
David Barragán Merino bc69ecd886 Improve userstories.validators 2016-09-08 11:16:52 +02:00
David Barragán Merino ff7d241a37 Filter userstories by epics 2016-09-08 11:16:52 +02:00
Michael Jurke dfdea74c58 Add created-, modified- and finish_date filters to userstories 2016-09-02 11:02:04 +02:00
Alejandro Alonso cc01ff029c Refactoring bulk update milestone API call 2016-08-03 13:18:40 +02:00
David Barragán Merino baab2552ab Fix tests 2016-08-02 18:01:12 +02:00
David Barragán Merino d1f7158125 Fix bulk_update_orders for user stories 2016-08-02 13:27:56 +02:00
Alejandro Alonso f66b4c9640 Refactoring bulk update order API calls 2016-07-28 15:35:15 +02:00
Alejandro Alonso 4864b9f957 Splitting validators and serializers 2016-07-06 12:46:53 +02:00
David Barragán Merino c82288faa3 Fix tests, identations and pass the Flake8 2016-06-27 10:45:32 +02:00
Alejandro Alonso 34446d8289 Adding tasks and attachments to userstory listing API calls and attachments to task listing API call 2016-06-27 10:45:16 +02:00
David Barragán Merino 549c022bf8 Add license disclaimer to some files 2016-06-21 11:00:02 +02:00
Alejandro Alonso f3176f4b5a Detecting errors properly on points 2016-06-02 11:53:09 +02:00
David Barragán Merino 47907eedb4 Apply PEP-263 to taiga project 2016-05-30 20:41:40 +02:00
Alejandro Alonso b272472396 Adding endpoint to bulk updating the milestone for user stories 2016-05-26 12:12:24 +02:00
David Barragán Merino 0877a5af28 Fix issue #4094: Add 'estimated start' and 'estimated end' sprint dates to CSV reports 2016-04-20 09:26:47 +02:00
David Barragán Merino cc8e5f39b7 Change membership.is_owner to membership.is_admin 2016-02-17 19:21:13 +01:00
Alejandro Alonso dba0597c9c Status and default status can be None 2016-02-10 20:45:20 +01:00
David Barragán Merino 1a1afa0d0f [Backport] Task #3538: Add tribe_gig PickledObjectField attribute to UserStory model 2015-12-09 12:35:22 +01:00
David Barragán Merino a7a6bd3a1c Migrate to django 1.8 and make taiga compatible with python 3.5 2015-10-13 11:27:14 +02:00
Alejandro Alonso d5fbe6bafe Fixing clearing watchers issue 2015-09-23 09:59:06 +02:00
Alejandro Alonso bf57ace9a2 Fix some errors related to watched and likes lists 2015-09-16 15:05:20 +02:00
Alejandro Alonso 77c470f062 Fixing watchers deletion when updating userstories, tasks or issues 2015-09-09 12:24:16 +02:00
David Barragán Merino 70901fd28b Remove 'taiga-info-has-closed-milestones' from userstories resource and added 'taiga-info-total-opened-milestones' and 'taiga-info-total-closed-milestones' to milestones resource 2015-09-01 19:11:54 +02:00
David Barragán Merino 260e5339c2 Fix tests 2015-09-01 18:59:56 +02:00
Alejandro Alonso bccdc2fae1 Adding votes and watched projects to sample_data 2015-08-26 15:19:01 +02:00
David Barragán Merino d34f47ccff Add has-closed-milestones to the response headers when upsdate us orders in bulk for sprints 2015-08-25 11:44:17 +02:00
David Barragán Merino 21153ea1aa Improve userstories/filters_data and issues/filter_data 2015-07-28 08:21:08 +02:00
Jesús Espino aaf89ebb04 Issue#2943: Regenerate refs for tasks, issues and user stories on project change 2015-06-24 20:15:02 +02:00
Jesús Espino c32d505b96 Allow default status, priority, severity and type in issues and tasks 2015-06-24 10:12:33 +02:00
David Barragán Merino 9f253394a4 Refactored some tets 2015-06-24 00:41:32 +02:00
Alejandro Alonso acbd253420 Adding multiple status filtering to userstories 2015-06-09 15:06:51 +02:00