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
2017-12-13Merge branch ↵cherry-pick-d32032deSean McGivern
'29483-no-feedback-when-checking-on-checklist-if-potential-spam-was-detected' into 'master' Resolve "No feedback when checking on checklist if potential spam was detected" Closes #29483 See merge request gitlab-org/gitlab-ce!15408 (cherry picked from commit d32032de08585476c3b303803a307ff94d910ebd) efc86c26 Mock spam? 8e9a9030 Merge remote-tracking branch 'origin/master' into… 019db0fd TEMP mock askismet spam check 11e51be6 respond_to json with json version of verify view in recaptcha_check_with_fallback 18955cdc Differentiate between spam related error and other update errors 9dcf093c Start recaptcha modal and render partial instead 64b13133 Append and remove api script when reCAPTCHA is needed c9a67fab put-over-post the recaptcha form cb22ae66 remove comments 20517d64 remove comments e174d02e Review changes 7a7d4a2a Add spec 8f617b45 Added changelog db3f1a47 Review changes 4d0c78de Add to tasklist 36ea921b Remove duplicate TaskList 6bffe620 Add app_spec for spam d95350bc Finished specs cf951cba FOR REVIEWERS 6c50e850 FOR MERGE 25931f73 Allow script src to be mockable c3463e00 Merge remote-tracking branch 'origin/master' into… 2c170b8d fix eslint a318c757 Fix redirect 8a02fbd0 BE review changes dda03f4d Fix spec 910c7205 Fix spec fafbd7e5 remove duplicate destroy
2017-12-12Revert "Merge branch 'throttle-touching-of-objects' into 'master'"Oswaldo Ferreira
This reverts commit 102b32325da3fc93a1c99d05b20c853fc681df35, reversing changes made to d87d1e7901f7a71c6f0541c709be26fce3db7e4b.
2017-12-08Merge branch 'bvl-circuitbreaker-process' into 'master'Douwe Maan
Check NFS mounts in a separate process Closes #39847 See merge request gitlab-org/gitlab-ce!15426
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-08Merge branch '40754-fix-flash-usage-with-personal-access-token' into 'master'Grzegorz Bizon
Fix new personal access token showing up in a flash message Closes #40754 See merge request gitlab-org/gitlab-ce!15707
2017-12-08Merge branch 'jprovazn-testfix2' into 'master'Stan Hu
Clean test path between merge request handler tests Closes #40900 See merge request gitlab-org/gitlab-ce!15792
2017-12-08Merge branch 'gitaly-795-migrate-repository-fsck' into 'master'Robert Speicher
Migrate Git::Repository#fsck to Gitaly Closes gitaly#795 See merge request gitlab-org/gitlab-ce!15731
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-08Fix new personal access token showing up in a flash messageEric Eastwood
2017-12-08Merge branch ↵Jacob Schatz
'40555-replace-absolute-urls-with-related-branches-to-avoid-hostname' into 'master' Replace absolute URLs on related branches/MRs with relative url to avoid hostname Closes #40555 See merge request gitlab-org/gitlab-ce!15735
2017-12-07Merge branch 'acet-fix-branches-list-on-cherry-pick-modal-after-merge' into ↵Jacob Schatz
'master' Fix loading branches list on cherry pick modal after merge. Closes #33894 See merge request gitlab-org/gitlab-ce!15306
2017-12-07Merge branch 'use-us-english' into 'master'Jacob Schatz
Add documentation about using US-English Closes #40675 See merge request gitlab-org/gitlab-ce!15656
2017-12-07Add documentation about using US-EnglishClement Ho
2017-12-07Merge branch 'fix-transient-datefix-spec' into 'master'Jacob Schatz
Fix transient error in pikadayToString Closes #40858 See merge request gitlab-org/gitlab-ce!15754
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-07Merge branch 'feature/sm/34834-missing-dependency-should-fail-job-2' into ↵Kamil Trzciński
'master' Dependency validator Closes #34834 See merge request gitlab-org/gitlab-ce!14009
2017-12-07Clean test path between merge request handler testsJan Provaznik
create_merge_request_handler_spec needs a repository for some tests but this repository lasts on disk by default which causes failures of other tests. TestEnv.clean_test_path is used to get rid of the repository after each test. Closes #40900
2017-12-07fix #39233 - 500 in merge requestMartin Nowak
- handle unchanged empty lines in inline diff
2017-12-07Clean up docs for dependencies validationAchilleas Pipinellis
2017-12-07Merge branch 'deploy-keys-loading-icon' into 'master'Filipa Lacerda
Fixed remove deploy key loading icon not being removed after canceling Closes #37595 See merge request gitlab-org/gitlab-ce!15779
2017-12-07Merge branch '40715-updateendpoint-undefined-on-issue-page' into 'master'Clement Ho
Resolve "updateEndpoint undefined on Issue page" Closes #40715 See merge request gitlab-org/gitlab-ce!15698
2017-12-07Resolve "updateEndpoint undefined on Issue page"Luke Bennett
2017-12-07Merge branch 'gitaly-0.59.0' into 'master'Sean McGivern
Use Gitaly 0.59.0 See merge request gitlab-org/gitlab-ce!15795
2017-12-07Merge branch 'docs-fix-typo' into 'master'Achilleas Pipinellis
Docs: fix typo See merge request gitlab-org/gitlab-ce!15798
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-07fix typoMarcia Ramos
2017-12-07Merge branch 'merge-request-lock-icon-size-fix' into 'master'Annabel Dunstone Gray
Fixed merge request locked icon size Closes #40876 See merge request gitlab-org/gitlab-ce!15767
2017-12-07Test for both ci_disable_validates_dependencies true/falseShinya Maeda
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 ↵Kamil Trzciński
'40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master' Resolve "Remove the checkbox for starting a new pipeline in Auto DevOps settings" Closes #40761 See merge request gitlab-org/gitlab-ce!15714
2017-12-07Use Gitaly 0.59.0Jacob Vosmaer
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-07Merge branch 'qa/gb/fix-sandbox-group-creation' into 'master'Rémy Coutable
Fix QA group creation by filling required fileds See merge request gitlab-org/gitlab-ce!15786
2017-12-07refactor code to match EE changesJames Lopez
2017-12-07fix the missing reference to #references_per_projectmicael.bergeron
2017-12-07Merge branch 'zj-empty-repo' into 'master'Sean McGivern
Remove Rugged::Repository#empty? Closes gitaly#699 See merge request gitlab-org/gitlab-ce!15622
2017-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-12-07Merge branch 'docs-refactor-pages-index' into 'master'🚄 Job van der Voort 🚀
Docs: refactor Pages index See merge request gitlab-org/gitlab-ce!15411
2017-12-07Docs: refactor Pages indexMarcia Ramos
2017-12-07Merge branch 'fix/new-project-guidelines-styling' into 'master'Sean McGivern
Use Markdown styling for new project guidelines Closes #40886 See merge request gitlab-org/gitlab-ce!15785
2017-12-07Merge branch 'docs-admin-index' into 'master'🚄 Job van der Voort 🚀
Docs: admin index Closes #39688 See merge request gitlab-org/gitlab-ce!15724
2017-12-07Docs: admin indexMarcia Ramos
2017-12-07Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda
2017-12-07Update document to use ci_validates_dependenciesShinya Maeda
2017-12-07Use Markdown styling for new project guidelinesMarkus Koller
2017-12-07adding view and feature specsmicael.bergeron
2017-12-07cache the Note#commit methodmicael.bergeron