Skip to content

Commit

Permalink
chore: version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 27, 2024
1 parent b72ecdb commit fd14b08
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pingap"
version = "0.2.5"
version = "0.2.6"
authors = ["Tree Xie <[email protected]>"]
edition = "2021"
categories = ["network-programming", "web-programming::http-server"]
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [ ] http response cache
- [ ] fix not_before not_after of cert
- [ ] client body size limit plugin
- [ ] send more event to webhook
- [x] send more event to webhook
- [x] remove config
- [x] diff config and send to webhook
- [x] support pyroscope
Expand Down
3 changes: 1 addition & 2 deletions src/webhook/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ pub fn send(params: WebhookSendParams) {
r###"{name}
>hostname: {hostname}
>category: {category}
>message: {}
"###,
>message: {}"###,
params.msg
);
match webhook_type.to_lowercase().as_str() {
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/form-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,8 @@ export default function FormEditor({
<DialogTitle id="alert-dialog-title">{"Remove config?"}</DialogTitle>
<DialogContent>
<DialogContentText id="alert-dialog-description">
Check whether you want to delete the configuration, and it can not
be restored after delete it.
Please confirm whether you want to delete the configuration, and it
can not be restored after delete it.
</DialogContentText>
</DialogContent>
<DialogActions>
Expand Down

0 comments on commit fd14b08

Please sign in to comment.