Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load knapsack in Rakefile only when is bundledload-knapsack-if-defined | Kamil Trzcinski | 2016-06-07 | 2 | -3/+2 |
| | |||||
* | Merge branch 'issue_14189' into 'master' | Jacob Schatz | 2016-06-07 | 25 | -34/+556 |
|\ | | | | | | | | | | | | | Ability to prioritize labels Closes #14189 See merge request !4009 | ||||
| * | Fix label order by priority on labels pageissue_14189 | Sean McGivern | 2016-06-07 | 3 | -3/+63 |
| | | |||||
| * | Typo | Alfredo Sumaran | 2016-06-06 | 2 | -4/+4 |
| | | |||||
| * | Clarify issue priority spec | Sean McGivern | 2016-06-06 | 1 | -14/+7 |
| | | | | | | | | | | We don't care particularly about the ordering within a priority level, just that the levels are in the right order. | ||||
| * | Remove unnecessary null-specific order | Sean McGivern | 2016-06-06 | 1 | -2/+2 |
| | | |||||
| * | Tidy up Ruby style in templates | Sean McGivern | 2016-06-06 | 2 | -6/+5 |
| | | |||||
| * | Remove comment | Alfredo Sumaran | 2016-06-06 | 1 | -1/+0 |
| | | | | | | | | Just to trigger CI | ||||
| * | Add test for the case when user can't prioritize labels | Alfredo Sumaran | 2016-06-06 | 1 | -47/+77 |
| | | |||||
| * | Initialize LabelManager only when necessary | Alfredo Sumaran | 2016-06-06 | 1 | -1/+1 |
| | | |||||
| * | Show functionality only for users with the ability to edit labels | Alfredo Sumaran | 2016-06-06 | 2 | -18/+21 |
| | | |||||
| * | Improve functionality | Alfredo Sumaran | 2016-06-06 | 1 | -18/+21 |
| | | |||||
| * | add :set_priorities to :authorize_admin_labels! | Alfredo Sumaran | 2016-06-06 | 1 | -1/+1 |
| | | |||||
| * | typo | Alfredo Sumaran | 2016-06-06 | 1 | -1/+1 |
| | | |||||
| * | Show prioritized labels only on the first page and when there's labels created | Alfredo Sumaran | 2016-06-06 | 1 | -1/+4 |
| | | |||||
| * | Remove unnecesary param | Alfredo Sumaran | 2016-06-06 | 1 | -1/+1 |
| | | |||||
| * | Typo | Alfredo Sumaran | 2016-06-06 | 1 | -2/+2 |
| | | |||||
| * | Update method and route | Alfredo Sumaran | 2016-06-06 | 2 | -3/+3 |
| | | |||||
| * | Update method name | Alfredo Sumaran | 2016-06-06 | 1 | -2/+2 |
| | | |||||
| * | Add unprioritized scope | Alfredo Sumaran | 2016-06-06 | 3 | -7/+9 |
| | | |||||
| * | Feedback | Alfredo Sumaran | 2016-06-06 | 4 | -13/+9 |
| | | |||||
| * | Update CHANGELOG | Alfredo Sumaran | 2016-06-06 | 1 | -0/+1 |
| | | |||||
| * | Fix style | Sean McGivern | 2016-06-06 | 2 | -2/+3 |
| | | | | | | | | | | - `reorder(nil)` is better than `reorder('')` - Only use ASCII in comments | ||||
| * | Don't try to count a relation with aliases | Sean McGivern | 2016-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Work around ActiveRecord count and column aliases issue as described at: <https://github.com/rails/rails/issues/15138#issuecomment-61325080> AR doesn't promise that `#count` (which is called by `#any?`) will work for relations using `#select`, which means we need a workaround instead. | ||||
| * | Add tests for issues with multiple labels | Alfredo Sumaran | 2016-06-06 | 1 | -29/+60 |
| | | |||||
| * | Fix failing tests | Alfredo Sumaran | 2016-06-06 | 1 | -5/+5 |
| | | |||||
| * | Add tests for issue prioritization | Alfredo Sumaran | 2016-06-06 | 1 | -0/+63 |
| | | |||||
| * | Fix syntax | Alfredo Sumaran | 2016-06-06 | 1 | -4/+4 |
| | | |||||
| * | Show proper error message when saving priority fails | Alfredo Sumaran | 2016-06-06 | 1 | -4/+1 |
| | | |||||
| * | Add tests for label prioritization | Alfredo Sumaran | 2016-06-06 | 1 | -0/+78 |
| | | |||||
| * | Sorting improvements and styling | Alfredo Sumaran | 2016-06-06 | 6 | -9/+42 |
| | | |||||
| * | Improve Issuable.order_labels_priority | Rémy Coutable | 2016-06-06 | 11 | -61/+85 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Sort by label priority | Thijs Wouters | 2016-06-06 | 10 | -5/+77 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Prioritize labels functionality | Alfredo Sumaran | 2016-06-06 | 8 | -12/+146 |
| | | |||||
* | | Merge branch 'knapsack-for-master' into 'master' | Kamil Trzciński | 2016-06-07 | 2 | -1/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Fix knapsack for master It were mistakenly to invoke `rspec` where it should invoke `spinach`. See merge request !4510 | ||||
| * | | Fix knapsack for masterknapsack-for-master | Kamil Trzcinski | 2016-06-07 | 2 | -1/+2 |
| | | | |||||
* | | | Merge branch 'knapsack' into 'master' | Douwe Maan | 2016-06-07 | 8 | -199/+212 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Use Knapsack to evenly distribute specs Try to distribute all tests evenly accross all nodes to reduce the testing time of GitLab CE. This uses high amount of auto-scaled machines. See merge request !4240 | ||||
| * | | Remove stage notifications [ci skip] | Kamil Trzcinski | 2016-06-07 | 1 | -1/+0 |
| | | | |||||
| * | | Remove knapsack_merger since we don't use it anyway | Kamil Trzcinski | 2016-06-07 | 2 | -42/+0 |
| | | | |||||
| * | | Fix knapsack spinach execution | Kamil Trzcinski | 2016-06-07 | 1 | -1/+1 |
| | | | |||||
| * | | Fix .gitlab-ci.ymlknapsack | Kamil Trzcinski | 2016-06-07 | 1 | -6/+6 |
| | | | |||||
| * | | Rerun failed spinach tests | Kamil Trzcinski | 2016-06-07 | 2 | -73/+101 |
| | | | |||||
| * | | Fix license_finder | Kamil Trzcinski | 2016-06-07 | 1 | -1/+1 |
| | | | |||||
| * | | Install knapsack | Kamil Trzcinski | 2016-06-07 | 1 | -1/+1 |
| | | | |||||
| * | | Use ruby:2.1 and ruby:2.2 images | Kamil Trzcinski | 2016-06-07 | 2 | -2/+16 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into knapsack | Kamil Trzcinski | 2016-06-07 | 197 | -1241/+6048 |
| |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # .gitlab-ci.yml | ||||
| * | | | Install bundler | Kamil Trzcinski | 2016-06-06 | 1 | -0/+1 |
| | | | | |||||
| * | | | Don't install knapsack | Kamil Trzcinski | 2016-06-06 | 1 | -1/+0 |
| | | | | |||||
| * | | | Refactor all testing suites | Kamil Trzcinski | 2016-06-06 | 1 | -138/+66 |
| | | | | |||||
| * | | | Use gitlab-build-images for precache some of the dependencies | Kamil Trzcinski | 2016-06-04 | 2 | -36/+12 |
| | | | |