- Jul 31, 2018
-
-
Stan Hu authored
git-lfs 2.5.0 now sets the Content-Type header instead of hard-coding it to application/octet-stream: https://github.com/git-lfs/git-lfs/pull/3137 To avoid this issue, we explicitly tell the client to use application/octet-stream. Closes #49752
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Francisco Javier López authored
-
- Jul 30, 2018
-
-
Bob Van Landuyt authored
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
-
- Jul 27, 2018
-
-
Tiago Botelho authored
-
- Jul 24, 2018
-
-
Stan Hu authored
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
-
Kia Mei Somabes authored
-
- Jul 17, 2018
-
-
Filipa Lacerda authored
-
- Jul 13, 2018
-
-
Filipa Lacerda authored
-
Kia Mei Somabes authored
-
- Jul 12, 2018
-
-
Kia Mei Somabes authored
-
- Jul 11, 2018
-
-
Jarka Kadlecova authored
This reverts commit 4d9a3f42, reversing changes made to ecf9c145.
-
- Jul 10, 2018
-
-
Winnie Hellmann authored
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Jul 06, 2018
-
-
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6195Mark Chao authored
Refactor AutocompleteSources#label: 1. The return value was inconsistent, sometimes returning a hash and sometimes returning an ActiveModel. 2. It was inconsistent with respect to other methods in the class since they all return ActiveModels.
-
- Jul 05, 2018
-
-
- Jul 04, 2018
-
-
Bob Van Landuyt authored
This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
-
Tiago Botelho authored
-
- Jul 03, 2018
-
-
-
-
-
-
Yorick Peterse authored
For reasons unknown, the logs of a web hook were paginated in memory. This would result in the "Edit" page of a web hook timing out once it has more than a few thousand log entries. This commit makes the following changes: 1. We use LIMIT/OFFSET to paginate the data, instead of doing this in memory. 2. We limit the logs to the last two days, just like the documentation says (instead of retrieving everything). 3. We change the indexes on "web_hook_logs" so the query to get the data can perform a backwards index scan, without the need for a Filter. These changes combined ensure that Projects::HooksController#edit no longer times out.
-
-
* Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
-
- Jul 02, 2018
-
-
Ash McKenzie authored
-
- Jun 29, 2018
-
-
Matija Čupić authored
-
Tiago Botelho authored
-
- Jun 28, 2018
-
-
Tiago Botelho authored
-
- Jun 27, 2018
-
-
Specify environment actions to distinguish between metrics and every other environment related actions
-
-
-
- Jun 26, 2018
-
-
Kamil Trzcińśki authored
-
- Jun 25, 2018
-
-
Lin Jen-Shin authored
-
- Jun 21, 2018
-
-
-
Constance Okoghenun authored
-
- Jun 20, 2018
-
-
blackst0ne authored
Since Rails 5.0 `request.format` is being set depending on the route extension. In commits pages we pass a ref as a URL parameter. If the ref is an extension-like, Rails converts it and sets to `request.format`. E.g. if the ref is `some_branch.atom`, Rails starts responding with `atom` format, but it should response with `html` because `.atom` is the part of ref name, not the format. This commit explicitly sets `request.format` to `:html` when needed.
-
- Jun 19, 2018
-
-
Dennis Tang authored
-