- 26 Mar, 2018 11 commits
-
-
Achilleas Pipinellis authored
Prefer index.md instead since they provide clean URLs in the docs site
-
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]
-
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 29 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).
-
Filipa Lacerda authored
Resolve "Problem with prettier setting trailingComma: all" Closes #44589 See merge request gitlab-org/gitlab-ce!17967
-
Mike Greiling authored
-
Mike Greiling authored
-
Jose Ivan Vargas authored
-
Marcia Ramos authored
Move GitLab.com settings under main docs See merge request gitlab-org/gitlab-ce!17968
-
Douwe Maan authored
Use gitlab-shell 7.1.1 See merge request gitlab-org/gitlab-ce!17959
-
Mike Greiling authored
-
Mike Greiling authored
-
Robert Speicher authored
Fix EncodingHelper#clean blowing up on UTF-16BE strings Closes gitaly#1101 See merge request gitlab-org/gitlab-ce!17943
-
Achilleas Pipinellis authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Robert Speicher authored
Rollback to a set version instead of an arbitrary number of steps Closes #40302 See merge request gitlab-org/gitlab-ce!17947
-
Robert Speicher authored
Resolve "Autolinking includes trailing exclamation marks" Closes #44587 See merge request gitlab-org/gitlab-ce!17965
-
Nick Thomas authored
-
Filipa Lacerda authored
Add Vue resource interceptor to performance bar See merge request gitlab-org/gitlab-ce!17915
-
Sean McGivern authored
-
Nick Thomas authored
HTTPS only Pages Closes #28857 See merge request gitlab-org/gitlab-ce!16273
-
Robert Speicher authored
Bump loofah to 2.2.2 and rails-html-sanitizer to 1.0.4 Closes #44554 See merge request gitlab-org/gitlab-ce!17945
-
Sean McGivern authored
Update the menu information to access "Schedules" page See merge request gitlab-org/gitlab-ce!17957
-
Andreas Brandl authored
For each event with `Event#target_type` of "Note", we had a query to load the associated instance `noteable`. For example, if `Note` was related to an issue, we'd load each `Issue` with its own query (N+1 problem). Closes #43150.
-
Clement Ho authored
Update Prettier Print Width to 100 See merge request gitlab-org/gitlab-ce!17953
-