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

docs: fix typos and markdown lints (#369)

Found via these commands:

codespell .
markdownlint *.md --disable MD013

8e3c6c587f1226ba42165632327ba45a3198051b authored about 1 year ago by Kian-Meng Ang <[email protected]>
fix(console): make `retain_for` default to 6s if not specfied (#383)

Fixes #382

0a6012b57b39673e4f9a5c95c34d648f857e55fe authored about 1 year ago by Antoine Büsch <[email protected]>
chore(ci): build for aarch64 (#389)

Build and add to the released binaries for `aarch64-unknown-linux-gnu`,
`aarch64-apple-darwin` ...

6f47b7bca00220f40c4b4ad4885889e42d9bb878 authored about 1 year ago by Maxime BORGES <[email protected]>
chore(api): prepare to release v0.4.0 (#366)

<a name="0.4.0"></a>
## 0.4.0 (2022-08-10)

#### Breaking Changes

* Update `tonic` to `0....

090b868a9a3a789dfc9c6f95e187380158439d36 authored about 1 year ago by Eliza Weisman <[email protected]>
chore(console): upgrade parking_lot to 0.12 (#390)

Hey I noticed this out of date in my `Cargo.lock`, and since I didn't
see any PRs/issues open d...

ac795ed981c2b726a9e9337ec26f47cdefa19795 authored about 1 year ago by Cynthia Coan <[email protected]>
fix(console): declare `tokio-console` bin as `default-run` (#379)

Currently, the documented `cargo-run` in README no longer works, as now
there are two binaries:...

9ce60ecbe2a195ccbd1ee8e1cb573ebadb125061 authored about 1 year ago by Daniel Caballero <[email protected]>
chore(api): fix clippy errors (#375)

Needed for #374.

This configures clippy to ignore most of the generated code in
`console-api`.

c903b33c0978a36d4dc54d63558efc930c749818 authored about 1 year ago by Noah Kennedy <[email protected]>
fix(console): enable view-switching keystrokes on details views (#387)

Currently, the help text for the `r` and `t` keystrokes to switch to the
Resources and Tasks vi...

f417d7a32561d91a355a38b200e4c8481d3c93da authored about 1 year ago by Arif Driessen <[email protected]>
feat(console): filter out boring frames in backtraces (#365)

This commit adds `color_eyre`'s default backtrace frame filters, so we
skip stuff that's not rel...

95a5e54269451848e2e0ca2c6108f279c6297127 authored about 1 year ago by Eliza Weisman <[email protected]>
feat(console): include config options in autogenerated issues (#365)

This adds a dump of all the console's config options to the issue
metadata for GitHub issues gen...

3244a1f7f8958d76ba8bfa5afaf9da551f100414 authored about 1 year ago by Eliza Weisman <[email protected]>
chore: prepare to release console-subscriber v0.1.7 (#367)

<a name="0.1.7"></a>
## 0.1.7 (2022-08-10)

#### Features

* Update `tonic` to `0.8` (#364...

8b670686704e9f1fce9e4bd995b0891bc98d98cf authored about 1 year ago by Eliza Weisman <[email protected]>
chore: prepare to release tokio-console v0.1.7 (#368)

<a name="0.1.7"></a>
## 0.1.7 (2022-08-10)

#### Features

* include config options in aut...

ba93c85cb0d56bf5c05d02dc6464bedff199953d authored about 1 year ago by Eliza Weisman <[email protected]>
feat(console): only suggest opening issues for panics (#365)

This changes the console CLI's error handling so that GitHub issues are
only suggested for panic...

da2a89c0481277be78034e3c60c978d7a7a0f59b authored about 1 year ago by Eliza Weisman <[email protected]>
feat(console): init error handling before subcmds (#365)

This way, if running a subcommand panics/errors, we still get nice
`color-eyre` reports.

ec66eda67fd3a4de626299bd979cb174a2dd87bd authored about 1 year ago by Eliza Weisman <[email protected]>
feat: update Tonic and Prost dependencies (#364)

This branch updates the console crates' dependency on `tonic` to v0.8.0
and `prost` to 0.11.0.

...

f9b8e03bd7ee1d0edb441c94a93a350d5b06ed3b authored about 1 year ago by Eliza Weisman <[email protected]>
refac(console): factor out a `Store` type (#359)

Currently, there's a bit of repeated boilerplate code for processing
updates to the stored stat...

e4eff4d1c95259ac3a46f21c910fcc2c2f96004f authored over 2 years ago by Eliza Weisman <[email protected]>
chore(ci): update actions/checkout action to v3 (#361)

dd36e4ccb39023491f08c973a9ab81ad767d856c authored over 2 years ago by Taiki Endo <[email protected]>
refac(console): use a newtype to separate ID types (#358)

The console TUI's state model deals with two different types of IDs:

- the actual `tracing` ...

6baf72d4a33f9a8293004888081f876850e67db6 authored over 2 years ago by Eliza Weisman <[email protected]>
chore(ci): also try building on nightly (#356)

Signed-off-by: Eliza Weisman <[email protected]>

9699300ec7901b71dce0d3555a7be2c86ec4e533 authored over 2 years ago by Eliza Weisman <[email protected]>
chore(console): prepare to release v0.1.6 (#357)

<a name="0.1.6"></a>
## 0.1.6 (2022-05-24)

#### Bug Fixes

* default `--no_colors` to `fa...

ee24b068490adb03d77cbdbf2de95e9bf1dcefed authored over 2 years ago by Eliza Weisman <[email protected]>
chore(ci): test `tokio-console` with `--locked` (#354)

This branch changes the CI configuration to run `cargo test` for the
`tokio-console` crate with...

72ee6761f01fffbe2db534bb305d4ee9f6e6edd4 authored over 2 years ago by Eliza Weisman <[email protected]>
feat(console): add subcommand to gen shell completions (#336)

This PR includes adding subcommand for shell completions. Generating a man page will be done as ...

df4d468375138b4115fb489b67ca72fbbd8f9ba1 authored over 2 years ago by nrskt | norisuke_takafuji <[email protected]>
chore(subscriber): prepare to release v0.1.6

<a name="0.1.6"></a>
## 0.1.6 (2022-05-23)

#### Features

* add `Builder::poll_duration_histog...

95a17b6f549ca6d9d22777043dc6f65432fdc69b authored over 2 years ago by Eliza Weisman <[email protected]>
chore(api): prepare to release v0.3.0 (#353)

<a name="0.3.0"></a>
## 0.3.0 (2022-05-23)

#### Features

* add optional histogram outlie...

5490d64c098d6997f4327e7ec08d5136ece2a2e5 authored over 2 years ago by Eliza Weisman <[email protected]>
feat(console): display outliers in histogram view (#351)

This commit updates the console UI to display the outlier count and
highest outlier under the hi...

dec891ff080b135dc10919b2b59665989e73daf3 authored over 2 years ago by Eliza Weisman <[email protected]>
feat(subscriber): add `Builder::poll_duration_histogram_max` (#351)

This commit adds a new method for configuring the poll duration
histogram's upper bound.

a966feb3d24e555b76c39830216f6fcff6c18f85 authored over 2 years ago by Eliza Weisman <[email protected]>
fix(subscriber): fix memory leak from resizing histograms (#351)

## Motivation

Currently, the console uses the [`hdrhistogram` crate][1] to record poll
duration...

32dd33760a633a409d7828783dd8c095c7b6b0ed authored over 2 years ago by Eliza Weisman <[email protected]>
feat(api): add optional histogram outlier details (#351)

Currently, the protobuf `TaskDetails` message sends only the raw
binary representation of an `hd...

46115913877051090abd36719161f306b68124c7 authored over 2 years ago by Eliza Weisman <[email protected]>
chore: add `LICENSE` files to each crate (#347)

This branch adds a copy of the `LICENSE` file to each crate's
directory. This should make it ea...

d08391c556926f9faf8b81b1e3e8ac8470181310 authored over 2 years ago by Eliza Weisman <[email protected]>
fix(console): default `--no_colors` to `false` (#344)

Default `no_colors` setting to false.

## Why?

### Before

Input below would produce no c...

e58352fe5e205620f1fe43acaceaff9cf7913394 authored over 2 years ago by Eugene <[email protected]>
chore(console): prepare to release v0.1.5 (#343)

<a name="0.1.5"></a>
## 0.1.5 (2022-04-30)

#### Bug Fixes

* always log to a file instead...

d91ecdf7d85443873c0b903b1dd0ca8ae24ec54a authored over 2 years ago by Eliza Weisman <[email protected]>
chore(subscriber): prepare to release v0.1.5 (#342)

<a name="0.1.5"></a>
## 0.1.5 (2022-04-30)

#### Features

* add support for `EnvFilter` i...

0b3f59280070b1b9f44ec7473ff36279c4ad54c4 authored over 2 years ago by Eliza Weisman <[email protected]>
chore(ci): never mark releases as drafts

Signed-off-by: Eliza Weisman <[email protected]>

178fb045f6806615a51f02c1f4bcbaaeec9eafe8 authored over 2 years ago by Eliza Weisman <[email protected]>
fix(console): always log to a file instead of `stderr` (#340)

## Motivation

Currently, the `tokio-console` CLI includes `tracing` support for
internal deb...

ef39b9a6419227d10e7a4d299ca95673ea200944 authored over 2 years ago by Eliza Weisman <[email protected]>
feat(subscriber): add support for `EnvFilter` in `Builder::init` (#337)

`console-subscriber`'s `Builder::init` and `init` functions construct
both a `ConsoleLayer` and...

1fe84b7270e9e6d41d0f1b97029ef4793aa6b58d authored over 2 years ago by Eliza Weisman <[email protected]>
docs: Update minimal Rust version (#338)

In #318, the CI version was changed to Rust 1.58+ and installation of
tokio-console 0.1.4 on Ru...

ff3b6db6fa06456a14992663e8ff7ba8c80c1cc1 authored over 2 years ago by Shane Sveller <[email protected]>
feat(console): add missing configurations to config file (#334)

This changes adds `default_target_addr`, `log`, and `retention` keys to the
configuration file....

472ff52e6445dd2c103b218d60a4e0cad9a1972e authored over 2 years ago by nrskt | norisuke_takafuji <[email protected]>
docs: fix broken links in readme (#335)

Small typo causes 404
https://github.com/docs.rs/console-subscriber/latest/console_subscriber
...

c4c4a6328585f86fb16b227b876ce407197a0aef authored over 2 years ago by Ethan Brierley <[email protected]>
docs(subscriber): fix broken `Server` rustdoc (#332)

Currently, the RustDoc for the `Server` type has a single backtick
without a corresponding back...

84605c4adc809bd715670c61a8a6e1a33a790fdf authored over 2 years ago by Eliza Weisman <[email protected]>
docs: fix broken link in README (#329)

Signed-off-by: hi-rustin <[email protected]>

f3efb4419b261747788239ee57cba31a5c379320 authored over 2 years ago by 二手掉包工程师 <[email protected]>
feat(console): emit a parse error a config file contains unknown fields (#330)

This work is related to https://github.com/tokio-rs/console/pull/320#issuecomment-1095416429
re...

3a67d476835e4a1d3557190b85f5a89c760490bb authored over 2 years ago by nrskt | norisuke_takafuji <[email protected]>
console: prepare to release v0.1.3 (#328)

<a name="0.1.4"></a>
## 0.1.4 (2022-04-13)

#### Features

* add autogenerated example con...

ce901c8f359d0de99430b51abd0cde63513de66a authored over 2 years ago by Eliza Weisman <[email protected]>
feat(console): add autogenerated example config file to docs (#327)

This branch updates `tokio-console`'s documentation to include a
configuration reference descri...

79da280f4df9d1e0e6e3940e40b3faf123435a74 authored over 2 years ago by Eliza Weisman <[email protected]>
feat(console): add `gen-config` subcommand to generate a config file (#324)

This branch builds upon the config file support added in #320 and adds a
new `gen-config` subco...

e034f8d0967fc589e4a48425075b6ae9abb47fc8 authored over 2 years ago by Eliza Weisman <[email protected]>
docs(console): fix links to console-subscriber's API docs (#326)

Links to builder and init APIs were broken.

bebaa16b3b72ea08724bc0dc5d3aae60920485c7 authored over 2 years ago by Sebastián Magrí <[email protected]>
feat(console): surface dropped event count if there are any (#316)

During normal operation it won't show anything:

```
connection: http://127.0.0.1:6669/ (CONN...

16df5d30a011fc627e993ed71889877e70192baf authored over 2 years ago by Ivan Babrou <[email protected]>
feat(console): read configuration options from a config file (#320)

Support config files as follows.

- $XDG_CONFIG_HOME/tokio-console/console.toml
- current con...

defe34609508086cdc527fbf813cbca4732d49cd authored over 2 years ago by nrskt | norisuke_takafuji <[email protected]>
chore: prepare to release v0.1.4

<a name="0.1.4"></a>
## 0.1.4 (2022-04-11)

#### Bug Fixes

* fix memory leak from historical ...

43fb91f58b1ed6255d21fe591c68275995ea8894 authored over 2 years ago by Eliza Weisman <[email protected]>
chore: prepare to release `console-api` v0.2.0 (#322)

<a name=""></a>
## 0.2.0 (2022-04-08)

#### Breaking Changes

* Update `tonic` to `0.7` (#...

0d6d7a9af3a8174ca624f4289c5877ad3ac4f227 authored over 2 years ago by Eliza Weisman <[email protected]>
docs: add tokio-console installation section (#313)

## Description

This PR adds a section for installing the tokio-console crate as well as
fixe...

d79390303590a534a8224efbe96c6023c336a32f authored over 2 years ago by Nick Gerace <[email protected]>
feat(subscriber): don't trace tasks spawned through the console server (#314)

Enabling the console subscriber starts a server that generates a lot of
async activity. Intros...

0045e9bf509b8fd180c20ea846ff1da065c86a7f authored over 2 years ago by Gabriel de Perthuis <[email protected]>
docs(subscriber): warn against enabling compile time filters in the readme (#317)

* Warn against enabling compile time filters in the readme

* review feedback

* Apply sugge...

9a27cd23dfe1004c5cc8e04c58dfac187ebf93fa authored over 2 years ago by Lucas Kent <[email protected]>
style: fix Rust 1.60 clippy lints (#321)

Rust 1.60's version of `clippy` introduced a few new lints that now
trigger on the console code...

331a1d7e95d31d54f819ef2181b86ef600c9b77d authored over 2 years ago by Eliza Weisman <[email protected]>
feat(console-api): Update `tonic` to `0.7` (#318)

This change updates `tonic` and `prost` to their latest versions. In
addition this PR changes h...

83d8a870bcc40be71bc23d0f45fc374899c636a8 authored over 2 years ago by Lucio Franco <[email protected]>
fix(subscriber): fix memory leak from historical `PollOp`s (#311)

## Motivation

Currently, `console-subscriber` retains all `PollOp`s that have been
recorded ...

9178ecf02f094f8b23dc26f02faaba4ec09fd8f5 authored almost 3 years ago by Eliza Weisman <[email protected]>
chore(console): prepare to release v0.1.3 (#309)

## 0.1.3 (2022-03-09)

#### Bug Fixes

* exit crossterm before printing panic messages (#30...

3c559121e3c5ad175471718a3cf87ada0146a7cd authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(console): exit crossterm before printing panic messages (#307)

If the `tokio-console` CLI panics, we will eventually exit `crossterm`'s
terminal capturing and...

43606b9a7ccff0157325effbc48e1d71a194e5de authored almost 3 years ago by Eliza Weisman <[email protected]>
feat(console): add icon representing column sorting state (#301)

This branch adds an `▵` or `▿` icon (or `+`/`-` in ASCII-only mode) that
represents how the sel...

b9e0a2266c98cd11a5261323dc20e04f17514b97 authored almost 3 years ago by nrskt | norisuke_takafuji <[email protected]>
chore: add `CODEOWNERS` file (#303)

This branch adds a `CODEOWNERS` file to automatically assign reviewers
for PRs.

Currently, I...

be8bd8fc741378f4ea8e84cc056614b47f174217 authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(console): prevent panics if subscriber reports out-of-order times (#295)

Changes duration_since and unchecked subtractions to assume
`Duration::ZERO` (via `Default`) if...

80d7f4250ee5add0965ff100668be21d20621114 authored almost 3 years ago by Thomas Karpiniec <[email protected]>
chore(CI): don't trigger duplicate CI runs on pushes (#305)

Currently, CI is configured to run on all pushes, and on all pull
requests. This means that whe...

b4e6b6a61eb8fc03a623c7d33a98830c2109fe0d authored almost 3 years ago by Eliza Weisman <[email protected]>
chore: deduplicate security report issue templates (#306)

It turns out GitHub automatically generates a security report link,
so it ended up duplicated. ...

7ee19f3ca30764b8ec660ea83603ca9941b6f49c authored almost 3 years ago by Eliza Weisman <[email protected]>
chore: add issue templates and security policy (#304)

Currently, when people report issues with the console, they just get a
blank issue. This makes ...

d64a4c0cd35d4d33085669796a45ec070d645845 authored almost 3 years ago by Eliza Weisman <[email protected]>
style(console): fix Clippy lints on "unnecessary" `to_owned` calls (#302)

Currently, Clippy's [`unnecessary_to_owned`][1] lint is triggering in a
couple of places in `to...

47c2bc127773359e1f1ed863282252b2fc7619ad authored almost 3 years ago by Eliza Weisman <[email protected]>
chore: update lockfile

9a9278e41d2497734efcf901b29c338cba492a69 authored almost 3 years ago by Eliza Weisman <[email protected]>
chore(console): prepare to release v0.1.2 (#293)

<a name="0.1.2"></a>
## 0.1.2 (2022-02-18)

#### Bug Fixes

* console-api dependencies to requi...

900a5c2bd5b610e9b939a5f824af1ac1a11267d0 authored almost 3 years ago by Eliza Weisman <[email protected]>
chore(subscriber): rm duplicate changelog entries (#294)

The `console-subscriber` changelog somehow ended up with two entries
for v0.1.1. This caused th...

7f6cb3b00a27af04b444b2ca6c06962b192397cf authored almost 3 years ago by Eliza Weisman <[email protected]>
chore(subscriber): prepare to release v0.1.3 (#292)

#### Features

* add `Builder::filter_env_var` builder parameter (#276)
([dbdb1494](dbdb1...

0e67d17e1b92f549c787a5c700008064c10da00e authored almost 3 years ago by Eliza Weisman <[email protected]>
docs: document minimum Tokio versions (#291)

This branch adds documentation to the `console-subscriber` _and_
`tokio-console` READMEs and Ru...

3b1f14a50c507e7b5b672491fada6dfb067fc671 authored almost 3 years ago by Eliza Weisman <[email protected]>
feat(subscriber): add `Builder::filter_env_var` builder parameter (#276)

Add a new builder method to `console_subscriber::Builder` to configure
the filter environment v...

dbdb14949bd2ac7c58e5c38cecbeb3fb76f45619 authored almost 3 years ago by mujpao <[email protected]>
docs: add information on where to put .cargo/config.toml (#284)

I ran into an issue where putting my .cargo/config.toml with the
tokio_unstable rustflag in the...

d07aa89b168a120c47fb4bc88d6691a157406631 authored almost 3 years ago by Frederik-Baetens <[email protected]>
fix(subscriber): record timestamps for updates last (#289)

* refac(subscriber): factor out update construction

This branch refactors how the aggregator ...

703f1aa449c7579d15af8adfbfc172e75da99281 authored almost 3 years ago by Eliza Weisman <[email protected]>
refac(subscriber): factor out update construction (#290)

This branch refactors how the aggregator task builds update messages. In
particular, it factors...

f2a25ed7ca21c85402bcfd88bbaefd6656f099f3 authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(subscriber): use monotonic `Instant`s for all timestamps (#288)

## Motivation

Currently, the `console-subscriber` crate records all timestamps as
`SystemTim...

abc083000cb6de51e37d5037283e97ed0e27249e authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(subscriber): bail rather than panic when encountering clock skew (#287)

## Motivation

Currently, if compiled in debug mode, the `console-subscriber` crate's
`PollSt...

24db8c603fc86199f54a074a08390c68d1aa04e1 authored almost 3 years ago by Eliza Weisman <[email protected]>
docs: fix broken links in READMEs and subscriber doc comment (#285)

Documentation about setting the default subscriber in tracing and the
builder interface for con...

a2202f76beb0cc7983355aec108697f8964fe837 authored almost 3 years ago by Thomas Karpiniec <[email protected]>
chore(console): fix homepage URL in cargo metadata (#283)

The `tokio-console` crate's `homepage` URL was incorrect after the crate
was moved from a direc...

01ca5c4bdb0196f16b8cf8c108dd2b16dd57481b authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(subscriber): fix compilation on targets without 64-bit atomics (#282)

## Motivation

Currently, the `console-subscriber` crate does not compile on targets
without ...

5590fdbc3e7f78c6a3800f0e07c148320447788e authored almost 3 years ago by Eliza Weisman <[email protected]>
chore(api): move timestamp proto file (#277)

This PR moves
`console-api/proto/google/protobuf/timestamp/timestamp.proto` to
`console-api/pr...

fd309c048c98d20bd83b3c10b4f0b8fa8a5f80ba authored almost 3 years ago by Tom Dohrmann <[email protected]>
subscriber: prepare to release v0.1.2 (#275)

<a name="0.1.2"></a>
## 0.1.2 (2022-01-18)

#### Bug Fixes

* update console-api dependenc...

e590df39ca38cf795b1aec493403e1411e3b4766 authored almost 3 years ago by Eliza Weisman <[email protected]>
docs(api): reword comment on the tracing_core::metadata::Kind match (#272)

I don't think it's accurate that a compiler change made this
exhaustively matchable when it was...

1ac3b9f4558d8f4f1233aa40ffd87702c58cbfee authored almost 3 years ago by David Tolnay <[email protected]>
fix: console-api dependencies to require 0.1.2 (#274)

This should ensure we don't see any compilation errors.

Signed-off-by: Eliza Weisman <eliza@b...

b95f683f0514978429535a75c86f8974b05a69aa authored almost 3 years ago by Eliza Weisman <[email protected]>
api: prepare to release v0.1.2 (#273)

<a name="0.1.2"></a>
## 0.1.2 (2022-02-04)

#### Bug Fixes

* fix accidental exhaustive mat...

c7cab7112368682a8ccea8c4ec4a5ef99b88d567 authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(api): fix accidental exhaustive matching on `metadata::Kind` (#271)

The `tracing_core::metadata::Kind` type was not intended to be matched
exhaustively, so that it...

d9aafaa05549379cf02113faea90816de2235c16 authored almost 3 years ago by Eliza Weisman <[email protected]>
console: fix missing histogram in task details (#269)

Task `Details` are tracked by the remote's `span::Id` while the
`Task::id()` is the friendly id...

884f4ecac8cba7eee7f895024da4c6e28de75289 authored almost 3 years ago by Justin Geibel <[email protected]>
chore(console): rename `console` dir to `tokio-console` (#263)

Currently, the `tokio-console` CLI's crate is named `tokio-console`, but
the directory is just ...

e7b228d13b5da3885532ff5d42d7f41c90dcbcb0 authored almost 3 years ago by Eliza Weisman <[email protected]>
console: prepare to release v0.1.1 (#261)

<a name=""></a>
## (2022-01-18)

#### Features

* feature-flag `tracing-journald` dependency (...

25b80cecffc6c39a946c6d85935c1bf9a7a012ac authored almost 3 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release v0.1.1 (#260)

<a name="0.1.1"></a>
## 0.1.1 (2022-01-18)

#### Bug Fixes

* only send *new* tasks/resour...

12a4821a0058dd6e1a0e4f6729a0f78fac291e0e authored almost 3 years ago by Eliza Weisman <[email protected]>
api: prepare to release v0.1.1 (#259)

<a name="0.1.1"></a>
## 0.1.1 (2022-01-18)

#### Features

- add `From<tracing_core::span::...

1fe06508604dcfff473455fe848e9ff2a5588f62 authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(subscriber): only send *new* tasks/resources/etc over the event channel (#238)

## Motivation

Currently, there are some rather bad issues that occur when the event
buffer i...

fdc77e28d45da73595320fab8ce56f982c562bb6 authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(console): fix task lookup in async ops view (#257)

#244 moved rewriting of ids to the console. We have however forgot to look up
the pretty ID whe...

9a50b63082d7cebc5cba408139bcf12348e9466a authored almost 3 years ago by Zahari Dichev <[email protected]>
fix(console): don't make details requests with rewritten IDs (#251)

## Motivation

PR #244 moved the rewriting of `tracing` span IDs to sequential
low-number IDs...

4ec26a8d535674c7906d6e42c2633d4f24a524a5 authored almost 3 years ago by Eliza Weisman <[email protected]>
fix(console): fix build error with journald enabled

Signed-off-by: Eliza Weisman <[email protected]>

a931b7ec2731b0a720df5ea767defa9a1fe8bf00 authored almost 3 years ago by Eliza Weisman <[email protected]>
feat(console): feature-flag `tracing-journald` dependency (#250)

`tracing-journald` depends on relatively recent libc APIs that may not
be available on all Linu...

24f25dbde87e669571313e82c82ed4f5d1c26c83 authored almost 3 years ago by Eliza Weisman <[email protected]>
chore(console): update to `clap` v3 stable (#247)

This branch updates the `tokio-console` CLI's `clap` dependency from
3.0.0-beta.5 to the new st...

931001a1bae61dcbb3846d0b2d99521d207e6388 authored almost 3 years ago by Eliza Weisman <[email protected]>
refac: move ID rewriting to `console` (#244)

Currently, `console-subscriber` contains a bunch of machinery for
rewriting non-sequential `spa...

095b1ef019942ab95ce1d424b3a3207b45098b3d authored almost 3 years ago by Eliza Weisman <[email protected]>
chore(nix): include `RUST_SRC_PATH` in nix-shell (#241)

This fixes rust-analyzer not being able to find the source path after
merging #220.

ef5530311a7cc841c7b8fab3ca04711872943f3e authored almost 3 years ago by Eliza Weisman <[email protected]>
chore(CI): automatically publish releases on tags (#239)

Signed-off-by: Eliza Weisman <[email protected]>

a4ef111299e8c35451e7fb5a2f809f1ba365a3e4 authored about 3 years ago by Eliza Weisman <[email protected]>
feat(console): Add vi style keybinds for tables (#223)

Adds `hjkl` as alternatives to the arrow keys and `G` and `gg` to navigate
to the first and las...

1845c99884c8cb3abb698019a823705af895ea6c authored about 3 years ago by Hugo Tunius <[email protected]>
fix(console): increase default event buffer capacity a bit (#235)

It seems like a number of people using the console with real life
applications are running into...

0cf0aee31af1cf6992e98db8269fbfcec2d54961 authored about 3 years ago by Eliza Weisman <[email protected]>