An error occurred fetching the project authors.
- 02 Jul, 2018 1 commit
-
-
Yorick Peterse authored
This adds a recurring Sidekiq job that removes up to 50 000 old web hook logs per hour, if they are older than 90 days. This will prevent the web_hook_logs table from growing indefinitely. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46120
-
- 19 Jan, 2018 1 commit
-
-
Ville Skyttä authored
-
- 27 Dec, 2017 1 commit
-
-
Drew Blessing authored
-
- 28 Nov, 2017 1 commit
-
-
Sean McGivern authored
The st_commits and st_diffs columns on merge_request_diffs historically held the YAML-serialised data for a merge request diff, in a variety of formats. Since 9.5, these have been migrated in the background to two new tables: merge_request_diff_commits and merge_request_diff_files. That has the advantage that we can actually query the data (for instance, to find out how many commits we've stored), and that it can't be in a variety of formats, but must match the new schema. This is the final step of that journey, where we drop those columns and remove all references to them. This is a breaking change to the importer, because we can no longer import diffs created in the old format, and we cannot guarantee the export will be in the new format unless it was generated after this commit.
-
- 01 Nov, 2017 1 commit
-
-
Cindy Pallares 🦉 authored
Add information on duplicate or multiple triggers caused by a slow response time.
-
- 30 Oct, 2017 1 commit
-
-
Jacopo authored
Pipeline hook data now includes the project_id
-
- 09 Oct, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 07 Aug, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 20 Jul, 2017 1 commit
-
-
Alexander Randa authored
-
- 23 Jun, 2017 1 commit
-
-
Diego de Souza Mendes authored
-
- 06 Jun, 2017 1 commit
-
-
Achilleas Pipinellis authored
-
- 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
-
- 10 May, 2017 1 commit
-
-
David Turner authored
Signed-off-by: David Turner <novalis@novalis.org>
-
- 04 May, 2017 1 commit
-
-
Valery Sizov authored
-
- 17 Mar, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 15 Feb, 2017 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 14 Feb, 2017 1 commit
-
-
Mark Fletcher authored
* Add a new DestroyService for Wiki Pages * Alter WikiPagesController to use the new service
-
- 07 Feb, 2017 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 03 Feb, 2017 1 commit
-
-
Achilleas Pipinellis authored
-
- 01 Dec, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 23 Nov, 2016 1 commit
-
-
PotHix authored
Build was being triggered but there was no documentation about it, so I'm adding what I was receiving from webhooks when implementing the Rocketchat integration (https://github.com/PotHix/rocketchat-gitlab-hook).
-
- 12 Aug, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 04 Aug, 2016 1 commit
-
-
Steve Halasz authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 31 May, 2016 1 commit
-
-
Gabriel Mazetto authored
Added "wiki" section and removed "repository"
-
- 30 May, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 09 May, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 03 May, 2016 1 commit
-
-
Jacob Vosmaer authored
I wanted to share what I learned trying to debug web hooks using netcat.
-
- 19 Apr, 2016 1 commit
-
-
Gabriel Mazetto authored
Code is based on Project Webhooks, removing deprecations and without commits listing.
-
- 27 Mar, 2016 1 commit
-
-
- 10 Mar, 2016 1 commit
-
-
ashleys authored
-
- 09 Mar, 2016 1 commit
-
-
Robert Speicher authored
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930.
-
- 05 Mar, 2016 1 commit
-
-
Robert Speicher authored
This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
-
- 11 Feb, 2016 1 commit
-
-
Kirill Zaitsev authored
- Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`, `path_with_namespace` and `default_branch` in `project` in push, issue, merge-request and note webhooks data - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in favor of `git_http_url` in `project` for push, issue, merge-request and note webhooks data - Deprecate the `repository` key in push, issue, merge-request and note webhooks data, use `project` instead
-
- 10 Feb, 2016 1 commit
-
-
Bram Daams authored
-
- 18 Jan, 2016 1 commit
-
-
Ruben Schmidt authored
-
- 04 Dec, 2015 1 commit
-
-
Valery Sizov authored
-
- 23 Nov, 2015 1 commit
-
-
Anton Davydov authored
-