Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix template #17

Merged
merged 4 commits into from
Mar 28, 2024
Merged

Fix template #17

merged 4 commits into from
Mar 28, 2024

Conversation

matofeder
Copy link
Member

@matofeder matofeder commented Mar 27, 2024

This PR fixes the following:

  • d9bf7e8 PR#15 introduced the feature: "Add a shorthand to jump to the history of the job." However, this did not work and broke the template, as the JobName property should be listed per Build.
  • ae6489f Zuul might generate a lengthy warning section embedded within the message. To prevent an excessively long title in the Matrix chat. This commit adds the filterMessage function that can be utilized within the template to isolate the message part. This function is then used in the default template.
  • 05e4a9a Adds fancy colors

Note: The version with this fix (0.5.1-rc1) has been deployed to the SCS Zuul VM, so let's wait for some failed pipelines and check whether the fix is working as expected.

@matofeder matofeder added bug Something isn't working Ops Issues or pull requests relevant for Team 3: Ops Tooling labels Mar 27, 2024
PR#15 introduced the feature: "Add a shorthand to jump to the history of the job."
However, this did not work and broke the template,
as the JobName property should be listed per Build.

Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Zuul might generate a lengthy warning section embedded within the
message. To prevent an excessively long title in the Matrix chat.
This commit adds the `filterMessage` function that can be utilized within
the template to isolate the message part.

This function is then used in the default template.

Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
Signed-off-by: Matej Feder <matej.feder@dnation.cloud>
@matofeder matofeder merged commit 9b17a7d into main Mar 28, 2024
3 checks passed
@matofeder matofeder deleted the fix_template branch March 28, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Ops Issues or pull requests relevant for Team 3: Ops Tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants