Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Tags: gluetool/gluetool

Tags

v1.18

Toggle v1.18's commit message
gluetool_modules/bash_completion.py: sync with lastest changes in glu…

…etool (#81)

v1.17.2

Toggle v1.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make _reconnect_logger part of public API of LoggerMixin (#83)

v1.17.1

Toggle v1.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better handling of logger extra field (#82)

Some 3rd party loggers collide with our approach.

v1.17

Toggle v1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
LoggerMixin must call super() to support multiple inheritance (#80)

v1.16

Toggle v1.16's commit message
`CallbackModule` add required methods (#79)

In case these methos are not implemented and are called by gluetool, `CallbackModule` returns
`MagicMock` object, it is handled as failure (because it is not `None`) and pipeline fails.

v1.15.3

Toggle v1.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Log failures from sanity stage (#77)

This was mistakenly omitted during refactoring.

v1,

Toggle v1,'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Log failures from sanity stage (#77)

This was mistakenly omitted during refactoring.

v1.15.2

Toggle v1.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Propagate `check` return type to `wait()` (#76)

Given that wait() returns what `check` callback returned, we can
propagate callbacks return value - wrapped by `Result` - to return
value of `wait()`, it must be the same type.

v1.15.1

Toggle v1.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tweak (fix) wait+action+flush interaction (#75)

v1.15

Toggle v1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify pipeline handling of execute and destroy (#74)

It was way too complicated. Using _safe_call and extra helper for
logging of failures simplifies the relevant code a lot, making it more
streamlined and readable.

This also fixes re-submission of failures to the Sentry which
effectively reset failures' Sentry event ID after some point of
workflow.