- 21 Oct, 2017 4 commits
-
-
Stan Hu authored
-
Stan Hu authored
[ci skip]
-
Winnie Hellmann authored
-
Grzegorz Bizon authored
Resolve "Online view of HTML artifacts is broken?" Closes #39189 See merge request gitlab-org/gitlab-ce!14977 (cherry picked from commit cfd97f7e) 3c0be3cd Fix the external URLs generated for online view of HTML artifacts
-
- 20 Oct, 2017 4 commits
-
-
Winnie Hellmann authored
Prevent ApplicationSetting to cache nil value Closes #39275 See merge request gitlab-org/gitlab-ce!14952 (cherry picked from commit 81175d2c) 64fd9814 Prevent ApplicationSetting to cache nil value beeed14f Fix failure in current_settings_spec.rb
-
Winnie Hellmann authored
Prepare 10.1 RC4 release See merge request gitlab-org/gitlab-ce!14953
-
Winnie Hellmann authored
URI decode Page-Title header to preserve UTF-8 characters Closes #39179 (cherry-picked from 85c20160) See merge request gitlab-org/gitlab-ce!14929
-
Phil Hughes authored
Force non diff resolved discussion to display when collapse toggled Closes #39187 See merge request gitlab-org/gitlab-ce!14946 (cherry picked from commit 9c3f094a) 9487cadf Force non diff resolved discussion to display when collapse toggled 1c4f42a4 Add spec f6304f16 Add changelog
-
- 19 Oct, 2017 4 commits
-
-
Grzegorz Bizon authored
Fix inability to delete container registry tags Closes #39260 See merge request gitlab-org/gitlab-ce!14947 (cherry picked from commit 83f5955e) b7e35033 Fix inability to delete container registry tags de57492d Fix broken function invocation
-
Rémy Coutable authored
Avoind unnecesary `force_encoding` operations Closes #39227 See merge request gitlab-org/gitlab-ce!12167 (cherry picked from commit 371eb62b) 520866a0 Avoind unnecesary `force_encoding` operations
-
Winnie Hellmann authored
- 18 Oct, 2017 20 commits
-
-
Winnie Hellmann authored
Prepare 10.1 RC3 release See merge request gitlab-org/gitlab-ce!14921
-
Rémy Coutable authored
Resolve "Jobs fail because of Brazilian Portuguese translations" Closes #39253 See merge request gitlab-org/gitlab-ce!14939 (cherry picked from commit 9c71fb0d) 0139b318 Prevent ApplicationHelper specs from polluting later ones
-
Annabel Dunstone Gray authored
Fix tooltip padding to align to 8px grid See merge request gitlab-org/gitlab-ce!14928 (cherry picked from commit fee7a879) fca91e61 Fix tooltip padding to align to 8px grid
-
Tim Zallmann authored
Render region codes for locale assets with an `_` instead of a `-` Closes #39225 See merge request gitlab-org/gitlab-ce!14924 (cherry picked from commit 4733570c) 939469cd Build the locale path with an `_` instead of a `-`
-
Phil Hughes authored
Fix resolved discussions not expanding on side by side view Closes #39209 See merge request gitlab-org/gitlab-ce!14918 (cherry picked from commit acadf527) f8cf00fd Fix resolved discussions not expanding on side by side view 07c81f23 Add specs 3581c6db Improve spec
-
Phil Hughes authored
Replace google login image Closes #39201 See merge request gitlab-org/gitlab-ce!14919 (cherry picked from commit 1d72952d) 5df66e6b Replace google login image
-
Douwe Maan authored
Resolve "GitlabUsagePingWorker is not running on GitLab.com" See merge request gitlab-org/gitlab-ce!14867 (cherry picked from commit 07e33089) f4e94c6f Make usage ping scheduling more robust
-
Grzegorz Bizon authored
Add short_revision and use total_size Closes #39203 See merge request gitlab-org/gitlab-ce!14917 (cherry picked from commit 0fa2f148) 5ee58c1c Add short_revision and use total_size 6d2338c7 Fix failed test 6ac0a69b Fix broken test
-
Douwe Maan authored
Fix errors when deleting a forked project Closes #39196 See merge request gitlab-org/gitlab-ce!14916 (cherry picked from commit 85d8ab52) 2c0b6776 Fix errors when deleting a forked project
-
Yorick Peterse authored
Prevent creating multiple ApplicationSetting by forcing it to always have id=1 Closes #34728 See merge request gitlab-org/gitlab-ce!14718 (cherry picked from commit 65a1cbc6) c909b6aa Prevent creating multiple ApplicationSetting by forcing it to always have id=1
-
Rémy Coutable authored
Merge branch '39181-gitlab-backgroundmigration-deserializemergerequestdiffsandcommits-error-nomethoderror-undefined-method-map-for-nil-nilclass' into 'master' Resolve "Gitlab::BackgroundMigration::DeserializeMergeRequestDiffsAndCommits::Error: #<NoMethodError: undefined method `map' for nil:NilClass" Closes #39181 See merge request gitlab-org/gitlab-ce!14907 (cherry picked from commit 526c4761) 9245bfc2 Handle null serialised commits in background migration
-
Rémy Coutable authored
Bump Git version to 2.13.6 See merge request gitlab-org/gitlab-ce!14906 (cherry picked from commit 4220cd0f) ca2d1f9f Bump Git version to 2.13.6
-
Achilleas Pipinellis authored
Update new project docs See merge request gitlab-org/gitlab-ce!14893 (cherry picked from commit 7685314f) e11ef753 Update new project docs
-
Phil Hughes authored
Remove banner from pipelines page Closes #38641, #39051, and #38827 See merge request gitlab-org/gitlab-ce!14849 (cherry picked from commit 7996be60) 87cff693 Remove banner from pipelines page c88fef16 Format banner like service desk 05f21311 Update link to settings page instead of documentation page 68343b99 Improve mobile view ea852324 Removes unneeded CSS 4eac69c5 Remove extra class breaking layout in smaller screens db5ebef3 Improve check for permissions on empty project page
-
Sean McGivern authored
update postgresql requirements See merge request gitlab-org/gitlab-ce!14885 (cherry picked from commit 03699653) dbfc82df update postgresql requirements
-
Phil Hughes authored
Fix alignment for indeterminate marker in dropdowns Closes #38963 See merge request gitlab-org/gitlab-ce!14809 (cherry picked from commit 22ef1c1a) 56e6dab0 Fix alignment for indeterminate marker in dropdowns
-
Sean McGivern authored
Popen with a timeout See merge request gitlab-org/gitlab-ce!14872 (cherry picked from commit 8aa6e7ef) b88e8aae Popen with a timeout f09a7b3c Linter fixes
-
Sean McGivern authored
Docs for Add "implements" to the default issue closing message regex See merge request gitlab-org/gitlab-ce!14880 (cherry picked from commit fde837d5) 82f9e809 Update automatic_issue_closing.md
-
Kamil Trzciński authored
Merge branch 'fix/sm/38960-collect-usage-pings-gcp-cluster-enabled-and-gcp-cluster-disabled-instead-of-gcp-cluster-count' into 'master' Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, instead of `Gcp::Cluster.count` Closes #38960 See merge request gitlab-org/gitlab-ce!14807 (cherry picked from commit 07623179) a6b2387d Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, instead…
-
Filipa Lacerda authored
Remove global dropdown shortcut from help modal Closes #39111 See merge request gitlab-org/gitlab-ce!14876 (cherry picked from commit 93139aa8) cb29df7f Remove global dropdown shortcut from help modal
-
- 17 Oct, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Jen-Shin Lin authored
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
-
- 16 Oct, 2017 6 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
On master, so we should move them under authenticated.
-
Lin Jen-Shin (godfat) authored
Prepare 10.1 RC1 release See merge request gitlab-org/gitlab-ce!14847
-
Stan Hu authored
-
Robert Speicher authored
[10.0 CE] Prevent "Related Issues" from leaking confidential issues See merge request gitlab/gitlabhq!2193
-
Douwe Maan authored
Move project repositories between namespaces when renaming users (10.0) See merge request gitlab/gitlabhq!2200
-