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-04-03Merge branch 'jej/mattermost-notification-confidentiality-10-5' into ↵Douwe Maan
'security-10-5' [10.5] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2339
2018-04-03Merge branch '42028-xss-diffs' into 'security-10-5'Douwe Maan
Fix XSS on commit diff view See merge request gitlab/gitlabhq!2323
2018-03-16Merge branch 'fj-15329-services-callbacks-ssrf-10-5' into 'security-10-5'Douwe Maan
[10.5] Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2348
2018-03-15Merge branch 'mk/fix-move-upload-files-on-group-transfer' into 'master'Robert Speicher
Fix moving local, unhashed upload or pages directories during group transfer Closes #43993 See merge request gitlab-org/gitlab-ce!17658
2018-03-15Merge branch 'fix-code-search-500-with-non-ascii-filename' into 'master'Nick Thomas
Fix code and wiki search results when filename is non-ASCII See merge request gitlab-org/gitlab-ce!17685
2018-03-07Merge branch ↵Nick Thomas
'43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit' into 'master' Resolve "500 Error searching wiki: incompatible character encodings: UTF-8 and ASCII-8BIT" Closes #43531 See merge request gitlab-org/gitlab-ce!17413
2018-03-07Merge branch 'mk/fix-error-code-for-repo-does-not-exist' into 'master'Douwe Maan
Respond with more appropriate HTTP status code when repo does not exist See merge request gitlab-org/gitlab-ce!17341
2018-03-07Merge branch 'grpc-unavailable-restart' into 'master'Douwe Maan
Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed Closes gitaly#1036 See merge request gitlab-org/gitlab-ce!17293
2018-03-07Merge branch 'zj-gitaly-encoding-issue' into 'master'Robert Speicher
Encode revision for gitattributes ref Closes gitaly#1032 and #43278 See merge request gitlab-org/gitlab-ce!17291
2018-02-24Convert Gitaly commit parent IDs to array as early as possibleSean McGivern
The tracking issue if this causes problems is https://gitlab.com/gitlab-org/gitaly/issues/1028
2018-02-23Merge branch '41619-turn-on-legacy-authorization-for-new-clusters-on-gke' ↵Kamil Trzciński
into 'master' Enable "Legacy Authorization" by default when creating a Cluster on GCP Closes #41619 See merge request gitlab-org/gitlab-ce!17302
2018-02-23Merge branch 'git-access-existence-check' into 'master'Robert Speicher
Fix repo existence check in GitAccessWiki Closes #43385 and gitlab-com/infrastructure#3734 See merge request gitlab-org/gitlab-ce!17268
2018-02-23Merge branch '43424-put_all_event_metrics_behind_feature_flags' into 'master'Douwe Maan
Fix for sidekiq metrics set cardinality growing unbounded Closes #43424 See merge request gitlab-org/gitlab-ce!17235
2018-02-23Merge branch 'zj-branch-contains-git-message' into 'master'Douwe Maan
Allow branchnames to be named the same as the commit it points to See merge request gitlab-org/gitlab-ce!17231
2018-02-23Merge branch 'users-autocomplete' into 'master'Douwe Maan
Improve performance of searching for and auto completing of users See merge request gitlab-org/gitlab-ce!17158
2018-02-23Merge branch 'jej/avoid-slow-file-lock-checks' into 'master'Sean McGivern
Avoid slow File Lock checks when not used Closes #43339 See merge request gitlab-org/gitlab-ce!17140
2018-02-23Merge branch 'jej/fix-slow-lfs-object-check' into 'master'Douwe Maan
Only check LFS integrity for first branch in push Closes #41141 See merge request gitlab-org/gitlab-ce!17098
2018-02-21Merge branch '29497-pages-custom-domain-dns-verification' into 'security-10-5'Robert Speicher
Add DNS verification to Pages custom domains (GitLab 10.5) See merge request gitlab/gitlabhq!2322
2018-02-19Merge branch 'sh-fix-squash-rebase-utf8-data' into 'master'Sean McGivern
Fix squash rebase not working when diff contained encoded data Closes gitlab-ee#4960 See merge request gitlab-org/gitlab-ce!17205
2018-02-19Merge branch 'fj-fixed-bug-17054' into 'master'Douwe Maan
Fixed bug with the user synced attributes when the user doesn't exist See merge request gitlab-org/gitlab-ce!17152
2018-02-19Merge branch 'fj-37528-error-after-disabling-ldap' into 'master'Douwe Maan
Fixed user synced attributes metadata after removing current provider Closes #37528 See merge request gitlab-org/gitlab-ce!17054
2018-02-15Merge branch 'mk-fix-no-untracked-upload-files-error' into 'master'Douwe Maan
Resolve "PrepareUntrackedUploads PostgreSQL syntax error" Closes #42881 See merge request gitlab-org/gitlab-ce!17019
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 ...