Skip to content

Tags: jerop/pipeline

Tags

v0.11.0

Toggle v0.11.0's commit message
Fix typo

(cherry picked from commit 4e4884f)

v0.11.0-rc4

Toggle v0.11.0-rc4's commit message
Fix typo

(cherry picked from commit 4e4884f)

v0.11.0-rc3

Toggle v0.11.0-rc3's commit message
Appease lint: else with nested if replaced with else-if

v0.10.2

Toggle v0.10.2's commit message
Invalid Sink URI CloudEvent test sometimes includes quotes

In the logs for the latest pipeline nightly we saw a failed unit test
for CloudEvents with the following message:

```
TestSendCloudEvent/send_a_cloud_event_with_invalid_sink_URI:
cloudevent_test.go:106: I expected an error like invalid_URI:
unsupported protocol scheme, but I got Post "invalid_URI": unsupported
protocol scheme ""
```

It appears that sometimes the "invalid_URI" part of the error message
will include quotes, and sometimes (like when running locally) it won't.

This PR updates the regex to allow for these quotes in the error message.

v0.11.0-rc2

Toggle v0.11.0-rc2's commit message
Spelling fixes in our doc

Found using `mdspell -a -n --en-us "**/*.md"`. At some point we might want to have a built in ignore dictionary to avoid false positives.

(cherry picked from commit 7b87070)

v0.11.0-rc1

Toggle v0.11.0-rc1's commit message
Resolved result ref order can affect unit test outcome

Test TestTaskParamResolver_ResolveResultRefs performs a diff on a slice
of resolved result references. Unfortunately the ordering of this slice
is not guaranteed so sometimes the test fails.

This PR updates the unit test to check each entry appears as expected in
the tt.want slice (confirming also that the lengths of the slices
match). Also adds a small helper func to format the resolved result refs
for printing in the event that they don't match.

v0.10.1

Toggle v0.10.1's commit message
Ensure taskRef is non nil before setting defaults as this is an optio…

…nal parameter

v0.10.0

Toggle v0.10.0's commit message
fix updateTaskRunStatusForTimeout get pod switch/case may cause pod n…

…ot deleted when taskRun timeout.

v0.9.2

Toggle v0.9.2's commit message
Tekton Pipelines release v0.9.2

v0.9.1

Toggle v0.9.1's commit message
Set scm.PR.Sha to scm.PR.Head.Sha when loading from disk.

This guarantee is made when retrieving a PR from a provider, but we do not persist
that guarantee when roundtripping from disk.