Skip to content

Tags: ruanda/jiralert

Tags

v1.3.0_egn

Toggle v1.3.0_egn's commit message
Allow custom fields update on existing issues

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump all dependencies (prometheus-community#133)

Signed-off-by: Jan-Otto Kröpke <[email protected]>

Signed-off-by: Jan-Otto Kröpke <[email protected]>

1.2

Toggle 1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support to auto resolve jira issue when alert is resolved. (prome…

…theus-community#117)

* Add initial code to support auto resolve feature

Signed-off-by: Bhushan Thakur <[email protected]>

* use constant

Signed-off-by: Bhushan Thakur <[email protected]>

* Resolve alert using transition

Signed-off-by: Bhushan Thakur <[email protected]>

* Update configuration tests

Signed-off-by: Bhushan Thakur <[email protected]>

* Update example configuration

Signed-off-by: Bhushan Thakur <[email protected]>

* Update README

Signed-off-by: Bhushan Thakur <[email protected]>

* move valid config check to receivers section

Signed-off-by: Bhushan Thakur <[email protected]>

* Use different configuration option for simplicity

Signed-off-by: Bhushan Thakur <[email protected]>

* remove old config options

Signed-off-by: Bhushan Thakur <[email protected]>

* add docstring and update readme

Signed-off-by: Bhushan Thakur <[email protected]>

* reuse AutoResolve struct in tests

Signed-off-by: Bhushan Thakur <[email protected]>

* add docstring for AutoResolve

Signed-off-by: Bhushan Thakur <[email protected]>

* Apply suggestions from code review

Co-authored-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Bhushan Thakur <[email protected]>

* keep the reasoning why defaults is not auto-resolve

Signed-off-by: Bhushan Thakur <[email protected]>

* fix lint errors

Signed-off-by: Bhushan Thakur <[email protected]>

* keep newline in configuration yaml

Signed-off-by: Bhushan Thakur <[email protected]>

* fix readme

Signed-off-by: Bhushan Thakur <[email protected]>

Co-authored-by: Bartlomiej Plotka <[email protected]>

1.1

Toggle 1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Personal Access Token Authentication (prometheus-comm…

…unity#110)

* Added tests on config

Signed-off-by: Rafa Porres Molina <[email protected]>

* moved to 1.15

Signed-off-by: Rafa Porres Molina <[email protected]>

* Upgrade go-jira

Signed-off-by: Rafa Porres Molina <[email protected]>

* Changes to support PAT authentication

Signed-off-by: Rafa Porres Molina <[email protected]>

* addded PAT

Signed-off-by: Rafa Porres Molina <[email protected]>

* Added tests for Personal Access Token config

Signed-off-by: Rafa Porres Molina <[email protected]>

* Removed redundant check from main

Signed-off-by: Rafa Porres Molina <[email protected]>

* Add missing trailing dots in config_test.go

Signed-off-by: Rafa Porres Molina <[email protected]>

* Clarified TODO comment

Signed-off-by: Rafa Porres Molina <[email protected]>

* added trailing dots in config.go

Signed-off-by: Rafa Porres Molina <[email protected]>

* Used anonymous struct and in place test cases

Signed-off-by: Rafa Porres Molina <[email protected]>

* User/Password can be overriden separately

Signed-off-by: Rafa Porres Molina <[email protected]>

1.1-rc2

Toggle 1.1-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update common Prometheus files (prometheus-community#94)

Signed-off-by: prombot <[email protected]>

1.1-rc1

Toggle 1.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Workaround for unknown ALERT{} label length (prometheus-community#79)

* hash group labels to get the issue search label

Signed-off-by: Josh Gwosdz <[email protected]>

* make group label hashing easier to read

and disable errcheck linting for hash.Write call

Signed-off-by: Josh Gwosdz <[email protected]>

* run go mod tidy

Signed-off-by: Josh Gwosdz <[email protected]>

* hide label hashing behavior behind flag

Signed-off-by: Josh Gwosdz <[email protected]>

* ignore never occuring error the go way 💪

Signed-off-by: Josh Gwosdz <[email protected]>

* use JIRALERT{hash...} issue label to make the origin clear

Signed-off-by: Josh Gwosdz <[email protected]>

* document -hash-jira-label

Signed-off-by: Josh Gwosdz <[email protected]>

* document -hash-jira-label changes

Signed-off-by: Josh Gwosdz <[email protected]>

* adapt tests of prometheus-community#75

Signed-off-by: Josh Gwosdz <[email protected]>

1.0

Toggle 1.0's commit message
Fix staticcheck errors.

0.6

Toggle 0.6's commit message
Add custom field examples to config file.

0.5

Toggle 0.5's commit message
Fix issue prometheus-community#4 nil pointer dereference in log message.

0.4

Toggle 0.4's commit message
Add a simple UI.