summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Update charcoal theme colors18013-compact-sidebarAnnabel Dunstone2016-06-071-2/+5
| | | | | | |
| * | | | | | Update nav link font size and spacing; fix hamburger iconAnnabel Dunstone2016-06-073-24/+17
| | | | | | |
| * | | | | | Fix control btn positionAnnabel Dunstone2016-06-071-1/+1
| | | | | | |
| * | | | | | Remove todos count tests in navAnnabel Dunstone2016-06-071-2/+0
| | | | | | |
| * | | | | | Test impersonation using img data attribute instead of usernameAnnabel Dunstone2016-06-072-5/+5
| | | | | | |
| * | | | | | Implement compact side navAnnabel Dunstone2016-06-075-143/+47
| |/ / / / /
* | | | | | Merge branch ↵Yorick Peterse2016-06-072-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '18082-instrument-repositorycheck-singlerepositoryworker-manually' into 'master' Instrument `RepositoryCheck::SingleRepositoryWorker` manually See merge request !4446
| * | | | | | Instrument `RepositoryCheck::SingleRepositoryWorker` manuallyAlejandro Rodríguez2016-06-072-0/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | This worker is called manually by `RepositoryCheck::BatchWorker` meaning it's not tracked automatically by the Sidekiq middleware.
* | | | | | Merge branch 'refactor/ci-config-add-facade' into 'master' Rémy Coutable2016-06-075-7/+141
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new GitLab CI configuration facade class ## What does this MR do? This MR is a first iteration of major CI configuration refactoring. See #17139 and #15060 for more details. ## What are the relevant issue numbers? Closes #17139 See merge request !4462
| * | | | | Improve Ci config loader by changing method signaturerefactor/ci-config-add-facadeGrzegorz Bizon2016-06-073-6/+6
| | | | | |
| * | | | | Remove duplicated exception in Ci configGrzegorz Bizon2016-06-073-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a temporary refactoring stub, that is planned to be removed after removing legacy config processor.
| * | | | | Rename class that loads CI configuration to LoaderGrzegorz Bizon2016-06-065-23/+19
| | | | | |
| * | | | | Extract CI config YAML parser to a separate classGrzegorz Bizon2016-06-034-5/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this approach it would be easier to add different sources of configuration, that we do not necessairly have to be in YAML format.
| * | | | | Add gitlab ci configuration class that holds hashGrzegorz Bizon2016-06-033-7/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As for now, we keep this class inside a oryginal config processor class. We will move implementation to this class and delegate to it from current config processor. After original gitlab ci yaml processor not longer has relevant impelemntation we will replace it with new configuration class.
* | | | | | Merge branch 'issue_14189' into 'master' Jacob Schatz2016-06-0725-34/+556
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ability to prioritize labels Closes #14189 See merge request !4009
| * | | | | | Fix label order by priority on labels pageissue_14189Sean McGivern2016-06-073-3/+63
| | | | | | |
| * | | | | | TypoAlfredo Sumaran2016-06-062-4/+4
| | | | | | |
| * | | | | | Clarify issue priority specSean McGivern2016-06-061-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 orderSean McGivern2016-06-061-2/+2
| | | | | | |
| * | | | | | Tidy up Ruby style in templatesSean McGivern2016-06-062-6/+5
| | | | | | |
| * | | | | | Remove commentAlfredo Sumaran2016-06-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Just to trigger CI
| * | | | | | Add test for the case when user can't prioritize labelsAlfredo Sumaran2016-06-061-47/+77
| | | | | | |
| * | | | | | Initialize LabelManager only when necessaryAlfredo Sumaran2016-06-061-1/+1
| | | | | | |
| * | | | | | Show functionality only for users with the ability to edit labelsAlfredo Sumaran2016-06-062-18/+21
| | | | | | |
| * | | | | | Improve functionalityAlfredo Sumaran2016-06-061-18/+21
| | | | | | |
| * | | | | | add :set_priorities to :authorize_admin_labels!Alfredo Sumaran2016-06-061-1/+1
| | | | | | |
| * | | | | | typoAlfredo Sumaran2016-06-061-1/+1
| | | | | | |
| * | | | | | Show prioritized labels only on the first page and when there's labels createdAlfredo Sumaran2016-06-061-1/+4
| | | | | | |
| * | | | | | Remove unnecesary paramAlfredo Sumaran2016-06-061-1/+1
| | | | | | |
| * | | | | | TypoAlfredo Sumaran2016-06-061-2/+2
| | | | | | |
| * | | | | | Update method and routeAlfredo Sumaran2016-06-062-3/+3
| | | | | | |
| * | | | | | Update method nameAlfredo Sumaran2016-06-061-2/+2
| | | | | | |
| * | | | | | Add unprioritized scopeAlfredo Sumaran2016-06-063-7/+9
| | | | | | |
| * | | | | | FeedbackAlfredo Sumaran2016-06-064-13/+9
| | | | | | |
| * | | | | | Update CHANGELOGAlfredo Sumaran2016-06-061-0/+1
| | | | | | |
| * | | | | | Fix styleSean McGivern2016-06-062-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `reorder(nil)` is better than `reorder('')` - Only use ASCII in comments
| * | | | | | Don't try to count a relation with aliasesSean McGivern2016-06-061-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 labelsAlfredo Sumaran2016-06-061-29/+60
| | | | | | |
| * | | | | | Fix failing testsAlfredo Sumaran2016-06-061-5/+5
| | | | | | |
| * | | | | | Add tests for issue prioritizationAlfredo Sumaran2016-06-061-0/+63
| | | | | | |
| * | | | | | Fix syntaxAlfredo Sumaran2016-06-061-4/+4
| | | | | | |
| * | | | | | Show proper error message when saving priority failsAlfredo Sumaran2016-06-061-4/+1
| | | | | | |
| * | | | | | Add tests for label prioritizationAlfredo Sumaran2016-06-061-0/+78
| | | | | | |
| * | | | | | Sorting improvements and stylingAlfredo Sumaran2016-06-066-9/+42
| | | | | | |
| * | | | | | Improve Issuable.order_labels_priorityRémy Coutable2016-06-0611-61/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | Sort by label priorityThijs Wouters2016-06-0610-5/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | Prioritize labels functionalityAlfredo Sumaran2016-06-068-12/+146
| | | | | | |
* | | | | | | Merge branch 'knapsack-for-master' into 'master' Kamil Trzciński2016-06-072-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-masterKamil Trzcinski2016-06-072-1/+2
| | | | | | |
* | | | | | | Merge branch 'knapsack' into 'master' Douwe Maan2016-06-078-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