Improve sync logic
This commit is contained in:
parent
ee76a6e26e
commit
359571a2a0
8 changed files with 487 additions and 304 deletions
20
README.md
20
README.md
|
|
@ -23,6 +23,15 @@
|
|||
- `cargo install sqlx-cli`
|
||||
|
||||
|
||||
## cut new version
|
||||
|
||||
```sh
|
||||
cd plugin
|
||||
npm version patch
|
||||
git tag -a 0.0.2 -m "0.0.2"
|
||||
git push origin 0.0.2
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -34,7 +43,7 @@
|
|||
- e2e tests
|
||||
- add clap
|
||||
- add auth middleware
|
||||
- add request logs
|
||||
- run eslint in ci
|
||||
|
||||
- CI for:
|
||||
- publish reconcile
|
||||
|
|
@ -55,4 +64,11 @@ missing_docs_in_private_items = { level = "allow", priority = 1 }
|
|||
question_mark_used = { level = "allow", priority = 1 }
|
||||
implicit_return = { level = "allow", priority = 1 }
|
||||
pedantic = { level = "warn", priority = 0 }
|
||||
cargo = { level = "warn", priority = 0 }
|
||||
cargo = { level = "warn", priority = 0 }
|
||||
|
||||
|
||||
|
||||
reset should reset counters
|
||||
access logs
|
||||
retry
|
||||
mem usage
|
||||
Loading…
Add table
Add a link
Reference in a new issue