- 10.09.2019 1 коммит
-
-
Kai Armstrong создал
-
- 30.08.2019 1 коммит
-
-
Marcel Amirault создал
Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
-
- 29.08.2019 1 коммит
-
-
Bian Jiaping создал
-
- 22.07.2019 1 коммит
-
-
Marcel Amirault создал
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
-
- 05.07.2019 1 коммит
-
-
- 18.06.2019 1 коммит
-
-
Evan Read создал
-
- 10.06.2019 1 коммит
-
-
Sujay Patel создал
-
- 23.05.2019 1 коммит
-
-
Sese Schneider создал
-
- 12.05.2019 1 коммит
-
-
- 27.03.2019 1 коммит
-
-
Achilleas Pipinellis создал
-
- 08.03.2019 1 коммит
-
-
Steve Azzopardi создал
In the example response we have builds with status `success` but the property `runner` is null, which is not a realistic representation of the response. The runner is always sent if the build has ran. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53121
-
- 22.02.2019 1 коммит
-
-
Evan Read создал
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
-
- 18.02.2019 1 коммит
-
-
DeAndre Harris создал
-
- 15.02.2019 1 коммит
-
-
DeAndre Harris создал
-
- 12.02.2019 1 коммит
-
-
Marcel Amirault создал
-
- 13.11.2018 1 коммит
-
-
Evan Read создал
-
- 16.10.2018 2 коммита
-
-
Sean McGivern создал
-
Sean McGivern создал
This rewrote URLs to be absolute URLs. However, for uploads (the most common case), we actually need them to point to not just the GitLab instance, but the project they're from. Thankfully, we can normally get that information from the object we're building the hook for.
-
- 01.10.2018 1 коммит
-
-
Pierre Tardy создал
-
- 25.09.2018 1 коммит
-
-
Marcel Amirault создал
-
- 20.09.2018 1 коммит
-
-
James Ramsay создал
-
- 06.09.2018 1 коммит
-
-
Brett Walker создал
-
- 20.08.2018 1 коммит
-
-
Maciej Sokolowski создал
-
- 13.08.2018 1 коммит
-
-
Duana Saskia создал
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.
-
- 10.08.2018 1 коммит
-
-
Andreas Rammhold создал
Previously the key `git_ssh_url` was listed twice in the example payload of an Build Event web hook.
-
- 17.07.2018 1 коммит
-
-
Sean McGivern создал
-
- 06.07.2018 1 коммит
-
-
Sean McGivern создал
-
- 02.07.2018 1 коммит
-
-
Yorick Peterse создал
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.01.2018 1 коммит
-
-
Ville Skyttä создал
-
- 27.12.2017 1 коммит
-
-
Drew Blessing создал
-
- 28.11.2017 1 коммит
-
-
Sean McGivern создал
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.11.2017 1 коммит
-
-
Cindy Pallares 🦉 создал
Add information on duplicate or multiple triggers caused by a slow response time.
-
- 31.10.2017 1 коммит
-
-
- 09.10.2017 2 коммита
-
-
- 07.08.2017 1 коммит
-
-
Oswaldo Ferreira создал
-
- 20.07.2017 1 коммит
-
-
Alexander Randa создал
-
- 23.06.2017 1 коммит
-
-
Diego de Souza Mendes создал
-
- 06.06.2017 1 коммит
-
-
Achilleas Pipinellis создал
-
- 25.05.2017 1 коммит
-
-
Alexander Randa создал
* 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
-