- Apr 17, 2018
-
-
Paul authored
-
Taurie Davis 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
-
Phil Hughes authored
-
- Apr 16, 2018
-
-
Phil Hughes authored
Closes #45412
-
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.
-
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>
-
Phil Hughes authored
Closes #45326
-
Phil Hughes authored
-
Mike Greiling authored
-
- Apr 12, 2018
-
-
-
Phil Hughes authored
Closes #45314
-
Mike Greiling authored
-
Clement Ho authored
Revert "Merge branch '44870-remove-extra-space-around-comment-form-on-merge-requests' into 'master'" This reverts merge request !18120
-
Filipa Lacerda authored
-
Fabian Schneider authored
-
Ash McKenzie authored
-
blackst0ne authored
Some specs fail in rails5 branch with errors like ``` 1) Group#secret_variables_for when the ref is not protected contains only the secret variables Failure/Error: variables = Ci::GroupVariable.where(group: list_of_ids) NoMethodError: undefined method `arel_table' for Ci::Group:Class ``` This commit fixes it.
-
- Apr 11, 2018
-
-
Michael Kozono authored
-
Takuya Noguchi authored
-
George Tsiolis authored
-
George Tsiolis authored
-
Lin Jen-Shin authored
-