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

V3 frontend improvements #493

Merged
merged 26 commits into from
Dec 27, 2023
Merged

V3 frontend improvements #493

merged 26 commits into from
Dec 27, 2023

Conversation

lunaticusgreen
Copy link
Collaborator

No description provided.

@Slach Slach changed the title V3 V3 frontend improvements Nov 18, 2023

useEffect(() => {
if (selectedDatabase) {
fetchData(`http://localhost:8123/?query=SHOW%20TABLES%20FROM%20${selectedDatabase}%20FORMAT%20JSON`, setTables);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove hard-code localhost here
it shall be simple SQL query instead of url encoded values

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as below


useEffect(() => {
if (!!selectedDatabase || !!selectedTable || !!selectedColumnTimestampType) {
fetchData(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i hope this is a temporary approach and not final solution

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, for testing purposes only

Slach added a commit that referenced this pull request Nov 28, 2023
@Slach
Copy link
Collaborator

Slach commented Dec 25, 2023

@lunaticusgreen please fix CI unittest failures

@Slach Slach marked this pull request as ready for review December 27, 2023 11:08
@Slach Slach merged commit 9ad2c8c into Altinity:v3 Dec 27, 2023
2 checks passed
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