zuul/zuul
James E. Blair d49c3a51dd Fix missing unsafe marker in new build_refs var
The recent change to add build_refs added a new place where we include
the commit message in a zuul variable, but did not mark it unsafe,
which means ansible may try to template it.  Commit messages frequently
have character sequences in them that look like jinja templates, so
for convenience, we mark them !unsafe to stop ansible from templating
them.

Correct the missing !unsafe marker, and add a test that verifies the
commit message does not appear in the vars unmarked.

Change-Id: I45ebed779884cab32718064f40716581854ea03a
2024-05-23 13:21:34 -07:00
..
ansible Merge "Enable TCP keepalives in zuul_stream" 2024-02-27 18:14:12 +00:00
cmd Add --disable-pipelines option 2024-04-23 09:42:39 -07:00
connection Add support for excluding locked branches 2024-05-14 10:53:31 -07:00
driver Merge "Add support for excluding locked branches" 2024-05-20 20:01:36 +00:00
execution_context List process ids in bwrap namespace 2023-06-28 13:31:06 -07:00
executor Fix missing unsafe marker in new build_refs var 2024-05-23 13:21:34 -07:00
lib Merge "Support negated regexes in files/irrelevant-files" 2024-05-17 21:14:13 +00:00
manager Fix issue with reopened PR dependencies 2024-04-26 14:20:07 -07:00
merger Speed up merger git resets 2024-04-30 15:47:17 -07:00
reporter Replace status_url with item_url in pipeline reporter templates 2024-03-15 08:58:07 -07:00
source Fix bug with cached merge modes in TPC 2023-11-16 09:37:08 +01:00
sphinx docs: remove zuuldocs domain 2020-08-04 16:10:09 +10:00
trigger Refactor configuration error handling 2023-10-30 16:19:45 -07:00
vendor Add some pipeline processing stats 2022-01-25 08:16:52 -08:00
web Add buildset event db table 2024-05-14 17:57:54 -07:00
zk Refactor branch cache to support more queries 2024-05-14 10:53:27 -07:00
__init__.py Initial commit. 2012-05-29 14:49:32 -07:00
_setup_hook.py Revert "Revert "Create zuul/web/static on demand"" 2020-07-07 19:53:33 +02:00
change_matcher.py Ignore /COMMIT_MSG in files matchers even more 2024-04-30 16:09:41 -07:00
configloader.py Merge "Add support for excluding locked branches" 2024-05-20 20:01:36 +00:00
exceptions.py Handle dependency limit errors more gracefully 2024-03-19 14:37:26 +01:00
model.py Merge "Add support for excluding locked branches" 2024-05-20 20:01:36 +00:00
model_api.py Refactor branch cache to support more queries 2024-05-14 10:53:27 -07:00
nodepool.py Add job name back to node request data 2024-03-07 08:02:30 +01:00
scheduler.py Add --disable-pipelines option 2024-04-23 09:42:39 -07:00
version.py Convert pkg_resources usage to importlib 2024-03-20 09:17:19 -07:00