An error occurred fetching the project authors.
- 21 Aug, 2019 7 commits
-
-
Tristan Williams authored
-
Afzaal Ahmad Zeeshan authored
-
Simon Knox authored
This MR adds the styles for displaying a single chart next to another one when embedding them in an issue.
-
drew authored
-
Marcel Amirault authored
-
Ben Bodenmiller authored
-
Winnie Hellmann authored
-
- 20 Aug, 2019 12 commits
-
-
Luke Duncalfe authored
Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
-
Marcel Amirault authored
-
Stan Hu authored
Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses `remote_ip` and `path` for the same fields. Let's standardize these namings to make it easier for people working with the data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
-
Evan Read authored
Menu entries in global navigation will be updated to match.
-
Marcel Amirault authored
Update screenshot and improve text to match
-
Evan Read authored
-
Zeff Morgan authored
-
Zeger-Jan van de Weg authored
It's very hard for end user to know what version of Gitaly is running, and they should not have to care about this detail either. Gitaly 1.21.0 was released before 11.9 was tagged, so it's an unsupported version too. This change removes the reference.
-
Thong Kuah authored
-
Steve Azzopardi authored
-
Winnie Hellmann authored
-
Samantha Ming authored
-
- 19 Aug, 2019 16 commits
-
-
Dylan Griffith authored
-
Marcel Amirault authored
Delete trailing whitespace, fix blockquotes, fix note boxes, with indentation, clean up tables, etc.
-
Markus Koller authored
We stopped using soft deletion for issues and merge requests in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15789, and for boards we apparently never used it.
-
Mark Chao authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Ben Bodenmiller authored
-
Jason Goodman authored
Add screenshot
-
Evan Read authored
Also fixes links to new section and refactors some existing content for the GitLab 12.2 changes.
-
Arun Kumar Mohan authored
-
Kemais Ehlers authored
Update doc/user/project/integrations/jira.md, doc/user/project/integrations/img/jira_service_page_v12_2.png files Deleted doc/user/project/integrations/img/jira_service_page.png
-
Jonathan Love authored
Escape vertical bars inside code blocks in quick_actions.md - Markdown parsing in previews and Gitlab.com appear to parse these as table delimiters even when inside a code block.
-
Marcel Amirault authored
-
Tristan Williams authored
-
Thong Kuah authored
-
Nick Thomas authored
Addressing a documentation review by Marcia!
-
Tristan Williams authored
-
- 18 Aug, 2019 4 commits
-
-
Mayra Cabrera authored
Requests over the rate limit are logged into `auth.log`
-
Ben Bodenmiller authored
-
Luke Duncalfe authored
-
Stan Hu authored
In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
-
- 17 Aug, 2019 1 commit
-
-
Thong Kuah authored
This directory no longer exists (since 2017)
-