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

fix(console): only trigger lints on async tasks (#517)

This branch changes existing lints to only trigger with tasks that are
async; those are all exc...

45932229fb5aea7a4994a7644bded9baf2776ea8 authored 11 months ago by mersey <[email protected]>
feat(subscriber): Reduce retention period to fit in max message size (#503)

If the initial update message would be too big for tokio-console's grpc
decoder, reduce the rete...

bd3dd71eb0645c028858967ed5b3f14ed34d0605 authored 11 months ago by Graham King <[email protected]>
chore(deps): bump h2 from 0.3.18 to 0.3.24 (#509)

Bumps [h2](https://github.com/hyperium/h2) from 0.3.18 to 0.3.24.
- [Release notes](https://git...

b0e3196bdd25f7b191e76c52e532930212684c66 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump shlex from 1.2.0 to 1.3.0 (#511)

4ce24bffd1efc5384208019a53db1f90e690b395 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(subscriber): Don't save poll_ops if no-one is receiving them (#501)

Do not record poll_ops if there are no current connected clients
(watchers). Without this `Ag...

1656c791af35bb0500bb6dd3c60344a0ceb12520 authored 11 months ago by Graham King <[email protected]>
chore: add comments to h2 dependency (#499)

We need to keep our `h2` dependency in sync with the version
of `tonic` that we use as we're do...

aab98e7e643f0e5a90c30afac5669e01e0fe40b5 authored 11 months ago by 二手掉包工程师 <[email protected]>
feat(console): add flags and configurations for warnings (#493)

This branch adds a new `--warn` command-line argument and `warnings`
field in the config file. ...

174883f15747fe8069bcfd0750c0c07b3acaa232 authored 11 months ago by Rustin <[email protected]>
chore(ci): update outdated actions and replace unmaintained action (#506)

- Update actions/checkout, arduino/setup-protoc, and
taiki-e/create-gh-release-action actions...

ef61081caa6c20f9495563855969e8d820559dfe authored 12 months ago by Taiki Endo <[email protected]>
chore: fix clippy::unnecessary_fallible_conversions warning (#507)

This fixes a new clippy lint added in 1.75. This warning is currently
causing CI failure:
http...

bb3cb92b8c459fa8224b6bfb586053747652a2b9 authored 12 months ago by Taiki Endo <[email protected]>
fix(console): fix column sorting in resources tab (#491)

In the Resources tab, column names were being associated
to the wrong sorting keys, and some co...

96c65bd739444f450e9236c7d9e55d384238d6cb authored about 1 year ago by Matteo Biggio <[email protected]>
test: make sure do not ignore the UI tests (#494)

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]>
test(subscriber): add tests for excessive poll counts (#476)

A defect in the way polls are counted was fixed in #440. The defect
caused the polls of a "chil...

8269b5fc58aefb6f73eb9da8d178032c26e99028 authored about 1 year ago by Hayden Stainsby <[email protected]>
chore(subscriber): fix typo (#487)

Correct a typo in the (internal) doc comments for
`ExpectedTask::validate_actual_task`.

d2dc1cfefa3cb36c1c5b8a7b955bd6934edbfedf authored about 1 year ago by xiaolou86 <[email protected]>
fix(console): accept only `file://`, `http://`, `https://` URI (#486)

Tokio console can connect to a console subscriber over HTTP or
(on UNIX) via a socket. However,...

031bdddd2b0828e8407f09bdb8f0be473bd72bc1 authored about 1 year ago by Rustin Liu <[email protected]>
refac(console): remove useless `Pin::new()` on streaming (#485)

It seems we don't need to `Pin` it here.

For the `next` API:
```rust
/// Creates a futu...

528a4ca869858c50b12cecc7882c9edd3218a359 authored about 1 year ago by Rustin Liu <[email protected]>
refac(console): bail out UDS connect errors earlier (#484)

We don't need to create the endpoint first.

df4457fcc1a9850331aab9f3f98bd25535094cc2 authored about 1 year ago by Rustin Liu <[email protected]>
chore(console): fix format issue in select! (#483)

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]>
chore(deps): bump the dirs from v4 to v5 (#482)

Updates teh `dirs` crate dependency in `tokio-console` from v4
to v5. No code changes necessary...

43b4d88d96234a27de668afff1cf3ab98e2eba11 authored about 1 year ago by Rustin Liu <[email protected]>
test(subscriber): prefer `sleep` over `yield_now` in tests (#475)

A flakiness problem has been discovered with the `console-subscriber`
integration tests introdu...

124c778179484b4c958d851b87b236cf481d74ef authored about 1 year ago by Hayden Stainsby <[email protected]>
chore(deps): bump rustix from 0.37.24 to 0.37.25 (#479)

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.24 to 0.37.25.
- [Release ...

9f94d2202016607547cb1cebc9427fa6fb43ff21 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
test(console): use try_cmd to generate the help text (#477)

We have a test to ensure that the documentation containing the help text
generated by `tokio-co...

b0987c1478d4e44688f5d8b21c4c3745e2fa42a6 authored about 1 year ago by Rustin Liu <[email protected]>
feat(console): replace target column with kind column in tasks view (#478)

In the `tokio-console` tasks view, there are a fixed set of columns and
any remaining fields ar...

903d9fa9f9d2dddec2235206b792c264ed9892fb authored about 1 year ago by Hayden Stainsby <[email protected]>
docs: update outdated main README.md (#470)

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]>
docs: fix typo in proto (#472)

2dd3559ccf8a88e0e0a140f076135ea3f6f26f02 authored about 1 year ago by Rustin Liu <[email protected]>
chore(subscriber): trace events drain loop stats (#465)

The number of each variant of event encountered while draining the mpsc
channel of events sent ...

0bb14fe541219310612de3adc163a0d2c75f45b2 authored about 1 year ago by Hayden Stainsby <[email protected]>
chore(subscriber): make clippy happy (#471)

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]>
fix(console): ignore key release events (#468)

On supported platforms, a short key press generates two crossterm
events: One for the initial p...

715713abda2f2ac22e84f7cf286fed9d723d22f7 authored about 1 year ago by Fenhl <[email protected]>
chore(console): update Clap to v4.1 (#469)

Tokio console was previously using Clap v3, which is in maintenance and ...

caba1a36ae2b4c4c489f5fde3499d21f3ae8fbdb authored about 1 year ago by Rustin Liu <[email protected]>
chore(console): prepare to release tokio-console 0.1.10

# Changelog

All notable changes to this project will be documented in this file.
This project a...

05484b136f8400dd2b91ee8155e09954a9da448c authored about 1 year ago by Eliza Weisman <[email protected]>
chore(subscriber): prepare to release console-subscriber 0.2.0

# Changelog

All notable changes to this project will be documented in this file.
This project a...

2b164b2c7a9d71bc8fa510341e0941a9b9978176 authored about 1 year ago by Eliza Weisman <[email protected]>
chore(release): don't completely recreate changelog

43e2b4878b6851ebfdcc1e2987fc13d855c19197 authored about 1 year ago by Eliza Weisman <[email protected]>
chore: fix missing `console-api` changelog entries

454b950bb318d89ccacd64441f838660346de05a authored about 1 year ago by Eliza Weisman <[email protected]>
chore: update release scripts (#466)

42200234a61e1bc6473b76e9b793c2e5a58253af authored about 1 year ago by Hayden Stainsby <[email protected]>
chore(api): prepare to release console-api 0.6.0

# Changelog

All notable changes to this project will be documented in this file.
This project a...

c8c4a85df2da55c9745df6f38e19631e84ed0cf5 authored about 1 year ago by Eliza Weisman <[email protected]>
docs(subscriber): fix unclosed code block (#463)

Adds a missing backtick to close a code block that otherwise continued
until the end of the par...

362bdbea1af1e36ec139ad460e97f0eeea79a9f2 authored about 1 year ago by Alex Crawford <[email protected]>
test(subscriber): add initial integration tests (#452)

The `console-subscriber` crate has no integration tests. There are some
unit tests, but without...

493319758ecd5b1780bbde224694938a68e69b40 authored about 1 year ago by Hayden Stainsby <[email protected]>
docs: update MSRV version docs to 1.64 (#467)

PR #464 increased the MSRV to Rust 1.64, including the CI MSRV job and
the `rust-version` field...

94a5a5117b85e723c28fafa1eadabf31057570c3 authored about 1 year ago by Eliza Weisman <[email protected]>
feat(api): update `tonic` to v0.10 and increase MSRV to 1.64 (#464)

BREAKING CHANGE:
This is a breaking change for users of `console-api` and
`console-subscriber`, ...

96e62c83ef959569bb062dc8fee98fa2b2461e8d authored about 1 year ago by ad hoc <[email protected]>
feat(console): add warning for tasks that never yield (#439)

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]>
refac(subscriber): remove `futures` dependency (#460)

I noticed that `console-subscriber` was my only dependency pulling in
the `futures` top-level li...

01b2875fb01874049a1f8d521a32816ac71f99ba authored about 1 year ago by Riley <[email protected]>
feat(subscriber): Add cfg `console_without_tokio_unstable` (#446)

Add cfg `console_without_tokio_unstable` for developers to turn off the
assertion on `tokio_uns...

7ed6673241b0a566c00be59f7a0cbc911ea6a165 authored about 1 year ago by Donough Liu <[email protected]>
chore: fix typo in link to documentation (#454)

I just came across this typo in the Readme when using `tokio-console` for the first time.
This...

6c85ca691a2fdf986c86f04475fc6fbafe986926 authored about 1 year ago by Max <[email protected]>
fix(subscriber): correct retain logic (#447)

The current logic present in `IdData::drop_closed` marks an item (task,
resource, and async op ...

36ffc513b26f27d5fb6344c24f12572ec76e41ac authored about 1 year ago by Hayden Stainsby <[email protected]>
fix(console): fix task detail view Id to display remote tokio::task::Id (#455)

In #403, the tasks list view was changed to display the `tokio::task::Id` of
the task, instead ...

70c3952571cf9fa2523cd3a02a6c3edc28140f55 authored about 1 year ago by baul <[email protected]>
feat(console): Add way to inspect details of task from resource view (#449)

Now it is possible while navigate in `async_ops_table` to go directly to
details of the task th...

132ed4e9db58b4ef3b4a4e42c3dd825bc0d9e532 authored about 1 year ago by Federico Guerinoni <[email protected]>
chore: updates for Rust 1.72.0 (#459)

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]>
fix(subscriber): do not report excessive polling (#378) (#440)

When entering and exiting a span the old code was also updating the parent
stats. This was caus...

8b483bf806bc5f5f7c94e97ea79299ae8ccb7955 authored about 1 year ago by Matteo Nardi <[email protected]>
docs(console): add column descriptions for all tables (#431)

We often receive questions about the meaning of certain columns in the
different views in Tokio...

e3cf82b189d23724c72b2437195d0d4a0e421c1d authored about 1 year ago by Hayden Stainsby <[email protected]>
chore: replace unmaintained actions-rs/* actions in CI workflows (#436)

cd1a2778ed6d28bc90c865ad21af009555ef2a5c authored about 1 year ago by Dirk Stolle <[email protected]>
chore: fix lockfile pushing in release.sh

42f56d577070349f9c1d858b0019babdc845bba5 authored about 1 year ago by Eliza Weisman <[email protected]>
chore(tokio-console): prepare to release tokio-console 0.1.9

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

1ecf2573394ef3ef20a2ac9f36f2ab87b688f795 authored about 1 year ago by Eliza Weisman <[email protected]>
feat(subscriber) expose server parts (#451)

The `ConsoleLayer` builder provides the user with a console layer and
a server, which is used t...

e51ac5a15338631136cc2d0e285ec3a9337c8ce4 authored about 1 year ago by Hayden Stainsby <[email protected]>
fix(api): add explicit `futures-core` dep to fix broken builds (#453)

This PR adds an explicit dependency to futures-core for `console-api` to
fix broken builds. Wit...

15cef9305e83c1b9694d28f27b0dc682c7a570db authored about 1 year ago by Georg Semmler <[email protected]>
chore: remove branch config from release action (#444)

This appears to be breaking it.

96dd28c235344aa00fd07c75c434b8f8fedf4f6c authored about 1 year ago by Eliza Weisman <[email protected]>
chore(console-subscriber): prepare to release console-subscriber 0.1.10

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

42f5db14fa00f3fbc1001e30562b9401f2fa3002 authored about 1 year ago by Eliza Weisman <[email protected]>
fix(console): make long locations readable (#441)

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 (#443)

* 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]>
chore: update Swatinem/rust-cache action in GHA workflows (#437)

8eb2a2ad6f169911234239b3fa9bfcc5df30fe70 authored about 1 year ago by Dirk Stolle <[email protected]>
fix: update proc-macro2 to build on nightly (#442)

87c18ebd030d9bacbdf3caf8582f564679636b61 authored about 1 year ago by Hayden Stainsby <[email protected]>
feat(console): help view modal (#432)

359a4e7fa72911e47e2f9daa1e1a04ecaf84afbc authored about 1 year ago by Hayden Stainsby <[email protected]>
fix(subscriber): fix self wakes count (#430)

Self-wakes were not being detected and displayed in the console. The
`burn` task in the `app` e...

d3089350da7b483ef80284d42b4114bfc50c2b33 authored about 1 year ago by Hayden Stainsby <[email protected]>
fix(subscriber): remove clock skew warning in `start_poll` (#434)

4a88b28e608465eb3c23cbe7f0cb589ed6110962 authored about 1 year ago by Auri <[email protected]>
chore: fix some typos (#435)

577c3c45139d51bb4d7507434482223a1a4a27d0 authored about 1 year ago by Dirk Stolle <[email protected]>
refac(console): generalize controls widget (#427)

Each view in tokio-console has a widget up the top that lists the
available controls for that v...

925d0b66e1969b09d76a5d7ad8626d36c367675f authored about 1 year ago by Hayden Stainsby <[email protected]>
fix(console): remove histogram minimum count (#424)

The sparklines histogram used to visualize poll times and scheduled
times renders a legend for ...

02cf8a6fb653c8da92f44046bad8c8451f8e1ce8 authored about 1 year ago by Hayden Stainsby <[email protected]>
docs(README): update repository README screenshots and help text (#422)

In #421, the screenshots in the `tokio-console` README were updated to
match the current code. ...

e996f4403aaef02fa7574f07ff528b124cff5b0c authored about 1 year ago by Hayden Stainsby <[email protected]>
chore: update lockfile

760ab48756eb8803bcb2214564a1f626a3727f1d authored about 1 year ago by Eliza Weisman <[email protected]>
feat(console): migrate to `ratatui` and update `crossterm` (#425)

See https://github.com/tui-rs-revival/ratatui/wiki/Migrating-from-TUI

b209dd654b4929870aa8856e61b9b4f41bbe6f5b authored about 1 year ago by Josh McKinney <[email protected]>
chore(tokio-console): prepare to release tokio-console 0.1.8

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

2d73ef1757bccde3af4c748dc92b708c4cf41722 authored about 1 year ago by Eliza Weisman <[email protected]>
chore: update `console-api` deps to v0.5.0

3a54e1e9c4c100f4f91fbf3906f66e67245b3689 authored about 1 year ago by Eliza Weisman <[email protected]>
chore(console-subscriber): prepare to release console-subscriber 0.1.9

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

eb4f55eb4d0692bfd39561d6a39d7cade625af71 authored about 1 year ago by Eliza Weisman <[email protected]>
feat: update MSRV to Rust 1.60.0

This is `tonic` 0.9's MSRV, so we must update our minimum Rust version
as well.

b18ee473aa499aa581117baea7404623d98b081c authored about 1 year ago by Eliza Weisman <[email protected]>
chore(console-api): prepare to release console-api 0.5.0

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

272705bfc4816e05cce04da8f892f05b2a3564bf authored about 1 year ago by Eliza Weisman <[email protected]>
docs(console): update screenshots in README (#421)

The screenshots in the README, which are also used in in the
`tokio-console` page on docs.rs we...

8a27f963101f3f0131229a93c1757647421477af authored about 1 year ago by Hayden Stainsby <[email protected]>
feat: update `tonic` to 0.9 (#420)

This commit updates the `console-subscriber` and `tokio-console` crates'
`tonic` dependencies to...

48af1eef6352bd35c607267d68b24cf16033beeb authored about 1 year ago by Eliza Weisman <[email protected]>
docs(console): update screenshots in README (#419)

The screenshots in the README, which are also used in in the
`tokio-console` page on docs.rs we...

e9bcd67aea4469c576a199367858b5e02909fb95 authored about 1 year ago by Hayden Stainsby <[email protected]>
docs(console): revert "update screenshots in README (#419)"

This reverts commit 4f714845f3cda0978b0b1cc850072878ed4f8599. This
commit breaks the existing do...

993a3d9786fdfdb042211bcb7079e4fb71cdefef authored about 1 year ago by Eliza Weisman <[email protected]>
feat(api): update `tonic` to v0.9 (#420)

This commit updates the Tonic dependency for `console-api` from v0.8 to
v0.9.

BREAKING CHANGE:
...

3d6933b68f27619abed41666366001371d3c96e5 authored about 1 year ago by Eliza Weisman <[email protected]>
chore(release): generate changelogs with `git-cliff` (#416)

We maintain separate changelogs for the `tokio-console`, `console-api`,
and `console-subscriber...

15ace8c6f38c6a1bf5485c7475fabcaefb440c08 authored about 1 year ago by Eliza Weisman <[email protected]>
chore(nix): unpin nixpkgs version in flake (#418)

Currently, the Nix `flake.nix` pins the nixpkgs version to
`release-21.11`. This branch of nixp...

65b48b5994d3f5260811ed12a4c1adf166a6aedf authored about 1 year ago by Eliza Weisman <[email protected]>
chore: add automated release script (#417)

This branch adds a new `release.sh` script in `bin/` that can be used to
publish releases of co...

f5731647af85551318c489958dc6ae014edd830e authored about 1 year ago by Eliza Weisman <[email protected]>
style(console): work around Rust 1.69 `almost_swapped` lint (#414)

The enhanced `clippy::almost_swapped` lint which shipped in Rust 1.69.0
was triggering in some ...

5e13130ae2cb8b184d65c230872b0cb0579160ad authored about 1 year ago by Hayden Stainsby <[email protected]>
fix: bump h2 from 0.3.13 to 0.3.18 (#415)

Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.18.
- [Release notes](https://gith...

f55e5e4ede8cf7dd248ed123e9baffd7e704377e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(console): add task scheduled times histogram (#409)

Display the scheduled time percentiles and sparklines for the histogram
of scheduled times. The...

d92a39994f6e759ddba4e53ab7263a0c4edb0b67 authored about 1 year ago by Hayden Stainsby <[email protected]>
chore: Use fixed Rust version for clippy (and fmt) (#413)

In Rust 1.69.0, the `almost_swapped` lint was enhanced and now triggers
on the clap 3.x `Subcom...

a5454a590a483e84b3e08c4393465e13b588cfb6 authored about 1 year ago by Hayden Stainsby <[email protected]>
refac(console): factor out `Durations` widget from task view (#408)

There are 2 widgets which display the poll times for a task in the
detail view. The poll times ...

44094433a7cf95c403e62d3c564137c4a1a8936b authored about 1 year ago by Hayden Stainsby <[email protected]>
feat: add scheduled time per task (#406)

Each task displays the sum of the time it has been idle and busy, as
well as the total. The idl...

f280df94100d24e868ce3f9fbfec160677d8a124 authored about 1 year ago by Hayden Stainsby <[email protected]>
feat(console): add support for Unix domain sockets (#388)

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]>
fix(console): fix calculation of busy time during poll (#405)

The Console API specifies sending task busy duration only for completed
polls, it doesn't inclu...

e2c536abc536828da032d5d378e526243ac363dd authored about 1 year ago by Hayden Stainsby <[email protected]>
feat(console): use tokio task ids in task views (#403)

Tokio Console generates its own sequential Id for internal tracking and
indexing of objects (ta...

f5b06d2854c0a638aac7ce48a7a2eeaef615e9b9 authored about 1 year ago by Hayden Stainsby <[email protected]>
fix(console): fix `ViewOptions` default lang' (#394)

Fixes #393

a1cf1b813ac9c02e8c6180dea8f5200dbe5fcc09 authored about 1 year ago by Yuta Yamaguchi <[email protected]>
style: make clippy happy (#396)

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

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

5b7e00af7c1f1338ef56acfbd1930c1af1dbf000 authored about 1 year ago by 二手掉包工程师 <[email protected]>
fix(subscriber): bump minimum Tokio version (#397)

Fixes #386

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

bbb8f25a666a4e15de3c5054244e228a51b5c7c0 authored about 1 year ago by 二手掉包工程师 <[email protected]>
fix(subscriber): fix off-by-one indexing for `callsites` (#391)

Co-authored-by: Eliza Weisman <[email protected]>

43891aba0a42ec85cdcdfeac2a31ffe612eb1841 authored about 1 year ago by Daniel Henry-Mantilla <[email protected]>
fix(console): remove `tracing-subscriber` 0.2 from dependencies (#404)

The `color-eyre` crate was previously on version 0.5. This version
depends on `tracing-subscribe...

768534a44b46c291b5ccaf63e6615c9d528180fe authored about 1 year ago by Hayden Stainsby <[email protected]>
feat(console): reduce decimal digits in UI (#402)

The durations in the tokio-console UI are shown with a unit, so the
digits after the decimal se...

c13085e381b71177f4b1a05be7c628a04e3b6991 authored about 1 year ago by Hayden Stainsby <[email protected]>
chore(console): fix ConfigFile comment typo (#392)

053755c0806f8d830884b02faf93474d751ab511 authored about 1 year ago by Yuta Yamaguchi <[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]>
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): 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]>