ToolJet/docs/static/img
Akshay 602b1b4ad3
Feature: Tooljet Database (#4951)
* wip

* internal db per workspace

* fix async query

* feat: add storage layer route

* feat: add drawer component

* feat: add react-table to load data

* feat: add columns form

* feat: add create column form, create row form

* feat: add postgrest js

* add tooljet db controller to proxy requests to postgrest

* util: add postgrest filter builder helper utility

* feat: add filter popover

* use helper utility for building query

* add sortable filters

* add box shadow for filter popup

* use overlay trigger

* use react select

* add new column addition

* add dropdown for table header, table list

* Move filter.jsx

* feat: add sort popover

* feat: add postgrest js .order fn

* setup tooljetdb with restricted grants for users

* make db schemas added loaded dynamically on postgrest server

* fix query

* sign jwt token to auth user at postgrest

* update db schema user with workspace

* chore: add table listing

* update data and columns from api

* feat: add context api for sharing data

* add ability to create table, view tables and add columns

* use columns for sort from context api

* fix ormconfig

* feat: add table listing integration

* feat: add create table integration

* fix for rds deployment

* add internal table translation instead of schema

* remove tooljetdb as a datasource

* wrap placeholder on proxy query

* add active workspace guard

* scope tooljetdb by workspace

* update active workspace guard

* seperate proxy related concerns to different service

* make use of org id param

* rename storage layer to tooljet databse

* update specs

* feat: Update list when new table added

* feat: add create column

* chore: add orgId to url + misc changes

* chore: move popover to separate file

* remove unused var

* rename files

* feat: add multiple columns

* feat: add new row

* removes postgrest-js from pkg lock

* feat: add row data

* feat: add sorting

* feat: allow row deletion

* feat: add search

* feat: add filtering

* feat: add edit mode

* feat: add columns while edit table

* add view table action

* update setup for column constraint

* fix query

* integrate view_table, primary key field

* render toogle for boolean data type

* update view table query for primary key

* fetch metadata refactor

* add capability to set default values

* feat: allow deletion of record based on primary key

* feat: add default value while creating column

* send query from sort & filter component

* css changes

* allow empty data

* add requested changes

* add err message

* add common fn

* allow sort + filter

* remove unwanted defaults key

* css changes

* add more operators

* dark mode fixes

* add drawer footer

* add loader for list tables

* add dashboard design changes

* design changes

* add capability to drop table and delete column

* add breadcrumbs

* design changes

* add profile

* refactor tooljetdb controller

* update routes

* add empty page changes

* delete column fix

* fix delete column

* design changes

* fetch tables post delete

* homepage changes

* hide ellipsis on hover

* add org settings page

* add edit + create org

* add notification center

* fix: group permissions switch issue

* add logo

* remove anchor tag

* fix merge conflicts

* css changes

* add err boundary

* setup query editor

* css changes

* fix: merge conflicts

* add menuPortal prop to filterform and sort form

* fix seed

* fix: build

* design changes

* design changes + refactor code

* fix imports

* fix: drawer issue on delete table

* add search box changes

* fix: tablename max-length 255

* fix: set newly created table as selected item

* remove edit column option

* added badges to enterprise only features

* disable edit column

* table styles

* fix: popover position, placeholder default

* fix: display boolean values in table

* fix: tooljet database default type values

* css changes

* add query manager for tooljet db with create and list row

* dark mode fixes

* remove Header component

* add ability to delete tooljetdb rows from query manager

* add ability to update tooljetdb rows

* dark mode fixes

* css changes

* display actions icon on hover

* folder onclick change

* add empty page styles

* fix proxy requests

* feat: randomize icon creation

* add max items per page prop for pagination

* removes unwanted position attr

* add table name validation + disable submit btn while api fetch

* [Bugfix] internal storage toast  | trigger toasts for running preview db queries (#5019)

* resolves: no toasts are fired when preview query is run for db queries

* fire success toast for created and no content status text for query success

* remove invalid migration

* skip migration if tooljet db already created

* fix: app clone icon param

* fix: show confirmation box if filter options are empty in query (#5021)

* for now: show native confirmation box of the brower to confirm the delete all query

* typo

* Revert "typo"

This reverts commit b5ce5ed889.

* cleaned

* cleaned

* show confirmation box if filter options are empty in query

* [Refactor/Bugfix] database query (#5028)

* refactored list rows operations

* remove unwanted cls

* refactor create row

* reafactored update rows

* refactored delete rows

* padding fix for tj-query

* add static templates

* review changes

* remove unused file

* Chore: tooljetdb render setup (#5033)

* add postgrest for render preview deploy

* pin version

* add healthCheckPath

* remove health check

* handle database url parsing db params

* add defaults for tooljetdb env

* fix hostname

* handle env in migration files

* refactor dbconfig build

* fix pg db usage

* add parsed env context

* add tooljetdb env

* refactor db config utils

Co-authored-by: gandharv <gandharvkumargarg@gmail.com>
Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Arpit <arpitnath42@gmail.com>
2022-12-23 02:09:57 +05:30
..
actions [docs] added missing actions in action reference (#3759) 2022-08-18 07:58:57 +05:30
datasource-reference Replaced the woocommerce connection screenshot from dark to light one (#4654) 2022-10-31 17:13:47 +05:30
enterprise added white label docs (#3874) 2022-09-01 00:27:53 +05:30
home More documentation 2021-04-29 11:21:06 +05:30
how-to [docs] added how-to for setinterval (#4873) 2022-12-01 15:00:39 +05:30
introduction [Docs] update most visited pages (#2305) 2022-02-21 23:35:34 +05:30
l10n [docs] added localization (#4048) 2022-09-16 14:23:20 +05:30
marketplace [doc] marketplace for plugin (#4752) 2022-11-14 18:12:58 +05:30
multiworkspace [docs] Multi workspace docs (#3087) 2022-05-30 10:46:56 +05:30
password-login Support for multiple workspaces 🚀 (#2778) 2022-05-05 12:38:42 +05:30
redis [docs]: Update Redis datasource image (#1273) 2021-10-27 15:29:46 +05:30
setup Add docs for ECS (#4370) 2022-10-11 16:41:38 +05:30
sso SSO for GitHub Enterprise self hosted (#3352) 2022-07-29 17:03:42 +05:30
testing [docs] cypress setup and running (#4676) 2022-11-14 19:16:10 +05:30
tutorial [docs] app menu options (#4763) 2022-11-14 19:16:21 +05:30
user-lifecycle Instance level SSO for Multi-Workpsace (#3441) 2022-07-18 11:40:52 +05:30
v2-beta/pages added pages feature doc 2022-12-14 21:28:16 +05:30
visual-editor Docs - tutorial - building queries 2021-04-23 23:29:01 +05:30
widgets [Feature]: Form Widget (#4595) 2022-12-08 14:41:02 +05:30
cloud.svg Feature: Tooljet Database (#4951) 2022-12-23 02:09:57 +05:30
docusaurus.png Setup docusaurus 2021-04-23 21:19:14 +05:30
enterprise.svg Feature: Tooljet Database (#4951) 2022-12-23 02:09:57 +05:30
favicon.ico Setup docusaurus 2021-04-23 21:19:14 +05:30
intro.gif Intro page, more layout changes 2021-04-23 21:19:14 +05:30
introduction.gif [docs] Updates for widget/datasource references and screenshots (#701) 2021-09-15 12:12:47 +05:30
logo.svg [docs] update logo 2022-01-27 11:08:37 +05:30
tooljet-og-image.png [docs] added meta image (#1785) 2022-01-11 09:03:48 +05:30
tooltip.png [docs] updated tooltip info (#3737) 2022-08-05 10:42:56 +05:30
undraw_docusaurus_mountain.svg Setup docusaurus 2021-04-23 21:19:14 +05:30
undraw_docusaurus_react.svg Setup docusaurus 2021-04-23 21:19:14 +05:30
undraw_docusaurus_tree.svg Setup docusaurus 2021-04-23 21:19:14 +05:30