forked from influxdata/kapacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enough to make tests pass Add correct POST alert handling Add tests for .endpoint on .post on alert node Add alertpost config tests Remove NewConfig section Add comments to alertpost/config.go Add fixes suggested in PR Move AlertData to alert package from service/alert Implement Test function Allow override variables to set map values Rename alertpost service to httppost Favorite package name is httpposttest :) Add endpoint property method to httpPost Allow variadic httpPost arguments Update config file for httppost Add endpoint test to http post node Make Fixes suggested in PR Add documentation for variadic arguments it httpPost Add test for map enviornment vars Refactor httppost endpoints Reorder code in httpost service package Add support for basic auth to endpoints Make changes from PR Fix httpPost functionality Allow headers to be set for alerts via tickscript Check headers Unredact headers
- Loading branch information
Showing
25 changed files
with
1,256 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.