- Feb 05, 2019
-
-
Achilleas Pipinellis authored
Add documentation for new NGINX Ingress metrics Closes #56473 See merge request gitlab-org/gitlab-ce!24449
-
Rémy Coutable authored
Changed external wiki query method to prevent attribute caching Closes #57228 See merge request gitlab-org/gitlab-ce!24907 (cherry picked from commit 7ffbfeb1) 247bd122 Changed external wiki query method to prevent attribute caching
-
Nick Thomas authored
Fix Detect Host Keys not working Closes #56855 See merge request gitlab-org/gitlab-ce!24884 (cherry picked from commit 2b0f4df0) 4c1231ac Fix SSH Detect Host Keys not working
-
Douglas Barbosa Alexandre authored
Downcase aliased OAuth2 callback providers Closes #57156 See merge request gitlab-org/gitlab-ce!24877 (cherry picked from commit 5f964567) 1f188236 Downcase aliased OAuth2 callback providers
-
Douwe Maan authored
Fix migration when project repository is missing See merge request gitlab-org/gitlab-ce!24859 (cherry picked from commit c5d43124) db35a3ae Fix migration when project repository is missing
-
Mark Lapierre authored
Quarantine diff patch spec See merge request gitlab-org/gitlab-ce!24769 (cherry picked from commit 244f4f5f) 58ec656b Quarantine failing test
-
Filipa Lacerda authored
Init GLForm instance on form while editing tags Closes #56424 See merge request gitlab-org/gitlab-ce!24645 (cherry picked from commit 15a7f3c6) 7506275e Init GLForm instance on form while editing tags b0746e79 Add changelog entry
-
Lin Jen-Shin authored
Pass $CI_COMMIT_TAG as GITLAB_TAG to the CNG triggered pipelines See merge request gitlab-org/gitlab-ce!24639 (cherry picked from commit cc4b5656) 79eec047 Pass $CI_COMMIT_TAG as GITLAB_TAG to the CNG triggered pipelines
-
Douglas Barbosa Alexandre authored
Fix 500 errors with legacy appearance logos Closes gitlab-ee#9357 See merge request gitlab-org/gitlab-ce!24615 (cherry picked from commit 8d90f817) 19f9d998 Fix 500 errors with legacy appearance logos
-
Phil Hughes authored
Adjusts suggestions unable to be applied Closes #56690 See merge request gitlab-org/gitlab-ce!24603 (cherry picked from commit 7c7916ba) 1b93b3b6 Adjusts suggestions unable to be applied
-
Mark Lapierre authored
[QA] Use public_email instead of email since it's available Closes gitlab-org/quality/staging#27 See merge request gitlab-org/gitlab-ce!24533 (cherry picked from commit 19add921) cbc3d1f9 [QA] Use public_email instead of email since it's available
-
Marcia Ramos authored
Update release error tracking is available in to 11.8 See merge request gitlab-org/gitlab-ce!24528 (cherry picked from commit c2faab8d) 27b3838b Update release error tracking is available in to 11.8
-
Tim Zallmann authored
Fix excessive blank space in project activity view Closes #56225 See merge request gitlab-org/gitlab-ce!24510 (cherry picked from commit dc65a779) 7ea53e38 Fix excessive blank space in project activity view
-
Robert Speicher authored
Fix import handling errors in Bitbucket Server importer See merge request gitlab-org/gitlab-ce!24499 (cherry picked from commit de3af288) 100b050b Fix import handling errors in Bitbucket Server importer
-
Achilleas Pipinellis authored
Correct minimum yarn version in 11.6 -> 11.7 upgrade doc Closes #56254 See merge request gitlab-org/gitlab-ce!24495 (cherry picked from commit 518604b4) d9664bbd Correct yarn version in 11.6 -> 11.7 upgrade doc
-
Achilleas Pipinellis authored
Add tip about Go packages Closes #56493 See merge request gitlab-org/gitlab-ce!24477 (cherry picked from commit 1914f3c4) d0309928 Add tip about Go packages 22d09fb6 Refactor content based on review comments
-
Rémy Coutable authored
Improve the handling of tags and branches which contains a `/` when triggering CNG pipelines See merge request gitlab-org/gitlab-ce!24465 (cherry picked from commit 16ab0050) 67dfd878 Use $CI_COMMIT_REF_SLUG in review-apps.sh f8a10191 Use $CI_COMMIT_REF_NAME for tags in trigger-build
-
Achilleas Pipinellis authored
Add note about default See merge request gitlab-org/gitlab-ce!24445 (cherry picked from commit 227ce776) a103beed Add note about default
-
Kamil Trzcińśki authored
Resolve "Remove `error_tracking` feature flag" Closes #56213 See merge request gitlab-org/gitlab-ce!24306 (cherry picked from commit d4d4ebad) 77eff52a Remove `error_tracking` feature flag
-
Yorick Peterse authored
Update Workhorse to v8.0.2 See merge request gitlab-org/gitlab-ce!24870
-
- Feb 04, 2019
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Yorick Peterse authored
[11.7] Markdown of release notes leaks confidential issue titles and MR titles to any users See merge request gitlab/gitlabhq!2871 (cherry picked from commit f7d842f0521f6d209e1b390c9fb733c8bfe7918f) f2e331c1 Fix Markdown of release notes
-
Tim Zallmann authored
[11.7] Use sanitized user status message in user popover See merge request gitlab/gitlabhq!2839 (cherry picked from commit e5d355eb04e165fa1b9ccce1253b909a785d4bed) 21e70bba Use sanitized user status message for user popover
- Feb 01, 2019
-
-
Nick Thomas authored
-
- Jan 30, 2019
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Yorick Peterse authored
[11.7] Fix requiring the rubyzip Gem See merge request gitlab/gitlabhq!2879
-
Yorick Peterse authored
In commit 6fa5fd85 the `require: false` was removed to ensure the Gem was loaded at run time. Unfortunately, the `require` necessary for the rubyzip Gem is "zip" and not "rubyzip". As a result, Bundler would not require the Gem. This meant that we would still run into constant errors when referring to `Zip::File`.
- Jan 29, 2019
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
This reverts commit 1d469732.
-
Robert Speicher authored
[11.7] Fix uninitialized constant with GitLab Pages See merge request gitlab/gitlabhq!2872
-
Stan Hu authored
pages:deploy step was failing with the following error: ``` unitialized constant SafeZip::Extract::Zip ``` Since license_finder already pulls in rubyzip, we can make it a required gem. We also use the scope operator to make the reference to Zip::File explicit.
- Jan 28, 2019
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Douglas Barbosa Alexandre authored
Fix a JS race in a spec Closes #56860 See merge request gitlab-org/gitlab-ce!24684 (cherry picked from commit b5e10cd3)
- Jan 25, 2019
-
-
Yorick Peterse authored
[11.7] Sanitize user full name to clean up any URL to prevent mail clients from auto-linking URLs See merge request gitlab/gitlabhq!2828 (cherry picked from commit a38c1f3567a2c89eeb82dc79ca9f0bf620acbb5a) 1c1b45da Add `sanitize_name` helper to sanitize URLs in user full name aa974e9a Use `sanitize_name` to sanitize URL in user full name 0a09919e Add changelog entry
-
Yorick Peterse authored
[11.7] Resolve "Removing a user from a private group doesn't remove them from group's project, if their project's role was changed" See merge request gitlab/gitlabhq!2867 (cherry picked from commit 26937476710811845c7818e987cd016c43c66d1e) 0eef2f34 Add subresources removal to member destroy service
-