An error occurred fetching the project authors.
- 03 Dec, 2019 1 commit
-
-
GitLab Bot authored
-
- 16 Oct, 2019 2 commits
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- 30 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 18 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 11 Sep, 2019 1 commit
-
-
Bian Jiaping authored
-
- 10 Sep, 2019 1 commit
-
-
Kai Armstrong authored
-
- 30 Aug, 2019 1 commit
-
-
Marcel Amirault authored
Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
-
- 29 Aug, 2019 1 commit
-
-
Bian Jiaping authored
-
- 22 Jul, 2019 1 commit
-
-
Marcel Amirault authored
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
-
- 05 Jul, 2019 1 commit
-
-
Marcel Amirault authored
Change assorted absolute links to ce and ee docs to relative links
-
- 18 Jun, 2019 1 commit
-
-
Evan Read authored
-
- 10 Jun, 2019 1 commit
-
-
Sujay Patel authored
-
- 23 May, 2019 1 commit
-
-
Sese Schneider authored
-
- 12 May, 2019 1 commit
-
-
Maneschi Romain authored
Not my initial idea but when I write the issue I see this field is wrong
-
- 27 Mar, 2019 1 commit
-
-
Achilleas Pipinellis authored
-
- 08 Mar, 2019 1 commit
-
-
Steve Azzopardi authored
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 Feb, 2019 1 commit
-
-
Evan Read authored
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 Feb, 2019 1 commit
-
-
DeAndre Harris authored
-
- 15 Feb, 2019 1 commit
-
-
DeAndre Harris authored
-
- 12 Feb, 2019 1 commit
-
-
Marcel Amirault authored
-
- 13 Nov, 2018 1 commit
-
-
Evan Read authored
-
- 16 Oct, 2018 2 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
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 Oct, 2018 1 commit
-
-
Pierre Tardy authored
-
- 25 Sep, 2018 1 commit
-
-
Marcel Amirault authored
-
- 20 Sep, 2018 1 commit
-
-
James Ramsay authored
-
- 06 Sep, 2018 1 commit
-
-
Brett Walker authored
-
- 20 Aug, 2018 1 commit
-
-
Maciej Sokolowski authored
-
- 13 Aug, 2018 1 commit
-
-
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.
-
- 09 Aug, 2018 1 commit
-
-
Andreas Rammhold authored
Previously the key `git_ssh_url` was listed twice in the example payload of an Build Event web hook.
-
- 17 Jul, 2018 1 commit
-
-
Sean McGivern authored
-
- 06 Jul, 2018 1 commit
-
-
Sean McGivern authored
-
- 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 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-