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 'acet-mr-notes-index' into mr-notes-no-cookieSimon Knox
2018-02-21Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
2018-02-20Revert "Merge branch 'zj-n-1-root-show' into 'master'"Zeger-Jan van de Weg
This reverts merge request !16968
2018-02-19Merge branch 'acet-mr-notes-index' into mr-notes-no-cookieSimon Knox
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-13Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
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-09Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mr-notes-no-cookieSimon Knox
2018-02-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
acet-mr-notes-index
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-08start removing checks for vue_mr_discussion cookieSimon Knox
2018-02-07Change 'use_serializer' to 'serializer_notes?'Felipe Artur
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.
2018-02-06Merge branch 'master' into pawel/connect_to_prometheus_through_proxy-30480Mike Greiling
* master: (242 commits) Validate user namespace before saving so that errors persist on model Reset Project's column information in spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_spec.rb Explicitly set cwd in Sidekiq memory killer instead of depending on getcwd Downgrade google-protobuf Close low level rugged repository in project cache worker File upload UI obeys LFS filters Resolve "Add a link to documentation on how to get external ip in the Kubernetes cluster details page" Upgrade GitLab Workhorse to v3.6.0 Add sorting options for /users API (admin only) improvements from feedback [ci-skip] add changelog remove file after `Upload#destroy` Fix a hardcoded pipeline ID in a spinach step Override group sidebar links Replace "cluster" with "Kubernetes cluster" Reorder async/sync tasks in BuildFinishedWorker to read traces efficiently Fix tests for Drop filename enforcement Revert using expand_fixture_path in factory Revert "Add FixtureHelpers for FactoryGirl" Refactor :trace to :trace_live in spec ...
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-06Merge branch 'winh-kubernetes-clusters' into 'master'Phil Hughes
Replace "cluster" with "Kubernetes cluster" Closes #41963 See merge request gitlab-org/gitlab-ce!16778
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-06Merge branch '39550-group-labels-redesign' into 'master'Tim Zallmann
Resolve "Group label list page redesign" Closes #39550 See merge request gitlab-org/gitlab-ce!16592
2018-02-06Replace "cluster" with "Kubernetes cluster"Winnie Hellmann
2018-02-0631885 - Ability to transfer a single group to another groupMayra Cabrera
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 GroupVariableSerializer for Ci::GroupVariableMatija Čupić
2018-02-05Add VariableSerializer for Ci::VariableMatija Čupić
2018-02-05Return all variables after UPDATEMatija Čupić
2018-02-05Use `resource` in Group Variables routing schemeMatija Čupić
2018-02-05Use `resource` in Project Variables routing schemeMatija Čupić