- 23 Dec, 2016 3 commits
-
-
Douwe Maan authored
Fix 500 error while navigating to the `pages_domains` 'show' page. Closes #1447 and #1448 See merge request !993
-
Timothy Andrew authored
-
Timothy Andrew authored
================== = Implementation = ================== 1. The path of the page is of the form 'group/project/pages/domains/<domain_name>' 2. Rails looks at `params[:id]` (which should be the domain name), and finds the relevant model record. 3. Given a domain like `foo.bar`, Rails sets `params[:id]` to `foo` (should be `foo.bar`), and sets `params[:format]` to `bar` 4. This commit fixes the issue by adding a route constraint, so that `params[:id]` is set to the entire `foo.bar` domain name. ========= = Tests = ========= 1. Add controller specs for the `PagesDomainController`. These are slightly orthogonal to this bug fix (they don't fail when this bug is present), but should be present nonetheless. 2. Add routing specs that catch this bug (by asserting that the `id` param is passed as expected when it contains a domain name). 3. Modify the 'RESTful project resources' routing spec shared example to accomodate controllers where the controller path (such as `pages/domains`) is different from the controller name (such as `pages_domains`).
-
- 22 Dec, 2016 16 commits
-
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Valery Sizov authored
CE upstream See merge request !991
-
Valery Sizov authored
-
Valery Sizov authored
CE upstream Closes gitlab-ce#25843, gitlab-ce#25832, and gitlab-ce#25257 See merge request !986
-
Douwe Maan authored
Fix lookup of project by unknown ref when caching is enabled Closes #24224 See merge request !7988
-
Valery Sizov authored
-
Ruben Davila authored
-
Valery Sizov authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Whitelist next project names: notes, services See merge request !8239
-
Stan Hu authored
Exclude non existent repository storages. See merge request !8244
-
Ruben Davila authored
-
Alfredo Sumaran authored
fixed minor animation glitch in mini pipeline graph animation See merge request !8243
-
Alfredo Sumaran authored
Resolve "KaTeX fonts 404 on gitlab.com" Closes #25896 See merge request !8228
-
- 21 Dec, 2016 21 commits
-
-
dimitrieh authored
-
Stan Hu authored
Update Bitbucket callback URL documentation Closes #25950 See merge request !8241
-
Kamil Trzciński authored
Resolve "Remove Builds tab from Merge Requests and Commits" Closes #23638 See merge request !7763
-
Stan Hu authored
Closes #25950 [ci skip]
-
Kamil Trzciński authored
Auto deploy Closes #23580 See merge request !8135
-
Hiroyuki Sato authored
-
Hiroyuki Sato authored
-
Hiroyuki Sato authored
-
Hiroyuki Sato authored
-
Fatih Acet authored
Put back progress bar CSS Closes #25938 See merge request !8237
-
Fatih Acet authored
Resolve "Titles are bigger than usual" Closes #25906 See merge request !8235
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Annabel Dunstone Gray authored
Change code font size to 12px See merge request !8157
-
Alfredo Sumaran authored
Backport moving MR widget CI JS out of script tag See merge request !8200
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Filter protocol-relative URLs in ExternalLinkFilter. Fixes issue #22742. Closes #22742 See merge request !6635
-
Sean McGivern authored
[EE] Allow unauthenticated access to Repositories & Repository Files API GET endpoints See merge request !985
-
Filipa Lacerda authored
Add changelog entry
-
Fatih Acet authored
Adds background color for disabled state to merge when succeeds dropdown Closes #25905 See merge request !8222
-
Bryce Johnson authored
-