- 04 Jun, 2018 17 commits
-
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Sean McGivern authored
Create system note on epic date change Closes #5477 See merge request gitlab-org/gitlab-ee!5866
-
Jan Provaznik authored
-
Douwe Maan authored
Fix attr_encryption key settings (EE port) See merge request gitlab-org/gitlab-ee!5946
-
Rémy Coutable authored
CE upstream - 2018-06-04 07:27 UTC See merge request gitlab-org/gitlab-ee!5953
-
Achilleas Pipinellis authored
update Bandit link See merge request gitlab-org/gitlab-ee!5950
-
GitLab Bot authored
-
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
-
Simon Knox authored
-
Ash McKenzie authored
-
Stan Hu authored
CE upstream - 2018-06-03 23:29 UTC See merge request gitlab-org/gitlab-ee!5949
-
- 03 Jun, 2018 3 commits
-
-
GitLab Bot authored
-
Stan Hu authored
Update selenium-webdriver to 3.12.0 Closes #47183 See merge request gitlab-org/gitlab-ce!19351
-
Takuya Noguchi authored
-
- 02 Jun, 2018 7 commits
-
-
Stan Hu authored
Fix missing key change in 20171124104327_migrate_kubernetes_service_to_new_clusters_architectures.rb
-
Stan Hu 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
-
Dmitriy Zaporozhets authored
Extract EE specific files, closes #5942 Closes #5942 See merge request gitlab-org/gitlab-ee!5771
-
Stan Hu authored
CE upstream - 2018-06-02 00:23 UTC See merge request gitlab-org/gitlab-ee!5943
-
GitLab Bot authored
-
Annabel Gray authored
Fix bootstrap 4 file inputs Closes #46701 See merge request gitlab-org/gitlab-ce!19333
-
- 01 Jun, 2018 13 commits
-
-
Clement Ho authored
-
Stan Hu authored
CE upstream - 2018-06-01 18:31 UTC See merge request gitlab-org/gitlab-ee!5939
-
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
Move creation of time logs before the update of the issue in the setup. The introduction of `touch: true` in gitlab-org/gitlab-ce!19065 causes the timestamp to be updated.
-
Chantal Rollison authored
-
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
-
Stan Hu authored
-
GitLab Bot authored
# Conflicts: # spec/models/concerns/has_variable_spec.rb # spec/requests/api/runner_spec.rb [ci skip]
-
Stan Hu authored
CE upstream - 2018-06-01 12:25 UTC Closes gitaly#1210 See merge request gitlab-org/gitlab-ee!5935
-
Stan Hu authored
Upgrade to Ruby 2.4.4 (EE port) See merge request gitlab-org/gitlab-ee!5783
-
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
-