- 09 Feb, 2017 5 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- 07 Feb, 2017 3 commits
-
-
Clement Ho authored
This reverts merge request !9044
-
Mike Greiling authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Feb, 2017 6 commits
-
-
Jose Ivan Vargas authored
Added tests to verify the access policy to the new controller
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Yorick Peterse authored
Adding two extra connections does nothing other than increasing the number of idle database connections. Given Sidekiq uses N threads it can never use more than N AR connections at a time, thus we don't need more. The initializer mentioned the Sidekiq upgrade guide stating this was required. This is false, the Sidekiq upgrade guide states this is necessary for Redis and not ActiveRecord. On GitLab.com this resulted in a reduction of about 80-100 PostgreSQL connections. Fixes #27713
-
Phil Hughes authored
-
Mike Greiling authored
-
- 05 Feb, 2017 1 commit
-
-
Filipa Lacerda authored
Changes after review
-
- 03 Feb, 2017 6 commits
-
-
Douglas Barbosa Alexandre authored
-
Phil Hughes authored
-
Phil Hughes authored
Changed what is hidden when data is loading
-
Phil Hughes authored
This removes the backlog list & instead creates a modal window that will list all issues that are not part of a list for easy adding onto the board Closes #26205
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Create shared folder for vue common files Update paths Second iteration - refactor main component to be 100% reusable between the 3 tables
-
- 02 Feb, 2017 7 commits
-
-
Horacio Sanson authored
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
James Edwards-Jones authored
-
Sean McGivern authored
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
-
- 01 Feb, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 31 Jan, 2017 10 commits
-
-
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`).
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
1. PagesController is used to show all domains and general overview of Pages 2. PagesDomainsController is used to manage pages domains
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-