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-05-30Merge branch 'update-unicode-display_width-1.3.2' into 'master'Stan Hu
Fix failing static-analysis pipeline Closes #46859 See merge request gitlab-org/gitlab-ce!19174
2018-05-30Merge branch 'sh-bump-rugged-to-0.27.1' into 'master'Robert Speicher
Bump rugged to 0.27.1 for security fixes See merge request gitlab-org/gitlab-ce!19222
2018-05-23Fix conflicts in Gemfile and Gemfile.lockStan Hu
2018-05-23Merge branch 'sh-bump-prometheus-client-mmap' into 'master'Nick Thomas
Bump prometheus-client-mmap to 0.9.3 to fix nil exception error See merge request gitlab-org/gitlab-ce!19085
2018-05-07Bump Gitaly Proto to v0.99Zeger-Jan van de Weg
2018-05-04Merge branch 'pravi/gitlab-ce-update-grape-entity' into 'master'Stan Hu
Update grape-entity 0.6.0 -> 0.7.1 See merge request gitlab-org/gitlab-ce!18720
2018-05-03Update grape-entity 0.6.0 -> 0.7.1Pirate Praveen
2018-05-03update omniauth-github ~> 1.1.1 to ~> 1.3Pirate Praveen
2018-05-03update devise 4.2 -> 4.4Pirate Praveen
2018-05-02Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )
2018-04-30Use grpc 1.11.0Jacob Vosmaer
2018-04-30Merge branch 'add-jwt-strategy-to-gitlab-suite' into 'master'Douwe Maan
Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite See merge request gitlab-org/gitlab-ce!18580
2018-04-26Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suiteTiago Botelho
2018-04-26remove peek performance_barPirate Praveen
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-24Merge branch 'sh-bump-lograge' into 'master'Rémy Coutable
Bump lograge to 0.10.0 and remove monkey patch See merge request gitlab-org/gitlab-ce!18551
2018-04-23Bump lograge to 0.10.0 and remove monkey patchStan Hu
lograge 0.10.0 contains the `Location` query string fix in https://github.com/roidrage/lograge/pull/241 among other minor changes: https://github.com/roidrage/lograge/blob/master/CHANGELOG.md
2018-04-23Update doorkeeper for:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/issues/45433 and https://github.com/doorkeeper-gem/doorkeeper/issues/1065
2018-04-19Upgrading gitlab-gollum-lib and rougeFrancisco Javier López
2018-04-18Merge branch 'revert-goldiloader' into 'master'Robert Speicher
Revert the addition of goldiloader See merge request gitlab-org/gitlab-ce!18458
2018-04-18Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López
2018-04-18Revert the addition of goldiloaderYorick Peterse
This reverts the addition of the "goldiloader" Gem and all use of it. While this Gem is very promising it's causing a variety of problems on GitLab.com due to it eager-loading too much data in places where we don't expect/can handle this. At least for the time being this means we have to go back to manually fixing N+1 query problems, but at least those should not cause a negative impact on availability.
2018-04-18Revert "Merge branch 'fix-size-and-position-for-fork-icon' into 'master'"Douwe Maan
This reverts merge request !18399
2018-04-18Fix size and position for fork iconGeorge Tsiolis
2018-04-17Merge branch 'fix/gb/fix-empty-secret-variables' into 'master'Stan Hu
Fix a case with empty secret CI/CD variables Closes #31929 See merge request gitlab-org/gitlab-ce!18400
2018-04-16Merge branch '45397-update-faraday_middleware-to-0.12.2' into 'master'Sean McGivern
Update faraday_middleware to 0.12.2 Closes #45397 See merge request gitlab-org/gitlab-ce!18397
2018-04-16Fix a case with empty secret CI/CD variablesGrzegorz Bizon
2018-04-16Update faraday_middlewar to 0.12.2Takuya Noguchi
2018-04-15Bump parser gem to 2.5.1.0 to remove warning in rspecStan Hu
2018-04-13Replacing gollum libs for custom gitlab onesFrancisco Javier López
2018-04-09Use Goldiloader for handling N+1 queriesYorick Peterse
Goldiloader (https://github.com/salsify/goldiloader) can eager load associations automatically. This removes the need for adding "includes" calls in a variety of different places. This also comes with the added benefit of not having to eager load data if it's not used.
2018-04-07Bump `parser` gem to 2.5.0.5blackst0ne
1. Synchronize used version of `parser` gem for both versions of rails: 4 and 5. 2. Fix broken CI pipelines for rails5 branches. The 2.5.0.4 version is removed from rubygems, so it's skipped. https://github.com/whitequark/parser/issues/478
2018-04-06Automatically cleanup stale worktrees and lock files upon a pushStan Hu
git 2.16 will fail badly if there are stale worktrees. Closes #44115
2018-04-02Merge branch '44878-update-brakeman-3.6.1-to-4.2.1' into 'master'Robert Speicher
Update brakeman to 4.2.1 Closes #44878 See merge request gitlab-org/gitlab-ce!18122
2018-04-02Bump html-pipeline to 2.7.1blackst0ne
2018-04-01Update brakeman 3.6.1 to 4.2.1Takuya Noguchi
2018-03-30Merge branch 'zj-update-charlock_holmes' into 'master'Douwe Maan
Update charlock_holmes to 0.76 See merge request gitlab-org/gitlab-ce!18103
2018-03-30Update charlock_holmes to 0.76Zeger-Jan van de Weg
Didn't compile against newer icu4c versions and was fixed upstream in https://github.com/brianmario/charlock_holmes/pull/129, which was releaed in the versions its now locked to.
2018-03-28Bump Rugged to 0.27.0Stan Hu
Release notes: https://github.com/libgit2/libgit2/releases/tag/v0.27.0 This version solves a significant performance issue with generating large diffs: https://github.com/libgit2/libgit2/issues/4460
2018-03-28Bumps omniauth google oauth2 gem versionTiago Botelho
2018-03-28Merge branch 'zj-remote-repo-exists' into 'master'Sean McGivern
Test if remote repository exists before cloning Closes #43929 and gitaly#1084 See merge request gitlab-org/gitlab-ce!18017
2018-03-28Merge branch '44712-update-asciidoctor-from-1.5.3-to-1.5.6.2' into 'master'Douwe Maan
Update asciidoctor to 1.5.6.2 and asciidoctor-plantuml to 0.0.8 Closes #44712 See merge request gitlab-org/gitlab-ce!18022
2018-03-28Merge branch 'ac/lfs-direct-upload-ee-to-ce' into 'master'Kamil Trzciński
LFS direct upload port to CE Closes #44548 See merge request gitlab-org/gitlab-ce!17752
2018-03-27Update asciidoctor-plantuml to 0.0.8Takuya Noguchi
2018-03-27Update asciidoctor to 1.5.6.2Takuya Noguchi
2018-03-27Test if remote repository exists before cloningZeger-Jan van de Weg
When a repository does not exist on a remote, Gitaly won't be able to clone it. This is correct behaviour, but from the clients perspective a change in behaviour. This change implements the client side changes that allows Gitaly to execute a `git ls-remote <remote-url> HEAD`. This way the client has no need to shell out to Git. In the situation where multiple Gitalies are available, one is chosen at random. This commit closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43929, while its also a part of https://gitlab.com/gitlab-org/gitaly/issues/1084
2018-03-27Merge branch '43512-add-support-for-omniauth-jwt-provider' into 'master'Douwe Maan
Resolve "Add support for omniauth-jwt provider" Closes #43512 See merge request gitlab-org/gitlab-ce!17774
2018-03-27Port LFS direct_upload from EEAlessio Caiazza
2018-03-26Merge branch 'update-omniauth-twitter' into 'master'Douwe Maan
Update omniauth-twitter 1.2.0 -> 1.4 See merge request gitlab-org/gitlab-ce!17876
2018-03-26Bump `state_machines-activerecord` to `0.5.1`blackst0ne
2018-03-26Updated grape to `1.0.2` to remove workaroundJames Edwards-Jones