Commit graph

321 commits

Author SHA1 Message Date
Shubhendra Singh Chauhan
d002cc12a9
[docs] how-to: run actions from RunJS (#3602)
* [docs]how-to/run-actions-using-runjs

* fixed syntax

* fixed syntax

* go to app syntax update
2022-07-14 07:38:47 +05:30
Muhsin Shah C P
0af0ea901c
Added a basic documentation for organization environment variables (#3476)
* Added a basic documentation for environment variables

* updated org env var doc

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-07-11 21:33:37 +05:30
Shubhendra Singh Chauhan
c7f5e15078
[docs] Google - OpenID Connect (#3472)
* [docs]google - open id connect

* Update docs/docs/user-authentication/sso/openid/google-openid.md

Co-authored-by: Midhun G S <gsmithun4@gmail.com>

Co-authored-by: Midhun G S <gsmithun4@gmail.com>
2022-07-06 16:56:52 +05:30
Manish Kushare
d703c6eed7
[docs] Adding docs for vertical separator widget (#3460) 2022-07-05 07:42:53 +05:30
Manish Kushare
0f60a66b70
[docs] added docs for html widget (#3462)
* added docs for html widget

* refactoring heading to HTML

* fixed sidebar position

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-07-05 07:40:27 +05:30
Manish Kushare
0e6f983246
[docs] added docs for color picker widget (#3464)
* added docs for color picker widget

* removed component from title

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-07-05 07:40:09 +05:30
Midhun G S
6bc17b4ed6
Merge pull request #3281 from ToolJet/feature/athena
Feature ::  Amazon Athena plugin
2022-06-29 13:47:08 +05:30
Shubhendra Singh Chauhan
af774d85d7
[docs] added how-to for change column text color using variables (#3296) 2022-06-23 08:18:27 +05:30
stepinfwd
a12b0259ec updating documentation for athena 2022-06-22 14:58:11 +05:30
Kiran Ashok
956bb5b0db
Feature :: Bigquery revamp (#3301)
* added create delete table, create view

* new operations

* tested basic operations , constructing query for table operations

* updates

* updates:: insert , update , delete query construct

* insert query tested :: updates for other crud operations

* update view query

* update record

* view query tested

* removing logs

* completed update

* checking for bugs :: removed some unwanted code in list table,dataset, create,delete table

* adding placeholders

* changing condition as single string

* removing unused types

* custom column builder fucntion

* type update

* completed view :: for review

* removing logs

* pr changes :: changed cloumns to object and viewcolumn to string , updated WHERE condition

* typos and docs updated

* docs updates
2022-06-17 19:58:21 +05:30
Midhun G S
b2be27c68c
Invited user should be able to login and activate account using SSO (#3164)
* SSO login flow changes

* changes

* Fix

* added more testcases

* testcase fixes

* changes

* documentations

* flow changes

* doc changes

* reviewed docs - user lifecycle and general settings

* Fixes

* docs changes

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-06-14 14:05:38 +05:30
Arpit
b48fd53ec2
[Feature] Kanban board widget (#3049)
* init kanban board widget

* kanban board

* reverts to beautifully

* kanban UI updates and dnd fixes

* bugfix: when dropped outside the col, should return back to it inital position

* updates min-width of the column

* container and widget styles

* style fixes: column container onDrag

* adds button for new group

* fixes new card overflow

* add btn for adding cards

* groups and cards updated

* add property definition

* improves draggable card position while drag is active

* handle delete group/col

* handle col/group title updates

* handles editing card title

* style fixes for input cursor

* cleanup

* card popover with codehinter fields

* minor card fixes

* updates exposed variable

* simplify boardData into cols and cards

* adds width and min-width style definations

* build board from queries

* handle draggable rbd-id

* removes add group card and delete group option

* fixes typos

* show empty state message

* fixes typos

* removes card extra border color

* fixes column typi and cards updates issue

* adds enableAddCard property defination

* adds accent color options

* default style accent color

* accent color fix

* revets popover with hinter

* fixes card drag and drop

* removes hook

* fixes: state synced with property defination updates(col and cards data)

* fixes: on re-arranging the card via dnd, update the card content

* handles if card columnId is updated

* adds card container layer

* clean up

* dark theme

* fixes card onDrop issue

* renamed the exposed variable data --> lists

* adds custom resolvers to the popover

* handle widget crash when non iterables are passed

* updates default card and col value

* fixes dnd issues for dynamic card values

* refactor: cleanup

* handles empty and undefined cardData

* fixes Height of widget is changing when popover thing is displayed.

* fixes: updating card data in widget inspector

* fixes: updating column data in widget inspector

* fixes adding cards for newly created groups/columns

* clean up

* Add kanban event onCardAdded and expose lastAddedCard

* Add onCardRemoved action and expsed lastRemovedCard variable

* Add events and variables for card movement and selection

* Add card edit feature for kanban widget

* Rename lastAddedRemoved to lastRemovedCard in kanban

* Rename lists to columns on kanban board

* Set max height of kanban column to respond to widget height

* Have "Add description" link if there is no description for Kanban cards

* kanban docs

* Change text from "add +" to "Add card" on kanban

* Validate card data before update

* Add tip about card id type on kanban documentation

* Add default min width and width for kanban

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-06-14 11:06:36 +05:30
Kiran Ashok
e1b3c26e1d
[ Docs ] OIDC docs (#3259)
* open id docs

* typo fix

* typo

* image updated

* note added

* naming

* reviewed openId docs

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-06-14 07:23:38 +05:30
Kiran Ashok
bb6fc26f7e
[ Feature ]:: steps widget (#3200)
* tabs event

* completed event firing on selection tab

* steps widget basic structure & code

* active item logic

* logic for currentstep

* logic for steps theme

* event onSelect handled and exposed currentStepId

* fixing tooltip

* logic for colour updated

* updates

* bugfixes and color theme fix

* darkmode fixes

* some bugfixes

* cleanup

* reverting

* reverting unwanted change

* updating green theme

* pr changes : style changes

* pr change :: color style made dynamic :rocket

* style fix 🚀

* docs updated

* bugfix
2022-06-13 17:44:03 +05:30
Kiran Ashok
4922e0d4bb
[docs] Multi workspace docs (#3087)
* udpating docs for multiworkspace

* updates

* cleanup

* typo updates

* updates

* renaming to Multi-Workspace

* reviewed and updated multi-workspace doc

* updated a point in when enabled

* mapped sso and general settings under user authentication

* mapped password login in sidebar

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-05-30 10:46:56 +05:30
Shubhendra Singh Chauhan
8a30380b6e
[docs] removed algolia's code block from index.html (#3146) 2022-05-28 06:44:13 +05:30
Shubhendra Singh Chauhan
29c293eb12
[docs] integrated algolia-docsearch (#3134)
* added algolia-docsearch

* removed algolia public api key

* renamed env var for algolia api key

* removed line breaks
2022-05-27 16:03:05 +05:30
Muhsin Shah C P
caf68b10e8
[Feature] Elasticsearch ssl certificates (#2883)
* added cert fields

* Implemented ssl certificates feature

* Fixed some errors

* removed try-catch

* updated the doc
2022-05-25 12:22:49 +05:30
Midhun G S
493b0ceb00
Feature - SAP HANA Integration (#2957)
* SAP HANA Integration

* sap hana docs reviewed

* Add private true

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-05-19 20:54:25 +05:30
Kiran Ashok
3b96e99d6a
Woocommerce integration 🚀 (#2866)
* base structure

* tested all customer operations

* all product enpoints tested

* all order api tested

* typo fix

* icon updated

* tested all operation , cleanup

* added create coupon operation

* removing unwanted types

* cleanup

* updating test connection bug

* doc updated

* docs updated

* removing logs :: pr updates

* removing types :: pr updates

* cleanup :: pr changes

* operation structure updated

* restructured whole code for seperating operations

* typo bug updated

* updating pr updates remove host , test error case updated

* typo bug fixed

* updating naming conventions

* plugins operation.json reusable fields

* pr changes :: making all ids common

* fixing customer params

* updating all additional param types

* updating all product params

* including some more product params

* adding all order params

* adding all coupon params

* updating common defenitions

* capitalise labels

* updating all list operation definitions

* clearing some typos

* global defenition

* lock file changes

* lock file changes

* server lock file changes

* typo fix

* typo fix

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2022-05-19 11:38:14 +05:30
Kavin Venkatachalam
7c30a830db
[Feature]: Custom Component Widget (#2960)
* Created custom component widget

* Updated the custom component key

* Added doc for custom component

* Update iframe.html

* Installed HTML parse in dependencies

* Updated script source

* Added scripts to CSP

* Added Skypack to CSP

* Fixed Run Query issue in Viewer
2022-05-10 15:09:09 +05:30
Shubhendra Singh Chauhan
a0e9b9fdb1
[docs] how to: upload and download files using aws s3 (#3006)
* added bulk update multiple rows in sidebar

* how to: upload and download files using aws s3
2022-05-09 07:36:52 +05:30
Midhun G S
0545528504
Support for multiple workspaces 🚀 (#2778)
* multi org changes

* Initial changes

* changes

* manage sso page

* Multi-organization changes

* Multi organization changes

* multi-org changes

* multi-org changes

* multi-org changes

* multi-org fixes

* env variables app.json changes

* multi-org-fix

* user invitation token fix

* multi-org group permission fix

* multi-org app privilege

* google oauth fix

* Remove enable signup for form login

* Multi organization fixes

* multi-org user invite flow changes

* multi-org sign up fix

* rebase and multi-org fixes

* revert testing logs

* test logs revert

* migration changes

* migration file fix

* error message changes

* git login for private email fix

* dropdown fix

* test cases

* e2e test cases added

* test cases fix

* documentation changes

* testcases fix

* testcases added

* replace findOne with findOneOrFail

* accept invite testcases

* login page fixes

* added encrypted tag

* review comments

* migration fixes

* improvements

* manage sso loading fix

* review comments

* migration file changes

* new organization creation bug fix

* added e2e testcases

* added testcases

* Update data_sources.controller.ts
2022-05-05 12:38:42 +05:30
Shubhendra Singh Chauhan
95fd218804
[docs] updated Notion datasource reference (#2963) 2022-05-04 15:24:32 +05:30
Shubhendra Singh Chauhan
307c2cd05a
[docs] updated sidebar and improved hierarchy (#2958)
* added pages for directories and updated sidebar

* added notion and openapi in sidebar.js
2022-05-04 08:10:46 +05:30
Tima Gixe
26eb030eef
[docs] fix redirect href (#2945) 2022-05-02 20:39:05 +05:30
Shubhendra Singh Chauhan
e8e20baf55
[docs] added how to guide for bulk updating multiple rows (#2940)
* how to: bulk update multiple rows

* minor change
2022-05-02 12:57:18 +05:30
Shubhendra Singh Chauhan
eb2b2759b8
[docs] renamed deployment directory to Setup (#2847) 2022-04-19 08:34:54 +05:30
Shubhendra Singh Chauhan
84d36ddc46
[docs] updated baserow and couchDB reference (#2816) 2022-04-14 09:29:41 +05:30
Kiran Ashok
347020fc82
[docs] RethinkDB docs updated (#2809)
* updating rethink docs

* docs updates rethinkdb

* updates header
2022-04-14 00:13:57 +05:30
Shubhendra Singh Chauhan
0c5daad9d9
[docs] updated references for Airtable, Appwrite, BigQuery, Firestore (#2787) 2022-04-11 17:26:29 +05:30
Kavin Venkatachalam
26203cfaf9
[Docs] Timeline widget reference (#2786)
* Doc for timeline widget

* Fixed a spelling mistake
2022-04-11 16:53:18 +05:30
Kavin Venkatachalam
7711a34b93
Baserow integration (#2773)
* Baserow integration

* Added JSON5 & updated code
2022-04-11 16:49:49 +05:30
Kiran Ashok
9a83f99bd1
Plugin: RethinkDB datasource (#2724)
* types intial

* manifest intial updates

* sample operation

* initial

* sample operation

* updating defaults

* test connection and crate table operation

* retreive insert updates

* updates

* updates

* cleanup all basic operation

* code refactor

* connection adding auth update

* updating insert bug

* cleanup , fixing bug with insert and update

* code cleanup :: using default databse if name not provided

* fixing bug in list documents

* cleanup

* icon updated

* docs updated

* reverting

* reverting

* revert

* revert

* optimizing

* typo fixed :: pr changes

* alignment fix

* bug correction

* reverting rethinkdb installation outside plugins

* updating types

* reverting unintentional changes

* updates

* key mismatch

* updated docs info

* typo bug :: create table

* revert

* reverting rethinkdb installation
2022-04-08 17:13:38 +05:30
shivangT
5e8ccb993e
[docs] created widget reference for slider widget (#2766)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-07 10:51:22 +05:30
shivangT
b1a7ac8cbf
[docs] created spinner documentation (#2758)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-05 18:07:56 +05:30
Shubhendra Singh Chauhan
92d09fc966
[docs] revised influxdb and oracledb reference (#2690) 2022-03-31 08:48:35 +05:30
Jordi
17be57a416
[docs] Added how to guide for uploading files to gcs (#2668) 2022-03-30 06:53:05 +05:30
Muhsin Shah C P
9706de80cb
Appwrite integration (#2589)
* Started working on appwrite plugin
    - Initialized appwrite plugin
    - Added appwrite npm module
    - Implemented appwrite authentication
    - Working on operations

* Implemented some operations
- Only query collection left

* added query collection operation

* Added appwrite logo

* Edited docs of appwrite

* Edited some fields descriptions and placeholder texts

* Made some code changes
- Replaced JSON with JSON5
- Removed unwanted list option

* Fixed integer conversion bug
- Refactored some code

* Removed unrelated dependencies
2022-03-29 19:52:26 +05:30
Kiran Ashok
954976005e
InfluxDB integration (#2590)
* initial creation

* test operation

* test operation

* option included to test connection and manifest file updated

* updating all operations

* updated all bucket operations

* write operation logic

* type update

* completed query end points

* updating all keys

* updating all labels

* bucket operations completed

* seperating  required params

* reordering operations

* cleanup

* docs updated influxdb

* fixing flux query operation

* updates in docs

* pr changes

* pr change

* pr changes reverting oracle db

* upating icon

* changing default port

* pr changes and fixing write operation

* reverting lock file change by replacing with develop

* deafult port update

* updating docs position

* reverting lock file in docs
2022-03-23 14:59:45 +05:30
Maurits Lourens
35332be72d
Mailgun integration (#2392)
* add mailgun template

* add api key option

* undo committing idea folder, implement mailgun sdk

* add docs

* merge develop

* implement review comments, removed vscode files

* undo changes to package-lock.json

* implement review comments

* remove unused dev dependency

* remove unused dev dependency

* revert deletion of vscode config files
2022-03-11 08:14:04 +05:30
Kiran Ashok
2c5c66bfb1
Integration couchDB (#2337)
* feature :: couch db

* updates

* types update

* updated types

* couch db integration updates for crud opertations

* updates

* updated icon

* inlcluding port

* port addition

* crud updates

* updates including proper variables

* optimizing

* updates

* completed basic crud with couchdb

* updates

* view get option

* removing hints

* adding skip

* updates for adding params and mangoquery

* changing auth order

* adding condition check to conditionally add  and remove  params

* adding checks

* sepreated protocol and host

* updates

* included connection testing

* updated with pr suggestions

* couch db documentation

* updates

* fixed bugs , completed docs

* typo

* marking optional params

* optimizing

* image updated

* changed img for find

* updating list record query to include doc data

* updating couchdb docs :: include_docs key addition
2022-03-10 18:24:11 +05:30
Shubhendra Singh Chauhan
9aa041d21b
[docs] updated widget reference (#2458)
* [docs] update widgets

* updated all the widgets
2022-03-08 23:52:46 +05:30
Shubhendra Singh Chauhan
ce828ac659
[docs] updated widget references (#2445) 2022-03-08 09:26:01 +05:30
Shubhendra Singh Chauhan
0826e71380
[docs] updates widget references (#2433) 2022-03-07 15:39:44 +05:30
Shubhendra Singh Chauhan
b1ecb51681
[docs] updated widgets (#2424) 2022-03-03 20:42:10 +05:30
Shubhendra Singh Chauhan
ab96124e2d
[docs] updated checkbox (#2423) 2022-03-03 20:25:30 +05:30
Shubhendra Singh Chauhan
8bdf4b3339
[docs] updated heroku 1 click deploy (#2379)
* docs: heroku 1 click deploy

* Update docs/docs/deployment/heroku.md
2022-03-01 10:06:27 +05:30
Shubhendra Singh Chauhan
d1df4a71da
[docs] updated calendar and chart (#2366) 2022-02-28 11:41:07 +05:30
Shubhendra Singh Chauhan
5cbf6c76ad
[docs] updated button and listview properties (#2355) 2022-02-26 22:01:33 +05:30
Shubhendra Singh Chauhan
29a21d0a89
[docs] updated typesense and elasticsearch (#2341)
* docs: updated typesense and elasticsearch

* minor fix
2022-02-24 21:11:46 +05:30
Shubhendra Singh Chauhan
a8ff36af48
[docs] updated n8n and smtp docs (#2330) 2022-02-23 14:28:36 +05:30
Shubhendra Singh Chauhan
4d56ca0c8c
[Docs] update most visited pages (#2305)
* updated images and fix formatting in Intro & Architecture page

* revisited deployment section for any formatting/image updates

* updated most visited pages
2022-02-21 23:35:34 +05:30
Shubhendra Singh Chauhan
bdce3d21bc
[Docs] Updated S3 docs with operations (#2285) 2022-02-18 07:12:34 +05:30
Akshay
1228c3b48d
Feature: Snowflake integration 🚀 (#2261)
* wip

* establish connection to snowflake ds

* fix icon

* fix snowflake operations manifest

* add documentation

* fix formatting

* add snowflake optional params

* update snowflake sdk dependencies
2022-02-17 14:33:27 +05:30
Shubhendra Singh Chauhan
f426c3b95d
[docs] bulk updating in MySQL and PostgreSQL (#2260)
* [docs] bulk querying in MySQL and PostgreSQL

* [docs] consistent word for data source
2022-02-15 22:40:27 +05:30
Shubhendra Singh Chauhan
ea03b56489
[Docs] updated google-sheet data source (#2221) 2022-02-11 07:09:07 +05:30
Midhun G S
6bcfff7196
Feature: create record operation for Airtable (#2191) 2022-02-08 08:54:50 +05:30
Midhun G S
f4284f8f81
Big Query Integration 🚀 (#2160)
* initial commit

* feature-2152 bigquery integration

* Typo fix

* moved bigquery to databse type
2022-02-07 15:32:38 +05:30
Shubhendra Singh Chauhan
3b09285ea3
[Docs] Updated images/gif and fixed formatting issues (#2079)
* [Docs] Updated images/gifs in Tutorial section

* [Docs] Improved S3, GCS, and MinIO
2022-02-01 21:53:44 +05:30
Shubhendra Singh Chauhan
3d814a3162
[Docs]Release Management and Sharing (#2002) 2022-01-29 06:51:19 +05:30
Shubhendra Singh Chauhan
e52849853b
[Docs] Managing Users and Groups (#1978)
* [Docs] Managing Users and Groups

* Update manage-users-groups.md

* Update manage-users-groups.md
2022-01-28 15:28:32 +05:30
Midhun G S
5000f745b1
Github OAuth integration (#1837)
* Initial commit

* git auth

* git sso

* Git sso

* Git Oauth rebase

* review comments

* added email validation

* improvement

* Package lock revert

* E2E test case fix

* fix data population in migration

* Supress initial error thrown by google

* Fix

* e2e test cases

* added e2e test cases

* isValidDomain improvement

* e2e test cases fix

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
2022-01-27 15:21:17 +05:30
navaneeth
2fa5d38a4b [docs] update logo 2022-01-27 11:08:37 +05:30
Shubhendra Singh Chauhan
0e7133dba9
[Docs] List view widget (#1946)
* [Docs] List view widget

* removed Container

* added container folder
2022-01-27 10:18:58 +05:30
Kiran Ashok
b5bdfcfeac
Feature : statistics widget (#1834)
* feature:ui for statics widget

* feature:assets icons statics widget

* feature:addition to existing ui

* inclusion to existing ui editor

* feature: widget style updations

* cleanup

* cleanup

* resolving merge issue

* feature: statics widget svg updated

* fixing pr comments : bounding box width issue fix to cover widget

* pr comments : fixing naming

* bugfix : pr comments: removing all signs

* pr comment changes : fixing alignment of widget contents

* icon updated

* bugfix : dark mode colour scheme inclusion

* updation icon

* updated filenames , style changes updated

* naming change

* pr review changes : making naming convention same everywhere using camelcase

* updating sign property

* updating statistics docs

* docs updated

* sign display updated : pr changes , code cleanup
2022-01-25 09:32:01 +05:30
Shubhendra Singh Chauhan
597784b4ad
[Docs] Writing custom JavaScript (#1925)
* aligned pages in datasources

* docs/customjs

* Update docs/docs/data-sources/custom-js.md

* Rename aws-s3.md to s3.md
2022-01-24 18:57:58 +05:30
Muhsin Shah C P
0f709706e0
Feature: Circular progressbar (#1887)
* added circular progressbar widget

* added a basic documentation about the widget

* added progress attribute

* bounding issue is solved

* edited the widget doc

* Added new style
- Text color
- Text size

* Changed the documentation
2022-01-22 09:32:37 +05:30
Muhsin Shah C P
a68bb57302
Added Json description feature (#1732)
* Added Json description feature

* Added a toggle button for toggle from chart data to json data

* toggle effects for chart-data and json-data is added

* documentation about json part is added

* replaced the position of json toggle . changed the section and label name

* marker color field will hide if plotly is enabled
2022-01-17 16:43:02 +05:30
Muhsin Shah C P
a02d47e88e
Tags widget (#1659)
* implemented tags widget

* added text color option, changed default tags

* added scrollbar & space between tags

* Required changes are added:

- Changed colors of buttons as per the document
- Now scrollbar only shows if it is needed
- Tags height will be static

* Changed documentation

- Added gif file

* Removed text color style option from inspector
 - Changed md text file
2022-01-15 10:41:27 +05:30
navaneeth
50de145f0c [docs] add how it wotks diagram 2022-01-15 10:27:40 +05:30
Shubhendra Singh Chauhan
896b898c4e
[docs] added meta image (#1785) 2022-01-11 09:03:48 +05:30
Akshay
21c35072e0
update docs for minio (#1772) 2022-01-10 08:57:37 +05:30
Midhun G S
e4d3578563
Timer Widget (#1633)
* Timer Widget

* feature-1632 Fix

* feature-1632 fix

* feature-1632 fixes

* Fix

* Fix

* Fix

* fix

* added default value to the widget

* widget size change

* Reverting last changes
2022-01-03 09:18:56 +05:30
Shubhendra Singh Chauhan
13284b6c82
[Docs]Using OAuth2 as REST API authentication (#1647)
* [Docs]Using OAuth2 as REST API authentication

* Update docs/docs/how-to/oauth2-authorization.md

* Update docs/docs/how-to/oauth2-authorization.md

* Update docs/docs/how-to/oauth2-authorization.md

* Update docs/docs/how-to/oauth2-authorization.md

* Update docs/docs/how-to/oauth2-authorization.md
2021-12-28 17:32:03 +05:30
Shubhendra Singh Chauhan
4e08e4ea89
[Docs] Audit logs (#1605)
* [Docs] Audit logs

* Update docs/docs/Enterprise/audit_logs.md
2021-12-22 17:26:41 +05:30
Arpit
8a89bc8b71
[Feature] : SendGrid integration (Datasource API) (#1608)
* SendGrid integration

* unused logs

* unused logs

* update help text

* fixestypos for schema description

* fixestypos for schema description

* adding sendgrid docs

* updates logo from  Sendgrid's media kit

* sendgrid query schema updated

* fixes typos

* updates docs

* typos fix

* fix jest module transform

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
2021-12-22 17:23:45 +05:30
Arpit
7a1747478a
Add documentation/tutorial for adding widgets to the modal widget (#1604) 2021-12-18 09:55:56 +05:30
Shubhendra Singh Chauhan
ab6ca1f677
[Docs] Container and Password-Input (#1588)
* docs for container and password-inpur

* Update docs/docs/widgets/password-input.md

* Update docs/docs/widgets/password-input.md

* Update docs/docs/widgets/password-input.md

* Update docs/docs/widgets/password-input.md
2021-12-16 21:55:34 +05:30
Shubhendra Singh Chauhan
b3b9c4981f
[docs] added reference for tabs widget (#1574) 2021-12-14 17:30:05 +05:30
navaneeth
15f6346642 [docs] add annoucement bar, collpase deploy docs 2021-11-19 09:07:35 +05:30
Arpit
7663147525
Feature: Code editor widget (#1381)
* Code Editor Widget

* code editor docs added

* updated to Code Mirror

* updated to Code Mirror

* Language resources do not need to be importe in @codemirror-v3.x

* code editor docs: updated with language mode info and link

* comment pkg.json for future ref - @uiw/react-codemirror versions

* docs: supported lang

* widget reference sidebar alphabetical order

* removed comment form pkg.json
2021-11-15 12:12:02 +05:30
Arpit
df88790dab
Feature: IFrame widget (#1402)
* feature: iframe widget

* iframe docs - added

* explicitly set frame-src directive

* explicitly set frame-src directive

* typos fixes
2021-11-15 10:09:56 +05:30
Akshay Sasidharan
08a0b2aa62 add documentation for s3 and gcs datasource 2021-11-08 18:31:52 +05:30
Arpit
bbf991d67b
Fixes documentation of file picker widget #1274 (#1369) 2021-11-05 15:25:22 +05:30
Sherfin Shamsudeen
8bbbbfc869
Feature: Calendar widget 🗓 (#1368)
* Insert required boilerplate code for Calendar widget

* Display basic calendar

* Display events on calendar widget

* Pass JS date object as calendar default event date

* Add resource scheduling to Calendar widget

* Add icon for Calendar widget

* Allow configuration of views and default view for calendar

* Add onEventSelect event to Calendar widget

* Accept date as string for Calendar

* Option to disable/enable toolbar in Calendar

* Add default date to Calendar

* Add support for setting color of calendar events

* Set calendar cell size to 50px

* Allow spacious and compact cell sizes for Calendar

* Add support for "select slots" event for calendar

* Add support for custom event tooltip for Calendar

* Add support to not highlight today and now in Calendar

* Add visible border for Calendar events

* Set 14px font size for calendar toolbar

* Add dark mode styles for calendar

* Make calendar view mode controllable with logic

* Add documentation for calendar widget

* Add additional documentation for calendar events

* Expose default view instead of view for calendar

* Add documentation for changes in calendar

* Style updates to calendar

* Increase padding for calendar events
2021-11-04 14:23:50 +05:30
Arpit
a6f99f6fba
Feature: File Picker Widget (#1274)
* File Picker Widget inital commit

* Merged develop

* add file picker icon

* dropzone

* added file picker widget

* does notrequires* babel-import

* fixed styles and removed button to open file selector

* updatedbthe fle picker icon

* style fixes

* added event: onFileSelected

* seperated the concerns and made it more flexible

* fixed handling file types for the picker

* handle - file reject

* file picker description

* text color updates

* Reads contents of the file as a text string

* display list of accepted files

* filepicker docs

* read multiple files-fixed

* style fixes

* added filepicker gif for docs

* typo fixed: docs

* selected files should be inside the widget bound & clear button to clear the selected files

* remove btn for files and selected files should always remain inside the widget bound

* display files bg style and multi-files resolved

* fixed typos
2021-11-04 11:11:10 +05:30
vijaykrishna536
dd9d597805
[Docs] Add documentation for DynamoDB datasource #1225 (#1339)
* [Docs] Add documentation for DynamoDB datasource #1225

* Updating docs

* Updating docs
2021-11-02 11:19:53 +05:30
michizhou
a9b44bfb2d
Add image and GIF for Firestore datasource documentation (#1335) 2021-10-30 18:32:20 +05:30
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
Sherfin Shamsudeen
d777de33c1
[docs] Add documentation for set localStorage action (#1296) 2021-10-26 12:37:31 +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
Muhammad Mohsin
846432b8df
Added documentation for the Divider (#1165) 2021-10-20 22:52:43 +05:30
alammoiz
90be5fc3dc
Added Mongodb documentation (#1084) 2021-10-16 08:46:45 +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
Sherfin Shamsudeen
c2b7c5b5bc
[docs] documentation for Google OAuth SSO (#858) 2021-09-28 14:05:27 +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
Gandharv
d619e8adfd
[docs]: widget reference for rating (#636)
* docs: star widget 

* fix puncuation
2021-08-30 14:41:30 +05:30
Mohini Dahiya
05d7c930f1
[docs] Updated the examples in chart widget reference with images (#618) 2021-08-26 19:36:37 +05:30
Arpit Nath
44b6f10ab1
[docs] toggle switch widget reference (#542)
* toggle switch widget - docs

* img tag alt attribute fixed

* fixes

* .
2021-08-19 08:22:07 +05:30
Sherfin Shamsudeen
a53cac24b2
Feature: QR scanner widget (#519)
* Add QR code scanner widget

This commit adds QR code scanner widget which
  * Displays a viewfinder that can be activated or deactivated
  * Exposes a variable named lastDetectedValue which holds the
    data contained in the last QR code it was able to scan
  * Defines an event onDetect which is fired whenever a QR code
    is successfully scanned

* Add documentation for QR scanner widget

* Supply missing newline

* Supply missing newline for qrscanner.svg

* Supply missing newlines and semicolons

* Update error modal content

* Remove `active` property from QrScanner

* Add blob: to content security policy

* Disable content security policy

* Add content security policy that allows self, unsafe-eval and blob
2021-08-18 22:15:43 +05:30
Arpit Nath
8e29c46829
[docs] airtable update & delete operations (#529)
* airtable-update-operation docs

* airtable-delete-operation docs

* airtable-intro gif and delete operation alt

* resolves PR changes

Co-authored-by: Arpit Nath <arpitnath@Arpits-MacBook-Pro.local>
2021-08-18 13:28:18 +05:30
Arpit Nath
7d545e168a
[docs] radio button widget docs (#530)
* radio button widget docs

* Resolves PR changes

Co-authored-by: Arpit Nath <arpitnath@Arpits-MacBook-Pro.local>
2021-08-18 13:26:55 +05:30
Navaneeth Pk
60b3922912
[Docs] add gifs to GraphQL documentation (#301) 2021-06-23 18:58:38 +05:30
Ashish
2eaff6e8b6
Feature: support for GraphQL data sources 🎉 (#288)
* Feature: Add GraphQL data sources

* Querying graphql

* use graphlient gem to talk to a graphql datasource

* use the source headers and params while initializing the graphql-client

* remove unnecessary body field from the graphql source addition modal

* add documentation for graphql datasource setup

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-06-22 19:47:00 +05:30
Navaneeth Pk
6a21b6f209
[Docs]: MS SQL Server & Azure SQL databases (#266)
* [Docs]: MS SQL Server & Azure SQL databases
2021-06-16 15:00:27 +05:30
navaneeth
b549d17942 [Docs] Table 2021-05-26 15:33:06 +05:30
navaneeth
cc53e29fb5 [Docs] Charts 2021-05-26 14:18:32 +05:30
navaneeth
6b1984b7bb [Docs] New doc: Sharing, deploying & launching applications 2021-05-24 20:55:42 +05:30
navaneeth
12696b4148 [Docs] Update outdated tutorial docs, add gifs 2021-05-24 19:55:48 +05:30
navaneeth
7a6efcbdca [Docs] Fix site title 2021-05-09 08:51:07 +05:30
navaneeth
4287b5d758 [docs] Remove landing page, redirect to intro 2021-05-08 10:51:54 +05:30
navaneeth
c80ba3a011 UI changes for docusaurus 2021-05-01 19:43:10 +05:30
navaneeth
9309c5e999 [Docs] MySQL, PG, Elasticsearch, Firestore 2021-04-30 17:35:53 +05:30
navaneeth
9b65cea5cd More documentation 2021-04-29 11:21:06 +05:30
navaneeth
c1cb0e1c6e Docs - tutorial - building queries 2021-04-23 23:29:01 +05:30
navaneeth
039724d261 Intro page, more layout changes 2021-04-23 21:19:14 +05:30
navaneeth
871b394b01 Removed blogs section, basic customization 2021-04-23 21:19:14 +05:30
navaneeth
6ec588f9bb Setup docusaurus 2021-04-23 21:19:14 +05:30