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-02-21Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
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-14Add issue link to TODO itemFelipe Artur
2018-02-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
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-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
2018-02-07Change 'use_serializer' to 'serializer_notes?'Felipe Artur
2018-02-07Backport of LFS File Locking APIRubén Dávila
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-07Let CI catch N + 1 callsZeger-Jan van de Weg
2018-02-06add more specsFelipe Artur
2018-02-06Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan
# Conflicts: # lib/gitlab/path_regex.rb
2018-02-06Fix static_analysis failureMatija Čupić
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Merge branch 'master' into 'zj-wiki-page-versions'Douwe Maan
# Conflicts: # Gemfile # Gemfile.lock
2018-02-06Move new project on push logic to a serviceTiago Botelho
2018-02-06Add specsTiago Botelho
2018-02-06Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho
2018-02-06Adds option to push over SSH to create a new projectTiago Botelho
2018-02-06Adds option to push over HTTP to create a new projectTiago Botelho
2018-02-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
2018-02-06Replace "cluster" with "Kubernetes cluster"Winnie Hellmann
2018-02-05Add specs to discussions controllerFelipe Artur
2018-02-05Refactor notes controller and some small changesFelipe Artur
2018-02-05Switch emphasis from controller format to updateMatija Čupić
2018-02-05Remove usage of VariablePresenter in controllerMatija Čupić
2018-02-05Add VariableSerializer for Ci::VariableMatija Čupić
2018-02-05Return all variables after UPDATEMatija Čupić
2018-02-05Use `resource` in Project Variables routing schemeMatija Čupić
2018-02-05Format validation errors as human readable messagesMatija Čupić
2018-02-05Pass validation errors in JSON endpointMatija Čupić
2018-02-05Remove redundant routes in VariablesControllerMatija Čupić
2018-02-05Use nested attributes for updating multiple variablesMatija Čupić
2018-02-05Add destroy functionality to save_multipleMatija Čupić
2018-02-05Move variable loading into before_actionMatija Čupić
2018-02-05Refactor VariablesController#save_multipleMatija Čupić
2018-02-05Implement multiple variable handling actionMatija Čupić
2018-02-05Stub multiple variable controller methodMatija Čupić
2018-02-05Allow moving wiki pages from the UIFrancisco Javier López
2018-02-05Do not render notes when (un)resolving dicussionsFelipe Artur
2018-02-05Merge branch 'query-counts' into 'master'Rémy Coutable
Track and act upon the number of executed SQL queries See merge request gitlab-org/gitlab-ce!16466
2018-02-02Move discussions action to a concernFelipe Artur
2018-02-02Merge branch 'acet-mr-notes-index' of gitlab.com:gitlab-org/gitlab-ce into ↵Felipe Artur
acet-mr-notes-index
2018-02-02Refactor discussions controllerFelipe Artur
2018-02-02fix testSimon Knox
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-02-01Track and act upon the number of executed queriesYorick Peterse
This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
2018-02-01add has_vue_discussions_cookie from NotesHelperSimon Knox