David Barragán Merino
|
d3f9cfa4f5
|
Fix #2401: Github integration error
|
2015-03-11 14:57:08 +01:00 |
Alejandro Alonso
|
2d1300e56b
|
Adding lost migration
|
2015-03-11 09:21:49 +01:00 |
David Barragán Merino
|
71ef2e0212
|
Merge pull request #275 from taigaio/hiding-email
Hide email to not-admin users
|
2015-03-10 23:45:27 +01:00 |
Alejandro Alonso
|
4b6e839388
|
Fixing membership creation serialization
|
2015-03-10 23:12:07 +01:00 |
Jesús Espino
|
f1ddd0a935
|
Hide email to not-admin users
|
2015-03-10 19:19:32 +01:00 |
David Barragán Merino
|
6e780bb720
|
Merge pull request #263 from taigaio/us/1913/csv-reports
US#1913: CSV Reports
|
2015-03-10 19:11:22 +01:00 |
Jesús Espino
|
4440e7848d
|
Fixed special case of serializer selection
|
2015-03-10 18:12:02 +01:00 |
Alejandro Alonso
|
bdcd8bba41
|
Adding custom fields to csv exrpot
|
2015-03-10 18:11:50 +01:00 |
Jesús Espino
|
9908d4307a
|
Fix the show of csv exports uuid on project serialized data
|
2015-03-10 17:57:08 +01:00 |
Jesús Espino
|
4e9d4610fe
|
Fixed tests
|
2015-03-10 17:57:08 +01:00 |
David Barragán Merino
|
5e184120f7
|
Disable generations of csvs uuids
|
2015-03-10 17:57:08 +01:00 |
David Barragán Merino
|
25fa034e80
|
Fix a conflict between migrations
|
2015-03-10 17:57:08 +01:00 |
Jesús Espino
|
66e6512245
|
US#1913: CSV Reports
|
2015-03-10 17:57:08 +01:00 |
Alejandro Alonso
|
d984557449
|
Updating local.py.example with required database backend
|
2015-03-10 14:27:21 +01:00 |
David Barragán Merino
|
8f37048a55
|
Update CHANGELOG
|
2015-03-10 09:32:12 +01:00 |
David Barragán Merino
|
bd0b162a0e
|
Update django to 1.7.6
|
2015-03-10 09:27:16 +01:00 |
Alejandro Alonso
|
208bf87997
|
Adding public projects to sample_data
|
2015-03-10 08:54:40 +01:00 |
Alejandro Alonso
|
1a457ea8c5
|
Updating public permission choices
|
2015-03-09 15:35:04 +01:00 |
David Barragán Merino
|
f21b5ecd4a
|
Update CHANGELOG
|
2015-03-09 14:00:16 +01:00 |
David Barragán Merino
|
92c1c39790
|
Merge pull request #260 from taigaio/public-projects
Public projects
|
2015-03-09 12:49:02 +01:00 |
Alejandro Alonso
|
cff56f1d86
|
Fixing is_private attribute
|
2015-03-09 12:48:14 +01:00 |
Alejandro Alonso
|
44e6f7c42d
|
Updating anon and public permissions when project is public
|
2015-03-09 12:48:14 +01:00 |
Alejandro Alonso
|
79e9682531
|
Updating permissions for supporting public projects
|
2015-03-09 12:48:14 +01:00 |
David Barragán Merino
|
efc666c793
|
Ignore .env file
|
2015-03-09 12:44:54 +01:00 |
Alejandro
|
336d141656
|
Merge pull request #242 from taigaio/us/55/custom-fields
US #55: Custom fields
|
2015-03-04 14:27:22 +01:00 |
David Barragán Merino
|
5dfd88274b
|
US #55: Custom fields - Send email notifications
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
d56ee49064
|
US #55: Custom fields - Change the name of a var
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
7ef5a3a9d9
|
US #55: Custom fields - Minor refactor
|
2015-03-04 12:59:28 +01:00 |
Jesús Espino
|
f9cbc36303
|
Fixing issues and task tests
|
2015-03-04 12:59:28 +01:00 |
Jesús Espino
|
618a731019
|
Fixing some tests
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
462638db5e
|
US #55: Custom fields - Update CHANGELOG
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
ffe04f2bab
|
US #55: Custom fields - Fix asome error when generate diff in history model
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
be6e03226b
|
US #55: Custom fields - Webhooks
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
4368323165
|
US #55: Custom fields - Improve API queries
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
9193c78de5
|
US #55: Custom fields - Permissions tests over custom attributes values
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
892f6f93df
|
US #55: Custom fields - Fix validations
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
47a4c5e0e7
|
US #55: Custom fields - Fix a bug with the 🐯s
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
61c973057a
|
US #55: Custom fields - Fix mixins order in CustomAttribute ViewSets
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
e8078aaaa5
|
US #55: Custom fields - Create empty CustomAttributesValues when added USs, Tasks and Issues
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
3369fa41f0
|
US #55: Custom fields - Fix custo attribute serializer validator of name
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
df8c532cbd
|
US #55: Custom fields - Exclude id in CustomAttributesValues serializers
|
2015-03-04 12:59:28 +01:00 |
David Barragán Merino
|
5eddda9803
|
US #55: Custom fields - Fix a problem with serializer classes and mixins
|
2015-03-04 12:59:27 +01:00 |
David Barragán Merino
|
22e62b4f65
|
US #55: Custom fields - Change 'values' field in CustomAttributesValues models to 'attributes_values'
|
2015-03-04 12:59:27 +01:00 |
Alejandro Alonso
|
d1d0825d2e
|
US #55: Custom fields - Adding info about custom fields to project serializer
|
2015-03-04 12:59:27 +01:00 |
David Barragán Merino
|
eedd2ca7d5
|
US #55: Custom fields - Use custom attributes and values in sample_data cvommand
|
2015-03-04 12:59:27 +01:00 |
David Barragán Merino
|
56b9fe42e3
|
US #55: Custom fields - Import/Export custom attributes values
|
2015-03-04 12:59:27 +01:00 |
David Barragán Merino
|
32ff494ddd
|
US #55: Custom fields - 3️⃣ 😩 🐯
|
2015-03-04 12:59:27 +01:00 |
David Barragán Merino
|
2893213932
|
US #55: Custom fields - Create model to save the custom attributes values and update the history
|
2015-03-04 12:59:27 +01:00 |
David Barragán Merino
|
ebc3388d03
|
US #55: Custom fields - Import/Export custom attributes
|
2015-03-04 12:59:27 +01:00 |
David Barragán Merino
|
84db9956d5
|
US #55: Custom fields - Tests
|
2015-03-04 12:59:27 +01:00 |