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
path: root/lib
AgeCommit message (Collapse)Author
2018-02-14Merge branch '42934-search-api-fix' into 'master'Sean McGivern
Add information about projects when searching in wiki_blobs, blobs, commits scopes Closes #42934 See merge request gitlab-org/gitlab-ce!17095
2018-02-14Merge branch 'ac/4878-fix-attachments-ext' into 'master'Nick Thomas
Honour workhorse provided file name See merge request gitlab-org/gitlab-ce!17059
2018-02-14Merge branch 'remove_ldap_person_validation' into 'master'Stan Hu
Remove problematic LDAP::Person validation for new strategy Closes #42412 and #42359 See merge request gitlab-org/gitlab-ce!16727
2018-02-14Merge branch 'jivl-update-katex' into 'master'Clement Ho
Updated katex library Closes #43032 See merge request gitlab-org/gitlab-ce!15864
2018-02-13Merge branch 'whitelisting' into 'master'Yorick Peterse
Remove Sentry reporting for query limiting See merge request gitlab-org/gitlab-ce!17092
2018-02-12Merge branch 'sh-disable-query-limiter' into 'master'Ian Baum
Disable query limiting warnings for now on GitLab.com See merge request gitlab-org/gitlab-ce!17067
2018-02-12Merge branch ↵Ian Baum
'rd-43185-revert-sanitize-extra-blank-spaces-used-when-uploading-a-ssh-key' into 'master' Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'" See merge request gitlab-org/gitlab-ce!17062
2018-02-12Merge branch '42937-search-api-fix' into 'master'Grzegorz Bizon
API - fix searching in group/project specified by path Closes #42937 See merge request gitlab-org/gitlab-ce!17033
2018-02-12Merge branch 'bvl-fix-concurrent-fork-network-migrations' into 'master'Yorick Peterse
Fix concurrent fork network migrations Closes #41487 See merge request gitlab-org/gitlab-ce!16988
2018-02-10Merge branch 'rs-pick-security' into 'master'Stan Hu
Pick 10.4.3 fixes into master See merge request gitlab-org/gitlab-ce!17040
2018-02-08Migrate Git::Blob.batch to GitalyAhmad Sherif
Closes gitaly#985
2018-02-07Merge branch 'fix/cache-gitaly-find-commits' into 'master'Sean McGivern
Cache Gitaly FindCommit RPC response See merge request gitlab-org/gitlab-ce!16949
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-07Removing gitaly flagsFrancisco Javier López
2018-02-07Cache Gitaly FindCommit RPC responseAhmad Sherif
2018-02-07Merge branch 'zj-refs-hash' into 'master'Sean McGivern
Don't use rugged in Repository#refs_hash Closes gitaly#880 See merge request gitlab-org/gitlab-ce!16827
2018-02-07Merge branch 'rd-35856-backport-lfs-file-locking-api' into 'master'Sean McGivern
Backport LFS File Locking API Closes #35856 See merge request gitlab-org/gitlab-ce!16935
2018-02-07Merge branch '41763-search-api' into 'master'Sean McGivern
Search API Closes #41763 See merge request gitlab-org/gitlab-ce!16878
2018-02-07Don't use rugged in Repository#refs_hashZeger-Jan van de Weg
The refs hash is used to determine what branches and tags have a commit as head in the network graph. The previous implementation depended on Rugged#references. The problem with this implementation was that it depended on rugged, but also that it iterated over all references and thus loading more data than needed if for example the project uses CI/CD environments, Pipelines, or Merge Requests. Given only refs are checked the network cares about the GraphHelper#refs method has no need to reject those, simplifying the method. Closes gitlab-org/gitaly#880
2018-02-07Backport of LFS File Locking APIRubén Dávila
2018-02-07Small code/doc changesJarka Kadlecová
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 ↵Kamil Trzciński
'38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hour' into 'master' Resolve "StuckCiJobsWorker wrongly detects, cancels 'stuck' builds when per-job timeout is more than an hour" Closes #38265, #42196, and #42750 See merge request gitlab-org/gitlab-ce!16756
2018-02-07Catch json parsing error as PrometheusErrorPawel Chojnacki
2018-02-07Make prometheus service querying approach much nicer wrt to arity and ↵Pawel Chojnacki
default function params
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 '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 '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-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 '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-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-06Only set cwd on the newly spawned process, instead of the current oneDouwe Maan
2018-02-06Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan
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-06Return only limited pagination headers for search API endpointsJarka Kadlecová
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-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-06Support search in APIJarka Kadlecová
2018-02-06Upgrade GitLab Workhorse to v3.6.0Kamil Trzciński
2018-02-06Add sorting options for /users API (admin only)Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>