-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Optimize checker for HTTP mode (#2306)
* add column config * change checker api * change checker api (proto-go) * impl checker for HTTP method * fix go imports * add ut for triggering.go (TestNew TestTriggering_Executor TestTriggering_BodyStrategy TestTriggering_HttpCodeStrategy) * go imports format * checker api fix * fix ut
- Loading branch information
1 parent
1e589e6
commit f949d22
Showing
18 changed files
with
1,377 additions
and
596 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE `sp_metric` ADD COLUMN `config` MEDIUMTEXT NOT NULL COMMENT '入参' AFTER `mode`; |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.