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-10-31Merge branch '39580-bump-carrierwave-to-1-2-1' into 'master'Rémy Coutable
Bump carrierwave to 1.2.1 Closes #39580 See merge request gitlab-org/gitlab-ce!15072
2017-10-31Migrate Gitlab::Git::Wiki#delete_page to GitalyAhmad Sherif
Closes gitaly#673
2017-10-30Update Prometheus Gem to fix problem caused by reading bad data.Pawel Chojnacki
2017-10-30Bump carrierwave to 1.2.1Takuya Noguchi
2017-10-23Support `Gitaly::User`'s gl_username fieldAlejandro Rodríguez
We also unify conversions from and to `Gitaly::User`s in the `Gitlab::Git::User` class.
2017-10-23The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. ↵Paul B
This merge requests update the gem to v0.2.0 which contains the fix: https://github.com/fog/fog-aliyun/commit/a7456ca6b63e5a0d88c849914679d2fa4707c10c Closes #39126
2017-10-19Merge branch 'pawel/upgrade_prometheus_gem_to_fix_problem_with_file_locking' ↵Stan Hu
into 'master' Update Prometheus gem to fix problems with other Processes overwriting current metrics file Closes #36714 See merge request gitlab-org/gitlab-ce!14827
2017-10-19Update Prometheus gem to fix problems with other files overwriting current filePawel Chojnacki
2017-10-16Migrate Gitlab::Git::Wiki#write_page to GitalyAhmad Sherif
Closes gitaly#638
2017-10-13Merge Merge Requests via GitalyJacob Vosmaer
2017-10-10Use gitaly-proto 0.41.0Jacob Vosmaer
2017-10-06Merge branch 'fix/update-doorkeeper-openid-connect' into 'master'Rémy Coutable
Upgrade doorkeeper-openid_connect See merge request gitlab-org/gitlab-ce!14372
2017-10-03Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
gem/sm/bump-google-api-client-gem-from-0-8-6-to-0-13-6 * upstream/master: (186 commits) Resolve "Precompiled assets with digest strings are ignored in CI" Fix navigation dropdown close animation on mobile screens Add (partial) index on Labels.template Add grpc.log for Gitaly Fix gitaly-proto version in Gemfile.lock refactor issues_controller_spec `update` action Remove edit action for issues Add documentation to summarise project archiving Fix for Gitaly nil encoding issue Fix broken certificate-authority-data with kubectl >= 1.8.0 Improve performance of filtering notes in NotesController Bump gitaly-proto version to v0.39.0 Fix specs for project creation and update services Add CHANGELOG Doesn't check if path exists on disk when renaming a hashed project [ci skip] Fix archive spec descrptions Only copy old/new code when selecting left/right side of parallel diff Fix gitlab-rake gitlab:import:repos task Send extra Gitaly params for `send_git_archive` if needed Update GitLab Pages to v0.6.0 ...
2017-10-02Bump gitaly-proto version to v0.39.0Ahmad Sherif
2017-09-29Create repositories via GitalyJacob Vosmaer
2017-09-29Migrate Git::Repository#rm_tag to GitalyAhmad Sherif
Closes gitaly#562
2017-09-28Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
gem/sm/bump-google-api-client-gem-from-0-8-6-to-0-13-6 * upstream/master: (130 commits) Handle error when fetching ref for MR with deleted source branch refactor emails service fix update service refactor users update service refactor keys controller refactor some controllers to make them EE friendly fix specs fix users update service update initializers refactor services to match EE signature Change recommended MySQL version to 5.6 Clarify artifact download via the API only accepts branch or tag name for ref Clean merge_jid whenever necessary on the merge process Rolling back change to n+1 detection Breadcrumbs receives padding when double lined karma spec fixes Add EEP to headings Added some Gitaly docs to `docs/development` Check orientation of profile image Fixed missing namespaces on navigation translations ...
2017-09-26Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany)Florian Weber
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-25Bump google-api-client Gem from 0.8.6 to 0.13.6Shinya Maeda
2017-09-21Upgrade Nokogiri because of CVE-2017-9050Winnie Hellmann
2017-09-20Upgrade gitlab-markup gemMarkus Koller
2017-09-20Upgrade doorkeeper-openid_connectMarkus Koller
2017-09-19Add test-profRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-10Bump grape_logging gem to 1.7.0 to get status codes for error messagesStan Hu
This recent update fixes an issue in grape_logging where the status code would be "fail" for any non-20x responses. For more details, see: https://github.com/aserafin/grape_logging/issues/29
2017-09-07Merge branch 'sh-add-grape-logging' into 'master'Sean McGivern
Add JSON logger in `log/api_json.log` for Grape API endpoints Closes #36189 See merge request !14102
2017-09-07Merge branch '37411-update-omniauth-google-oauth2' into 'master'Douwe Maan
Update the omniauth-google-oauth2 gem to 0.5.2 Closes #37411 See merge request !14105
2017-09-07Update the omniauth-google-oauth2 gem to 0.5.2Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-07Merge branch 'gitaly-tree-entries-fix' into 'master'Rémy Coutable
Implement fix for n+1 issue on `flatten_tree` helper Closes gitaly#530 See merge request !14097
2017-09-07Merge branch 'rs-update-capybara' into 'master'Rémy Coutable
Update capybara 2.6.2 -> 2.15.1 See merge request !13976
2017-09-07Add JSON logger in `log/api_json.log` for Grape API endpointsStan Hu
Closes #36189
2017-09-06Implement fix for n+1 issue on `flatten_tree` helperAlejandro Rodríguez
2017-09-05Merge branch 'sh-bump-jira-gem' into 'master'Robert Speicher
Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxies Closes gitlab-ee#3125 See merge request !13617
2017-09-05Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif
2017-09-05Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxiesStan Hu
Previous versions of jira-ruby gem would generate erroneous URLs when an HTTP proxy were confused via the `http_proxy` environment variables: https://github.com/sumoheavy/jira-ruby/issues/250 Closes gitlab-org/gitlab-ee#3125
2017-09-05Update capybara 2.6.2 -> 2.15.1Robert Speicher
Changelog: https://git.io/v5403
2017-08-31Add a linter for PO filesBob Van Landuyt
2017-08-31Upgrade mail and nokogiri gems due to security issuesMarkus Koller
2017-08-29Update Prometheus Client MMAP gem to version that fixes performance ↵Pawel Chojnacki
degradation caused by workers churn
2017-08-28Update rubocop-gitlab-security to 0.1.0Robert Speicher
2017-08-25Merge branch 'gitaly-gem-rename' into 'master'Sean McGivern
Use gitaly-proto 0.31.0 See merge request !13795
2017-08-24Use gitaly-proto 0.31.0Jacob Vosmaer
2017-08-24Remove underscore-rails gemRobert Speicher
We now manage this dependency in Yarn.
2017-08-23Merge branch '36806-update-rbnacl' into 'master'Douwe Maan
Update the rbnacl gem to 4.0.2 Closes #36806 See merge request !13740
2017-08-23Merge branch 'gitaly-commit-patch' into 'master'Sean McGivern
Incorporate DiffService.CommitPatch Gitaly RPC Closes gitaly#463 See merge request !13441
2017-08-22Incorporate DiffService.CommitPatch Gitaly RPCAlejandro Rodríguez
2017-08-22Update the rbnacl gem to 4.0.2Nick Thomas
2017-08-21Only require sidekiq-limit_fetch when enabled in settingsSean McGivern
This gem allows Sidekiq jobs to be throttled. Unfortunately, it has a side-effect: when we haven't enabled job throttling, it will still hit Redis a lot (and miss, because nothing is configured). As this setting already required a restart, ensure that the library is only required when it's enabled.
2017-08-18Update prometheus mmap client library to fix performance issues when ↵Pawel Chojnacki
rendering many metrics.
2017-08-18Client Implementation: RefService::RefExistsAndrew Newdigate
2017-08-17Merge branch 'ee-2628-backport-to-ce' into 'master'Douwe Maan
Backports EE mirror stuck handling feature… See merge request !13627