-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for command line triggers (#59)
* chore: add CURD functions for trigger configuration support * test: unit test for trigger functions * test: integration tests for trigger check and groups * style: deleted commented code * chore: changed deleteTrigger functions to match new API format with no token * test: fixed tests to match new deleteTrigger endpoint * test: fix integration tests for triggers Co-authored-by: Pilar Checkly <[email protected]> Co-authored-by: Pilar Checkly <[email protected]> Co-authored-by: Pilar Checkly <[email protected]>
- Loading branch information
1 parent
c01573c
commit 0c1318d
Showing
6 changed files
with
408 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"checkId": "721d28d6-149f-4f32-95e1-e497b23156f4", | ||
"token": "MDMnt4oPjBBZ", | ||
"created_at": "2013-08-24", | ||
"updated_at": "2013-08-24", | ||
"called_at": "2013-08-24" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"groupId": 215, | ||
"token": "MDMnt4oPjBBZ", | ||
"created_at": "2013-08-24", | ||
"updated_at": "2013-08-24", | ||
"called_at": "2013-08-24" | ||
} |
Oops, something went wrong.