Skip to content

Exclude periods from job log links

What does this MR do?

Exclude periods (.) from job log links. Related to #284835 (closed)

To see the links, enable ci_job_line_links. Rollout issue at #281727 (closed)

URLs in logs may appears in sentences, and as such may have "dangling" periods which are not part of the URL.

This change extends the regex to exclude certain ending characters.

Screenshots (strongly suggested)

URLs followed by periods are correct.

before after
Screen_Shot_2020-11-20_at_11.23.49_AM Screen_Shot_2020-11-20_at_11.23.21_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Miguel Rincon

Merge request reports