Tags: ruanda/jiralert
Tags
Bump all dependencies (prometheus-community#133) Signed-off-by: Jan-Otto Kröpke <[email protected]> Signed-off-by: Jan-Otto Kröpke <[email protected]>
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]>
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]>
Update common Prometheus files (prometheus-community#94) Signed-off-by: prombot <[email protected]>
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]>
Fix issue prometheus-community#4 nil pointer dereference in log message.
PreviousNext