8000 Tags · mgohashi/pipeline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mgohashi/pipeline

Tags

v0.11.2

Toggle v0.11.2's commit message
e2e tests - use helm v3

(cherry picked from commit 1a37fdb)

v0.11.1

Toggle v0.11.1's commit message
Fix default-timeout from config not correctly set 😓

Make sure we always read from the config-default map to set the
timeout on PipelineRun and TaskRun.
Remove the pre 0.5.0 behavior, it has been 6 release since then.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
(cherry picked from commit 44ccf4d)

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.
0