summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-url-validator' into 'master'Douglas Barbosa Alexandre2018-09-171-0/+15
|\
| * Allow UrlValidator to work with attr_encryptedNick Thomas2018-09-171-0/+15
* | Merge branch 'rs-markdown-feature-parity' into 'master'Douglas Barbosa Alexandre2018-09-171-1/+7
|\ \
| * | Add fixture path argument to `MarkdownFeature.new`Robert Speicher2018-09-141-1/+7
* | | Merge branch 'select-from-union' into 'master'Robert Speicher2018-09-172-0/+65
|\ \ \
| * | | Added FromUnion to easily select from a UNIONYorick Peterse2018-09-172-0/+65
* | | | Merge branch 'osw-gitaly-diff-stats-client' into 'master'Douwe Maan2018-09-172-0/+42
|\ \ \ \
| * | | | Add Gitaly diff stats RPC clientOswaldo Ferreira2018-09-172-0/+42
* | | | | Merge branch 'decouple-file-row-from-ide' into 'master'Filipa Lacerda2018-09-173-145/+233
|\ \ \ \ \
| * | | | | Decouple file row from IDEPhil Hughes2018-09-173-145/+233
| | |_|/ / | |/| | |
* | | | | Merge branch '51093-add-runner-json-schema-and-factory' into 'master'Kamil Trzciński2018-09-173-1/+78
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add runner JSON schemaSteve Azzopardi2018-09-173-1/+78
* | | | | Merge branch '44596-double-title-merge-request-message' into 'master'Grzegorz Bizon2018-09-171-4/+4
|\ \ \ \ \
| * | | | | Fix double title in merge request chat messagesKukovskii Vladimir2018-09-111-4/+4
* | | | | | Resolve "Unable to import repository: undefined method `import_file' for nil...James Lopez2018-09-172-1/+3
| |_|_|_|/ |/| | | |
* | | | | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-1710-17/+17
| |/ / / |/| | |
* | | | Merge branch '50461-add-retried-builds-in-pipeline-stage-endpoint' into 'master'Kamil Trzciński2018-09-173-11/+39
|\ \ \ \
| * | | | Add retried jobs to pipeline stagesSteve Azzopardi2018-09-133-11/+39
* | | | | Merge branch '50460-send-deployment-information-in-job-api' into 'master'Kamil Trzciński2018-09-179-47/+203
|\ \ \ \ \
| * | | | | Add deployment information in job APISteve Azzopardi2018-09-139-47/+203
| |/ / / /
* | | | | Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński2018-09-1713-176/+454
|\ \ \ \ \
| * | | | | Kubernetes secret are namespaced, so must always pass a namespace arg.Thong Kuah2018-09-141-4/+4
| * | | | | Address BE review - re-arrange some specsThong Kuah2018-09-143-5/+9
| * | | | | Add feature spec when FF is enabledThong Kuah2018-09-142-46/+61
| * | | | | Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah2018-09-142-12/+17
| * | | | | Always create `gitlab` service account and service account token regardless o...Thong Kuah2018-09-145-140/+163
| * | | | | Teach GitLab how to create Secret of type ServiceAccountTokenThong Kuah2018-09-142-0/+36
| * | | | | Drive creation of a rbac platform_kubernetes off provider#legacy_abac so that...Thong Kuah2018-09-141-8/+8
| * | | | | ABAC: fetch default service account token; RBAC: fetch gitlab service acount ...Thong Kuah2018-09-142-7/+46
| * | | | | Create a GKE cluster with legacy_abac disabled when the `:rbac_clusters` feat...Thong Kuah2018-09-142-1/+33
| * | | | | Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about l...Thong Kuah2018-09-141-8/+39
| * | | | | Only create new service account with cluster-admin clusterrolebinding for whe...Thong Kuah2018-09-141-4/+6
| * | | | | Set RBAC support behind a feature flag.Thong Kuah2018-09-141-1/+26
| * | | | | Refactor to DRY out building of kube_client into originator serviceThong Kuah2018-09-142-40/+16
| * | | | | When provisioning a new cluster, create gitlab service account so that GitLab...Thong Kuah2018-09-144-3/+93
| * | | | | Move FetchKubernetesTokenService to under the Clusters::Gcp::Kubernetes names...Thong Kuah2018-09-141-1/+1
* | | | | | Merge branch 'mr-widget-discussion-state-fix' into 'master'Filipa Lacerda2018-09-171-0/+192
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use MR widget event_hub to dispatch update eventPhil Hughes2018-09-131-4/+3
| * | | | | Fixed MR widget unresolved discussions statePhil Hughes2018-09-121-0/+193
* | | | | | Merge branch '50824-fix-prepend-concern' into 'master'Robert Speicher2018-09-142-0/+237
|\ \ \ \ \ \
| * | | | | | Explicitly state that we're trying to prepend twiceLin Jen-Shin2018-09-111-3/+2
| * | | | | | Add a test for triggering MultiplePrependedBlocksLin Jen-Shin2018-09-111-0/+19
| * | | | | | Explain why we need locals again in let(:ce)Lin Jen-Shin2018-09-111-0/+1
| * | | | | | Following the feedbacksLin Jen-Shin2018-09-111-9/+34
| * | | | | | Preserve prepend semantics for RubyLin Jen-Shin2018-09-111-5/+24
| * | | | | | Absorb the old testsLin Jen-Shin2018-09-111-0/+50
| * | | | | | Fix Override. Properly define prependedLin Jen-Shin2018-09-111-5/+5
| * | | | | | Properly implement prepending for ConcernLin Jen-Shin2018-09-112-0/+124
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'fix-rubocop-master-failures' into 'master'Robert Speicher2018-09-141-0/+18
|\ \ \ \ \ \
| * | | | | | Cleaned up CI runner administration codeYorick Peterse2018-09-141-0/+18