- 04 Jun, 2018 21 commits
-
-
Yorick Peterse authored
When importing a GitHub pull request we would perform all work in a single database transaction. This is less than ideal, because we perform various slow Git operations when creating a merge request. This in turn can lead to many DB connections being used, while just waiting for an IO operation to complete. To work around this, we now move most of the heavy lifting out of the database transaction. Some extra error handling is added to ensure we can resume importing a partially imported pull request, instead of just throwing an error. This commit also changes the specs for IssueImporter so they don't rely on deprecated RSpec methods.
-
Nick Thomas authored
Backport EE SlashCommand Refactor See merge request gitlab-org/gitlab-ce!19177
-
Mark Chao authored
-
Yorick Peterse authored
Rails5 fix arel from Closes #46281 See merge request gitlab-org/gitlab-ce!19340
-
Douwe Maan authored
Update to GitLab Workhorse v4.3.0 See merge request gitlab-org/gitlab-ce!19313
-
Douwe Maan authored
Add ability to search wiki titles Closes #34526 See merge request gitlab-org/gitlab-ce!19112
-
Francisco Javier López authored
-
Sean McGivern authored
Fix N+1 with source_projects in merge requests API See merge request gitlab-org/gitlab-ce!19346
-
Douwe Maan authored
Bump gitlab-shell to 7.1.3 See merge request gitlab-org/gitlab-ce!19358
-
Filipa Lacerda authored
Fixed typo in commit message help popover Closes #47060 See merge request gitlab-org/gitlab-ce!19314
-
Douwe Maan authored
Fix intermittent failing spec in spec/support/helpers/cycle_analytics_helpers.rb Closes #43981 See merge request gitlab-org/gitlab-ce!19338
-
Douwe Maan authored
Fix attr_encryption key settings Closes #47166 See merge request gitlab-org/gitlab-ce!19341
-
Achilleas Pipinellis authored
Fix missing squash parameter in doc/api/merge_requests.md See merge request gitlab-org/gitlab-ce!19260
-
Grzegorz Bizon authored
Add per-project pipeline id (Use `AtomicInternalId`) Closes #3691 See merge request gitlab-org/gitlab-ce!18558
-
Bob Van Landuyt authored
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
-
Stan Hu authored
Update IPs to valid example IPs. Closes #47197 See merge request gitlab-org/gitlab-ce!19357
-
Natho authored
As per: https://tools.ietf.org/html/rfc5737
-
Stan Hu authored
Resolve "URI::InvalidURIError: bad URI(is not URI?): users/xxx[bot]" Closes #47193 See merge request gitlab-org/gitlab-ce!19354
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Ash McKenzie authored
-
- 03 Jun, 2018 3 commits
-
-
Stan Hu authored
Update selenium-webdriver to 3.12.0 Closes #47183 See merge request gitlab-org/gitlab-ce!19351
-
Takuya Noguchi authored
-
Stan Hu authored
Now that we are checking `MergeRequest#for_fork?`, we also need the source project preloaded for a merge request.
-
- 02 Jun, 2018 7 commits
-
-
Stan Hu authored
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
-
Stan Hu authored
Fix missing key change in 20171124104327_migrate_kubernetes_service_to_new_clusters_architectures.rb
-
Jasper Maes authored
-
Stan Hu authored
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
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Annabel Gray authored
Fix bootstrap 4 file inputs Closes #46701 See merge request gitlab-org/gitlab-ce!19333
-
- 01 Jun, 2018 9 commits
-
-
Clement Ho authored
-
Robert Speicher authored
Add comment about the need for truncating keys in Ruby 2.4 See merge request gitlab-org/gitlab-ce!19330
-
Stan Hu authored
[ci skip]
-
Stan Hu authored
Use RequestStore to memoize Flipper features so that memoized values are cleared between requests See merge request gitlab-org/gitlab-ce!19281
-
Stan Hu authored
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
-
Stan Hu authored
Upgrade to Ruby 2.4.4 See merge request gitlab-org/gitlab-ce!19055
-
Clement Ho authored
Revert "Merge branch '46833-sticky-polyfill' into 'master'" See merge request gitlab-org/gitlab-ce!19322
-
Annabel Gray authored
Resolve "Branch names in system notes have incorrect color" Closes #46696 See merge request gitlab-org/gitlab-ce!19296
-
Clement Ho authored
-