- Apr 18, 2018
-
-
Omar Younis authored
enabled word breaking of card title as it gets overlapped by the assignee's icon when its a single long line with no spaces
-
- Apr 17, 2018
-
-
Paul authored
-
Taurie Davis authored
-
Phil Hughes authored
-
Sean McGivern authored
When a request contains an ETag value in its If-None-Match header, the backend may send a request ID (from Rack) that does not correspond to a value in Peek's Redis cache (because we aborted the Rails processing in our ETag middleware). Because a cached response (304) has to replace the headers with those from the previous 200 - https://tools.ietf.org/html/rfc7234#section-4.3.4 - we add a custom header that will only be present in cache hits, that can tell the frontend to ignore these.
-
Filipa Lacerda authored
-
Brett Walker authored
-
George Tsiolis authored
-
Filipa Lacerda authored
-
Phil Hughes authored
-
Filipa Lacerda authored
-
- Apr 16, 2018
-
-
Oswaldo Ferreir authored
-
Filipa Lacerda authored
-
Phil Hughes authored
Closes #45412
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Andreas Brandl authored
This is useful for a transition period to migrate away from `NoninternalAtomicId`. In a situation where both the old and new code to generate a iid value is run at the same time (for example, during a deploy different nodes may serve both versions), this will lead to problems regarding the correct `last_value`. That is, what we track in `InternalId` may get out of sync with the maximum iid present for issues. With this change, we double-check that and correct the `last_value` with the maximum iid found in issues if necessary. This is subject to be removed with the 10.8 release and tracked over here: https://gitlab.com/gitlab-org/gitlab-ce/issues/45389 Closes #45269.
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Simon Knox authored
-
- Apr 15, 2018
-
-
Luke Bennett authored
-
- Apr 14, 2018
-
-
Stan Hu authored
-
- Apr 13, 2018
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
[ci skip] Adds specs Adds specs
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Jose Ivan Vargas Lopez authored
-
Luke Bennett authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Mike Greiling authored
-
Dmitriy Zaporozhets authored
If form does not have import sources checkboxes we should not reset import sources to empty. This fixes issue when import sources got reset after user modifies unrelated settings section like GitLab pages Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Move html to haml file instead of JS
-
Phil Hughes authored
Closes #45326
-
Phil Hughes authored
-
Mike Greiling authored
-
- Apr 12, 2018
-
-
-
Phil Hughes authored
Closes #45314
-