- 04 Jun, 2018 27 commits
-
-
Kamil Trzciński authored
-
Rémy Coutable authored
Update Doorkeeper OpenID for Kubernetes support Closes #44485 See merge request gitlab-org/gitlab-ce!19293
-
Robert Speicher authored
Update email_spec to 2.2.0 Closes #46845 See merge request gitlab-org/gitlab-ce!19164
-
Achilleas Pipinellis authored
Update GitHub import instructions See merge request gitlab-org/gitlab-ce!19373
-
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
-
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 6 commits
-
-
Stan Hu authored
Update selenium-webdriver to 3.12.0 Closes #47183 See merge request gitlab-org/gitlab-ce!19351
-
Takuya Noguchi authored
-
Takuya Noguchi authored
-
Takuya Noguchi authored
This reverts commit 517598ba.
-
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
-