summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Bacport FE changes from Closing Epicsce-7013-add-epics-close-supportJarka Košanová2018-09-243-1/+20
* Merge branch '44596-double-title-merge-request-message' into 'master'Grzegorz Bizon2018-09-171-1/+6
|\
| * Add fix for EE merge messageKukovskii Vladimir2018-09-141-1/+6
| * Fix double title in merge request chat messagesKukovskii Vladimir2018-09-111-1/+1
* | Resolve "Unable to import repository: undefined method `import_file' for nil...James Lopez2018-09-172-3/+7
* | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-1713-18/+18
* | Merge branch '50461-add-retried-builds-in-pipeline-stage-endpoint' into 'master'Kamil Trzciński2018-09-172-1/+17
|\ \
| * | Add retried jobs to pipeline stagesSteve Azzopardi2018-09-132-1/+17
* | | Merge branch '50460-send-deployment-information-in-job-api' into 'master'Kamil Trzciński2018-09-172-0/+37
|\ \ \
| * | | Add deployment information in job APISteve Azzopardi2018-09-132-0/+37
| |/ /
* | | Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński2018-09-1710-79/+167
|\ \ \
| * | | Kubernetes secret are namespaced, so must always pass a namespace arg.Thong Kuah2018-09-143-6/+7
| * | | Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah2018-09-144-6/+21
| * | | Always create `gitlab` service account and service account token regardless o...Thong Kuah2018-09-144-32/+31
| * | | Drive creation of a rbac platform_kubernetes off provider#legacy_abac so that...Thong Kuah2018-09-141-5/+5
| * | | ABAC: fetch default service account token; RBAC: fetch gitlab service acount ...Thong Kuah2018-09-142-4/+7
| * | | Create a GKE cluster with legacy_abac disabled when the `:rbac_clusters` feat...Thong Kuah2018-09-142-1/+6
| * | | Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about l...Thong Kuah2018-09-141-1/+3
| * | | Only create new service account with cluster-admin clusterrolebinding for whe...Thong Kuah2018-09-141-2/+8
| * | | Adds "More information" link from the RBAC cluster form element to the docume...Thong Kuah2018-09-141-0/+1
| * | | Set RBAC support behind a feature flag.Thong Kuah2018-09-141-2/+1
| * | | Refactor to DRY out building of kube_client into originator serviceThong Kuah2018-09-143-82/+42
| * | | When provisioning a new cluster, create gitlab service account so that GitLab...Thong Kuah2018-09-144-1/+99
| * | | Move FetchKubernetesTokenService to under the Clusters::Gcp::Kubernetes names...Thong Kuah2018-09-143-76/+75
* | | | Merge branch 'mr-widget-discussion-state-fix' into 'master'Filipa Lacerda2018-09-173-7/+19
|\ \ \ \
| * | | | Use MR widget event_hub to dispatch update eventPhil Hughes2018-09-133-5/+7
| * | | | Fixed MR widget unresolved discussions statePhil Hughes2018-09-121-3/+13
* | | | | Merge branch 'rs-due-date-autocomplete' into 'master'Phil Hughes2018-09-171-1/+1
|\ \ \ \ \
| * | | | | Disable autocomplete for issuable due date fieldRobert Speicher2018-09-141-1/+1
* | | | | | Merge branch '50824-fix-prepend-concern' into 'master'Robert Speicher2018-09-142-8/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix how we use EE::ProtectedRefAccessLin Jen-Shin2018-09-112-8/+6
* | | | | | Merge branch 'fix-rubocop-master-failures' into 'master'Robert Speicher2018-09-143-4/+12
|\ \ \ \ \ \
| * | | | | | Cleaned up CI runner administration codeYorick Peterse2018-09-143-4/+12
* | | | | | | Resolve "Username alignment issue on MR page"Martin Wortschack2018-09-142-2/+3
|/ / / / / /
* | | | | | Resolve "Add functionality to change what email address online actions commit...Nick Thomas2018-09-144-2/+49
* | | | | | Merge branch '31887-remove-images-from-todos' into 'master'Douwe Maan2018-09-141-3/+20
|\ \ \ \ \ \
| * | | | | | Remove images in 'first_line_in_markdown'Brett Walker2018-09-131-3/+20
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'revert-f87809f7' into 'master'Dmitriy Zaporozhets2018-09-141-9/+0
|\ \ \ \ \ \
| * | | | | | Revert "Merge branch 'dz-add-project-id-to-jupyter' into 'master'"Dmitriy Zaporozhets2018-09-131-9/+0
| |/ / / / /
* | | | | | Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-1420-168/+352
|\ \ \ \ \ \
| * | | | | | add a comment to the usage of a anti-pattern queryAlexis Reigel2018-09-131-0/+6
| * | | | | | rename variable from *_cnt to *_countAlexis Reigel2018-09-122-2/+2
| * | | | | | rename to IssuableFilteredSearchTokenKeysAlexis Reigel2018-08-296-12/+12
| * | | | | | use default value arguments syntaxAlexis Reigel2018-08-291-4/+4
| * | | | | | dry up view by using a for loopAlexis Reigel2018-08-291-9/+2
| * | | | | | dry up view by extracting layout templateAlexis Reigel2018-08-292-61/+47
| * | | | | | enable frozen string literal on runners finderAlexis Reigel2018-08-291-0/+2
| * | | | | | add i18n support to admin runners pageAlexis Reigel2018-08-292-48/+52
| * | | | | | show number of runners indicator as calloutAlexis Reigel2018-08-291-6/+4
| * | | | | | convert admin runners table to responsive tableAlexis Reigel2018-08-292-66/+90