Skip to content

Commit c71b4e7

Browse files
feat: merge dev (#69)
* fmt * chore: worked on tests * chore: wip test * chore: a record test * chore: testing * chore: invalid test case * chore: testing * chore: fix test * chore: improve api * fix: concurrent * chore: change authority trait to remove unecessary boxing * chore: ftm: * fix: refactoring * chore(deps): bump serde from 1.0.116 to 1.0.117 (#22) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.116...v1.0.117) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: skip test for now * fix: tests on ci * fix: tracing * fix: tracing * advanced tracing * chore(deps): bump futures-util from 0.3.6 to 0.3.7 (#24) Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.6...0.3.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump tracing from 0.1.18 to 0.1.21 (#26) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.18 to 0.1.21. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.18...tracing-0.1.21) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump tracing-subscriber from 0.2.11 to 0.2.14 (#25) Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.11 to 0.2.14. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.2.11...tracing-subscriber-0.2.14) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: updates * fix: prom getting started * fix: dns metrics * fix: middleware * chore: code changes * fix: skip tests * fix: print out error * fix: better logging * chore: remove span * chore(deps): bump anyhow from 1.0.33 to 1.0.34 (#33) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.33...1.0.34) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump futures-util from 0.3.6 to 0.3.7 (#30) Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.6...0.3.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump bcrypt from 0.8.2 to 0.9.0 (#31) Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.8.2 to 0.9.0. - [Release notes](https://github.com/Keats/rust-bcrypt/releases) - [Commits](Keats/rust-bcrypt@v0.8.2...v0.9.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump tracing-subscriber from 0.2.11 to 0.2.15 (#34) Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.11 to 0.2.15. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.2.11...tracing-subscriber-0.2.15) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump semantic-release from 17.2.1 to 17.2.2 (#27) Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.1 to 17.2.2. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v17.2.1...v17.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump serde from 1.0.116 to 1.0.117 (#29) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.116...v1.0.117) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: refactorings * fix: enable tls * fix: try alpine container * fix: remove tls feature * fix: update openssl version * chore: wip * fix: wip * chore(deps): bump futures-util from 0.3.7 to 0.3.8 (#36) Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.7...0.3.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: simplify impl * chore(deps): bump sqlx from 0.4.0-beta.1 to 0.4.1 (#37) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.4.0-beta.1 to 0.4.1. - [Release notes](https://github.com/launchbadge/sqlx/releases) - [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: worked on acme logic * fix: deps * fix: make cert compile * Github Action * fix: wip * fix: wip * fix: wip * fix: upgrade to tokio 1.0 * fix: work further on proxy proto * fix: first proxy protocol implementation * fix: wip * fix: first real iteration of proxy protocl * fix: wip * fix: wip * fix: got running again * fix: wip * fix: wip * fix: simple implementation * fix: fmt * fix: update deps * chore(deps-dev): bump semantic-release from 17.2.2 to 17.3.2 (#62) Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.2 to 17.3.2. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v17.2.2...v17.3.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @semantic-release/github from 7.1.1 to 7.2.0 (#45) Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.1.1 to 7.2.0. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](semantic-release/github@v7.1.1...v7.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump tracing from 0.1.21 to 0.1.22 (#59) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.21 to 0.1.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.21...tracing-0.1.22) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump uuid from 0.8.1 to 0.8.2 (#60) Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@0.8.1...0.8.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump parking_lot from 0.11.0 to 0.11.1 (#47) Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@0.11.0...0.11.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump anyhow from 1.0.34 to 1.0.38 (#64) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.34 to 1.0.38. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.34...1.0.38) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump tokio from 1.0.1 to 1.0.2 (#67) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.0.1...tokio-1.0.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump futures-util from 0.3.8 to 0.3.11 (#68) Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.8 to 0.3.11. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.8...0.3.11) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump serde from 1.0.117 to 1.0.119 (#66) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.117 to 1.0.119. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.117...v1.0.119) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: update deps * chore(deps): bump toml from 0.5.7 to 0.5.8 (#58) Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](toml-rs/toml-rs@0.5.7...0.5.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: update deps * fix: clippy * fix: fmt * fix: update deps * fix: parse config * fix: wip * fix: wip * fix: finalize new config format Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b910a0 commit c71b4e7

30 files changed

+2692
-1518
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
token: ${{ secrets.GITHUB_TOKEN }}
6161
args: --all-features
6262
coverage:
63+
if: false
6364
runs-on: ubuntu-latest
6465
steps:
6566
- uses: actions/checkout@v2

.idea/sqldialects.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)