Commit graph

14 commits

Author SHA1 Message Date
Luke Duncalfe
f82380b9df Allow custom hooks errors to appear in GitLab UI
Error messages from custom pre-receive hooks now appear in the GitLab
UI.

This is re-enabling a feature that had been disabled in merge request
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646

The feature had been disabled due to security concerns that information
which was not intended to be public (like stack traces) would leak into
public view.

PreReceiveErrors (from pre-receive, post-receive and update custom
hooks) are now filtered for messages that have been prefixed in a
particular way.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
2019-03-26 13:05:40 +13:00
Zeger-Jan van de Weg
ec6363d635
Symlinked hooks aren't executed
This recently changed on the Gitaly side, but now spotted this in the
docs for the next release. Updated to be more precise, and to signal
users should not want control over this specific hook location.
2018-11-09 09:33:56 +01:00
Achilleas Pipinellis
0c8bbd0790 Move hook name note to the top 2018-10-08 11:41:35 +00:00
Jason Colyer
54579baf53 Added note to clarify values for hook-name.d 2018-10-05 15:47:15 -05:00
Brett Walker
b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Rémy Coutable
5ae244b783
Fix a wrong link reference in docs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-30 13:47:30 +02:00
Ben Bodenmiller
6e52fb1b9b add CI as option in place of custom hooks 2018-05-30 09:01:24 +00:00
Marcia Ramos
650d11beb4 Docs: search/replace "Enterprise Edition" and adjust when applicable 2018-02-22 16:13:35 +00:00
Achilleas Pipinellis
8063628b90 Move webhooks to new a location under Integrations 2017-02-03 19:26:48 +01:00
Sean McGivern
20a6183be6 Update custom hooks docs and set 4.1.0 2016-12-12 15:29:13 +00:00
Elan Ruusamäe
bc380e4848 Update custom_hooks.md for global custom hooks and chained hook info
https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/93
2016-12-06 20:25:01 +02:00
Achilleas Pipinellis
689de9c6fb Simplify feature introduction note
[ci skip]
2016-08-08 11:44:55 +03:00
Achilleas Pipinellis
d9c49435a7 Fix typo and explain the precedence of STDERR and STDOUT 2016-07-09 16:54:46 +03:00
Achilleas Pipinellis
d498ebba0d Change doc location of custom hooks 2016-07-05 15:04:44 +03:00