crate-admin icon indicating copy to clipboard operation
crate-admin copied to clipboard

The admin user interface for CrateDB.

Results 57 crate-admin issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Logging this as an AdminUI issue as it is not reproducible with `crash` ### CrateDB version 5.4.0 ### Steps to Reproduce ```sql CREATE TABLE adminuiissue (o OBJECT,descr TEXT); INSERT INTO...

bug
ux
needs discussion

It would be really helpful if the column names were always visible when scrolling through results Example CSS to make this work: ``` th.header { position: sticky; top: 0; }...

**Issue:** The AdminUI automatically renders TIMESTAMP fields, which is very convenient. Anyway, negative millisecond values are valid for dates that are before January 1970. The following statement demonstrates the issue,...

bug

When viewing `EXPLAIN` results they are crammed into a `max-width: 400px` cell. It would be great to have unbounded cells for results with a single column.

contributions welcome
complexity: no estimate
feature: console

While it is possible to open a separate browser tab, query `sys.jobs` and issue a `kill` command, it would be really handy to have a button directly in the console...

enhancement
feature

When debugging an issue like ```SQLParseException[line 94:10: mismatched input '(' expecting {'FROM', 'WHERE', 'GROUP', 'ORDER', 'HAVING', 'LIMIT', 'OFFSET', 'FETCH', 'WINDOW', 'UNION', ',', ')'}]``` it would be super helpful to have...

feature: console

In situations when shards cannot be allocated and a table/partition shows a yellow/red state, it is difficult for users to troubleshoot the reason with information shown in the Admin UI....

feature
contributions welcome
complexity: no estimate
feature: shards

Hi there, when on the console page, the text area accepting a SQL statement will only accept the focus on the topmost first line. As an average user not knowing...

feature
contributions welcome
complexity: no estimate
feature: console