Alejandro Alonso
cad5a88081
Updating changelog
2014-10-29 11:14:27 +01:00
Alejandro Alonso
d36e7e7eaa
Fixing invitation tests
2014-10-29 11:11:19 +01:00
David Barragán Merino
9a885eae6a
Merge pull request #141 from taigaio/django-version-update-bugfixes
...
Update django version to 1.7.1
2014-10-27 00:09:12 +01:00
Andrey Antukh
fab678987a
Update django version to 1.7.1
2014-10-26 19:23:02 +01:00
Jesús Espino
745d48f218
Merge pull request #140 from entrepreneurj/models/choices/cleanup
...
Removes redundant FIXME
2014-10-25 09:59:09 +02:00
Joe
a726449eb1
Removes redundant FIXME
...
* Removes a Choice that has already been moved to the .choices module
2014-10-25 06:49:42 +00:00
Alejandro
6f590ff0c7
Merge pull request #138 from taigaio/watchers-validation-bug
...
Add proper validation of watchers for issues, tasks and userstories serializers.
2014-10-24 09:11:15 +02:00
Alejandro Alonso
a1d6875d88
Fixing task tests
2014-10-24 08:47:58 +02:00
David Barragán Merino
037c48608c
Merge pull request #139 from taigaio/contributing
...
Add CONTRIBUTING.md file.
2014-10-24 01:19:33 +02:00
Andrey Antukh
80df378ba1
Add CONTRIBUTING.md file.
2014-10-23 20:53:08 +02:00
Andrey Antukh
bc95282cfd
Add proper validation of watchers for issues, tasks and userstories serializers.
2014-10-23 20:45:11 +02:00
David Barragán Merino
aee501bc2d
Merge pull request #136 from taigaio/us/1396/extra-text-for-inviting-users
...
Adding support for extra text in invitation
2014-10-22 12:54:07 +02:00
Alejandro Alonso
8593b82f8b
Adding support for extra text in invitation
2014-10-22 12:53:22 +02:00
David Barragán Merino
06d4ef0188
Merge pull request #135 from taigaio/us/1380/sentry
...
Adding raven requirement
2014-10-22 12:48:49 +02:00
Alejandro Alonso
50afed05f9
Adding raven requirement
2014-10-22 12:48:28 +02:00
David Barragán Merino
d16f0c2193
Fix some errors in sample_data command
2014-10-21 13:53:13 +02:00
Jesús Espino
bd519b3d64
Merge branch 'master' into stable
...
Conflicts:
tests/integration/test_userstories.py
2014-10-20 13:43:44 +02:00
Jesús Espino
ca1b820b12
Update changelog
2014-10-20 13:42:56 +02:00
David Barragán Merino
1dde7615f5
Merge pull request #132 from taigaio/bug/1392/get-neighbors-for-empty-queryset
...
Fixing bug when selecting neighbors in an empty queryset of related elements
2014-10-20 12:35:46 +02:00
Alejandro Alonso
a5c922be9e
Fixing bug when selecting neighbors in an empty queryset of related elements
2014-10-20 12:33:24 +02:00
David Barragán Merino
184f97dde1
Merge pull request #134 from taigaio/bug/1393/failing-token-for-logged-users
...
Fixing error when recovering the user token and the key doesn't exist
2014-10-20 12:28:01 +02:00
Alejandro Alonso
2cc65a17cb
Fixing error when recovering the user token and the key doesn't exist
2014-10-20 09:40:51 +02:00
David Barragán Merino
8614a49d0d
Merge branch 'bug/967/error-500-when-creating-milestones'. 365 days
...
committing ✨ ✨ 👏 👏 👯 👯 ✌️
2014-10-20 00:51:51 +02:00
Alejandro Alonso
991e5a7f42
Fixing error 500 when importing two milestones with the same name
2014-10-20 00:50:39 +02:00
David Barragán Merino
42ec2dd09a
Merge pull request #128 from taigaio/bug/979/create-task-consistency
...
When creating a task with milestone and user_story associated checking t...
2014-10-19 20:10:03 +02:00
Alejandro Alonso
6fc97cf99d
When creating a task with milestone and user_story associated checking the user_story is also associated to the milestone
2014-10-19 20:00:17 +02:00
Jesús Espino
d6e987f18e
fixed problem on taiga wiki page import
2014-10-17 13:01:07 +02:00
Jesús Espino
35143a59e3
Auto slugify the wiki page slug input in the importer
2014-10-17 10:01:20 +02:00
Juanfran
742598a4f8
Merge pull request #127 from taigaio/bug/1188/issues-text-search
...
Fixing searchs, using an and for the words we search instead of an or
2014-10-16 13:34:11 +02:00
Alejandro Alonso
e71a9a1202
Fixing searchs, using an and for the words we search instead of an or
2014-10-16 13:14:43 +02:00
Andrey Antukh
b85eb8914c
[backport] Auto coerce bytes to string on own json module.a
...
Only for tests.
2014-10-16 09:25:38 +02:00
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
David Barragán Merino
782805a98f
Merge pull request #126 from taigaio/rolepoints-update-fixes
...
Fix incorrect handling of userstory rolepoints update process.
2014-10-16 00:56:29 +02:00
Andrey Antukh
fa05bf8c74
[backport] Add temporal fix to history attachments changes rendering.
2014-10-15 23:54: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
Andrey Antukh
4056d5214b
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.
2014-10-15 23:45:10 +02:00
David Barragán Merino
154e13cc79
Merge pull request #123 from taigaio/random-fixes
...
A collection minor fixes + hotfixes
2014-10-15 23:29:01 +02:00
Andrey Antukh
84a7c47210
Rename project tests.
2014-10-15 23:27:54 +02:00
Andrey Antukh
5617de891e
Move some userstories test to right location.
2014-10-15 23:27:54 +02:00
Andrey Antukh
3fddbe2054
Add temporal fix to history attachments changes rendering.
2014-10-15 23:27:54 +02:00
Andrey Antukh
a3cb48cf8e
Fix wrong handling role points update.
...
Additionally it moves the logic from serializer to resource.
2014-10-15 23:27:54 +02:00
Andrey Antukh
43fd17aaaa
Fix wrong handling moveTo parameter on role destroy.
2014-10-15 23:27:54 +02:00
Andrey Antukh
21f1835567
Fix milestone test name.
2014-10-15 19:52:31 +02:00
Andrey Antukh
786599239c
Minor tests cleaning.
2014-10-15 19:52:31 +02:00
Andrey Antukh
0f207da0dc
Put more clear names to user test functions.
2014-10-15 17:30:22 +02:00
Andrey Antukh
9b6c58bad9
Normalize some tests file names.
2014-10-15 17:29:58 +02:00
Andrey Antukh
480baa3b94
Auto coerce bytes to string on own json module.
2014-10-15 17:29:20 +02:00
David Barragán Merino
7da975d992
Merge pull request #121 from taigaio/cancel-account-signal
...
Launching cancel_account signal when needed
2014-10-15 13:33:08 +02:00
Alejandro Alonso
be8d1719d3
Disabling the posibility of multiple account cancelations for the same cancel_token
2014-10-15 13:16:37 +02:00