Antonio Gámez, PhD

Results 112 comments of Antonio Gámez, PhD

More progress: ![Image](https://user-images.githubusercontent.com/11535726/190100128-6d37d0ec-0ac6-40a7-b958-37eee821bc92.gif)

Today's update: After implementing the groping by parent property, I've sketched up the sync flow inside the component and "upstream" (to the parent's). I've tried to minimize the YAML parsing...

Sharing the progress with some gifs, but will describe the approach + reply to the comments soon. For now the quick summary is: I've removed the old ace text editor...

I'll extract the TODOs into a separate issue, but, for the moment, let me quickly write them down here: - Check if both js-yaml and YAML libraries are still required...

When using a chart with a full schema (ie, for every value), I'm running into this issue: ![image](https://user-images.githubusercontent.com/11535726/193618308-02a12e0b-8861-408b-8d5b-e43d1a276fab.png) which seems surprisingly similar to this other one: https://github.com/vmware-tanzu/kubeapps/issues/4803 I'm having a...

Some random thoughts before digging into this issue: - If we happen to replace today's basic forms with a new solution, all the historical series of released charts would be...

Some (very) initial results of the table-mode view: ![Image](https://user-images.githubusercontent.com/11535726/186481901-35b2afda-0fa7-4198-a861-d59a780705bd.png) Still in a PoC-phase, I'm looking for better solutions for rendering the tables (with built-in filters, search, etc...) as well as...

Quick update here: > We have designed an alternative for rendering the forms, preserving (when possible) the current functionality. We finally went with the tabular mode, as it was the...

After the merge of the ongoing PRs, some TODOs still remain. I've created some issues for tracking each of them: - [ ] https://github.com/vmware-tanzu/kubeapps/issues/5435 - [x] Check the custom basic...

Helm folks have suggested some minor changes (mostly just targeting another ongoing PR). Ideally, it would be ready for the 3.8.1 release due on March 9th, so I'll perform those...