Commit Graph

1709 Commits (ebc3388d03b4fb63902f9c493b502c390e416f6e)

Author SHA1 Message Date
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
David Barragán Merino c17157f8ec US #55: Custom fields - Create API end point 2015-03-04 12:59:27 +01:00
David Barragán Merino 38d4eacd76 US #55: Custom fields - Create admin 2015-03-04 12:59:27 +01:00
David Barragán Merino bc473375ba US #55: Custom fields - Create model 2015-03-04 12:59:27 +01:00
Alejandro Alonso 536741ae53 Fixing lost import 2015-03-04 11:38:32 +01:00
Alejandro d8fa37677d Merge pull request #271 from taigaio/issue/2332/add-toc-extension-to-markdown-render
Issue #2332 - Add TOC extension to the markdown render
2015-03-04 08:42:20 +01:00
David Barragán Merino 64ba841e53 Merge pull request #270 from taigaio/fix-snapshot-not-null-restriction
Fixing badly created restriction
2015-03-04 00:06:00 +01:00
David Barragán Merino dfa0f875d5 Issue #2332 - Add TOC extension to the markdown render 2015-03-03 14:45:57 +01:00
Alejandro Alonso 42832511ed Fixing badly created restriction 2015-03-03 14:22:58 +01:00
Jesús Espino 98d77a4628 Adding the hipchat plugin to the changelog 2015-02-25 12:08:44 +01:00
David Barragán Merino 3dc143149f Merge pull request #266 from taigaio/more-flake8-fixes
Some flake8 fixes
2015-02-24 19:55:27 +01:00
Jesús Espino 47c338324e Some flake8 fixes 2015-02-24 19:55:02 +01:00
David Barragán Merino 3ba3c8978b Merge pull request #265 from taigaio/tests-flake8
Fixing a lot of flake8 errors on tests
2015-02-24 19:54:31 +01:00
Jesús Espino c328414b4d Fixing a lot of flake8 errors on tests 2015-02-24 19:54:10 +01:00
Jesús Espino 1ba41671b4 Merge pull request #267 from astagi/feature/fixtypocreated
Use create instead of created
2015-02-24 18:34:02 +01:00
Andrea Stagi beafa2d2e3 Use create instead of created 2015-02-24 17:52:50 +01:00
David Barragán Merino 39d2faba80 Merge pull request #264 from taigaio/moving-github-tests-to-contrib-repo
Moving tests from taiga-back to the plugin repository
2015-02-24 13:34:37 +01:00
Jesús Espino 8e69be800e Fixed duplications and flake8 errors on factories.py 2015-02-24 13:13:24 +01:00
Jesús Espino f30b8f8451 Moving tests from taiga-back to the plugin repository 2015-02-24 13:10:57 +01:00
David Barragán Merino f398501fb8 Refactor some tests (II) - Remove debug trace 2015-02-24 12:14:29 +01:00
David Barragán Merino 6db1eca874 Refactor some tests 2015-02-24 11:28:01 +01:00
David Barragán Merino e81f2b36ae Merge pull request #255 from taigaio/events-after-commit
Using transaction hooks to emit to taiga-events only after database comm...
2015-02-19 16:05:07 +01:00
Jesús Espino 7f26677c07 Using transaction hooks to emit to taiga-events only after database commit 2015-02-19 16:04:51 +01:00
David Barragán Merino 4660ee9ad0 Merge pull request #262 from taigaio/issue/1732/user-story-change-freeze
Fix #1732: Now the task freezer implements the user story values
2015-02-19 16:01:11 +01:00
Jesús Espino 802d2b40ec Fix #1732: Now the task freezer implements the user story values 2015-02-19 11:03:06 +01:00
Jesús Espino 871d9d6963 SmallFix: Add necesary imports 2015-02-18 09:54:50 +01:00
Jesús Espino 6edb4afee4 Fix small bug on permissions check of wiki pages for anonymous users 2015-02-18 09:34:39 +01:00
Jesús Espino b8ac3e7937 Incremented django-transanctional-cleanup to 0.1.14 version 2015-02-18 08:35:00 +01:00
David Barragán Merino 67dfba539f Update README.md: Use badgets of master branch 2015-02-18 01:00:03 +01:00
David Barragán Merino 8b72fb20d1 Merge pull request #258 from taigaio/bug/2249/not-close-empty-sprints
TG-2249 #ready-for-test: Now the empty sprints aren't closed
2015-02-17 20:05:19 +01:00
Jesús Espino 8875f2c0d9 TG-2249 #ready-for-test: Now the empty sprints aren't closed 2015-02-17 16:02:21 +01:00
Jesús Espino 7a4864da5e Incremented taiga-contrig-github-auth requirement 2015-02-17 13:07:21 +01:00
Jesús Espino 94d35aac11 Fixed some flake8 errors 2015-02-17 12:53:19 +01:00
Jesús Espino 0905753b0c Moving response generation from auth plugin services to auth api 2015-02-17 12:47:58 +01:00
Jesús Espino 6553b4d8dc Merge pull request #250 from taigaio/refactor/bameda-style
Refactor day: @bameda style
2015-02-17 12:45:30 +01:00
David Barragán Merino 60ab6127aa Refactor day: Use taiga.base.response instead rest_framework.response 2015-02-17 12:25:37 +01:00
David Barragán Merino 5196f1c25d Refactor day: Move RoleViewSet from taiga.projects to taiga.users 2015-02-16 20:04:41 +01:00
David Barragán Merino 589490d7a5 Update django to 1.7.4 and update dev requirements 2015-02-16 19:24:10 +01:00
Alejandro Alonso 147ebbdbbd Fixing bug 2195 - Notifications about points, from and to in incorrect order 2015-02-16 08:56:13 +01:00
David Barragán Merino 3e4e217ec1 Add migration for new user contrib plugins enhacement 2015-02-13 18:02:33 +01:00
David Barragán Merino e937f91245 Update README.md 2015-02-13 10:00:46 +01:00
David Barragán Merino 65c322a85b Update README.md 2015-02-12 09:12:09 +01:00
David Barragán Merino 357d7706a1 Upgrade django-pgjson to 0.2.2 2015-02-11 13:36:47 +01:00
David Barragán Merino 6cf529760d Fix fixture: remove github_id 2015-02-11 13:35:55 +01:00
David Barragán Merino 58e17611e4 Merge pull request #240 from taigaio/bug/2150/bad-field-names-in-email-notifications
Fixing fields in notification emails and lists contents
2015-02-11 11:34:46 +01:00
Alejandro Alonso 3ca137bed0 Fixing fields in notification emails and lists contents 2015-02-11 11:34:27 +01:00
David Barragán Merino 2d69b244b6 Merge pull request #239 from taigaio/bug/2083/user-story-history-repeats-files-and-has-no-order
Locking the element on take_snapshot to avoid racing condition issues
2015-02-11 11:33:38 +01:00
Alejandro Alonso 50fd9b6161 Locking the element on take_snapshot to avoid racing condition issues 2015-02-11 11:10:37 +01:00
David Barragán Merino 985838cd1a Merge pull request #247 from taigaio/refactor/auth-modules
Refactor/auth modules
2015-02-11 11:04:28 +01:00