mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1951] [MERGED] create default rules for justfile #2716
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#2716
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/1951
Author: @bluejekyll
Created: 5/30/2023
Status: ✅ Merged
Merged: 6/5/2023
Merged by: @bluejekyll
Base:
main← Head:convert-justfiles📝 Commits (10+)
e86e550create default rules for justfile1bd96d5add init-bind9 target8cee218compatibility tests working on macoscc05501skip bind deps if bind is already built4d1a0f2add build-bench target to justfile97fd90dadd clippy task to justfile337a84badd task for rustfmt996d1faadd audit task6dd6910add cleanliness overall taska09996eadd coverage task📊 Changes
19 files changed (+380 additions, -825 deletions)
View changed files
📝
.codecov.yml(+0 -2)📝
.github/workflows/publish.yml(+12 -6)📝
.github/workflows/test.yml(+72 -58)📝
Cargo.lock(+0 -37)📝
Cargo.toml(+0 -2)➖
Makefile.toml(+0 -528)📝
README.md(+5 -5)➖
bin/Makefile.toml(+0 -33)➖
crates/resolver/Makefile.toml(+0 -30)📝
crates/resolver/examples/custom_provider.rs(+5 -0)📝
crates/resolver/examples/flush_cache.rs(+5 -0)📝
crates/resolver/examples/global_resolver.rs(+5 -0)📝
crates/resolver/examples/multithreaded_runtime.rs(+5 -0)📝
fuzz/Cargo.lock(+79 -62)📝
fuzz/Cargo.toml(+2 -2)➕
justfile(+188 -0)➖
scripts/cargo_publish.sh(+0 -25)📝
scripts/gen_certs.sh(+2 -2)➖
util/Makefile.toml(+0 -33)📄 Description
This is the beginnings of replacing cargo-make with something simpler.
fixes: #1934
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.