mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-29 09:32:16 +00:00
562f99566e
* Restructure the validation * Validate on blur * Extract alerts from the silence * Use string for the error type * Use ApiData everywhere * Validate the form * Remove redirect on failure * Code review fixes * Hide the delete button if there is one matcher * Rename silence2 * Update bindata.go * Fix the tests * Actually hide the delete button * Update bindata.go
23 lines
714 B
JSON
23 lines
714 B
JSON
{
|
|
"version": "1.0.0",
|
|
"summary": "Test Suites",
|
|
"repository": "https://github.com/prometheus/alertmanager.git",
|
|
"license": "Apache-2.0",
|
|
"source-directories": [
|
|
"../src",
|
|
"."
|
|
],
|
|
"exposed-modules": [],
|
|
"dependencies": {
|
|
"elm-lang/core": "5.0.0 <= v < 6.0.0",
|
|
"elm-community/elm-test": "4.0.0 <= v < 5.0.0",
|
|
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
|
|
"elm-lang/html": "2.0.0 <= v < 3.0.0",
|
|
"elm-lang/http": "1.0.0 <= v < 2.0.0",
|
|
"elm-lang/navigation": "2.0.1 <= v < 3.0.0",
|
|
"elm-tools/parser": "2.0.0 <= v < 3.0.0",
|
|
"evancz/url-parser": "2.0.1 <= v < 3.0.0"
|
|
},
|
|
"elm-version": "0.18.0 <= v < 0.19.0"
|
|
}
|