Andrey Antukh
ae5ca20a76
[backport] Fix incorrect handling of userstory rolepoints update process.
...
The current implementation allows duplicate points values in one project,
and because of it, unexpected MultipleObjectsReturned can be raised with
previous update_role_points code. The new one fixes this.
Additionally, in some circumstances, the project does not have any points
with None as value, that causes also unexpected errors. The new
implementation fixes it creating a points instance with None as value
if it not exists.
Conflicts:
tests/integration/test_userstories.py
2014-10-16 09:12:45 +02: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
bcd87114cf
[backport] Fix wrong handling moveTo parameter on role destroy.
2014-10-15 23:54:12 +02:00
David Barragán Merino
bcb2948417
US #954 : Task #1115 : Create feedback endpoint
2014-10-04 17:14:04 +02:00
Alejandro Alonso
b82f6a4743
Making the project name not mandatory and using the owner username for the slug generation
2014-10-03 22:27:10 +02:00
Andrey Antukh
ad16976434
Rename and improve test names on us autoclossing tests module.
2014-10-03 20:13:02 +02:00
Andrey Antukh
101cad3358
Fix unexpected exception when delete task with deleted milestone.
2014-10-03 20:13:02 +02:00
Andrey Antukh
b1cb7fdf66
Fix wrong handling patch request with user_stories list on milestone resource. ( fix #1163 )
2014-10-02 04:14:59 +02:00
Andrey Antukh
56e98bba11
Fix wrong handing integrity error on register or accept invitation.
2014-10-02 03:32:38 +02:00
Jesús Espino
7c5b85ea5c
Fix small test fails introduced in the commit 27f12f7
2014-10-02 01:44:48 +02:00
David Barragán Merino
6725a43a4f
Merge pull request #76 from taigaio/events-improvements
...
Taiga-events integration (realtime taiga)
2014-09-29 18:06:38 +02:00
Andrey Antukh
43e16c2c13
Taiga-events integration (realtime taiga)
2014-09-29 17:49:47 +02:00
David Barragán Merino
fbff7a8b88
Add Copyright+license text
2014-09-29 11:57:57 +02:00
David Barragán Merino
b01396028d
Refactor user profile form and fix #1098
2014-09-25 20:05:34 +02:00
David Barragán Merino
7a88df1e08
Change django.db.models.loading.get_model (deprecated in django 1.7) to django.apps.apps.get_model
2014-09-25 11:32:50 +02:00
Andrey Antukh
8df1b2a799
Regression fix: history entry should not be marked as hidden ...
...
... when change comes with a comment.
2014-09-18 14:42:13 +02:00
Andrey Antukh
97dbffa680
Fix/Improve tests for new changes introduced in bulk order update process.
2014-09-17 16:55:43 +02:00
Andrey Antukh
23f349a73f
Implemented the ability of mark some history entries as hidden.
...
Snapshots with order fields (that are considered not important
for preview) are automatically marked as hidden.
2014-09-17 16:53:30 +02:00
Andrey Antukh
6224a9d4ce
Improve attachments factories and fix tests related to storage refactor.
2014-09-17 15:05:10 +02:00
Andrey Antukh
3061425a67
Improvements and fixes on tests.
2014-09-16 10:48:43 +02:00
Andrey Antukh
01d524adb8
Setup django on start testrunner.
2014-09-16 10:48:43 +02:00
Andrey Antukh
59c7478075
Patch client test fixture with useful login method.
...
This removes django-testclient-extensions because
it doesn't compatible with django 1.7.
2014-09-16 10:48:42 +02:00
Andrey Antukh
c1b011fa99
Refactor test factories to new factoryboy version (more compatible with django 1.7)
2014-09-16 10:48:42 +02:00
Jesús Espino
6d78c79018
Adding import api
2014-09-08 12:33:32 +02:00
Andrey Antukh
0b375be614
Replace direct JSONRender usage with taiga own json module on all tests.
...
So unify the json interface in all tests code.
2014-09-06 02:00:09 +02:00
Andrey Antukh
4f27a8ba4d
Fix affected tests to previous attachment fixes.
2014-09-06 00:43:32 +02:00
Andrey Antukh
f2aa75e4a5
Remove usage of django-testclientextensions (backport of some commits from django1.7 branch)
2014-09-05 22:33:07 +02:00
Jesús Espino
1578f4352c
Fix bug #783 : Verify email existence on membership objects
2014-09-03 18:57:33 +02:00
David Barragán Merino
2f0471a3a4
Fix Bug #828 : Validate username
2014-09-01 17:30:40 +02:00
David Barragán Merino
ff8dd9e613
Fix some errors
2014-09-01 17:30:40 +02:00
Jesús Espino
1c72ddb01e
Fixed mdrender tests
2014-08-27 10:36:36 +02:00
Jesús Espino
c778f476be
Improved a little some tests speed
2014-08-26 20:06:24 +02:00
Jesús Espino
0d9311613d
On retrieve not apply the filter, only check the permissions
2014-08-19 10:07:20 +02:00
Jesús Espino
8bd6e4fb2d
Fixed proyect notification policy tests
2014-08-18 12:48:32 +02:00
Jesús Espino
e4def00dce
Updated test to the new bulk ordering format
2014-08-12 10:23:31 +02:00
Jesús Espino
50ffc1caf9
Fixed tests
2014-08-12 09:25:56 +02:00
Jesús Espino
26e462e182
Fixed issue #298 : Now permissions on API listings works
2014-08-08 13:43:07 +02:00
Anler Hp
47a28cc3dc
Create membership for user creating project <=> role exists
2014-08-07 16:30:28 +02:00
Anler Hp
08ca07454a
Failing test
2014-08-06 14:09:41 +02:00
Jesús Espino
64a8a137ab
Now taking care of delete_last_milestone permission
2014-08-04 19:07:29 +02:00
Alejandro Alonso
3e9c836c7f
Adding change email functionality
2014-08-04 10:15:32 +02:00
Anler Hp
196ac5684f
Fix api auth tests
2014-08-01 15:07:57 +02:00
Anler Hp
68a579338f
Refactoring issues bulk creation
2014-08-01 15:02:10 +02:00
Anler Hp
ed603de65f
fixing permissions tests
2014-08-01 14:29:30 +02:00
Anler Hp
cfec7e12e2
Updating bulk param names in tests
2014-08-01 14:15:19 +02:00
Anler Hp
7944c36e6b
Refactoring update order in bulk user-stories
2014-08-01 14:15:19 +02:00
Jesús Espino
b567a55598
Adding remove avatar url permissions test
2014-08-01 14:02:46 +02:00
Anler Hp
5515243ed8
Refactoring bulk tasks creation
2014-08-01 13:45:00 +02:00
Anler Hp
58cc11e3d4
Refactoring bulk user stories creation
2014-08-01 11:05:58 +02:00
Jesús Espino
81e5609261
Adding test for change avatar
2014-07-31 16:46:09 +02:00