- Aug 01, 2018
-
-
Kamil Trzcińśki authored
-
- 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
-
-
Stan Hu authored
The `ORDER BY created_at DESC` clause causes a sequential scan because there is no index on the `created_at` column. We can sort by `id` or by `updated_at` to make things fast. Closes #49767
-
Felipe Artur authored
-
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
-
Bob Van Landuyt authored
This can be done trough the API for the current user, or on the profile page.
-
- Jul 28, 2018
-
-
Stan Hu authored
-
Stan Hu authored
The previous implementation would hit the database each time and provide a dummy response. If the database goes down, this means all application workers would be taken out of service. Simplify this check by using a Rails middleware that intercepts this endpoint and returns a 200 response.
-
- Jul 27, 2018
-
-
Tiago Botelho authored
-
Bob Van Landuyt authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Sean McGivern authored
This reverts merge request !20679
-
Bob Van Landuyt authored
-
Grzegorz Bizon authored
-
- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
Luke Bennett authored
-
Luke Bennett authored
-
Luke Bennett 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 23, 2018
-
-
Grzegorz Bizon authored
-
-
-
- Jul 22, 2018
-
-
Kia Mei Somabes authored
-
- Jul 20, 2018
-
-
Lin Jen-Shin authored
We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
-
Kia Mei Somabes authored
-
- Jul 18, 2018
-
-
Stan Hu authored
By default, all sessions are given the same expiration time configured in the session store (e.g. 1 week). However, unauthenticated users can generate a lot of sessions, primarily for CSRF verification. It makes sense to reduce the TTL for unauthenticated to something much lower than the default (e.g. 1 hour) to limit Redis memory. In addition, Rails creates a new session after login, so the short TTL doesn't even need to be extended. Closes #48101
-
- 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.
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-