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
AgeCommit message (Collapse)Author
2018-03-05Address review commentsFelipe Artur
2018-03-03Bring one group board to CEFelipe Artur
2018-03-02Merge branch 'feature/fetch-commit-signs-from-gitaly-in-batch' into 'master'Sean McGivern
Fetch commit signatures from Gitaly in batches Closes gitaly#1046 See merge request gitlab-org/gitlab-ce!17456
2018-03-02Allow to include also descendant group labelsJan Provaznik
Because epic index page includes also epics from subgroups it's necessary to also get descendant group labels for filtering. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4773#note_61236542
2018-03-02Support additional LabelsFinder parameters for group labelsJan Provaznik
In some situations (listing labels for epics) we want to list only group ancestor labels, this is already supported in LabelsFinder we just need to enable additional parameters. Also `set_issuables_index` method now loads project labels only if @project is set (which is not used for epic group labels).
2018-03-01Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan
Moved o_auth/saml/ldap modules under gitlab/auth See merge request gitlab-org/gitlab-ce!17359
2018-03-01Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński
Display ingress IP address in the Kubernetes page See merge request gitlab-org/gitlab-ce!17052
2018-03-01Fetch commit signatures from Gitaly in batchesAhmad Sherif
Closes gitaly#1046
2018-03-01Removing the two factor check when the user sets a new passwordFrancisco Javier López
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-02-28PagesDomain: Add edit/update functionalityRob Watson
2018-02-28Render MR Notes with Vue with behind a cookieFatih Acet
2018-02-27Improve Member servicesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-27Move the #update action from Project/Member controllers to the ↵Rémy Coutable
MembershipActions concern Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-27Remove explicit audit event log in MembershipActionsRémy Coutable
Move it to Members::ApproveAccessRequestService. Also, note that there was a double audit event log for access request destruction. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-27Merge branch '43510-merge-requests-and-issues-don-t-show-for-all-subgroups' ↵Grzegorz Bizon
into 'master' Resolve "Merge requests and issues don't show for all subgroups" Closes #43510 See merge request gitlab-org/gitlab-ce!17312
2018-02-27Fix subgroup issue and MR pages empty states and countsSean McGivern
Previously, these wouldn't count issues or MRs in subgroups - meaning that if _this_ group had no issues or MRs, we'd show the empty state, which was wrong.
2018-02-23Backport custom metrics ce componentsPaweł Chojnacki
2018-02-23Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher
# Conflicts: # db/schema.rb
2018-02-23Merge branch ↵Kamil Trzciński
'43496-error-message-for-gke-clusters-persists-in-the-next-page' into 'master' Resolve "Error message for GKE clusters persists in the next page" Closes #43496 See merge request gitlab-org/gitlab-ce!17299
2018-02-23Add DNS verification to Pages custom domainsNick Thomas
2018-02-23Merge branch '43261-fix-import-from-url-name-collision-active-tab' into 'master'Phil Hughes
Keep "Import project" tab/form active when validation fails trying to import "Repo by URL" Closes #43261 See merge request gitlab-org/gitlab-ce!17136
2018-02-23Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan
Port `read_cross_project` ability from EE See merge request gitlab-org/gitlab-ce!17208
2018-02-23Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith
2018-02-23Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith
(#42643)
2018-02-23Do not persist Google Project Billing Failure errors after a reloadMatija Čupić
2018-02-23Merge branch '42431-add-auto-devops-and-clusters-button-to-projects' into ↵Rémy Coutable
'master' Add a button on the project page to set up a Kubernetes cluster and enable Auto DevOps Closes #42431 See merge request gitlab-org/gitlab-ce!16900
2018-02-22Move project presenter instance creation to controllerOswaldo Ferreira
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-22Merge branch 'fix-500-for-invalid-upload-path' into 'master'Sean McGivern
Fix 500 error when loading an invalid upload URL Closes gitlab-ee#4998 See merge request gitlab-org/gitlab-ce!17267
2018-02-22Fix 500 error when loading an invalid upload URLSean McGivern
2018-02-21Merge branch 'refactor-issuable-finder-to-use-inheritance' into 'master'Rémy Coutable
Refactor IssuableFinder to extract model-specific logic See merge request gitlab-org/gitlab-ce!17236
2018-02-21Refactor IssuableFinder to extract model-specific logicSean McGivern
By extracting a new `filter_items` method, we can override that in the IssuesFinder and MergeRequestsFinder separately, so we don't need checks that the model is the correct one, because we can just use the class we're in to know that. We can do the same for the VALID_PARAMS constant, by making it a class method.
2018-02-20Make import tab/form active when importing project by URL and validation failsEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ce/issues/43261
2018-02-20Revert "Merge branch 'zj-n-1-root-show' into 'master'"Zeger-Jan van de Weg
This reverts merge request !16968
2018-02-20Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith
2018-02-14Merge branch '41722-track-gcp-billing-enabled-project-changes' into 'master'Kamil Trzciński
Resolve "Track GCP Billing enabled project changes" Closes #41722 See merge request gitlab-org/gitlab-ce!16962
2018-02-13Merge branch '26466-natural-sort-mrs' into 'master'Sean McGivern
Group MR numbers on issue show page by project and namespace Closes #26466 See merge request gitlab-org/gitlab-ce!8494
2018-02-13Change issue show page to group MRs by projects and namespacesJeff Stubler
Closes #26466.
2018-02-12Refactor CheckGcpProjectBillingWorkerMatija Čupić
2018-02-09Merge branch 'fix/gh-namespace-issue' into 'security-10-4'James Lopez
[10.4] Fix GH namespace security issue
2018-02-09Replace $.post in importer status with axiosClement Ho
2018-02-08Merge branch 'zj-n-1-root-show' into 'master'Douwe Maan
Remove N + 1 block for Root#show Closes #37434 and gitaly#996 See merge request gitlab-org/gitlab-ce!16968
2018-02-07Merge branch 'pawel/connect_to_prometheus_through_proxy-30480' into 'master'Robert Speicher
Deploy prometheus through kubernetes and autoconnect to cluster Closes #30480 and #28916 See merge request gitlab-org/gitlab-ce!16182
2018-02-07Backport of LFS File Locking APIRubén Dávila
2018-02-07Merge branch '41209-ci-linter-fails-on-gitlab-ci-blob-viewer' into 'master'Kamil Trzciński
Resolve "CI linter fails to work" Closes #41209 See merge request gitlab-org/gitlab-ce!16922
2018-02-07Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński
Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
2018-02-07Don't allow N +1 calls from Root#showZeger-Jan van de Weg
2018-02-07Let CI catch N + 1 callsZeger-Jan van de Weg
2018-02-07Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)Dylan Griffith
- Move the exception handling as close to the source as possible to avoid leaking Psych ahstraction - Also remove unnecessary rescue all statement from LintsController. This should not be necessary anymore since any YAML errors should all be caught by the #validation_message method.