Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from tokio-rs:main #41

Open
wants to merge 293 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
293 commits
Select commit Hold shift + click to select a range
fdc77e2
fix(subscriber): only send *new* tasks/resources/etc over the event c…
hawkw Jan 12, 2022
1fe0650
api: prepare to release v0.1.1 (#259)
hawkw Jan 18, 2022
12a4821
subscriber: prepare to release v0.1.1 (#260)
hawkw Jan 18, 2022
25b80ce
console: prepare to release v0.1.1 (#261)
hawkw Jan 18, 2022
e7b228d
chore(console): rename `console` dir to `tokio-console` (#263)
hawkw Jan 20, 2022
884f4ec
console: fix missing histogram in task details (#269)
jtgeibel Jan 28, 2022
d9aafaa
fix(api): fix accidental exhaustive matching on `metadata::Kind` (#271)
hawkw Feb 4, 2022
c7cab71
api: prepare to release v0.1.2 (#273)
hawkw Feb 4, 2022
b95f683
fix: console-api dependencies to require 0.1.2 (#274)
hawkw Feb 4, 2022
1ac3b9f
docs(api): reword comment on the tracing_core::metadata::Kind match (…
dtolnay Feb 4, 2022
e590df3
subscriber: prepare to release v0.1.2 (#275)
hawkw Feb 7, 2022
fd309c0
chore(api): move timestamp proto file (#277)
Freax13 Feb 9, 2022
5590fdb
fix(subscriber): fix compilation on targets without 64-bit atomics (#…
hawkw Feb 14, 2022
01ca5c4
chore(console): fix homepage URL in cargo metadata (#283)
hawkw Feb 16, 2022
a2202f7
docs: fix broken links in READMEs and subscriber doc comment (#285)
thombles Feb 16, 2022
24db8c6
fix(subscriber): bail rather than panic when encountering clock skew …
hawkw Feb 17, 2022
abc0830
fix(subscriber): use monotonic `Instant`s for all timestamps (#288)
hawkw Feb 17, 2022
f2a25ed
refac(subscriber): factor out update construction (#290)
hawkw Feb 17, 2022
703f1aa
fix(subscriber): record timestamps for updates last (#289)
hawkw Feb 17, 2022
d07aa89
docs: add information on where to put .cargo/config.toml (#284)
Frederik-Baetens Feb 17, 2022
dbdb149
feat(subscriber): add `Builder::filter_env_var` builder parameter (#276)
mujpao Feb 18, 2022
3b1f14a
docs: document minimum Tokio versions (#291)
hawkw Feb 18, 2022
0e67d17
chore(subscriber): prepare to release v0.1.3 (#292)
hawkw Feb 18, 2022
7f6cb3b
chore(subscriber): rm duplicate changelog entries (#294)
hawkw Feb 18, 2022
900a5c2
chore(console): prepare to release v0.1.2 (#293)
hawkw Feb 18, 2022
9a9278e
chore: update lockfile
hawkw Mar 4, 2022
47c2bc1
style(console): fix Clippy lints on "unnecessary" `to_owned` calls (#…
hawkw Mar 4, 2022
d64a4c0
chore: add issue templates and security policy (#304)
hawkw Mar 4, 2022
7ee19f3
chore: deduplicate security report issue templates (#306)
hawkw Mar 4, 2022
b4e6b6a
chore(CI): don't trigger duplicate CI runs on pushes (#305)
hawkw Mar 4, 2022
80d7f42
fix(console): prevent panics if subscriber reports out-of-order times…
thombles Mar 7, 2022
be8bd8f
chore: add `CODEOWNERS` file (#303)
hawkw Mar 8, 2022
b9e0a22
feat(console): add icon representing column sorting state (#301)
nrskt Mar 8, 2022
43606b9
fix(console): exit crossterm before printing panic messages (#307)
hawkw Mar 9, 2022
3c55912
chore(console): prepare to release v0.1.3 (#309)
hawkw Mar 9, 2022
9178ecf
fix(subscriber): fix memory leak from historical `PollOp`s (#311)
hawkw Mar 14, 2022
83d8a87
feat(console-api): Update `tonic` to `0.7` (#318)
LucioFranco Apr 8, 2022
331a1d7
style: fix Rust 1.60 clippy lints (#321)
hawkw Apr 8, 2022
9a27cd2
docs(subscriber): warn against enabling compile time filters in the r…
rukai Apr 8, 2022
0045e9b
feat(subscriber): don't trace tasks spawned through the console serve…
g2p Apr 8, 2022
d793903
docs: add tokio-console installation section (#313)
nickgerace Apr 8, 2022
0d6d7a9
chore: prepare to release `console-api` v0.2.0 (#322)
hawkw Apr 11, 2022
43fb91f
chore: prepare to release v0.1.4
hawkw Apr 11, 2022
defe346
feat(console): read configuration options from a config file (#320)
nrskt Apr 12, 2022
16df5d3
feat(console): surface dropped event count if there are any (#316)
bobrik Apr 12, 2022
bebaa16
docs(console): fix links to console-subscriber's API docs (#326)
sebasmagri Apr 13, 2022
e034f8d
feat(console): add `gen-config` subcommand to generate a config file …
hawkw Apr 13, 2022
79da280
feat(console): add autogenerated example config file to docs (#327)
hawkw Apr 13, 2022
ce901c8
console: prepare to release v0.1.3 (#328)
hawkw Apr 13, 2022
3a67d47
feat(console): emit a parse error a config file contains unknown fiel…
nrskt Apr 14, 2022
f3efb44
docs: fix broken link in README (#329)
Rustin170506 Apr 14, 2022
84605c4
docs(subscriber): fix broken `Server` rustdoc (#332)
hawkw Apr 14, 2022
c4c4a63
docs: fix broken links in readme (#335)
eopb Apr 21, 2022
472ff52
feat(console): add missing configurations to config file (#334)
nrskt Apr 22, 2022
ff3b6db
docs: Update minimal Rust version (#338)
shanesveller Apr 28, 2022
1fe84b7
feat(subscriber): add support for `EnvFilter` in `Builder::init` (#337)
hawkw Apr 29, 2022
ef39b9a
fix(console): always log to a file instead of `stderr` (#340)
hawkw Apr 30, 2022
178fb04
chore(ci): never mark releases as drafts
hawkw Apr 30, 2022
0b3f592
chore(subscriber): prepare to release v0.1.5 (#342)
hawkw Apr 30, 2022
d91ecdf
chore(console): prepare to release v0.1.5 (#343)
hawkw Apr 30, 2022
e58352f
fix(console): default `--no_colors` to `false` (#344)
gelfand May 5, 2022
d08391c
chore: add `LICENSE` files to each crate (#347)
hawkw May 6, 2022
4611591
feat(api): add optional histogram outlier details (#351)
hawkw May 23, 2022
32dd337
fix(subscriber): fix memory leak from resizing histograms (#351)
hawkw May 23, 2022
a966feb
feat(subscriber): add `Builder::poll_duration_histogram_max` (#351)
hawkw May 23, 2022
dec891f
feat(console): display outliers in histogram view (#351)
hawkw May 23, 2022
5490d64
chore(api): prepare to release v0.3.0 (#353)
hawkw May 23, 2022
95a17b6
chore(subscriber): prepare to release v0.1.6
hawkw May 23, 2022
df4d468
feat(console): add subcommand to gen shell completions (#336)
nrskt May 23, 2022
72ee676
chore(ci): test `tokio-console` with `--locked` (#354)
hawkw May 24, 2022
ee24b06
chore(console): prepare to release v0.1.6 (#357)
hawkw May 24, 2022
9699300
chore(ci): also try building on nightly (#356)
hawkw May 24, 2022
6baf72d
refac(console): use a newtype to separate ID types (#358)
hawkw Jul 5, 2022
dd36e4c
chore(ci): update actions/checkout action to v3 (#361)
taiki-e Jul 11, 2022
e4eff4d
refac(console): factor out a `Store` type (#359)
hawkw Jul 13, 2022
f9b8e03
feat: update Tonic and Prost dependencies (#364)
hawkw Aug 5, 2022
da2a89c
feat(console): only suggest opening issues for panics (#365)
hawkw Aug 5, 2022
ec66eda
feat(console): init error handling before subcmds (#365)
hawkw Aug 5, 2022
95a5e54
feat(console): filter out boring frames in backtraces (#365)
hawkw Aug 5, 2022
3244a1f
feat(console): include config options in autogenerated issues (#365)
hawkw Aug 5, 2022
090b868
chore(api): prepare to release v0.4.0 (#366)
hawkw Aug 10, 2022
8b67068
chore: prepare to release console-subscriber v0.1.7 (#367)
hawkw Aug 10, 2022
ba93c85
chore: prepare to release tokio-console v0.1.7 (#368)
hawkw Aug 10, 2022
c903b33
chore(api): fix clippy errors (#375)
Noah-Kennedy Sep 4, 2022
c34ac2d
fix(subscriber): fix build on tokio 1.21.0 (#374)
Noah-Kennedy Sep 4, 2022
6612f31
chore(subscriber): prepare to release v0.1.8 (#376)
hawkw Sep 4, 2022
652ac34
fix(console): fix ascii-only flipped input (#377)
michealkeines Sep 7, 2022
9ce60ec
fix(console): declare `tokio-console` bin as `default-run` (#379)
dcaba Sep 21, 2022
0a6012b
fix(console): make `retain_for` default to 6s if not specfied (#383)
abusch Oct 7, 2022
8e3c6c5
docs: fix typos and markdown lints (#369)
kianmeng Oct 7, 2022
f417d7a
fix(console): enable view-switching keystrokes on details views (#387)
arifd Nov 17, 2022
6f47b7b
chore(ci): build for aarch64 (#389)
maximeborges Dec 6, 2022
ac795ed
chore(console): upgrade parking_lot to 0.12 (#390)
Mythra Dec 6, 2022
5b7e00a
style: make clippy happy (#396)
Rustin170506 Jan 18, 2023
a1cf1b8
fix(console): fix `ViewOptions` default lang' (#394)
ymgyt Jan 18, 2023
43891ab
fix(subscriber): fix off-by-one indexing for `callsites` (#391)
danielhenrymantilla Jan 18, 2023
053755c
chore(console): fix ConfigFile comment typo (#392)
ymgyt Jan 19, 2023
bbb8f25
fix(subscriber): bump minimum Tokio version (#397)
Rustin170506 Feb 6, 2023
c13085e
feat(console): reduce decimal digits in UI (#402)
hds Mar 8, 2023
768534a
fix(console): remove `tracing-subscriber` 0.2 from dependencies (#404)
hds Mar 28, 2023
f5b06d2
feat(console): use tokio task ids in task views (#403)
hds Mar 28, 2023
a944dbc
feat(console): add support for Unix domain sockets (#388)
benesch Mar 28, 2023
e2c536a
fix(console): fix calculation of busy time during poll (#405)
hds Mar 30, 2023
4409443
refac(console): factor out `Durations` widget from task view (#408)
hds Apr 13, 2023
f280df9
feat: add scheduled time per task (#406)
hds Apr 19, 2023
a5454a5
chore: Use fixed Rust version for clippy (and fmt) (#413)
hds Apr 21, 2023
d92a399
feat(console): add task scheduled times histogram (#409)
hds Apr 21, 2023
5e13130
style(console): work around Rust 1.69 `almost_swapped` lint (#414)
hds May 8, 2023
f55e5e4
fix: bump h2 from 0.3.13 to 0.3.18 (#415)
dependabot[bot] May 8, 2023
15ace8c
chore(release): generate changelogs with `git-cliff` (#416)
hawkw May 8, 2023
65b48b5
chore(nix): unpin nixpkgs version in flake (#418)
hawkw May 9, 2023
f573164
chore: add automated release script (#417)
hawkw May 9, 2023
3d6933b
feat(api): update `tonic` to v0.9 (#420)
hawkw May 9, 2023
48af1ee
feat: update `tonic` to 0.9 (#420)
hawkw May 9, 2023
b18ee47
feat: update MSRV to Rust 1.60.0
hawkw May 9, 2023
e9bcd67
docs(console): update screenshots in README (#419)
hds May 9, 2023
993a3d9
docs(console): revert "update screenshots in README (#419)"
hawkw May 9, 2023
8a27f96
docs(console): update screenshots in README (#421)
hds May 9, 2023
272705b
chore(console-api): prepare to release console-api 0.5.0
hawkw May 9, 2023
3a54e1e
chore: update `console-api` deps to v0.5.0
hawkw May 9, 2023
eb4f55e
chore(console-subscriber): prepare to release console-subscriber 0.1.9
hawkw May 9, 2023
2d73ef1
chore(tokio-console): prepare to release tokio-console 0.1.8
hawkw May 9, 2023
760ab48
chore: update lockfile
hawkw May 9, 2023
e996f44
docs(README): update repository README screenshots and help text (#422)
hds May 12, 2023
02cf8a6
fix(console): remove histogram minimum count (#424)
hds May 17, 2023
b209dd6
feat(console): migrate to `ratatui` and update `crossterm` (#425)
joshka May 31, 2023
d308935
fix(subscriber): fix self wakes count (#430)
hds Jun 1, 2023
925d0b6
refac(console): generalize controls widget (#427)
hds Jun 1, 2023
577c3c4
chore: fix some typos (#435)
striezel Jun 9, 2023
359a4e7
feat(console): help view modal (#432)
hds Jun 10, 2023
4a88b28
fix(subscriber): remove clock skew warning in `start_poll` (#434)
h33p Jun 10, 2023
cd1a277
chore: replace unmaintained actions-rs/* actions in CI workflows (#436)
striezel Jun 10, 2023
e3cf82b
docs(console): add column descriptions for all tables (#431)
hds Jun 14, 2023
87c18eb
fix: update proc-macro2 to build on nightly (#442)
hds Jul 3, 2023
8eb2a2a
chore: update Swatinem/rust-cache action in GHA workflows (#437)
striezel Jul 3, 2023
90e5918
fix(console): remove trailing space from task/resource location (#443)
hds Jul 3, 2023
8b483bf
fix(subscriber): do not report excessive polling (#378) (#440)
MatteoNardi Jul 3, 2023
9428d7f
fix(console): make long locations readable (#441)
guerinoni Jul 3, 2023
96dd28c
chore: remove branch config from release action (#444)
hawkw Jul 3, 2023
42f5db1
chore(console-subscriber): prepare to release console-subscriber 0.1.10
hawkw Jul 3, 2023
42f56d5
chore: fix lockfile pushing in release.sh
hawkw Jul 3, 2023
1ecf257
chore(tokio-console): prepare to release tokio-console 0.1.9
hawkw Jul 3, 2023
15cef93
fix(api): add explicit `futures-core` dep to fix broken builds (#453)
weiznich Jul 24, 2023
e51ac5a
feat(subscriber) expose server parts (#451)
hds Jul 28, 2023
132ed4e
feat(console): Add way to inspect details of task from resource view …
guerinoni Jul 28, 2023
36ffc51
fix(subscriber): correct retain logic (#447)
hds Aug 1, 2023
6c85ca6
chore: fix typo in link to documentation (#454)
Maaxxs Aug 2, 2023
70c3952
fix(console): fix task detail view Id to display remote tokio::task::…
inevity Aug 18, 2023
9c77414
chore: updates for Rust 1.72.0 (#459)
hds Aug 24, 2023
7ed6673
feat(subscriber): Add cfg `console_without_tokio_unstable` (#446)
ldm0 Aug 24, 2023
01b2875
refac(subscriber): remove `futures` dependency (#460)
asonix Aug 24, 2023
4933197
test(subscriber): add initial integration tests (#452)
hds Sep 6, 2023
362bdbe
docs(subscriber): fix unclosed code block (#463)
crawford Sep 13, 2023
d05fa9e
feat(console): add warning for tasks that never yield (#439)
jefftt Sep 14, 2023
96e62c8
feat(api): update `tonic` to v0.10 and increase MSRV to 1.64 (#464)
MarinPostma Sep 15, 2023
94a5a51
docs: update MSRV version docs to 1.64 (#467)
hawkw Sep 21, 2023
4220023
chore: update release scripts (#466)
hds Sep 23, 2023
c8c4a85
chore(api): prepare to release console-api 0.6.0
hawkw Sep 29, 2023
454b950
chore: fix missing `console-api` changelog entries
hawkw Sep 29, 2023
43e2b48
chore(release): don't completely recreate changelog
hawkw Sep 29, 2023
2b164b2
chore(subscriber): prepare to release console-subscriber 0.2.0
hawkw Sep 29, 2023
05484b1
chore(console): prepare to release tokio-console 0.1.10
hawkw Sep 29, 2023
caba1a3
chore(console): update Clap to v4.1 (#469)
Rustin170506 Oct 3, 2023
715713a
fix(console): ignore key release events (#468)
fenhl Oct 3, 2023
e1b1e16
chore(subscriber): make clippy happy (#471)
Rustin170506 Oct 10, 2023
0bb14fe
chore(subscriber): trace events drain loop stats (#465)
hds Oct 10, 2023
2dd3559
docs: fix typo in proto (#472)
Rustin170506 Oct 10, 2023
6dd661d
docs: update outdated main README.md (#470)
Rustin170506 Oct 10, 2023
903d9fa
feat(console): replace target column with kind column in tasks view (…
hds Oct 17, 2023
b0987c1
test(console): use try_cmd to generate the help text (#477)
Rustin170506 Oct 17, 2023
9f94d22
chore(deps): bump rustix from 0.37.24 to 0.37.25 (#479)
dependabot[bot] Oct 19, 2023
124c778
test(subscriber): prefer `sleep` over `yield_now` in tests (#475)
hds Oct 25, 2023
43b4d88
chore(deps): bump the dirs from v4 to v5 (#482)
Rustin170506 Oct 27, 2023
8acd8bf
chore(console): fix format issue in select! (#483)
Rustin170506 Oct 27, 2023
df4457f
refac(console): bail out UDS connect errors earlier (#484)
Rustin170506 Oct 30, 2023
528a4ca
refac(console): remove useless `Pin::new()` on streaming (#485)
Rustin170506 Oct 30, 2023
031bddd
fix(console): accept only `file://`, `http://`, `https://` URI (#486)
Rustin170506 Nov 3, 2023
d2dc1cf
chore(subscriber): fix typo (#487)
xiaolou86 Nov 16, 2023
8269b5f
test(subscriber): add tests for excessive poll counts (#476)
hds Nov 16, 2023
075ab0c
test: make sure do not ignore the UI tests (#494)
Rustin170506 Nov 28, 2023
96c65bd
fix(console): fix column sorting in resources tab (#491)
mbiggio Nov 29, 2023
bb3cb92
chore: fix clippy::unnecessary_fallible_conversions warning (#507)
taiki-e Jan 7, 2024
ef61081
chore(ci): update outdated actions and replace unmaintained action (#…
taiki-e Jan 7, 2024
174883f
feat(console): add flags and configurations for warnings (#493)
Rustin170506 Jan 19, 2024
aab98e7
chore: add comments to h2 dependency (#499)
Rustin170506 Jan 22, 2024
1656c79
fix(subscriber): Don't save poll_ops if no-one is receiving them (#501)
grahamking Jan 22, 2024
4ce24bf
chore(deps): bump shlex from 1.2.0 to 1.3.0 (#511)
dependabot[bot] Feb 6, 2024
b0e3196
chore(deps): bump h2 from 0.3.18 to 0.3.24 (#509)
dependabot[bot] Feb 6, 2024
bd3dd71
feat(subscriber): Reduce retention period to fit in max message size …
grahamking Feb 7, 2024
4593222
fix(console): only trigger lints on async tasks (#517)
javihernant Feb 8, 2024
f28ba4a
fix(console): remove duplicate controls from async ops view (#519)
devanbenz Feb 13, 2024
8da7037
feat(console): add `--allow` flag (#513)
Rustin170506 Feb 13, 2024
87026d9
chore: switch to `cargo dist` for release publishing (#522)
hawkw Feb 13, 2024
823e3df
chore: add FlakeHub publishing for Nix flake (#520)
hawkw Feb 13, 2024
28a27fc
chore: redo nix flake (#521)
hawkw Feb 13, 2024
4150253
feat(subscriber): support grpc-web and add `grpc-web` feature (#498)
Rustin170506 Feb 16, 2024
4af30f2
docs(subscriber): add a grpc-web app example (#526)
Rustin170506 Feb 23, 2024
bdaf05e
chore: remove atty dependency since it's not used (#530)
yerke Feb 26, 2024
ea11ad8
fix(console): add pretty format for 'last woken' time (#529)
yerke Feb 27, 2024
5a4ca26
chore: upgrade mio to 0.8.11 in Cargo.lock (#531)
Darksonn Mar 5, 2024
5e64936
refac(console): match span id earlier (#533)
Rustin170506 Mar 7, 2024
b158b05
test(subscriber): test with custom `self_wake()` function (#525)
hds Mar 8, 2024
af2ba7c
chore(console): make clippy happy (#536)
Rustin170506 Apr 1, 2024
bd0e4be
refac(console): match span id earlier (#535)
Rustin170506 Apr 6, 2024
85a1bfb
chore(deps-dev): bump vite from 5.1.3 to 5.1.7 (#537)
dependabot[bot] Apr 8, 2024
e176a7a
chore(deps): bump h2 from 0.3.24 to 0.3.26 (#538)
dependabot[bot] Apr 8, 2024
ab10721
chore: all use `.yml` for workflows (#540)
Rustin170506 Apr 9, 2024
ff22678
docs(subscriber): fix typo in doc comment (#543)
joshka Apr 10, 2024
74331e1
test(subscriber): remove very flaky tests (#544)
hds Apr 10, 2024
4d91f5d
test: add cases for format_location (#541)
Rustin170506 Apr 18, 2024
3193fde
chore: run clippy against all targets (#546)
Rustin170506 Apr 22, 2024
f913a7b
chore: drop unused structure to make clippy happy (#548)
Rustin170506 May 8, 2024
b2502ac
chore: rename config to config.toml (#549)
Rustin170506 May 9, 2024
6cbd6db
chore(console): bump ratatui to 0.26.2 and crossterm to 0.27.0 (#515)
joshka May 16, 2024
ef6816c
chore: bump tonic to 0.11 (#547)
matze May 16, 2024
1c1d599
chore: bump clap and clap_complete to the latest version (#552)
Rustin170506 May 16, 2024
60bcf87
chore: get rid of remove_dir_all (#542)
Rustin170506 May 16, 2024
a0d20fd
docs(console): add note about running on Windows (#510)
SimonsMine May 23, 2024
852a977
fix(subscriber): ignore metadata that is not a span or event (#554)
dinhani Jun 6, 2024
99437b0
chore: automate releases with Release-plz (#545)
hds Jun 7, 2024
dcf8c2c
chore: include tonic updates in release notes (#559)
hds Jun 7, 2024
87ba91c
chore(console): update cargo dist (#556)
hds Jun 8, 2024
b802bf1
chore: release tokio-console-v0.1.11, console-api-v0.7.0, console-sub…
github-actions[bot] Jun 10, 2024
0c28c9c
fix(console): tidy Cargo.lock (#562)
Rustin170506 Jun 20, 2024
5bdd1f2
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#563)
dependabot[bot] Jun 21, 2024
6ad0def
fix: handle Windows path correctly (#555)
Rustin170506 Jul 3, 2024
a6cf14b
feat(subscriber): add `TOKIO_CONSOLE_BUFFER_CAPACITY` env variable (…
iFrostizz Jul 5, 2024
b01631a
refactor(subscriber): use dep syntax to avoid crate rename (#573)
dnaka91 Jul 11, 2024
5f6faa2
update(api,subscriber)!: upgrade tonic to 0.12 (#571)
dnaka91 Jul 12, 2024
ee4ef17
chore(deps): bump ahash from 0.8.6 to 0.8.11 (#575)
Rustin170506 Jul 16, 2024
4543901
chore(deps): unpin and bump trycmd (#572)
dnaka91 Jul 16, 2024
9205e15
fix(console): avoid crash when accessing selected item (#570)
Rustin170506 Jul 24, 2024
c442063
fix(subscriber): remove unused `AggregatorHandle` and fix other lints…
hds Jul 29, 2024
ca39033
chore: release console-api-v0.8.0, console-subscriber-v0.4.0, tokio-c…
github-actions[bot] Jul 29, 2024
f8e1bee
fix(console): correct the grammar issue (#579)
Rustin170506 Aug 29, 2024
cbe5993
chore(deps): bump rollup in /console-subscriber/examples/grpc_web/app…
dependabot[bot] Sep 27, 2024
e00097b
chore(deps-dev): bump vite from 5.1.7 to 5.4.8 in /console-subscriber…
dependabot[bot] Sep 27, 2024
d2a9441
chore(deps): bump tonic from 0.12.0 to 0.12.3 (#588)
dependabot[bot] Oct 4, 2024
ae17230
feat(console): add large future lints (#587)
hds Oct 9, 2024
f4ee0df
chore: update dependencies (#590)
hds Oct 22, 2024
eff20bd
chore: update tokio-console screenshots for v0.1.13 (#591)
hds Oct 24, 2024
2dd6a0d
chore: release console-api-v0.8.1, console-subscriber-v0.4.1, tokio-c…
github-actions[bot] Oct 24, 2024
1f41b61
fix(api): bump minimum version of tonic (#593)
divergentdave Nov 4, 2024
7c1f9f2
feat: add the WatchState API (#582)
Rustin170506 Nov 5, 2024
6ef148a
feat: improve error msg when state streaming API is unimplemented (#598)
Rustin170506 Nov 11, 2024
e4e535b
chore: check minimal versions on CI (#596)
hds Nov 12, 2024
9f754be
refactor: apply `clippy::needless-lifetimes` suggestions (#603)
Rustin170506 Dec 11, 2024
dd64629
fix: bump the url to 2.5.4 (#602)
Rustin170506 Dec 12, 2024
3dbca7a
docs(subscriber): fix typo in doc comment
wathiede Dec 26, 2024
59875fe
chore(subscriber): bump vite in /console-subscriber/examples/grpc_web…
dependabot[bot] Jan 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .cargo/config

This file was deleted.

5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]

[alias]
xtask = "run --manifest-path ./xtask/Cargo.toml --"
6 changes: 5 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
use nix;
if command -v use_flake 2>&1 >/dev/null; then
use flake;
else
use nix ./nix/shell.nix;
fi
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @tokio-rs/console
/console-subscriber/examples/grpc_web @hi-rustin
10 changes: 10 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# These are supported funding model platforms

github:
# To support development of the console and other Tokio projects,
# you can donate to the Tokio organization!
- tokio-rs
# Eliza is willing to offer hands-on support --- including help
# with issues involving proprietary software --- in her free time,
# in exchange for a donation.
- hawkw
85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: "🐛 Bug Report"
description: "Report a bug encountered while using the console."
labels: ["S-bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to file a bug report! Please fill out this
form as completely as possible.

Please search to see if an issue already exists for the bug you
encountered. Also, please see [the `CONTRIBUTING.md` file][1] for
details on how to submit a bug report.

[1]: https://github.com/tokio-rs/console/blob/main/CONTRIBUTING.md#submitting-a-bug-report

- type: dropdown
id: crates
attributes:
label: What crate(s) in this repo are involved in the problem?
multiple: true
options:
- tokio-console
- console-subscriber
- console-api

- type: textarea
attributes:
label: What is the issue?
description: |
A clear and concise description of what the console is doing
wrong, and what you would expect it to do.
validations:
required: true

- type: textarea
attributes:
label: How can the bug be reproduced?
validations:
required: true

- type: textarea
attributes:
label: Logs, error output, etc
description: |
If the output is long, please create a [gist](https://gist.github.com/)
and paste the link here.

- type: textarea
attributes:
label: Versions
description: |
The versions of any crates involved in the problem. You can
use `cargo tree | grep console-` to list the versions of console crates
your program depends on, and you can use `tokio-console -V` to print the
installed version of the `tokio-console` CLI.
placeholder: |
```text
$ cargo tree | grep console-
```
validations:
required: true

- type: textarea
attributes:
label: Possible solution
description: If you have suggestions on a fix for the bug.

- type: textarea
attributes:
label: Additional context
description: |
Add any other context about the problem here. Or a
screenshot if applicable.

- type: dropdown
attributes:
label: Would you like to work on fixing this bug?
description: We are more than happy to help you through the process.
options:
- "yes"
- "no"
- "maybe"
validations:
required: true
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: 🙋🏾 Question
url: https://github.com/tokio-rs/console/discussions/new
about: Please use the discussions tab for questions about using the console.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: 💡 Feature Request
description: Suggest an idea for improving the console.
labels: ["S-feature"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a new feature! Please fill out
this form as completely as possible.

Please search to see if an issue already exists for the feature you are
suggesting.

- type: textarea
attributes:
label: What problem are you trying to solve?
description: A concise description of what the problem is.
placeholder: I would like to...
validations:
required: true

- type: textarea
attributes:
label: How should the problem be solved?
description: What do you want to happen? Add any considered drawbacks.
validations:
required: true

- type: textarea
attributes:
label: Any alternatives you've considered?
description: |
Is there another way to solve this problem that isn't as good
a solution?
validations:
required: true

- type: textarea
attributes:
label: How would users interact with this feature?
description: |
If you can, explain how users will be able to use this. Maybe
some sample CLI output?

- type: dropdown
attributes:
label: Would you like to work on this feature?
description: We are more than happy to help you through the process.
options:
- "yes"
- "no"
- "maybe"
validations:
required: true
7 changes: 4 additions & 3 deletions .github/workflows/audit.yaml → .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
- uses: actions/checkout@v4
# https://github.com/rustsec/audit-check/issues/2
- uses: rustsec/audit-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
97 changes: 0 additions & 97 deletions .github/workflows/ci.yaml

This file was deleted.

Loading