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
2017-12-08Move the circuitbreaker check out in a separate processBob Van Landuyt
Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
2017-12-08Migrate Git::Repository#fsck to GitalyKim Carlbäcker
2017-12-08Merge branch '40825-use-relative-path-urls' into 'master'Robert Speicher
Use relative _path helper URLs in the GitLab UI Closes #40825 See merge request gitlab-org/gitlab-ce!15738
2017-12-07Merge branch 'fix_39233' into 'master'Sean McGivern
fix #39233 - 500 in merge request Closes #39233 See merge request gitlab-org/gitlab-ce!15774
2017-12-07fix #39233 - 500 in merge requestMartin Nowak
- handle unchanged empty lines in inline diff
2017-12-07Merge branch 'pawel/update-prometheus_gem_to_highly_optimized_version' into ↵Stan Hu
'master' Update prometheus-client-mmap gem to highly optimized version See merge request gitlab-org/gitlab-ce!15796
2017-12-07Merge branch 'fix/push-read-only-message-ce' into 'master'Douwe Maan
[CE] Fix message when pushing to Geo secondary See merge request gitlab-org/gitlab-ce!15793
2017-12-07Use relative _path helper URLs in the GitLab UIEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
2017-12-07Merge branch 'dm-commit-diff-discussions-in-mr-context' into 'master'Douwe Maan
Allow commenting on individual commits inside an MR Closes #31847 See merge request gitlab-org/gitlab-ce!12148
2017-12-07Update prometheus-client-mmap gem to highly optimized versionPawel Chojnacki
+ change string concatenation to help with GC pressure. + fix metric producing incompatible label sets
2017-12-07refactor code to match EE changesJames Lopez
2017-12-07fix the missing reference to #references_per_projectmicael.bergeron
2017-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-12-07adding view and feature specsmicael.bergeron
2017-12-07add support for the commit reference filtermicael.bergeron
2017-12-07add support for commit (in mr) to reference filtermicael.bergeron
2017-12-07Merge branch 'jej/per-user-protected-branches-api-ce' into 'master'Sean McGivern
CE backport of "ProtectedBranches API handles per user/group granularity" See merge request gitlab-org/gitlab-ce!15747
2017-12-07Merge branch 'ce-backport-3615' into 'master'Sean McGivern
Refactor banzai to support referencing from group context See merge request gitlab-org/gitlab-ce!15766
2017-12-07CE backport of ProtectedBranches API changesJames Edwards-Jones
In EE we now allow individual users/groups to be set on POST, which required some refactoring. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3516
2017-12-07Support uploads for groupsJarka Kadlecova
2017-12-07Merge branch 'metrics/gb/add-tmp-stage-creation-metrics' into 'master'Kamil Trzciński
Add invalid builds counter metric to stage seeds class See merge request gitlab-org/gitlab-ce!15764
2017-12-07Merge branch 'gitaly-prevent-dup' into 'master'Sean McGivern
Prevent dups when using StringIO for binary reads See merge request gitlab-org/gitlab-ce!15771
2017-12-07Update pipeline create chain Prometheus metricGrzegorz Bizon
2017-12-07The API isn't using the appropriate services for managing forksFrancisco Javier López
2017-12-07Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu
Add old files to uploads table See merge request gitlab-org/gitlab-ce!15270
2017-12-06Refactor banzai to support referencing from group contextJarka Kadlecova
2017-12-06Prevent dups when using StringIO for binary readsJacob Vosmaer
2017-12-06Move invalid builds counter out of the transactionGrzegorz Bizon
2017-12-06Add invalid builds counter metric to stage seeds classGrzegorz Bizon
2017-12-06Process normal paths in batch containing bad pathsMichael Kozono
2017-12-05Merge branch 'feature/migrate-revert-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#revert to Gitaly Closes gitaly#780 See merge request gitlab-org/gitlab-ce!15717
2017-12-05Merge branch 'gitaly-764-commit-filter-shas-with-signature' into 'master'Robert Speicher
Migrate Gitlab::Git::Commit.shas_with_signature Closes gitaly#764 See merge request gitlab-org/gitlab-ce!15621
2017-12-05add Gitlab::Database.replication_slots_supported?Brett Walker
2017-12-05Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon
Multiple artifacts See merge request gitlab-org/gitlab-ce!14367
2017-12-05Migrate Gitlab::Git::Commit.shas_with_signaturesKim "BKC" Carlbäcker
- Added tests for Git::Commit.shas_with_signatures
2017-12-05Migrate Gitlab::Git::Repository#revert to GitalyAhmad Sherif
Closes gitaly#780
2017-12-05Merge branch 'dm-application-worker' into 'master'Sean McGivern
Add ApplicationWorker and make every worker include it See merge request gitlab-org/gitlab-ce!15632
2017-12-05Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern
Create merge request from email Closes #32878 See merge request gitlab-org/gitlab-ce!13817
2017-12-05Merge branch 'gitaly-conflict-file' into 'master'Sean McGivern
Small Gitlab::Git fixes for Gitaly See merge request gitlab-org/gitlab-ce!15675
2017-12-05Merge branch 'ce-gitaly-worktree-refactor' into 'master'Sean McGivern
[CE] Move git operations for squash and rebase into Gitlab::Git See merge request gitlab-org/gitlab-ce!15673
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-12-05Add ApplicationWorker and make every worker include itDouwe Maan
2017-12-05Create merge request from emailJan Provaznik
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
2017-12-04Follow symlinksMichael Kozono
In particular, the Omnibus uploads directory is generally a symlink.
2017-12-04Merge branch 'feature/migrate-cherry-pick-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#cherry_pick to Gitaly Closes gitaly#737 See merge request gitlab-org/gitlab-ce!15517
2017-12-04Use `String#end_with?` instead of `String#ends_with?`Alejandro Rodríguez
The former is in Ruby's core lib, so is more flexible.
2017-12-04Add missing attr_accessor to Gitlab::Git::Conflict::FileAlejandro Rodríguez
2017-12-04Backport Squash/Rebase refactor from EEAlejandro Rodríguez
2017-12-04Merge branch 'user-agent-gke-api' into 'master'Kamil Trzciński
Use custom User-Agent header in GCP Client requests Closes #40583 See merge request gitlab-org/gitlab-ce!15705
2017-12-04Merge branch 'backstage/gb/improve-pipeline-chain-reduce-side-effects' into ↵Kamil Trzciński
'master' Reduce pipeline chain life span to minimize side effects See merge request gitlab-org/gitlab-ce!15716