Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2018-09-18Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov
2018-09-18Merge branch 'sh-fix-commit-email-migration' into 'master'Nick Thomas
2018-09-18Merge branch 'ml-qa-spec-use-ssh-key' into 'master'Robert Speicher
2018-09-18Fix haml-lint error in 2FA codes partialRobert Speicher
2018-09-17Merge branch 'fix-url-validator' into 'master'Douglas Barbosa Alexandre
2018-09-17Allow UrlValidator to work with attr_encryptedNick Thomas
2018-09-17Merge branch 'select-from-union' into 'master'Robert Speicher
2018-09-17Merge branch 'decouple-file-row-from-ide' into 'master'Filipa Lacerda
2018-09-17Add 2fa buttonLuke Picciau
2018-09-17Merge branch '51093-add-runner-json-schema-and-factory' into 'master'Kamil Trzciński
2018-09-17Backport EE changes to `app/assets/javascripts/filtered_search/issuable_filte...Lukas Eipert
2018-09-17Merge branch '50956-web-terminal' into 'master'Phil Hughes
2018-09-17Merge branch '44596-double-title-merge-request-message' into 'master'Grzegorz Bizon
2018-09-17Decouple file row from IDEPhil Hughes
2018-09-17Include correct CSS file for xterm in environments pageFilipa Lacerda
2018-09-17Resolve "Unable to import repository: undefined method `import_file' for nil...James Lopez
2018-09-17Added FromUnion to easily select from a UNIONYorick Peterse
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-09-17Add runner JSON schemaSteve Azzopardi
2018-09-17Merge branch '50461-add-retried-builds-in-pipeline-stage-endpoint' into 'master'Kamil Trzciński
2018-09-17Merge branch '50460-send-deployment-information-in-job-api' into 'master'Kamil Trzciński
2018-09-17Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński
2018-09-17Merge branch 'mr-widget-discussion-state-fix' into 'master'Filipa Lacerda
2018-09-17Merge branch 'rs-due-date-autocomplete' into 'master'Phil Hughes
2018-09-16Return a default commit email if migration has not completedStan Hu
2018-09-15Add an SSH key and use it to clone and pushMark Lapierre
2018-09-14Merge branch '50824-fix-prepend-concern' into 'master'Robert Speicher
2018-09-14Disable autocomplete for issuable due date fieldRobert Speicher
2018-09-14Merge branch 'fix-rubocop-master-failures' into 'master'Robert Speicher
2018-09-14Resolve "Username alignment issue on MR page"Martin Wortschack
2018-09-14Cleaned up CI runner administration codeYorick Peterse
2018-09-14Resolve "Add functionality to change what email address online actions commit...Nick Thomas
2018-09-14Merge branch '31887-remove-images-from-todos' into 'master'Douwe Maan
2018-09-14Add fix for EE merge messageKukovskii Vladimir
2018-09-14Merge branch 'revert-f87809f7' into 'master'Dmitriy Zaporozhets
2018-09-14Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon
2018-09-14Merge branch 'ccr/50483_add_filter_for_group_milestones' into 'master'Grzegorz Bizon
2018-09-14Create specs for diffs/components/app and update modules to export factory fu...Paul Slaughter
2018-09-14Kubernetes secret are namespaced, so must always pass a namespace arg.Thong Kuah
2018-09-14Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah
2018-09-14Always create `gitlab` service account and service account token regardless o...Thong Kuah
2018-09-14Drive creation of a rbac platform_kubernetes off provider#legacy_abac so that...Thong Kuah
2018-09-14ABAC: fetch default service account token; RBAC: fetch gitlab service acount ...Thong Kuah
2018-09-14Create a GKE cluster with legacy_abac disabled when the `:rbac_clusters` feat...Thong Kuah
2018-09-14Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about l...Thong Kuah
2018-09-14Only create new service account with cluster-admin clusterrolebinding for whe...Thong Kuah
2018-09-14Adds "More information" link from the RBAC cluster form element to the docume...Thong Kuah
2018-09-14Set RBAC support behind a feature flag.Thong Kuah
2018-09-14Refactor to DRY out building of kube_client into originator serviceThong Kuah
2018-09-14When provisioning a new cluster, create gitlab service account so that GitLab...Thong Kuah