mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
* This adds in support to the lattice UI application to use the SQL3 endpoint. If the `/sql` endpoint returns 404, it will use the SQL1 endpoint. If the `/sql` endpoint is available, it will send SQL queries to that. It does not try the SQL1 endpoint if the SQL3 endpoint returns an error processing the query. That is, it is all SQL3 or SQL1. - Below are the specific changes: - Adds a file that contains functions for interacting with http services as opposed to just grpc/event-based services. As of this commit, it is only the SQL3 endpoint. - This adds a variable to track if we are using the SQL3 endpoint or not - This adds a function to handle the response from the SQL3 endpoint - Adds a function to eventServices to query the sql3 HTTP endpoint - Fixed a missing semicolon in grpcServices Co-authored-by: Fletcher Haynes <fletcher.haynes@generalassemb.ly> |
||
|---|---|---|
| .. | ||
| App | ||
| assets | ||
| proto | ||
| services | ||
| shared | ||
| theme | ||
| App.module.scss | ||
| App.test.tsx | ||
| App.tsx | ||
| index.scss | ||
| index.tsx | ||
| lattice.config.js | ||
| Main.tsx | ||
| react-app-env.d.ts | ||
| serviceWorker.tsx | ||
| setupTests.ts | ||