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-07Add documentfeature/sm/artifacts-trace-ce-legacy-migration-2Shinya Maeda
2018-02-07Add changelogShinya Maeda
2018-02-07Sanitize regexShinya Maeda
2018-02-07Add FilkeIteratorShinya Maeda
2018-02-07Add validations. Add test for Trace::MigratorShinya Maeda
2018-02-07Migrate legacy trace files to artifactsShinya Maeda
2018-02-07Merge branch 'dm-reset-event-pk-sequence' into 'master'Yorick Peterse
Reset `events` table primary key sequence to make sure it’s correct Closes #42667 See merge request gitlab-org/gitlab-ce!16960
2018-02-06Reset `events` table primary key sequence to make sure it’s correctDouwe Maan
2018-02-06Merge branch '26388-push-to-create-a-new-project' into 'master'Douwe Maan
Resolve "Push to create a new project" Closes #26388 See merge request gitlab-org/gitlab-ce!16547
2018-02-06Merge branch 'dm-git-hook-popen' into 'master'Stan Hu
Only set cwd on the newly spawned process, instead of the current one See merge request gitlab-org/gitlab-ce!16958
2018-02-06Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan
# Conflicts: # lib/gitlab/path_regex.rb
2018-02-06Merge branch 'update-helm-chart-docs' into 'master'Marcia Ramos
Clarify Helm chart plans See merge request gitlab-org/gitlab-ce!16822
2018-02-06Merge branch 'dm-route-path-validation' into 'master'Sean McGivern
Validate user, group and project paths consistently, and only once See merge request gitlab-org/gitlab-ce!16903
2018-02-06Merge branch 'dm-user-namespace-route-path-validation' into 'master'Sean McGivern
Validate user namespace before saving so that errors persist on model Closes #42140 See merge request gitlab-org/gitlab-ce!16902
2018-02-06Merge branch 'dm-sidekiq-memory-killer-getcwd' into 'master'Stan Hu
Explicitly set cwd in Sidekiq memory killer instead of depending on getcwd See merge request gitlab-org/gitlab-ce!16954
2018-02-06Check ability ability before proceeding with project specific checksTiago Botelho
2018-02-06Merge branch 'ce-4813-quickfix' into 'master'Sean McGivern
Resolve "spec/ee/spec/services/ee/projects/destroy_service_spec.rb is failing" See merge request gitlab-org/gitlab-ce!16955
2018-02-06Only set cwd on the newly spawned process, instead of the current oneDouwe Maan
2018-02-06Add changelogDouwe Maan
2018-02-06Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan
2018-02-06Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan
2018-02-06Validate user namespace before saving so that errors persist on modelDouwe Maan
2018-02-06Reset Project's column information in ↵Rémy Coutable
spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_spec.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-06Merge branch '42730-close-rugged-repository' into 'master'Douwe Maan
Resolve "ProjectCacheWorker leaks file descriptors" Closes #42730 See merge request gitlab-org/gitlab-ce!16930
2018-02-06Merge branch 'zj/gitlab-ce-zj-wiki-page-versions'Douwe Maan
2018-02-06Merge branch 'gitaly-lfs-client-prep' into 'master'Robert Speicher
Refactor Gitlab::Git code related to LFS changes for Gitaly migration Closes gitaly#980 See merge request gitlab-org/gitlab-ce!16835
2018-02-06Explicitly set cwd in Sidekiq memory killer instead of depending on getcwdDouwe Maan
2018-02-06Merge branch 'zj-protobuf' into 'master'Marin Jankovski
Downgrade google-protobuf See merge request gitlab-org/gitlab-ce!16941
2018-02-06Downgrade google-protobufZeger-Jan van de Weg
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Merge branch '42669-allow-order_by-users-in-gitlab-api' into 'master'Douwe Maan
Add sorting options for /users API Closes #42669 See merge request gitlab-org/gitlab-ce!16945
2018-02-06Close low level rugged repository in project cache workerBastian Blank
Signed-off-by: Bastian Blank <waldi@debian.org>
2018-02-06Merge branch 'jej/upload-file-tracks-lfs' into 'master'Sean McGivern
File upload UI obeys LFS filter Closes #29876 See merge request gitlab-org/gitlab-ce!16412
2018-02-06Merge branch 'master' into 'zj-wiki-page-versions'Douwe Maan
# Conflicts: # Gemfile # Gemfile.lock
2018-02-06Fix linksJoshua Lambert
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-06Merge branch 'bump-workhorse' into 'master'Nick Thomas
Upgrade GitLab Workhorse to v3.6.0 See merge request gitlab-org/gitlab-ce!16946
2018-02-06File upload UI obeys LFS filtersJames Edwards-Jones
Uses Lfs::FileModificationHandler to coordinate LFS detection, creation of LfsObject, etc Caveats: 1. This isn't used by the multi-file editor / Web IDE 2. This isn't used on rename. We'd need to be able to download LFS files and add them to the commit if they no longer match so not as simple. 3. We only check the root .gitattributes file, so this should be improved to correctly check for nested .gitattributes files in subfolders.
2018-02-06Merge branch '14256-upload-destroy-removes-file' into 'master'Sean McGivern
Uploads should delete files when destroyed Closes #14256 See merge request gitlab-org/gitlab-ce!16799
2018-02-06TyposJoshua Lambert
2018-02-06Merge branch ↵Tim Zallmann
'42693-add-a-link-to-documentation-on-how-to-get-external-ip-in-the-kubernetes-cluster-details-page' into 'master' Resolve "Add a link to documentation on how to get external ip in the Kubernetes cluster details page" Closes #42693 See merge request gitlab-org/gitlab-ce!16937
2018-02-06Resolve "Add a link to documentation on how to get external ip in the ↵Fabio Busatto
Kubernetes cluster details page"
2018-02-06Upgrade GitLab Workhorse to v3.6.0Kamil Trzciński
2018-02-06Merge branch 'feature/sm/artifacts-trace' into 'master'Kamil Trzciński
CE: Trace as artifacts (FileStorage only) Closes gitlab-ee#4180 See merge request gitlab-org/gitlab-ce!16702
2018-02-06Add sorting options for /users API (admin only)Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-06improvements from feedbackMicaël Bergeron
2018-02-06[ci-skip] add changelogMicaël Bergeron
2018-02-06remove file after `Upload#destroy`Micaël Bergeron
it will also automatically prune empty directories for `FileUploader`-based uploaders.
2018-02-06Adds documentation for the featureTiago Botelho
2018-02-06Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho