- Sep 06, 2023
-
-
Leonardo Christino authored
feat(depth): query builder relationpills and settings can configure depth See merge request !53
-
Leonardo Christino authored
-
Leonardo Christino authored
feat(limit): add query builder settings panel with limit editing option See merge request !52
-
Leonardo Christino authored
-
Leonardo Christino authored
chore: gray out user buttons when they are disabled See merge request !51
-
Leonardo Christino authored
solves #DEV-140
-
Leonardo Christino authored
feat(alert): add server error alerts See merge request !50
-
Leonardo Christino authored
-
Leonardo Christino authored
fix(build): fix broken pnpm-lock file See merge request !49
-
Leonardo Christino authored
-
Alen Zubic authored
feat(env): load env variables from machine See merge request !47
-
-
Leonardo Christino authored
fix: fixes to the nodelink viewport resizing and database forms See merge request !48
-
Leonardo Christino authored
-
- Sep 01, 2023
-
-
Alen Zubic authored
feat: Add semantic release See merge request !45
-
Alen Zubic authored
- Aug 30, 2023
-
-
Leonardo Christino authored
fix(version): fix the env variable of GP version See merge request !44
-
Leonardo Christino authored
-
Alen Zubic authored
-
Leonardo Christino authored
fix(qb): added an invisible padding to entity nodes See merge request !43
-
Leonardo Christino authored
-
Leonardo Christino authored
feat(alerts): add alert banners with a few default alerts See merge request !42
-
Leonardo Christino authored
-
Leonardo Christino authored
fix(qb): fix node attribute dropdown See merge request !40
-
Leonardo Christino authored
-
Leonardo Christino authored
feat(version): add version number to user settings dropdown See merge request !41
-
Leonardo Christino authored
-
Leonardo Christino authored
fix(ml_panel): fix ml panel positioning See merge request !39
-
Leonardo Christino authored
the panel was badly positioned to the right while the button is to the left
-
- Aug 29, 2023
-
-
Leonardo Christino authored
feat(ml): reenable machine learning feature See merge request !38
-
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
build(css): new design with tailwind and daisyui See merge request !37
-
Leonardo Christino authored
Updates the entire frontend with new design and new dependencies. Removes mui entirely, except the icon library. solves #58
-
- Aug 08, 2023
-
-
Alen Zubic authored
feat: Docker multi-stage build and CI/CD push See merge request !36
-
Alen Zubic authored
-
- Jul 26, 2023
-
-
Leonardo Christino authored
feat(querybuilder): full rework of querybuilder See merge request !35
-
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
-
-
Leonardo Christino authored
feat(zap): adds keycloak for JWT and auth mgmt See merge request !33
-
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
-