summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'build-statuses' into 'master' Rémy Coutable2016-12-1416-43/+284
|\
| * Remove trailing blank line from Allowable moduleGrzegorz Bizon2016-12-141-1/+0
| * Make it possible to mix `Gitlab::Routing` inGrzegorz Bizon2016-12-132-1/+7
| * Extract abilities checking module from ability modelGrzegorz Bizon2016-12-132-1/+9
| * Refine build stop/play extended status specsGrzegorz Bizon2016-12-131-4/+4
| * Use manual build icon in play/stop build statusesGrzegorz Bizon2016-12-132-4/+12
| * Add specs for build stop extended detailed statusGrzegorz Bizon2016-12-121-4/+0
| * Fix build stop extended status CSS classGrzegorz Bizon2016-12-121-4/+0
| * Fix path to build status details in common helpersGrzegorz Bizon2016-12-121-1/+1
| * Add action_class/action_titleKamil Trzcinski2016-12-125-3/+30
| * Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-124-5/+5
| * Fix some detailed statuses specs related to abilitiesGrzegorz Bizon2016-12-122-1/+2
| * Incorporate permission checks into new CI statusesGrzegorz Bizon2016-12-1211-49/+60
| * Refactor ci status factories to DRY code a littleGrzegorz Bizon2016-12-125-29/+28
| * Check permission of detailsKamil Trzcinski2016-12-124-7/+7
| * Introduce `cancelable` and `returnable` [ci skip]Kamil Trzcinski2016-12-125-35/+64
| * Improve actionsKamil Trzcinski2016-12-124-18/+106
| * Added Ci::Status::BuildKamil Trzcinski2016-12-123-3/+76
* | Allow all alphanumeric characters in file names (!8002)winniehell2016-12-131-2/+2
|/
* Merge branch 'features/api-snippets' into 'master' Sean McGivern2016-12-121-0/+2
|\
| * API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-0/+2
* | Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* | Merge branch 'pipeline-stage' into 'master' Rémy Coutable2016-12-085-26/+88
|\ \
| * | Add Ci::Status::FactoryKamil Trzcinski2016-12-073-51/+50
| * | Added Ci::Stage specsKamil Trzcinski2016-12-061-1/+1
| * | Fix test failuresKamil Trzcinski2016-12-061-2/+2
| * | Added Stage testsKamil Trzcinski2016-12-061-1/+1
| * | Add Ci::Status::StageKamil Trzcinski2016-12-062-0/+63
| * | Introduce `Ci::Stage`, right now this is artificial object that is build dyna...Kamil Trzcinski2016-12-061-1/+1
* | | Enable display of admonition icons in Asciidoc.Horacio Sanson2016-12-081-1/+1
|/ /
* | Merge branch 'refine-ci-statuses' into 'master' Kamil Trzciński2016-12-0612-0/+295
|\ \
| * | Improve support for icons in new detailed statusesGrzegorz Bizon2016-12-062-1/+5
| * | Untangle status label and text in ci status helperGrzegorz Bizon2016-12-061-0/+11
| * | Implement pipeline status factory with extended statusGrzegorz Bizon2016-12-051-0/+39
| * | Fold core/extended status modules to reduce nestingGrzegorz Bizon2016-12-0512-49/+43
| * | Add implementation of common pipeline extended statusGrzegorz Bizon2016-12-022-4/+5
| * | Add information about badge test to core statusesGrzegorz Bizon2016-12-028-0/+32
| * | Add scaffold for remaining statuses-related classesGrzegorz Bizon2016-12-024-0/+64
| * | Implement the rest of core CI statuses with specsGrzegorz Bizon2016-12-028-7/+53
| * | Add abstract base class for core CI statusGrzegorz Bizon2016-12-022-1/+42
| * | Add initial implmentation for core success statusGrzegorz Bizon2016-12-021-0/+7
| * | Add scaffold for each class of core CI statusGrzegorz Bizon2016-12-027-0/+56
* | | Accept `issue new` as command to create an issueZ.J. van de Weg2016-12-051-2/+2
* | | Fixes ActionView::Template::Error: undefined method `text?` for nil:NilClass25251-actionview-template-error-undefined-method-text-for-nil-nilclassValery Sizov2016-12-021-1/+1
|/ /
* | Merge branch 'fix/github-importer' into 'master' Sean McGivern2016-12-011-1/+1
|\ \ | |/ |/|
| * Fix branch validation for GitHub PR where repo/fork was renamed/deletedDouglas Barbosa Alexandre2016-12-011-1/+1
* | Merge branch 'improve_oauth_user_error' into 'master' Rémy Coutable2016-12-011-1/+1
|\ \ | |/ |/|
| * Improve the `Gitlab::OAuth::User` error messageDrew Blessing2016-11-301-1/+1
* | Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre2016-11-302-1/+13
|/
* Merge branch 'zj-issue-search-slash-command' into 'master' Kamil Trzciński2016-11-294-8/+20
|\