- 04 Jun, 2018 17 commits
-
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Mike Lewis 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 6 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
-
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 14 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
-
Robert Speicher authored
Bump omniauth-gitlab to 1.0.3 See merge request gitlab-org/gitlab-ce!19319
-
Clement Ho authored
This reverts merge request !19304
-
Phil Hughes authored
Adds "the" to the new label page to correct the sentence. See merge request gitlab-org/gitlab-ce!19316
-
Sam Beckham authored
-
Clement Ho authored
Update position sticky polyfill Closes #46833 See merge request gitlab-org/gitlab-ce!19304
-