Commit graph

134 commits

Author SHA1 Message Date
Muhammad Mohsin Najmuddin
86b071247b
[docs]: Update Redis datasource image (#1273)
* Updated redis image

* Updated
2021-10-27 15:29:46 +05:30
Appledora
ca22de773f
[docs] Update Building Queries image (Request confirmation before running query) #1244 (#1276) 2021-10-26 18:09:14 +05:30
Bhavin Ag
8c3a9cbf2b
[docs] update the sidebar positions for doc items (#1294) 2021-10-26 12:45:26 +05:30
Sherfin Shamsudeen
d777de33c1
[docs] Add documentation for set localStorage action (#1296) 2021-10-26 12:37:31 +05:30
SaintMalik
939303f3ad
[docs] Fixes the SEO issues (#1265) 2021-10-25 13:58:35 +05:30
saurabh042
bc403ba275
[docs] Update PostgreSQL datasource image #1238 (#1256)
* [Docs] Update to Inline code and fix grammatical error #1053

[Docs] Update to Inline code and fix grammatical error #1053

* [docs]: Update PostgreSQL datasource image #1238

[docs]: Update PostgreSQL datasource image #1238

* [docs]: Update PostgreSQL datasource image #1238

[docs]: Update PostgreSQL datasource image #1238

* [docs]: Update PostgreSQL datasource image #1238

[docs]: Update PostgreSQL datasource image #1238
2021-10-25 08:56:23 +05:30
alammoiz
2f3336bfea
[docs] Updated mongo screenshot (#1248) 2021-10-24 19:43:06 +05:30
Sarvesh Kumar Dwivedi
f9cf716a27
[docs] fixes typos (#1211)
* docs(widget): correct spelling allows

* docs(widget): correct spelling allows widget star
2021-10-23 13:33:08 +05:30
Sherfin Shamsudeen
a7502e5f03
Feature/cell types (#1194)
* Add custom spacing for table cells

* Add migration to set every tables cell spacing compact

* Rename cellSpacing to cellSize

* Add documentation for table cellSize
2021-10-22 07:49:51 +05:30
Muhammad Mohsin
846432b8df
Added documentation for the Divider (#1165) 2021-10-20 22:52:43 +05:30
Sherfin Shamsudeen
9a8ca9d754
Feature/refactor widget property resolution (#995)
* Make widget properties available as a prop to component

This commit also make the front-end app resolve widget properties
based on current state and definition, before passing in the final
resolved properties to the component

* Resolve unnecessary console.log and comments

* Provide styles as prop to component

* Give existing values precedence over definition values

* Serve properties and variables as separate props to components

* Remove the usage of separate directory for Box.jsx

* Remove unnecessary lint change

* Introduce fireEvent method to fire events

* Introduce validate function to validate a widgets value

* Rename "variables" to "exposedVariables"

* Add documentation for props and functions being passed to widgets

* Delete "id" from set of exposed variables presented to the widget

* Do not resolve exposed variables before passing to widget
2021-10-20 07:50:45 +05:30
Akshay
78c2520aa8
Chore: Make public asset path configurable (#1147)
* make public asset path configurable

* fix doc formatting
2021-10-20 07:50:26 +05:30
VilijaSan
6c99b49930
[docs] setup pages cleanup (#1126) 2021-10-19 08:04:29 +05:30
Sherfin Shamsudeen
881504e3c8
Update documentation for SSO_DISABLE_SIGNUP vriable (#1130) 2021-10-18 16:00:55 +05:30
aparna2899
b85fe5843a
[docs] update docker cmds (#1121) 2021-10-18 08:54:15 +05:30
SaintMalik
37f9e3c4a5
[docs] Fix typos (#1104) 2021-10-16 12:58:30 +05:30
alammoiz
90be5fc3dc
Added Mongodb documentation (#1084) 2021-10-16 08:46:45 +05:30
Jordan Rinder
405eea1889
[docs] realign setup docs for Mac and Ubuntu (#1073) 2021-10-15 14:10:48 +05:30
Mohammad Farhan
1980ce00fd
[docs] fixed fence codeblocks (#1077) 2021-10-15 14:08:39 +05:30
VilijaSan
4d0ff24de7
[docs] fixed code block alignment (#1064) 2021-10-15 07:34:41 +05:30
saurabh042
a2aba59e55
[Docs] Update to Inline code and fix grammatical error #1053 (#1056)
[Docs] Update to Inline code and fix grammatical error #1053
2021-10-14 23:13:30 +05:30
Jhan Silva
d3e376a4c9
[docs] display Kubernetes GKE deployment page (#986) 2021-10-12 09:01:43 +05:30
Santosh Bhandari
cea1587735
docs(#947): Add links to components in creating-new-app page (#952) 2021-10-10 14:21:18 +05:30
kathyyy
d6178abcbd
[docs] corrected Grammatical Error (#958) 2021-10-10 14:18:23 +05:30
Ishika414
b5c351a2c3
[docs] corrected Grammatical Error (#953) 2021-10-08 14:17:47 +05:30
aparna2899
92d8fb5bb3
[docs] update footer text (#949) 2021-10-08 13:49:07 +05:30
Akshit Arora
d801724648
[docs] Fixes broken links (#914) 2021-10-06 17:42:18 +05:30
Nishant Giri
9d8bca7647
Add Documentation for Number Input (#907)
* Add Preview GIF of Number Input

Added Preview GIF of Number Input.

* Add number-input.md

Added number-input.md to docs.
2021-10-06 12:14:13 +05:30
Akshit Arora
7674a0ceb6
[docs] Fix inconsistent styling on intro page (#904) 2021-10-06 09:54:35 +05:30
Sherfin Shamsudeen
c2e97af003
Selected row should be highlighted for table widget (#902)
* Add functionality to highlight selected row

* Add migration to set highlightSelectRow to false for existing tables

* Add documentation for highlighting selected row

* Support highlighting selected row for striped table
2021-10-05 19:36:30 +05:30
Sherfin Shamsudeen
eaaccc247e
Bulk selection for table widget 🔥
* Functional implementation of checkbox selector for table

* Add inspector toggle to display bulk selector checkboxes

* Expose selectedRows variable of Table

* Refactor select-all checkbox into a separate function

* Remove unnecessary import of v4 package

* Add TODO comment for adding checkbox color

* Revert typo that accidentally got committed

* Add explanatory comment in selectedRows data generation code

* Combine original row data and displayed row data for selectedRows

* Show only original data in selectedRows

* Use useRowSelect hook to for implementing table selector

* Show selector column only when it is enable from inspector

* Add migration to set showBulkSelector to false for all tables

* Add documentation for bulk selection

* Set label of toggle that (en/dis)ables bulk selection: 'Bulk selection'
2021-10-05 12:37:17 +05:30
Maurits Lourens
f6aa39fdff
Remove question mark from labels (#895) 2021-10-05 12:31:57 +05:30
Navaneeth Pk
a80dca7b96
Docs for deploying tooljet on GKE (#882) 2021-10-05 08:35:41 +05:30
Sherfin Shamsudeen
c2b7c5b5bc
[docs] documentation for Google OAuth SSO (#858) 2021-09-28 14:05:27 +05:30
Adit Luhadia
614f47ba94
Fix SMTP configuration in env-vars.md (#784) 2021-09-19 09:50:45 +05:30
Arpit
5319b974f8
[docs] Updates for widget/datasource references and screenshots (#701)
* introduction gif updated with new UI

* introduction

* creating a new app

* tutorial- datasource

* adding a widget:updated

* tutorial - mobile-layout

* debugger

* table widget reference

* sharing apps: updated

* datasources: rest-api

* rest-api widget reference: updated the gif

* gifs update debugger

* redis image updated

* redis image size changed

* datasource airtable updated

* datsource graphql gif update

* black bordered gifs updated

* debugger intro gif fixed

* datasource Elasticsearch image

* widget: table properties

* added map:widget referene, and minor fixes to the table widget

* button widget

* widget: checkbox

* widget: datepicker

* widgetL date-range picker

* widget: dropdown

* widgets: multiselect

* widgets: radio button

* multi-select and radio button typo fixes

* widget: star rating

* widget: toggle switch

* widgets sidebar_postion updated

* widget:image

* input text

* widget: text inout

* widget: textarea

* widget: rich text editor

* widget: modal

* widget: textarea

* google sheets

* text/content updates

* .

* some text updates

* Fixes

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-09-15 12:12:47 +05:30
Nishant Samel
407f842504
[docs] Fixes invalid links (#756)
- Fix link from `Mac OS` setup guide
- Fix link from `Heroku` deployment

Co-authored-by: Nishant Samel <nishant@saeloun.com>
2021-09-15 08:19:47 +05:30
Akshay
f4af291b6f
Chore: Application monitoring support with sentry (#702)
* setup sentry for server

* setup sentry for client

* update docs for sentry dns

* explicitly specify apm vendor

* add module for sentry

* revise directory struct and make sentry debuggable

* setup csp and trace headers for sentry

* whitelist csp for all sentry urls

* change senrty error sample rate to 50%

* make sentry send all errors from backend
2021-09-09 22:14:34 +05:30
Akshay
6bd08608ad
Feature: Client fetches public config from server (#713)
* add /api/config endpoint to serve public config

* client requests public config before app render

* update default public config for whitelist
2021-09-09 21:38:07 +05:30
Akshay
cb2d8bd5ed
fix server entrypoint (#714) 2021-09-08 23:43:17 +05:30
Akshay
f2249749cf
[docs] update k8s deployment doc (#684)
* fix k8s docs

* remove unused env vars
2021-09-05 10:24:47 +05:30
Akshay
02761ddb9d
[docs] update db setup steps for docker deploy (#680) 2021-09-03 09:52:41 +05:30
navaneeth
1118d9ca77 [docs] cleanup star rating reference 2021-09-01 09:42:04 +05:30
navaneeth
a6adeb8130 [docs] Use markdown instead of html for line breaks 2021-09-01 09:41:48 +05:30
Gandharv
d619e8adfd
[docs]: widget reference for rating (#636)
* docs: star widget 

* fix puncuation
2021-08-30 14:41:30 +05:30
Chetan Kumar
cd14d77aa0
[docs] add missing database config in .env (#634) 2021-08-30 08:02:23 +05:30
Manas Gupta
0a5fe169b3
[docs] contributing-guide update (#526) (#620)
* contributing-guide update

resolving issue #526

- Added space and proper distinction between the two commands 
- Added a line break between the two links

* contributing-guide update (#526)
2021-08-27 10:03:23 +05:30
Akshay
c128d94b1d
Dev and deploy setup revision (#604)
* revise dockerfiles

* make nginx to proxy requests when static files are absent
2021-08-26 20:34:30 +05:30
Viraj Bahulkar
351a11a4c4
[docs] Add modal.md file (#615) 2021-08-26 19:37:28 +05:30
Mohini Dahiya
05d7c930f1
[docs] Updated the examples in chart widget reference with images (#618) 2021-08-26 19:36:37 +05:30