- Oct 18, 2023
-
-
Leonardo Christino authored
-
- Oct 17, 2023
-
-
Leonardo Christino authored
-
- Sep 06, 2023
-
-
Leonardo Christino authored
-
Leonardo Christino authored
-
-
- Aug 30, 2023
-
-
Leonardo Christino authored
-
- Aug 29, 2023
-
-
Leonardo Christino authored
Adds back the call and all its required logic to request and populate the viz with 4 types of ML data. Not all of them are shown, but some are handled in the new NodeLink vis logic. Also solves the panel-resizing task. solves #DEV-41 #DEV-10 #DEV-55
-
- Aug 18, 2023
-
-
Leonardo Christino authored
Updates the entire frontend with new design and new dependencies. Removes mui entirely, except the icon library. solves #58
-
- Jul 26, 2023
-
-
Leonardo Christino authored
Inner query in JSON format fully reworked. The interface was reworked to use entity attributes as part of query logic. Handle inner logic and types fully reworked for better type-checking and future-proofing. Includes logic in query building, parsing, and execution. Logic pills can be created from the handle drop and from the side panel. Solves #42 and #53
-
- Jun 21, 2023
-
-
Behrisch, M. (Michael) authored
Replaces the custom made auth-backend (auth-gateway) with its token logic and complexity with established open-source FIPS 140-2 compliant authentication solution. Current code uses newly deployed keycloak within kind deployment script, but some todos are left and should be further developed. Does not use auth-gateway anymore for authentication, only as a proxy to extract authorization and user information from token for downstream apis. solves #28
-
- May 30, 2023
-
-
feat(tips_for_users): added tip to navigate schema panel and querybuilder if it is the user's first time using the tool New users may not know that the schema panel can be panned by using space as a key. We show them that this functionality exists. Solves #29
-
- May 24, 2023
-
-
Leonardo Christino authored
- May 09, 2023
-
-
Leonardo Christino authored
Added a main webpage to web/app with a navbar to control login/logout and add/select/remove a database to be queried. Restructured the main dashboard to use tailwindcss. Ported the websockets and broker implementation to V1 and tied all components (schema, querybuilder, and visualizer) together. Solves #21
-
- May 03, 2023
-
-
Leonardo Christino authored
Ported querybuilder pills, edges and interactions from V1 and added stories for each pill. Ported drag-and-drop functionality between schema panel and querybuilder (plus story). Also ported Navbar for the dashboard. Solves #20, #19, #25
-
- Apr 25, 2023
-
-
leonardo authored
-
- Apr 23, 2023
-
-
Leonardo Christino authored
-
- Apr 11, 2023
-
-
Leonardo Christino authored
-
- Apr 06, 2023
-
-
Leonardo Christino authored
This restructures the worspace int a turborepo with a (for now) single shared library with all shared components within. It includes vite build, vitest, and storybooks. Huski and CI are configured to lint and test the code. Solves #19 and #20
-
- Mar 09, 2022
-
-
Behrisch, M. (Michael) authored
This reverts commit 2c26f4ed.
-
- Feb 28, 2022
-
-
Sivan Duijn authored
-
- Feb 21, 2022
-
-
Sivan Duijn authored
-
- Feb 18, 2022
-
-
Sivan Duijn authored
-
- Feb 15, 2022
-
-
Behrisch, M. (Michael) authored
This feature introduces @graphpolaris/shared/graph-layout with four layouts (circular, noverlap, random, forceatlas2) Shows how to apply layouts to graphology graphs in the schema.
-
- Feb 11, 2022
-
-
thijsheijden authored
-
thijsheijden authored
-
Sivan Duijn authored
-
- Feb 09, 2022
-
-
Sivan Duijn authored
-
- Feb 08, 2022
-
-
Sivan Duijn authored
-
- Feb 06, 2022
-
-
Behrisch, M. (Michael) authored
Changes from web/components folder location to just /components. This change can be done since the app has now the prefix web-graphpolaris
-
Behrisch, M. (Michael) authored
To follow the convention outlined in https://medium.com/showpad-engineering/how-to-organize-and-name-applications-and-libraries-in-an-nx-monorepo-for-immediate-team-wide-9876510dbe28 we need to update the app names and prefix with the intended deployment environment (web, windows, react-native)
-
- Feb 05, 2022
-
-
Behrisch, M. (Michael) authored
rawjson was imported with capital letters, which did not work after refactoring to only lowercase filenamings
-
Behrisch, M. (Michael) authored
nx g component creates components in app folder directly. We use web/components. Adapted accordingly.
-
Behrisch, M. (Michael) authored
The ReactJSONView was hardcoded into app.tsx and lives now in its own component.
-
thijsheijden authored
-
thijsheijden authored
-
thijsheijden authored
-
- Feb 01, 2022
-
-
Sivan Duijn authored
-
- Jan 31, 2022
-
-
Sivan Duijn authored
-