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-06-09Use OpenStruct instead Hashie::Mashosw-cache-viewer-for-diffs-blobs-pocOswaldo Ferreira
2018-06-09Improve lazy loading and cache usage for hidden content blobsOswaldo Ferreira
2018-06-08Lazy load uncached blobs in order to first-load using gitaly batch method ↵Oswaldo Ferreira
correctly
2018-06-07Create CachedBlob classOswaldo Ferreira
2018-06-07Return nil if there is no uncached blobOswaldo Ferreira
2018-06-06Major refactoring on BlobsService interfaceOswaldo Ferreira
2018-06-06Return uncached blob if there is not highlighted diff cache yetOswaldo Ferreira
2018-06-06Add load_all_data! backOswaldo Ferreira
2018-06-06Remove debuggersOswaldo Ferreira
2018-06-06Create a separate BlobsService to work as a thin layerOswaldo Ferreira
2018-06-04Merge branch '6022-ee-extract-slash_commands-in-ce' into 'master'Nick Thomas
Backport EE SlashCommand Refactor See merge request gitlab-org/gitlab-ce!19177
2018-06-04Backport EE SlashCommand RefactorMark Chao
2018-06-04Merge branch 'rails5-fix-46281' into 'master'Yorick Peterse
Rails5 fix arel from Closes #46281 See merge request gitlab-org/gitlab-ce!19340
2018-06-04Merge branch 'workhorse-4-3-0' into 'master'Douwe Maan
Update to GitLab Workhorse v4.3.0 See merge request gitlab-org/gitlab-ce!19313
2018-06-04Merge branch 'fj-34526-enabling-wiki-search-by-title' into 'master'Douwe Maan
Add ability to search wiki titles Closes #34526 See merge request gitlab-org/gitlab-ce!19112
2018-06-04Add ability to search wiki titlesFrancisco Javier López
2018-06-04Merge branch 'sh-fix-source-project-nplus-one' into 'master'Sean McGivern
Fix N+1 with source_projects in merge requests API See merge request gitlab-org/gitlab-ce!19346
2018-06-04Merge branch 'bvl-bump-gitlab-shell-7-1-3' into 'master'Douwe Maan
Bump gitlab-shell to 7.1.3 See merge request gitlab-org/gitlab-ce!19358
2018-06-04Merge branch 'ide-highlighter-type-fox' into 'master'Filipa Lacerda
Fixed typo in commit message help popover Closes #47060 See merge request gitlab-org/gitlab-ce!19314
2018-06-04Merge branch 'sh-fix-issue-43981' into 'master'Douwe Maan
Fix intermittent failing spec in spec/support/helpers/cycle_analytics_helpers.rb Closes #43981 See merge request gitlab-org/gitlab-ce!19338
2018-06-04Merge branch 'sh-fix-secrets-not-working' into 'master'Douwe Maan
Fix attr_encryption key settings Closes #47166 See merge request gitlab-org/gitlab-ce!19341
2018-06-04Merge branch 'sh-add-missing-squash-param-api-docs' into 'master'Achilleas Pipinellis
Fix missing squash parameter in doc/api/merge_requests.md See merge request gitlab-org/gitlab-ce!19260
2018-06-04Merge branch 'per-project-pipeline-iid' into 'master'Grzegorz Bizon
Add per-project pipeline id (Use `AtomicInternalId`) Closes #3691 See merge request gitlab-org/gitlab-ce!18558
2018-06-04Bump gitlab-shell to 7.1.3Bob Van Landuyt
This includes the change that prints the @username of a user instead of the full name. https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/204
2018-06-04Merge branch 'fix-valid-ip-address-usage-in-documentation' into 'master'Stan Hu
Update IPs to valid example IPs. Closes #47197 See merge request gitlab-org/gitlab-ce!19357
2018-06-04Update IPs to valid example IPs.Natho
As per: https://tools.ietf.org/html/rfc5737
2018-06-04Merge branch '47193-uri-invalidurierror-bad-uri-is-not-uri-users-xxx-bot' ↵Stan Hu
into 'master' Resolve "URI::InvalidURIError: bad URI(is not URI?): users/xxx[bot]" Closes #47193 See merge request gitlab-org/gitlab-ce!19354
2018-06-04Fix wording in spec. Add PIPELINE_IID in examples of debugged variables in ↵Shinya Maeda
documants.
2018-06-04Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-06-04Bump octokit to 4.9Ash McKenzie
2018-06-03Merge branch '47183-update-selenium-webdriver-to-3-12-0' into 'master'Stan Hu
Update selenium-webdriver to 3.12.0 Closes #47183 See merge request gitlab-org/gitlab-ce!19351
2018-06-03Update selenium-webdriver to 3.12.0Takuya Noguchi
2018-06-03Fix N+1 with source projects in merge requests APIStan Hu
Now that we are checking `MergeRequest#for_fork?`, we also need the source project preloaded for a merge request.
2018-06-03Fix intermittent failing spec in spec/support/helpers/cycle_analytics_helpers.rbStan Hu
There was a race condition in the spec where if the commit is created on disk within a second of the frozen `Timecop` time, the test fails. Closes #43981
2018-06-02Fix missing key change in ↵Stan Hu
20171124104327_migrate_kubernetes_service_to_new_clusters_architectures.rb
2018-06-02Rails5 Fix arel fromJasper Maes
2018-06-02Fix attr_encryption key settingsStan Hu
attr_encrypted does different things with `key` depending on what mode you are using: 1. In `:per_attribute_iv_and_salt` mode, it generates a hash with the salt: https://github.com/attr-encrypted/encryptor/blob/c3a62c4a9e74686dd95e0548f9dc2a361fdc95d1/lib/encryptor.rb#L77. There is no need to truncate the key to 32 bytes here. 2. In `:per_attribute_iv` mode, it sets the key directly to the password, so truncation to 32 bytes is necessary. Closes #47166
2018-06-02Reveert build_relations and simply add a line for creating iidShinya Maeda
2018-06-02Merge branch 'master' into per-project-pipeline-iidShinya Maeda
2018-06-02Merge branch 'ClemMakesApps-master-patch-71268' into 'master'Annabel Gray
Fix bootstrap 4 file inputs Closes #46701 See merge request gitlab-org/gitlab-ce!19333
2018-06-02Fix bootstrap 4 file inputsClement Ho
2018-06-02Merge branch 'sh-add-ruby-2.4-comment' into 'master'Robert Speicher
Add comment about the need for truncating keys in Ruby 2.4 See merge request gitlab-org/gitlab-ce!19330
2018-06-01Add comment about the need for truncating keys in Ruby 2.4Stan Hu
[ci skip]
2018-06-01Merge branch 'fix-feature-memoization' into 'master'Stan Hu
Use RequestStore to memoize Flipper features so that memoized values are cleared between requests See merge request gitlab-org/gitlab-ce!19281
2018-06-01Remove ambiguity in Group class causing build failuresStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977 was failing due to confusion between Ci::Group and Group. https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/71887977
2018-06-01Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu
Upgrade to Ruby 2.4.4 See merge request gitlab-org/gitlab-ce!19055
2018-06-01Merge branch 'revert-c640e579' into 'master'Clement Ho
Revert "Merge branch '46833-sticky-polyfill' into 'master'" See merge request gitlab-org/gitlab-ce!19322
2018-06-01Merge branch '46696-branch-names-in-system-notes-have-incorrect-color' into ↵Annabel Gray
'master' Resolve "Branch names in system notes have incorrect color" Closes #46696 See merge request gitlab-org/gitlab-ce!19296
2018-06-01Resolve "Branch names in system notes have incorrect color"Clement Ho
2018-06-01Merge branch 'sh-bump-omniauth-gitlab' into 'master'Robert Speicher
Bump omniauth-gitlab to 1.0.3 See merge request gitlab-org/gitlab-ce!19319