- 09 Jul, 2018 1 commit
-
-
Lin Jen-Shin authored
-
- 03 Jul, 2018 1 commit
-
-
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.
-
- 20 Jun, 2018 1 commit
-
-
Jasper Maes authored
-
- 17 Jan, 2018 2 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- 20 Jul, 2017 1 commit
-
-
Alexander Randa authored
-
- 07 Jun, 2017 1 commit
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- 25 May, 2017 1 commit
-
-
Alexander Randa authored
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
-
- 13 May, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 28 Apr, 2017 1 commit
-
-
Alexander Randa authored
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 02 May, 2016 1 commit
-
-
Gabriel Mazetto authored
Codestyle changes to easy EE merge
-
- 19 Apr, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Oct, 2015 1 commit
-
-
Stan Hu authored
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
-
- 26 Aug, 2015 1 commit
-
-
Valery Sizov authored
-
- 08 May, 2015 1 commit
-
-
bugagazavr authored
-
- 27 Apr, 2015 1 commit
-
-
Valery Sizov authored
This reverts commit 548f1828.
-
- 25 Apr, 2015 1 commit
-
-
bugagazavr authored
-
- 26 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 Jan, 2013 1 commit
-
-
Andrey Kumanyaev authored
-
- 16 Sep, 2012 1 commit
-
-
Robert Speicher authored
Handles stuff that's shared across admin controllers.
-
- 18 Jul, 2012 3 commits
-
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-