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 <[email protected]>

* better layout for console and data table

Signed-off-by: Aaron Sutula <[email protected]>

* more query validation, multiple statement support

Signed-off-by: Aaron Sutula <[email protected]>

* remove old files

Signed-off-by: Aaron Sutula <[email protected]>

* remove old code editor and deps

Signed-off-by: Aaron Sutula <[email protected]>

* layout fix

Signed-off-by: Aaron Sutula <[email protected]>

* working tabs

Signed-off-by: Aaron Sutula <[email protected]>

* support esc key to cancel edit tab name

Signed-off-by: Aaron Sutula <[email protected]>

* persisted tab data

Signed-off-by: Aaron Sutula <[email protected]>

* shared wallet status component and supporting changes

Signed-off-by: Aaron Sutula <[email protected]>

* little css cleanup

Signed-off-by: Aaron Sutula <[email protected]>

* store tab data per project

Signed-off-by: Aaron Sutula <[email protected]>

* combining conditional logic

Signed-off-by: Aaron Sutula <[email protected]>

---------

Signed-off-by: Aaron Sutula <[email protected]>
Co-authored-by: Aaron Sutula <[email protected]>
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 <[email protected]>
@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 <[email protected]>

* better layout for console and data table

Signed-off-by: Aaron Sutula <[email protected]>

* more query validation, multiple statement support

Signed-off-by: Aaron Sutula <[email protected]>

* remove old files

Signed-off-by: Aaron Sutula <[email protected]>

* remove old code editor and deps

Signed-off-by: Aaron Sutula <[email protected]>

* layout fix

Signed-off-by: Aaron Sutula <[email protected]>

* working tabs

Signed-off-by: Aaron Sutula <[email protected]>

* support esc key to cancel edit tab name

Signed-off-by: Aaron Sutula <[email protected]>

* persisted tab data

Signed-off-by: Aaron Sutula <[email protected]>

* shared wallet status component and supporting changes

Signed-off-by: Aaron Sutula <[email protected]>

* little css cleanup

Signed-off-by: Aaron Sutula <[email protected]>

* store tab data per project

Signed-off-by: Aaron Sutula <[email protected]>

* combining conditional logic

Signed-off-by: Aaron Sutula <[email protected]>

---------

Signed-off-by: Aaron Sutula <[email protected]>
Co-authored-by: Aaron Sutula <[email protected]>

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

Signed-off-by: Aaron Sutula <[email protected]>

* support native mode in studio aliases

Signed-off-by: Aaron Sutula <[email protected]>

* cli fix

Signed-off-by: Aaron Sutula <[email protected]>

* add native_mode columns to cli tests

Signed-off-by: Aaron Sutula <[email protected]>

---------

Signed-off-by: Aaron Sutula <[email protected]>
Co-authored-by: Joe Wagner <[email protected]>
Co-authored-by: Aaron Sutula <[email protected]>
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 <[email protected]>

* better layout for console and data table

Signed-off-by: Aaron Sutula <[email protected]>

* more query validation, multiple statement support

Signed-off-by: Aaron Sutula <[email protected]>

* remove old files

Signed-off-by: Aaron Sutula <[email protected]>

* remove old code editor and deps

Signed-off-by: Aaron Sutula <[email protected]>

* layout fix

Signed-off-by: Aaron Sutula <[email protected]>

* working tabs

Signed-off-by: Aaron Sutula <[email protected]>

* support esc key to cancel edit tab name

Signed-off-by: Aaron Sutula <[email protected]>

* persisted tab data

Signed-off-by: Aaron Sutula <[email protected]>

* shared wallet status component and supporting changes

Signed-off-by: Aaron Sutula <[email protected]>

* little css cleanup

Signed-off-by: Aaron Sutula <[email protected]>

* store tab data per project

Signed-off-by: Aaron Sutula <[email protected]>

* combining conditional logic

Signed-off-by: Aaron Sutula <[email protected]>

---------

Signed-off-by: Aaron Sutula <[email protected]>
Co-authored-by: Aaron Sutula <[email protected]>

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

Signed-off-by: Aaron Sutula <[email protected]>

* support native mode in studio aliases

Signed-off-by: Aaron Sutula <[email protected]>

* cli fix

Signed-off-by: Aaron Sutula <[email protected]>

* add native_mode columns to cli tests

Signed-off-by: Aaron Sutula <[email protected]>

---------

Signed-off-by: Aaron Sutula <[email protected]>
Co-authored-by: Joe Wagner <[email protected]>
Co-authored-by: Aaron Sutula <[email protected]>

* try out trpc utils invalidate

Signed-off-by: Aaron Sutula <[email protected]>

* fix missing nativeMode form value

Signed-off-by: Aaron Sutula <[email protected]>

---------

Signed-off-by: Aaron Sutula <[email protected]>
Co-authored-by: Aaron Sutula <[email protected]>
Co-authored-by: Aaron Sutula <[email protected]>
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