- 29 Dec, 2016 11 commits
-
-
Sean McGivern authored
Grapify the push rules API See merge request !1005
-
Sean McGivern authored
Grapify the project git hooks API See merge request !1006
-
Sean McGivern authored
Grapify the LDAP API See merge request !1003
-
Sean McGivern authored
Grapify the LDAP group link API See merge request !1002
-
Sean McGivern authored
About GitLab link in sidebar that links to help page Closes gitlab-ce#24479 See merge request !1008
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Sean McGivern authored
Grapify the license API See merge request !1004
-
Sean McGivern authored
Check if user can read project before being assigned to issue See merge request !1007
-
- 28 Dec, 2016 6 commits
-
-
victorwu authored
-
Felipe Artur authored
-
Felipe Artur authored
-
Marin Jankovski authored
[ci skip]
-
Marin Jankovski authored
[ci skip]
-
Robert Schilling authored
-
- 27 Dec, 2016 3 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
- 26 Dec, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
Fix ES for for non-default branches Closes #1349 See merge request !999
-
- 24 Dec, 2016 1 commit
-
-
Valery Sizov authored
-
- 23 Dec, 2016 12 commits
-
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
CE upstream See merge request !996
-
Douwe Maan authored
Fix 500 error while navigating to the `pages_domains` 'show' page. Closes #1447 and #1448 See merge request !993
-
Valery Sizov authored
-
Kamil Trzciński authored
Post username as property, not user_name See merge request !8261
-
Rémy Coutable authored
Fix state_event parameter to reopen an issue Closes #25958 See merge request !8246
-
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 6 commits
-
-
Achilleas Pipinellis authored
Add more images to issue creation from unresolved discussions See merge request !8279
-
Achilleas Pipinellis authored
Fixed typo in test-and-deploy-ruby-application-to-heroku.md See merge request !8236
-
Achilleas Pipinellis authored
[ci skip]
-
Alfredo Sumaran authored
Change earlier to task_status_short to avoid titlebar line wraps Closes #25941 See merge request !8275
-
Jacob Schatz authored
Stops GFM special characters interfering with markdown tags See merge request !8265
-
dimitrieh authored
-