summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Fix tests because now we don't convert valuesfix-yaml-variablesLin Jen-Shin2016-12-191-2/+2
* Merge branch 'master' into fix-yaml-variablesLin Jen-Shin2016-12-1913-122/+244
|\
| * Merge branch '25741_enable_multiline_operation_indentation_rubocop_rule' into...Sean McGivern2016-12-171-1/+1
| |\
| | * Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
| * | Merge remote-tracking branch 'origin/master' into bitbucket-oauth2Douglas Barbosa Alexandre2016-12-169-35/+190
| |\ \ | | |/
| | * Merge branch '20492-access-token-scopes' into 'master' Rémy Coutable2016-12-161-23/+45
| | |\
| | | * View-related (and other minor) changes to !5951 based on @rymai's review.Timothy Andrew2016-12-161-28/+18
| | | * Validate access token scopes in `Gitlab::Auth`Timothy Andrew2016-12-161-7/+39
| | * | Merge branch 'issue_22269' into 'master' Kamil Trzciński2016-12-161-1/+2
| | |\ \
| | | * | Change SlackService to SlackNotificationsServiceissue_22269_fix_eeissue_22269Felipe Artur2016-12-151-2/+2
| | | * | Mattermost Notifications ServiceFelipe Artur2016-12-151-0/+1
| | * | | Fix specs in Ruby 2.1Sean McGivern2016-12-161-3/+3
| | | |/ | | |/|
| | * | Merge branch 'show-commit-status-from-latest-pipeline' into 'master' Grzegorz Bizon2016-12-151-2/+2
| | |\ \
| | | * \ Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-1422-64/+664
| | | |\ \
| | | * \ \ Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-1429-29/+699
| | | |\ \ \
| | | * | | | Use Ci::Pipeline#latest for finding pipelinesLin Jen-Shin2016-11-241-2/+2
| | * | | | | Merge branch '22864-add-clean-environment-name' into 'master' Kamil Trzciński2016-12-151-0/+16
| | |\ \ \ \ \
| | | * | | | | Add an environment slugNick Thomas2016-12-151-0/+16
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-152-6/+45
| | * | | | | Merge branch 'katex-math' into 'master' Sean McGivern2016-12-151-2/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-141-2/+2
| | * | | | | Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-152-1/+77
| | * | | | | Introduce deployment services, starting with a KubernetesServiceNick Thomas2016-12-141-0/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2Valery Sizov2016-12-1422-64/+664
| |\ \ \ \ \ | | |/ / / /
| * | | | | BB importer: fix specsValery Sizov2016-12-141-4/+4
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2Valery Sizov2016-12-1426-10/+591
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Specs for Bitbucket::Connections and Bitbucket::CollectionsValery Sizov2016-12-121-0/+2
| * | | | | Fix specsValery Sizov2016-12-091-1/+13
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2Valery Sizov2016-11-3011-40/+163
| |\ \ \ \ \
| * | | | | | Fix spec for Bitbucket importerStan Hu2016-11-211-1/+1
| * | | | | | Fix Rubocop errors with Bitbucket Importer specStan Hu2016-11-211-7/+7
| * | | | | | Fix Bitbucket importer spec to pass with 2.0 APIStan Hu2016-11-211-12/+30
| * | | | | | Fix BitbucketImport::ProjectCreator specStan Hu2016-11-211-7/+9
| * | | | | | Remove no longer used BitbucketImport::Client specStan Hu2016-11-211-67/+0
* | | | | | | Rename to Gitlab::Serialize::Ci::VariablesLin Jen-Shin2016-12-161-1/+1
* | | | | | | Use described_classLin Jen-Shin2016-12-161-2/+1
* | | | | | | Just use YAML.safe_load and assume the formatLin Jen-Shin2016-12-151-21/+0
* | | | | | | Strictly check the type loaded from YAMLLin Jen-Shin2016-12-151-0/+21
* | | | | | | Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-151-0/+19
| |_|_|/ / / |/| | | | |
* | | | | | Improve build status specs contexts descriptionsGrzegorz Bizon2016-12-144-4/+4
* | | | | | Make it possible to mix `Gitlab::Routing` inGrzegorz Bizon2016-12-131-0/+23
* | | | | | Extract abilities checking module from ability modelGrzegorz Bizon2016-12-131-0/+27
* | | | | | Extend tests for pipeline detailed status helpersGrzegorz Bizon2016-12-131-12/+18
* | | | | | Add tests for common build detailed status helpersGrzegorz Bizon2016-12-131-0/+37
* | | | | | Add tests for detailed build statuses factoryGrzegorz Bizon2016-12-131-0/+141
* | | | | | Add tests for build cancelable/retryable statusesGrzegorz Bizon2016-12-132-0/+172
* | | | | | Extend specs for build play/stop detailed statusesGrzegorz Bizon2016-12-132-7/+55
* | | | | | Refine build stop/play extended status specsGrzegorz Bizon2016-12-132-31/+31
* | | | | | Add specs for build stop extended detailed statusGrzegorz Bizon2016-12-121-0/+59
* | | | | | Add tests for build play extended detailed statusGrzegorz Bizon2016-12-121-0/+59