- 29 Aug, 2018 28 commits
-
-
Paulo Matos authored
It references the issue where gitlab.io was added to the PSL saying `*.gitlab.io` was added to the PSL, but it was in fact `gitlab.io`. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5301. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Fodor Zoltan authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5557. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Chris Sanders authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5734. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Paolo Falomo authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5930. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jiri Hubacek authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5971. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Klaus Frank authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6054. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Koen Hendriks authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6004. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sascha Marcel Schmidt authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6101. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mart Sõmermaa authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6176. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
JJ authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6123. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Philipp Gildein authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dan Doran authored
Fixed two typos and adjusted one instance of punctuation according to the grammar rule for appositive commas Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6419. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Logan Schmidt authored
Update doc/user/project/repository/gpg_signed_commits/index.md with clarifying gpg command for generating keys on other operating systems See https://gitlab.com/gitlab-org/gitlab-ce/issues/36923. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6492. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Logan Schmidt authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6443. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Aaron authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6578. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
kyle hunter authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6617. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Michael Rochefort authored
Sentence language seemed to contradict the section header, so it's been clarified to prevent any confusion. Also added information about how wikis are handled during a backup. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6673. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Gabriel Le Breton authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6724. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Karl-Philipp Richter authored
As explained in https://gitlab.com/gitlab-org/gitlab-ce/issues/15530. A note that the declaration of an absolute directory triggers a misleading error message and that following job(s) can't find the file is important to avoid large scale time waisting until the issue is fixed. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6838. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Charles Salmon authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6879. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Peter Willis authored
By default ssh-keygen uses an insecure password encryption method on the ssh key. This change will add options to better protect the key. See this page for more detail: https://latacora.singles/2018/08/03/the-default-openssh.html Even if the user does not set a password, using the `-o` option needs to become the new standard way to run `ssh-keygen`, since the default behavior is insecure. Your help in establishing this option will be greatly appreciated and will help improve overall security for your users and ssh users in general. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6796. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sangjun Jung authored
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6900. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Move package-and-qa to the test phase Closes #50718 See merge request gitlab-org/gitlab-ce!21400
-
Rémy Coutable authored
Resolve "Consider reorganizing the QA scenarios" Closes #49800 See merge request gitlab-org/gitlab-ce!20931
-
Phil Hughes authored
Resolve "Error getting performance bar results for <UUID>" Closes #50801 See merge request gitlab-org/gitlab-ce!21411
-
Sean McGivern authored
This isn't interesting most of the time and is may go over other flash banners.
-
Sean McGivern authored
These don't have performance data saved as they use Grape.
-
Sean McGivern authored
Rails 5: replace removed silence_stream See merge request gitlab-org/gitlab-ce!21387
-
- 28 Aug, 2018 12 commits
-
-
Stan Hu authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Sean McGivern authored
Previously, this wasn't needed: text was normally set to the highlighted contents anyway. Now, it is: we store different things in text and rich_text. This caused https://gitlab.com/gitlab-com/production/issues/439.
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Francisco Javier López authored
-
Chantal Rollison authored
-
Michael Kozono authored
-
Stan Hu authored
Closes https://gitlab.com/gitlab-com/migration/issues/766
-
Filipa Lacerda authored
When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
-