- Feb 24, 2020
-
-
GitLab Bot authored
-
- Mar 27, 2019
-
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
- Sep 26, 2018
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- Aug 13, 2018
-
-
Duana Saskia authored
Allow specificying a branch filter for a project hook and only trigger a project hook if either the branch filter is blank or the branch matches. Only supported for push_events for now.
-
- Jul 09, 2018
-
-
Lin Jen-Shin 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.
-
- Jan 17, 2018
-
-
Alexis Reigel authored
-
- Jan 11, 2018
-
-
- Jul 20, 2017
-
-
Alexander Randa authored
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 06, 2017
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- May 25, 2017
-
-
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
-
- Apr 28, 2017
-
-
Alexander Randa authored
-
- Apr 12, 2017
-
-
Z.J. van de Weg authored
When renaming, the argument on the projects hook API was forgotten. Now one could successfully set it again. The fix is a little ugly stylewise, but needed as the underlying model still refers to it as build_events. This commit is to fix it, later we should migrate the data to a new column. The edit on the spec file makes sure it passes now, and will fail when we migrate the column.
-
- Jan 18, 2017
-
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
- Aug 31, 2016
-
-
Douglas Barbosa Alexandre authored
-
- Aug 02, 2016
-
-
Lin Jen-Shin authored
Closes #20115
-
- Jul 29, 2016
-
-
Lin Jen-Shin authored
I might be squashing this commit in the future.
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 30, 2016
-
-
Gabriel Mazetto authored
-
- May 03, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
I wanted to share what I learned trying to debug web hooks using netcat.
-
- May 02, 2016
-
-
Gabriel Mazetto authored
Codestyle changes to easy EE merge
-
- Dec 10, 2015
-
-
Kamil Trzcińśki authored
-
- Dec 04, 2015
-
- Oct 20, 2015
-
-
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
-
- Aug 26, 2015
-
-
Valery Sizov authored
-
- May 22, 2015
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
-
- Apr 20, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Feb 14, 2015
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- Dec 04, 2014
-
-
Dmitriy Zaporozhets authored
Write to log if web hook cant be executed. This prevents 500 error when test web hook with invalid URL and prevent exceptions and retries in sidekiq Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jul 29, 2014
-
-
Robert Schilling authored
-
- Jul 27, 2014
-
-
Robert Schilling authored
-
- Jun 26, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Apr 06, 2014
-
-
skv authored
-