- 27 Mar, 2018 1 commit
-
-
Sean McGivern authored
Add test for new README.md in docs Closes #44647 See merge request gitlab-org/gitlab-ce!17991
-
- 26 Mar, 2018 32 commits
-
-
Filipa Lacerda authored
Redesign application settings to match project settings (part 1) See merge request gitlab-org/gitlab-ce!17937
-
Kamil Trzciński authored
Improve how we populate pipeline with stages and builds Closes #43941 See merge request gitlab-org/gitlab-ce!17841
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
Update omniauth-twitter 1.2.0 -> 1.4 See merge request gitlab-org/gitlab-ce!17876
-
Dmitriy Zaporozhets authored
* Replace btn-save with btn-success * Add id to each section so it can be directly linked Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
Resolve "Slow SQL running in production queryid 3257994922" Closes #43552 See merge request gitlab-org/gitlab-ce!17934
-
Tiago Botelho authored
-
Grzegorz Bizon authored
Merge branch 'YarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-request' into 'master' Send notification emails when push to a merge request Closes #23460 See merge request gitlab-org/gitlab-ce!17865
-
Douwe Maan authored
Bump `state_machines-activerecord` to `0.5.1` See merge request gitlab-org/gitlab-ce!17924
-
blackst0ne authored
-
Marin Jankovski authored
[CE] ProtectedBranch API omits empty declared params See merge request gitlab-org/gitlab-ce!17993
-
🚄 Job van der Voort 🚀 authored
Docs organize main page by product category See merge request gitlab-org/gitlab-ce!17429
-
Marcia Ramos authored
-
Fatih Acet authored
Array.fill polyfill for IE 11 compatibility. Closes #44103 See merge request gitlab-org/gitlab-ce!17897
-
James Edwards-Jones authored
-
Achilleas Pipinellis authored
Prefer index.md instead since they provide clean URLs in the docs site
-
Tim Zallmann authored
Disable cursor for review mode in the IDE Closes #44307 See merge request gitlab-org/gitlab-ce!17955
-
Kamil Trzciński authored
Merge branch '43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name' into 'master' Resolve "Controller parameters handling sensitive information should use a more specific name" Closes #43316 See merge request gitlab-org/gitlab-ce!17796
-
YarNayar authored
Closes #23460
-
Dmitriy Zaporozhets authored
To make design consistent with project settings Next admin area application settings are afected by this commit: * Visibility and access control * Account and limit settings * Sign in * Sign up * Help page * Pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Achilleas Pipinellis authored
add SHA1 fingerprint requirement See merge request gitlab-org/gitlab-ce!17976
-
Ben Bodenmiller authored
-
Yorick Peterse authored
Remove N+1 query for Noteable association. Closes #43150 See merge request gitlab-org/gitlab-ce!17956
-
Douwe Maan authored
Resolve "Forking with namespace doesn't work (API)" Closes #40798 See merge request gitlab-org/gitlab-ce!17815
-
Jan authored
-
Douwe Maan authored
Resolve "Update grape to v1.0.2 when it is released" Closes #40843 See merge request gitlab-org/gitlab-ce!17983
-
Douwe Maan authored
Add missing changelog entries for 10.6.0 See merge request gitlab-org/gitlab-ce!17973 [ci skip]
-
Grzegorz Bizon authored
-
Phil Hughes authored
Make use of the prettier ignore file during our save script Closes #44581 See merge request gitlab-org/gitlab-ce!17960
-
Lukas Eipert authored
-
James Edwards-Jones authored
-
- 23 Mar, 2018 7 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
[Rails5] Update files by `rails app:update` See merge request gitlab-org/gitlab-ce!17828
-
Robert Speicher authored
Fix a test that is going to break, that has not broken yet See merge request gitlab-org/gitlab-ce!17966
-
Clement Ho authored
Cleanup test for disabling comment submit button See merge request gitlab-org/gitlab-ce!17930
-
Stan Hu authored
Merge branch '44564-error-500-while-attempting-to-resolve-conflicts-due-to-utf-8-conversion-error' into 'master' Resolve "Error 500 while attempting to resolve conflicts due to UTF-8 conversion error" Closes #44564 See merge request gitlab-org/gitlab-ce!17962
-
Filipa Lacerda authored
Merge branch '44218-add-internationalization-support-for-the-prometheus-merge-request-widget' into 'master' Resolve "Add internationalization support for the Prometheus Merge Request widget" Closes #44218 See merge request gitlab-org/gitlab-ce!17753
-
Sean McGivern authored
When we added caching, this meant that calling `can_be_resolved_in_ui?` didn't always call `lines`, which meant that we didn't get the benefit of the side-effect from that, where it forced the conflict data itself to UTF-8. To fix that, make this explicit by separating the `raw_content` (any encoding) from the `content` (which is either UTF-8, or an exception is raised).
-