Daniel Valdivia

Results 28 issues of Daniel Valdivia

We need an API implementation to do CRUD operations on the `datastores` object. - [x] Listing of datastores (GET) - [x] Creation of a datastore (POST) - [x] Viewing of...

enhancement

Seed a `play` log and datastore with each new minsql installation.

enhancement

We need a component that takes a valid query and builds a list of ways to consume that query on MinSQL via HTTP request in multiple languages. We need to...

enhancement
UI

We need a component that will render the results on a listing API call and render a table with pagination. - [ ] Render the results of a listing API...

enhancement
UI

We need to build a `query builder` screen that allows users to reverse build the `Abstract Syntax Tree` of a query by prompting them with suggestions as they type. A...

enhancement
UI

We need an API to allow for login into the MinSQL UI, the generated sessions tokens should be stored on the `Metabucket` and cached on the MinSQL side. A `listen_bucket_notification`...

enhancement

We need to build a compactor that continuously compact log files from smaller chunk sizes up to 2GB files, grouped per day. We need an atomic merge operation on `MinIO`...

enhancement

### Preflight Checklist * [X] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [X] I have searched the issue tracker for a feature request...

bug

Some python packages need `gcc` to install due to their build wheels needing it for installation, for example `numpy` requires `pycocotools` which requires `gcc` to complete installation. As `elyra/kf-notebook:3.11.0` doesn't...

kind:enhancement
component:build
status:Needs Triage
component:docker