mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #622] [MERGED] move persistence to sqlite module #1560
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1560
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/622
Author: @bluejekyll
Created: 11/21/2018
Status: ✅ Merged
Merged: 1/19/2019
Merged by: @bluejekyll
Base:
master← Head:refactor_to_sqlite_module📝 Commits (6)
c5a1000move persistence to sqlite module0e6aac8change from lifetime rrset returns to Arc46a8a6fadd battery of tests for authoritiesc3c845fupdate configurateion parse to support file and sqlite37c877binitial dynamic update insert test2c95472cleanup clippy errors📊 Changes
77 files changed (+5351 additions, -3275 deletions)
View changed files
📝
.rustfmt.toml(+3 -3)📝
CHANGELOG.md(+2 -0)📝
copyright.txt(+1 -1)📝
crates/client/src/client/client.rs(+7 -7)📝
crates/client/src/client/client_future.rs(+23 -210)📝
crates/client/src/client/mod.rs(+1 -1)📝
crates/client/src/op/lower_query.rs(+14 -0)📝
crates/client/src/op/mod.rs(+1 -1)📝
crates/client/src/op/update_message.rs(+431 -2)📝
crates/client/src/rr/dnssec/keypair.rs(+4 -6)📝
crates/client/src/rr/dnssec/signer.rs(+40 -26)📝
crates/client/src/rr/mod.rs(+1 -0)➖
crates/client/src/rr/rr_set.rs(+0 -805)📝
crates/client/src/serialize/txt/master.rs(+2 -2)📝
crates/proto/Cargo.toml(+1 -0)📝
crates/proto/src/lib.rs(+2 -0)📝
crates/proto/src/op/message.rs(+1 -1)📝
crates/proto/src/op/response_code.rs(+0 -1)📝
crates/proto/src/rr/dnssec/algorithm.rs(+16 -18)📝
crates/proto/src/rr/dnssec/public_key.rs(+6 -3)...and 57 more files
📄 Description
Cleaning up file based, and sqlite server authority implementations. This is refactoring work to prepare for additional backends.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.