Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native mode #308

Merged
merged 7 commits into from
Aug 10, 2024
Merged

Native mode #308

merged 7 commits into from
Aug 10, 2024

Conversation

asutula
Copy link
Contributor

@asutula asutula commented Aug 10, 2024

Adds a new project setting for "native mode", which causes deployed definitions to also display the native tableland table name in the left hand panel and allows the console to use those native table names in addition to the definition names.

joewagner and others added 4 commits July 24, 2024 22:53
* wip on new console

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* better layout for console and data table

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* more query validation, multiple statement support

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* remove old files

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* remove old code editor and deps

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* layout fix

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* working tabs

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* support esc key to cancel edit tab name

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* persisted tab data

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* shared wallet status component and supporting changes

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* little css cleanup

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* store tab data per project

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* combining conditional logic

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

---------

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Co-authored-by: Aaron Sutula <asutula@users.noreply.github.com>
Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Copy link

vercel bot commented Aug 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 10, 2024 4:49am

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
@asutula
Copy link
Contributor Author

asutula commented Aug 10, 2024

@joewagner I branched off you your dimo console branch, but ended up merging main into my branch. So this PR is mostly just updates from main... not very useful. I'm going to just merge this into you branch now, then you can review your own PR (weird!), since it will contain mostly my code changes now.

@asutula asutula marked this pull request as ready for review August 10, 2024 04:53
@asutula asutula merged commit f4749c6 into joe/dimo-console Aug 10, 2024
4 checks passed
@asutula asutula deleted the asutula/dimo-console branch August 10, 2024 04:53
asutula added a commit that referenced this pull request Aug 12, 2024
* (nonce) ensure incrby does not remove ttl (#303)

* Console refresh (#301)

* wip on new console

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* better layout for console and data table

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* more query validation, multiple statement support

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* remove old files

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* remove old code editor and deps

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* layout fix

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* working tabs

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* support esc key to cancel edit tab name

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* persisted tab data

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* shared wallet status component and supporting changes

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* little css cleanup

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* store tab data per project

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* combining conditional logic

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

---------

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Co-authored-by: Aaron Sutula <asutula@users.noreply.github.com>

* native mode as project setting, scope tab results to env

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* support native mode in studio aliases

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* cli fix

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* add native_mode columns to cli tests

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

---------

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Co-authored-by: Joe Wagner <joewagner@users.noreply.github.com>
Co-authored-by: Aaron Sutula <asutula@users.noreply.github.com>
asutula added a commit that referenced this pull request Aug 12, 2024
* Native mode (#308)

* (nonce) ensure incrby does not remove ttl (#303)

* Console refresh (#301)

* wip on new console

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* better layout for console and data table

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* more query validation, multiple statement support

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* remove old files

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* remove old code editor and deps

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* layout fix

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* working tabs

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* support esc key to cancel edit tab name

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* persisted tab data

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* shared wallet status component and supporting changes

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* little css cleanup

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* store tab data per project

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* combining conditional logic

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

---------

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Co-authored-by: Aaron Sutula <asutula@users.noreply.github.com>

* native mode as project setting, scope tab results to env

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* support native mode in studio aliases

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* cli fix

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* add native_mode columns to cli tests

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

---------

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Co-authored-by: Joe Wagner <joewagner@users.noreply.github.com>
Co-authored-by: Aaron Sutula <asutula@users.noreply.github.com>

* try out trpc utils invalidate

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

* fix missing nativeMode form value

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>

---------

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Co-authored-by: Aaron Sutula <528969+asutula@users.noreply.github.com>
Co-authored-by: Aaron Sutula <asutula@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants