Commit graph

543 commits

Author SHA1 Message Date
Adish M
6cb70af966
Updated cloud run docs with adding Postgrest server (#5149) 2023-01-03 17:52:13 +05:30
Akshay
7335a0c303
Chore: k8s v2 revision (#5122)
* revise postgrest setups as optional

* add quotes

* update docs

* update comment

* move docs to v2 version

* update docs

* revert unrelated changes

* update postgrest host placeholder
2023-01-02 13:10:17 +05:30
Akshay
ec5300ceec
Chore: Docker compose docs revision (#5078)
* update docker-compose deploy docs for v2

* update doc tabs
2022-12-30 16:31:38 +05:30
gandharv
88fb4aca6f Merge branch 'develop' into chore/develop-to-v2-beta 2022-12-29 17:44:34 +05:30
Aashish Upadhyay
7566016bb0
[docs] Fix search bar border radius (#5085)
* docs: fix search bar border radius

* Revert "docs: fix search bar border radius"

This reverts commit 46388fc2e3.

* docs: fix border-radius of search bar
2022-12-29 14:46:30 +05:30
Sherfin Shamsudeen
84977bd478
Merge pull request #5082 from ToolJet/merging/develop-to-v2-beta
Merge develop to v2-beta
2022-12-28 20:36:45 +05:30
Akshay
655f12e6c1
Chore: Update try-tj image with tooljet database (#5075)
* update try tooljet dockerfile for tjdb

* update docs
2022-12-28 15:45:06 +05:30
Ananya Sarkar
a8cee451fb
[docs] updated Bulk update to Save Changes (#5072) 2022-12-28 13:24:17 +05:30
Adish M
cba1f7960f
adding postgrest evn variable docs (#5056) 2022-12-28 12:16:31 +05:30
Sherfin Shamsudeen
d6a72b50bd Merge develop to v2-beta 2022-12-27 20:10:33 +05:30
Adish M
b8083692b8
adding postgrest to ubuntu docs (#5059)
* adding postgrest to ubuntu docs
2022-12-27 19:19:15 +05:30
Adish M
669d138e86
Adding postgrest to MacOS doc (#5058)
* Adding postgrest to MacOS doc
2022-12-27 19:18:29 +05:30
Akshay
9c62b2d317
Feature: Make tooljetdb optional (#5062)
* make tooljetdb optional

* restrict routes when tooljetdb is disabled

* validate dbname before creating database

* fix comment

* format
2022-12-27 16:18:36 +05:30
Shubhendra Singh Chauhan
951f6bf4e1
[docs] Customized setup index (#4931) 2022-12-26 12:02:24 +05:30
Adish M
a755269d1c
Removing a tip from Heroku setup doc (#5030)
Removing the Tip - 

:::tip
The one click deployment will create a **free dyno** and a **free postgresql database**.
:::

Since free dyno and postgressql database are longer available.
2022-12-25 17:34:06 +05:30
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
John Bampton
c84d306fc3
[CLI] Fix spelling (#5027) 2022-12-21 15:09:47 +05:30
Shubhendra Singh Chauhan
93dbbb9a69
[doc] Run Python code (#4896)
* runpy doc

* Update docs/docs/data-sources/run-py.md

Co-authored-by: Arpit <arpitnath42@gmail.com>

* Update docs/docs/data-sources/run-py.md

Co-authored-by: Arpit <arpitnath42@gmail.com>
2022-12-19 14:37:27 +05:30
wrola
e80061313a
[doc] Correct the command in testing doc (#4990) 2022-12-15 09:34:37 +05:30
Shubhendra
431e071451 added pages feature doc 2022-12-14 21:28:16 +05:30
Maurits Lourens
d8e25d5a5a
[docs] Fix typo (#4954) 2022-12-14 18:42:03 +05:30
Maurits Lourens
8f0cbd86ad
[docs] Fix link in Rethinkdb docs (#4956) 2022-12-14 18:17:42 +05:30
Shubhendra
bf04f7d5a6 updated docs font and styling 2022-12-14 16:17:40 +05:30
maddy020
3ba36ccf33
[docs] docs updated (#4949) 2022-12-12 19:44:52 +05:30
maddy020
14c625adfb
[docs] image link updated (#4950) 2022-12-12 19:44:31 +05:30
Akshay
0ddad20b1a
Update netlify.toml 2022-12-12 15:48:02 +05:30
Akshay
b4c4266865
test alogolia api key set 2022-12-12 15:37:20 +05:30
Akshay
488cc24faf
Update netlify.toml 2022-12-12 15:24:47 +05:30
Aayush Sharma
6b6b8f864f
[docs] use-inspector Link is updated (#4939) 2022-12-11 22:06:56 +05:30
Shubhendra Singh Chauhan
73deef619b
Versioning for Docusaurus (#4926) 2022-12-09 15:49:55 +05:30
Shubhendra Singh Chauhan
53f47e3af4
[doc] How to use inspector, custom s3 service (#4918)
* how-to: use inspector, custom s3

* Update docs/docs/how-to/s3-custom-endpoint.md

* Update docs/docs/how-to/s3-custom-endpoint.md

* Update docs/docs/how-to/s3-custom-endpoint.md

* Update docs/docs/how-to/s3-custom-endpoint.md
2022-12-09 13:08:55 +05:30
Sheikh Jamir Alam
ae5a168f18
[docs] keyboard shortcuts (#4890)
* Update keyboard-shortcuts.md

* Add Cut keyboard shortcut gif file.

* Delete Ctrl+C.gif

* Delete Ctrl+V.gif

* Add Copy and Paste gif files.

* Delete Ctrl+D.gif

* Delete Ctrl+Shift+Z.gif

* Delete Ctrl+Z.gif

* Delete bkspc.gif

* Delete esc.gif

* Add Undo, Redo, Clone, Esc, Delete gif files.
2022-12-08 23:14:09 +05:30
Shubhendra Singh Chauhan
ba19159193
[docs] How to load img/pdf from db (#4878) 2022-12-08 19:16:25 +05:30
Kavin Venkatachalam
12a770cbc4
[Feature]: Form Widget (#4595)
* Created form widget

* Fixed the same name issue in defaultChildren

* Dynamically added buttons to the form inspector

* Added data to exposed variable and handled button click

* Added Reset functionality, CSA to the form widget

* Added Form widget icon

* form component docs

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-12-08 14:41:02 +05:30
Adish M
289026d106
Netlify files (#4901)
* Netlify files

* Update netlify.yml
2022-12-06 17:14:36 +05:30
Maurits Lourens
607ef83d18
add remove object method for Minio (#4693)
feat: add remove object method for Minio datasource
2022-12-06 15:40:19 +05:30
3t8
37e87078ad
Changed "show bulk update actions" label in Table (#4496) (#4497)
* Changed "show bulk update actions" label in table

* Update table.md

* Fix update buttons description
2022-12-05 16:55:42 +05:30
Adish M
c7251dcd01
Update docker.md (#4877)
* fix for rest api error on API error (#4830)

* Bump minor version v1.29.1

* Update docker.md

Changes made in the doc . Added a Tip -  If you are setting up on a Windows machine. Please make sure that .env file line endings to be LF as it will be CRLF by default unless configured for windows machine.

* Update docker.md

windows -> Windows

Co-authored-by: Midhun G S <gsmithun4@gmail.com>
2022-12-02 22:33:29 +05:30
Shubhendra Singh Chauhan
21bd58b2c8
[docs] added how-to for setinterval (#4873) 2022-12-01 15:00:39 +05:30
Shubhendra Singh Chauhan
ee6e960fb9
[docs] minor update (#4836) 2022-11-23 14:44:53 +05:30
Shubhendra Singh Chauhan
cd6abd8bcc
[docs] updated all the widgets (#4835) 2022-11-23 14:44:25 +05:30
Shubhendra Singh Chauhan
7b4475b803
[docs] widget property updates (#4806) 2022-11-21 09:03:21 +05:30
Akasshhg
48991e0292
Fixed grammatical errors in localization doc (#4800) 2022-11-21 08:55:59 +05:30
Shubhendra Singh Chauhan
9bda74108b
[docs] Widget updates (#4793)
* widget updates

* minor update
2022-11-18 16:38:21 +05:30
Shubhendra Singh Chauhan
7ab2d3b296
[docs] how-to access user's location (#4776) 2022-11-17 09:05:44 +05:30
Shubhendra Singh Chauhan
b84afd5255
[docs] table improvements (#4730)
* added form component doc and table improvements

* removed form

* filters

* updated filter changed description

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>

* Updated server side sort description

* Updated server side filter description

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-11-16 14:20:57 +05:30
Shubhendra Singh Chauhan
e90889c8ff
Updated button and button group (#4756) 2022-11-14 19:17:30 +05:30
Shubhendra Singh Chauhan
ebbdb39a20
[doc] updated widgets (#4759)
* minor doc update for next release

* updated calendar and chart
2022-11-14 19:16:51 +05:30
Shubhendra Singh Chauhan
67edcdb156
[docs] app menu options (#4763)
* app menu options doc

* export types
2022-11-14 19:16:21 +05:30
Shubhendra Singh Chauhan
4ae1d1fb3b
[docs] cypress setup and running (#4676)
* docs-cypress

* cypress test

* updated testing doc

* fixed creds and header
2022-11-14 19:16:10 +05:30