Skip to content

Commit

Permalink
Merge branch 'main' into flub/less-info-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jan 8, 2025
2 parents a3dd50a + f08d560 commit 39027c4
Show file tree
Hide file tree
Showing 33 changed files with 2,315 additions and 2,797 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: 'bug: [description]'
labels: bug
assignees: ''

---

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

**Relevant Logs**
<!-- Setup `tracing_subscriber` in your application and use the `RUST_LOG = debug` env variable to turn on debug logs. Please see: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/fn.init.html -->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Platform(s)**
Desktop<!-- (please complete the following information) -->:
- OS: [e.g. iOS]
- Version [e.g. 22]

Smartphone<!-- (please complete the following information) -->:
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Version [e.g. 22]

**Additional Context / Screenshots / GIFs**
<!-- Add any other context about the problem here. -->
19 changes: 19 additions & 0 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add PRs and Issues to Project

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/n0-computer/projects/1
github-token: ${{ secrets.PROJECT_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install cargo-nextest
uses: taiki-e/install-action@v2
with:
tool: nextest
tool: nextest@0.9.80

- name: Install sccache
uses: mozilla-actions/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions iroh-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ webpki = { package = "rustls-webpki", version = "0.102" }
webpki-roots = "0.26"
data-encoding = "2.6.0"
lru = "0.12"
dashmap = { version = "6.1.0", optional = true }

[dev-dependencies]
clap = { version = "4", features = ["derive"] }
Expand All @@ -116,6 +117,7 @@ default = ["metrics"]
server = [
"dep:tokio-rustls-acme",
"dep:clap",
"dep:dashmap",
"dep:toml",
"dep:rustls-pemfile",
"dep:regex",
Expand Down
Loading

0 comments on commit 39027c4

Please sign in to comment.