Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tokio-rs/console
a debugger for async rust!
https://github.com/tokio-rs/console
This branch changes existing lints to only trigger with tasks that are
async; those are all exc...
If the initial update message would be too big for tokio-console's grpc
decoder, reduce the rete...
Bumps [h2](https://github.com/hyperium/h2) from 0.3.18 to 0.3.24.
- [Release notes](https://git...
4ce24bffd1efc5384208019a53db1f90e690b395 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Do not record poll_ops if there are no current connected clients
(watchers). Without this `Ag...
We need to keep our `h2` dependency in sync with the version
of `tonic` that we use as we're do...
This branch adds a new `--warn` command-line argument and `warnings`
field in the config file. ...
- Update actions/checkout, arduino/setup-protoc, and
taiki-e/create-gh-release-action actions...
This fixes a new clippy lint added in 1.75. This warning is currently
causing CI failure:
http...
In the Resources tab, column names were being associated
to the wrong sorting keys, and some co...
Found a problem with the test in https://github.com/tokio-rs/console/actions/runs/6988785469/job...
075ab0c08f1c5f5b3648596466eb3ef7868e8b30 authored about 1 year ago by Rustin Liu <[email protected]>
A defect in the way polls are counted was fixed in #440. The defect
caused the polls of a "chil...
Correct a typo in the (internal) doc comments for
`ExpectedTask::validate_actual_task`.
Tokio console can connect to a console subscriber over HTTP or
(on UNIX) via a socket. However,...
It seems we don't need to `Pin` it here.
For the `next` API:
```rust
/// Creates a futu...
We don't need to create the endpoint first.
df4457fcc1a9850331aab9f3f98bd25535094cc2 authored about 1 year ago by Rustin Liu <[email protected]>Adds a missing space.
Rustfmt doesn't really work at full power inside macros.
Signed-off-...
8acd8bfc49fbd5f4691db879714b1754c75f67bb authored about 1 year ago by Rustin Liu <[email protected]>
Updates teh `dirs` crate dependency in `tokio-console` from v4
to v5. No code changes necessary...
A flakiness problem has been discovered with the `console-subscriber`
integration tests introdu...
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.24 to 0.37.25.
- [Release ...
We have a test to ensure that the documentation containing the help text
generated by `tokio-co...
In the `tokio-console` tasks view, there are a fixed set of columns and
any remaining fields ar...
After upgrading to Clap v4 (#469), the help output of `tokio-console`
changed slightly.
This...
6dd661dd57aeacedb8dbda2ed7ab17a20888409a authored about 1 year ago by Rustin Liu <[email protected]>2dd3559ccf8a88e0e0a140f076135ea3f6f26f02 authored about 1 year ago by Rustin Liu <[email protected]>
The number of each variant of event encountered while draining the mpsc
channel of events sent ...
Changes for Clippy in Rust 1.73.0.
Signed-off-by: hi-rustin <[email protected]>
e1b1e16f0fead0f41aa3f7f9aefb88ce7edb3152 authored about 1 year ago by Rustin Liu <[email protected]>
On supported platforms, a short key press generates two crossterm
events: One for the initial p...
Tokio console was previously using Clap v3, which is in maintenance and ...
caba1a36ae2b4c4c489f5fde3499d21f3ae8fbdb authored about 1 year ago by Rustin Liu <[email protected]># Changelog
All notable changes to this project will be documented in this file.
This project a...
# Changelog
All notable changes to this project will be documented in this file.
This project a...
43e2b4878b6851ebfdcc1e2987fc13d855c19197 authored about 1 year ago by Eliza Weisman <[email protected]>
454b950bb318d89ccacd64441f838660346de05a authored about 1 year ago by Eliza Weisman <[email protected]>
42200234a61e1bc6473b76e9b793c2e5a58253af authored about 1 year ago by Hayden Stainsby <[email protected]>
# Changelog
All notable changes to this project will be documented in this file.
This project a...
Adds a missing backtick to close a code block that otherwise continued
until the end of the par...
The `console-subscriber` crate has no integration tests. There are some
unit tests, but without...
PR #464 increased the MSRV to Rust 1.64, including the CI MSRV job and
the `rust-version` field...
BREAKING CHANGE:
This is a breaking change for users of `console-api` and
`console-subscriber`, ...
feat(console): add warning for tasks that never yield (#439)
Adds a new warning for tasks tha...
d05fa9ee6456dd9a9eec72c5299c32a4f0c845c0 authored about 1 year ago by jefftt <[email protected]>
I noticed that `console-subscriber` was my only dependency pulling in
the `futures` top-level li...
Add cfg `console_without_tokio_unstable` for developers to turn off the
assertion on `tokio_uns...
I just came across this typo in the Readme when using `tokio-console` for the first time.
This...
The current logic present in `IdData::drop_closed` marks an item (task,
resource, and async op ...
In #403, the tasks list view was changed to display the `tokio::task::Id` of
the task, instead ...
Now it is possible while navigate in `async_ops_table` to go directly to
details of the task th...
Clippy was complaining about 3 new things in 1.72.0. Two new lints and
one updated one.
When...
9c774147fd7975e7baeaa69234e96d4085af1644 authored about 1 year ago by Hayden Stainsby <[email protected]>
When entering and exiting a span the old code was also updating the parent
stats. This was caus...
We often receive questions about the meaning of certain columns in the
different views in Tokio...
cd1a2778ed6d28bc90c865ad21af009555ef2a5c authored about 1 year ago by Dirk Stolle <[email protected]>
42f56d577070349f9c1d858b0019babdc845bba5 authored about 1 year ago by Eliza Weisman <[email protected]>
Signed-off-by: Eliza Weisman <[email protected]>
1ecf2573394ef3ef20a2ac9f36f2ab87b688f795 authored about 1 year ago by Eliza Weisman <[email protected]>
The `ConsoleLayer` builder provides the user with a console layer and
a server, which is used t...
This PR adds an explicit dependency to futures-core for `console-api` to
fix broken builds. Wit...
This appears to be breaking it.
96dd28c235344aa00fd07c75c434b8f8fedf4f6c authored about 1 year ago by Eliza Weisman <[email protected]>Signed-off-by: Eliza Weisman <[email protected]>
42f5db14fa00f3fbc1001e30562b9401f2fa3002 authored about 1 year ago by Eliza Weisman <[email protected]>This closes #411.
This is how it looks like.
<img width="514" alt="Screenshot 2023-07-03 a...
9428d7fc99351e22f5d3b756c506d1792d74de9a authored about 1 year ago by Federico Guerinoni <[email protected]>* fix(console): remove trailing space from task/resource location
When a file location is for...
90e591887414e9a1435a709454486c340b50cd44 authored about 1 year ago by Hayden Stainsby <[email protected]>8eb2a2ad6f169911234239b3fa9bfcc5df30fe70 authored about 1 year ago by Dirk Stolle <[email protected]>
87c18ebd030d9bacbdf3caf8582f564679636b61 authored about 1 year ago by Hayden Stainsby <[email protected]>
359a4e7fa72911e47e2f9daa1e1a04ecaf84afbc authored about 1 year ago by Hayden Stainsby <[email protected]>
Self-wakes were not being detected and displayed in the console. The
`burn` task in the `app` e...
4a88b28e608465eb3c23cbe7f0cb589ed6110962 authored about 1 year ago by Auri <[email protected]>
577c3c45139d51bb4d7507434482223a1a4a27d0 authored about 1 year ago by Dirk Stolle <[email protected]>
Each view in tokio-console has a widget up the top that lists the
available controls for that v...
The sparklines histogram used to visualize poll times and scheduled
times renders a legend for ...
In #421, the screenshots in the `tokio-console` README were updated to
match the current code. ...
760ab48756eb8803bcb2214564a1f626a3727f1d authored about 1 year ago by Eliza Weisman <[email protected]>
See https://github.com/tui-rs-revival/ratatui/wiki/Migrating-from-TUI
b209dd654b4929870aa8856e61b9b4f41bbe6f5b authored about 1 year ago by Josh McKinney <[email protected]>Signed-off-by: Eliza Weisman <[email protected]>
2d73ef1757bccde3af4c748dc92b708c4cf41722 authored about 1 year ago by Eliza Weisman <[email protected]>3a54e1e9c4c100f4f91fbf3906f66e67245b3689 authored about 1 year ago by Eliza Weisman <[email protected]>
Signed-off-by: Eliza Weisman <[email protected]>
eb4f55eb4d0692bfd39561d6a39d7cade625af71 authored about 1 year ago by Eliza Weisman <[email protected]>
This is `tonic` 0.9's MSRV, so we must update our minimum Rust version
as well.
Signed-off-by: Eliza Weisman <[email protected]>
272705bfc4816e05cce04da8f892f05b2a3564bf authored about 1 year ago by Eliza Weisman <[email protected]>
The screenshots in the README, which are also used in in the
`tokio-console` page on docs.rs we...
This commit updates the `console-subscriber` and `tokio-console` crates'
`tonic` dependencies to...
The screenshots in the README, which are also used in in the
`tokio-console` page on docs.rs we...
This reverts commit 4f714845f3cda0978b0b1cc850072878ed4f8599. This
commit breaks the existing do...
This commit updates the Tonic dependency for `console-api` from v0.8 to
v0.9.
BREAKING CHANGE:
...
We maintain separate changelogs for the `tokio-console`, `console-api`,
and `console-subscriber...
Currently, the Nix `flake.nix` pins the nixpkgs version to
`release-21.11`. This branch of nixp...
This branch adds a new `release.sh` script in `bin/` that can be used to
publish releases of co...
The enhanced `clippy::almost_swapped` lint which shipped in Rust 1.69.0
was triggering in some ...
Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.18.
- [Release notes](https://gith...
Display the scheduled time percentiles and sparklines for the histogram
of scheduled times. The...
In Rust 1.69.0, the `almost_swapped` lint was enhanced and now triggers
on the clap 3.x `Subcom...
There are 2 widgets which display the poll times for a task in the
detail view. The poll times ...
Each task displays the sum of the time it has been idle and busy, as
well as the total. The idl...
Add support for console connections that use Unix domain sockets rather
than TCP.
Closes #29...
a944dbcff2de49e45d5fa99edb227c85a5c3d40f authored about 1 year ago by Nikhil Benesch <[email protected]>
The Console API specifies sending task busy duration only for completed
polls, it doesn't inclu...
Tokio Console generates its own sequential Id for internal tracking and
indexing of objects (ta...
Fixes #393
a1cf1b813ac9c02e8c6180dea8f5200dbe5fcc09 authored about 1 year ago by Yuta Yamaguchi <[email protected]>Signed-off-by: hi-rustin <[email protected]>
Signed-off-by: hi-rustin <[email protected]>
5b7e00af7c1f1338ef56acfbd1930c1af1dbf000 authored about 1 year ago by 二手掉包工程师 <[email protected]>Fixes #386
Signed-off-by: hi-rustin <[email protected]>
bbb8f25a666a4e15de3c5054244e228a51b5c7c0 authored about 1 year ago by 二手掉包工程师 <[email protected]>Co-authored-by: Eliza Weisman <[email protected]>
43891aba0a42ec85cdcdfeac2a31ffe612eb1841 authored about 1 year ago by Daniel Henry-Mantilla <[email protected]>
The `color-eyre` crate was previously on version 0.5. This version
depends on `tracing-subscribe...
The durations in the tokio-console UI are shown with a unit, so the
digits after the decimal se...
053755c0806f8d830884b02faf93474d751ab511 authored about 1 year ago by Yuta Yamaguchi <[email protected]>
Fixes #382
0a6012b57b39673e4f9a5c95c34d648f857e55fe authored about 1 year ago by Antoine Büsch <[email protected]>Found via these commands:
codespell .
markdownlint *.md --disable MD013
Currently, the help text for the `r` and `t` keystrokes to switch to the
Resources and Tasks vi...