Commit graph

321 commits

Author SHA1 Message Date
Shubhendra Singh Chauhan
f1cf6fc289
[docs] v2.5.1 (#6351)
* docs:App version creation flow enhancement #5947

* docs: entry point to Global datasource page from Query Manager #6092
2023-05-16 01:07:15 +05:30
Shubhendra
6b6d921891 Marketplace plugin: textract 2023-05-04 17:56:50 +05:30
Shubham Gupta
5a5f526dee
Merge pull request #6057 from ToolJet/docs/newmarketplace
[docs] new marketplace docs
2023-05-04 15:37:44 +05:30
Shubhendra Singh Chauhan
424bb7f871
Merge branch 'develop' into docs/newmarketplace 2023-05-04 15:10:13 +05:30
Shubhendra Singh Chauhan
86a916a7a0
Merge branch 'develop' into docs/grpc 2023-05-04 13:39:51 +05:30
Shubhendra Singh Chauhan
4ed3d94ec6
[docs] v2.5 design updates (#6233)
* v2.5 design updates

* org management new ui
2023-05-03 19:06:12 +05:30
Shubhendra
2704ce1136 grpc ds 2023-05-03 18:54:51 +05:30
Manish Kushare
55c1d5a31b
Added feature to add new rows in the table (#5954)
* initial commit

* design the UI to add new row

* added logic to add and discard single row

* added csa to discard newly added row

* added feature to add and discard multiple rows

* added a dot to the icon of add new row to determine if the new rows is still not saved or discarded

* discard rows added csa bug fixed

* fixing the horizontal spacing issue inside the cell

* changing the default height of the table widget to make sure filter and add new rows pop-up windows footer is visible upfront

* made suggested text and spacing changes

* fixed spacing for add another row button

* fixed es lint issue

* bug fixed added missing return statement

* changed the exposedVariable name to newRows for adding new rows

some text and style changes for button

* fixed tooltip issue for adding new rows button

* avoided deleting new row added immediately after clicking on save button

* handled edge case if data url is chnaged in between add new row operation

* simplified the code in AddNewRowComponent.jsx

* docs: updated table doc with ui options

* Fixed bug on adding different column types

* Update docs/docs/widgets/table.md

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-04-21 15:42:48 +05:30
Akshay
9606e9100e
Merge pull request #5844 from kshitijsubedi/feat/email-cc-bcc
[FEATURE] Added CC, BCC fields in SMTP Plugin
2023-04-19 20:20:42 +05:30
Shubhendra
998836cc99 updated smtp documentation 2023-04-19 16:52:34 +05:30
Shubhendra
a566b5a4d8 marketplace plugins 2023-04-19 12:59:58 +05:30
Shubhendra
2b33fa6f3a new marketplace docs 2023-04-17 18:35:02 +05:30
Shubhendra Singh Chauhan
32029661cf
[docs] how-to: use s3 pre-signed url to upload docs (#5917)
* how-to: use s3 presigned url to upload docs

* updated how to

* minor changes

* minor fix
2023-04-14 12:45:26 +05:30
Shubhendra Singh Chauhan
15cf829a75
[doc] global datasources (#5965)
* [doc] global datasources

* permissions for global ds

* Update docs/docs/data-sources/overview.md
2023-04-14 12:45:17 +05:30
Shubhendra Singh Chauhan
69e8188a7f
[how-to] fail a RunJS query (#5976) 2023-04-14 12:45:02 +05:30
Kiran Ashok
a438bf35ee
Adding scroll for container widget (#5877)
* adding scroll for container

* added container for scroll

* feat:: added container widget scroll

* updated container doc

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-04-11 16:05:19 +05:30
Shubhendra Singh Chauhan
c36d77ec21
[docs] version 2.3.0 (#5910)
* added dynamic column

* added docs-v2.3.0
2023-04-04 12:31:44 +05:30
Shubhendra Singh Chauhan
d53b30b2e7
[docs] added how-to: import external libs using RunJs (#5908) 2023-04-04 12:31:11 +05:30
Shubhendra Singh Chauhan
8fb97f005b
[docs] added Plotly chart examples (#5875) 2023-03-29 17:07:17 +05:30
Manish Kushare
a7f7492d81
Exposed display_values to the exposed variables as optionLabels for dropdown component (#5806)
* exposed display_values to the expsoed variables as optionlabels

* removed console

* added exposed vars of dropdown

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-27 14:15:26 +05:30
Manish Kushare
af7b4c95c5
Feature to support pagination in the listview widget (#5721)
* initial commit

* made the UI changes

* added property to enable or disable pagination

* code enhancement

* bug fixed: app is getting crashed for older versions

* code enhancement

* bug fixed : scrollbar thumb was pratially getting hidden under the pagination div

* shifted enablePagination check before is data array check

made changes so that scrollbar thumb visible only for list item container

* if pagination is disabled, blank space is visible at the bottom

* bug fixed

* bug fixed: Pagination was showing NaN and not showing any data when invalid rowPerPage value provided

* list view is not closing on clicking on hide modal icon

* bug fixed when rowsPerPage is provided with string value its not working as desired

* pagination:listview

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-27 14:14:31 +05:30
Manish Kushare
96bb6df1e9
Added Disable Field on Action Button in Table Widget (#5474)
* added functional changes to support enabling/disabling action button in the table component

* designed UI

* minor changes

* added disable property for the action button

* minor changes

* added feature to disable/enable action button in the table widget

* fixed lint issues

* bug fixed : not able to programatically disable or enable action button based on fx value

* made the suggested changes

* bug fixed

* initial commit

* made action button programatcially enabled/disabled

* code enhancement

* removed console in actions file

* fixed es lint issue

* made default value of codehinter to false

* deep cloned current state instead of shallow cloning

* code enhancement

* code enhancement

* action button doc update

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-27 14:08:49 +05:30
Manish Kushare
e7a62d9ee9
Added feature to programatically enable/disable, the make editable field in the tables column (#5767)
* made editable programtical using fx

* updated doc for programmatically enabling the editable option in column

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-24 20:07:57 +05:30
Kavin Venkatachalam
70ffc1e27b
Kanban Widget 2.0 (#5380)
* Kanban 2.0 init

* Implemented Kanban 2.0

* Moved add card button to the header

* Added debounce functionality

* Added CSA to Kanban

* Formatted Kanban

* Updated default data on Kanban

* Handled undefined data and exposed lastUpdatedCard

* Added lastCardAdded exposed variable in Kanban

* Fixed id bug on Kanban

* Fixed width issue on Kanban

* Fixed dark mode

* Commented onUpdate event for every action

* Rename containerId to columnId in lastCardMovement in Kanban

* Updated min width in kanban card

* Fixed bug on dropping items into cards when first container is empty

* kanban2 docs

* updated info in kanban doc

---------

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-24 15:22:25 +05:30
Shubhendra Singh Chauhan
02e218c24c
[doc] version 2.2.0 (#5755)
* doc version 2.2.0

* updated v2.0 v2.1 v2.2 docs for ses dynamo and s3
2023-03-16 12:58:33 +05:30
Shubhendra Singh Chauhan
d988365da8
fixed openshift doc (#5737) 2023-03-13 14:15:08 +05:30
Adish M
1a1f44d3aa
openshift code and docs (#5695)
* openshift code and docs

* corrections in doc
2023-03-07 14:35:09 +05:30
Shubhendra Singh Chauhan
c7595a0504
[docs] added version 2.1 docs (#5572) 2023-02-16 12:11:20 +05:30
Shubhendra Singh Chauhan
95a4b901b4
added pages actions (#5430) 2023-02-03 17:14:23 +05:30
Shubhendra Singh Chauhan
80c6363e52
added how-to: use axios (#5465) 2023-02-03 07:28:04 +05:30
Shubhendra Singh Chauhan
917bbb4f2d
added how to import external lib using runpy (#5457) 2023-02-01 17:24:54 +05:30
Arpit
7002b2d76d
4810 - add a list messages operation to the Slack plugin (#5378)
* 4810 - add a list messages operation to the Slack plugin

* support pagination

* update docs

* eslint fixes

Co-authored-by: Maurits Lourens <maurits.lourens@gmail.com>
2023-01-27 16:26:31 +05:30
Shubhendra Singh Chauhan
81e0ef98e1
[docs] updated migration guide (#5272)
* updated migration guide

* removed onboarding
2023-01-10 10:46:11 +05:30
Shubhendra Singh Chauhan
818df3fc09
[docs] updated v2 images and descriptions (#5269) 2023-01-09 18:49:46 +05:30
Akshay
bed57d1f32
Docs: v2 migration (#5198)
* add migration guide

* add support links

* Update docs for digital ocean and ec2 (#5224)

* update docs for digital ocean and ec2

* update doc

* update digital ocean doc and script
2023-01-09 11:51:57 +05:30
Shubhendra Singh Chauhan
d8d01dce34
[docs] org management (#5249) 2023-01-06 23:42:17 +05:30
Navaneeth Pk
3eb8bc4bec
Merge pull request #5035 from ToolJet/docs/v2-beta
V2 docs
2023-01-06 14:30:31 +05:30
Shubhendra
2ceca4aee2 v2 structure 2023-01-06 13:04:30 +05:30
Adish M
6c34a7f8fb
Adding Postgrest to Heroku one click deployment (#5194)
* Update heroku.md

* Create pic

* Add files via upload

* Delete pic

* Update app.json

* Update heroku.md
2023-01-05 14:18:35 +05:30
Adish M
6cb70af966
Updated cloud run docs with adding Postgrest server (#5149) 2023-01-03 17:52:13 +05:30
Shubhendra
2a150bc25f added multi-environment doc 2023-01-03 17:28:57 +05:30
Shubhendra Singh Chauhan
534c74c549
Merge pull request #5079 from ToolJet/docs/v2superadmin 2022-12-30 16:44:35 +05:30
Shubhendra
0579d0a9cf updated social icons and logomark 2022-12-30 12:18:15 +05:30
Shubhendra Singh Chauhan
4be8e749f5
Merge branch 'v2-beta' into docs/v2-beta 2022-12-29 14:45:27 +05:30
Shubhendra
0830b818f1 logo and favicon update 2022-12-29 12:40:33 +05:30
Shubhendra
057a0647ae Superadmin doc 2022-12-28 19:09:11 +05:30
Sherfin Shamsudeen
d6a72b50bd Merge develop to v2-beta 2022-12-27 20:10:33 +05:30
Shubhendra
6cd43bf0e0 revamped intro to getting started 2022-12-27 19:32:34 +05:30
Shubhendra Singh Chauhan
e0c2386846
[v2 doc] duplicated customised setup index page from v1 (#5051) 2022-12-26 13:22:20 +05:30
Shubhendra
9dc255cc19 minor changes 2022-12-26 12:17:29 +05:30
Shubhendra
452e82cd1f tooljet database 2022-12-23 02:41:28 +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
Shubhendra
f6f8268c42 added how-to: form 2022-12-22 08:13:50 +05:30
Shubhendra
5e4745ea7f added badges to enterprise only features 2022-12-15 18:35:55 +05:30
Shubhendra
431e071451 added pages feature doc 2022-12-14 21:28:16 +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
Shubhendra Singh Chauhan
21bd58b2c8
[docs] added how-to for setinterval (#4873) 2022-12-01 15:00:39 +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
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
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
Shubhendra Singh Chauhan
8dcffe9c58
[doc] marketplace for plugin (#4752)
* added marketplace doc
2022-11-14 18:12:58 +05:30
Shubhendra Singh Chauhan
6a303347d0
updated number input doc (#4738) 2022-11-11 13:18:45 +05:30
Shubhendra Singh Chauhan
57bf084f6f
updated tab doc (#4742) 2022-11-11 13:18:18 +05:30
Hemanth Kumar
a6ba29f423
Fix. Image to button group docs (#4630) (#4631)
* Add. Image to button group docs (#4630)

* Update docs/docs/widgets/button-group.md

Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
2022-10-31 17:14:06 +05:30
Akhilesh Kumar Mishra
0c2316e2f7
gifs for Keyboard Shortcuts Added (#4643) 2022-10-31 17:13:57 +05:30
Pakeetharan Balasubramaniam
ef2157b773
Replaced the woocommerce connection screenshot from dark to light one (#4654)
Signed-off-by: Pakeetharan Balasubramaniam <bpakee@gmail.com>

Signed-off-by: Pakeetharan Balasubramaniam <bpakee@gmail.com>
2022-10-31 17:13:47 +05:30
Shubhendra Singh Chauhan
3fbbb846df
[docs] python transformation (#4645)
* python transformation

* typo fix
2022-10-28 17:24:21 +05:30
Shubhendra Singh Chauhan
aeb2dd49b1
mariadb and improvement docs (#4432) 2022-10-14 15:13:22 +05:30
Akshay
956916af48
Add docs for ECS (#4370)
* add docs for ECS

* Formatting

* fix spell

* update doc for default user

Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>
2022-10-11 16:41:38 +05:30
John Bampton
ca5fe39751
all: fix spelling (#4326)
Fixes typos, fixes a file name.

Minor whitespace removal from link
2022-10-11 13:46:40 +05:30
Shubhendra Singh Chauhan
d661bd65e4
[docs] ClickHouse plugin (#3951)
* clickhouse docs

* added examples

* minor fixes
2022-10-10 08:08:45 +05:30
Arpit
74beb544fe
[Feature/plugin] Zendesk integration 🚀 (#3943)
* plugin:init

* zendesk svg icon

* zendesk integration 🚀

* clean up

* unit tests

* docs: zendesk

* resolves: error proof

* fix typos
2022-10-06 13:45:42 +05:30
Shubhendra Singh Chauhan
ebe087f126
[docs] Icon widget and updates to s3 and bigquery (#4123)
* added icon widget doc and updates to s3 and bigquery

* Update docs/docs/widgets/icon.md
2022-09-28 22:51:44 +05:30
Shivang
d55e0ee2cb
[docs] Pagination documentation (#3846)
* created pagination doc, updated new page layout

* reverted to the comments

Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-28 22:39:11 +05:30
Kavin Venkatachalam
2ffda26f38
[Feature]: Link Widget (#3905)
* Created Link Widget

* Added empty line at the end in theme file

* Fixed overflow issue in Link widget

* Updated visibility in the link widget

* Added doc for link widget

* Updated link widget doc

* Set fxActive on by default for visibility

* Fixed variable typo in link widget

* Updated hidden property

* Updated visibility logic for link widget

* Moved visibility to styles section

* Moved register action to useEffect

* Removed registerActions on useEffect

* Removed dependencies in registerAction function as it is breaking inspector

* updated link doc

* Add clickRef of link component as dependency of registerAction

Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-09-27 11:12:14 +05:30
Arpit
decc924ba2
[improvement] Modal widget (#4045)
* init

* fixes: config-handler clickEvents

* fixes: position attributes for open state modal config handler

* modal body scrollable

* adds loadingState

* adds onOpen and onClose events for modal

* adds visibility property

* open general and layout Options by default

* adds styling options for modal header and body

* adds style options for show button and conditional rendering of button styles

* refactor conditional rendering styles

* clean up

* fixes typos

* remove footer

* modal size

* handles dark theme

* update naming convention for modal: trigger button

* modal size:updates

* updates modal close icon

* adds comments for conditionally rendering style options

* only vertical scrolling inside modals

* clean up

* custom UI for widget config handle for modal

* backfil

* resolves: event should not fire on mount

* modal improvements doc

* hide modal on clicking outside for viewer mode

* Remove unnecessary modification of modal property schema

Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-09-26 15:46:21 +05:30
Arpit
1196aef268
[Bugfix] Fixes: Slack Plugin (#4022)
* fixes: schema and scopes

* updates docs: slack datasource

* fixes:code hinter UI for slack operations

* updates send message ref image: docs
2022-09-26 10:54:12 +05:30
Shubhendra Singh Chauhan
e8ae8a9fe6
[docs] added localization (#4048)
* added localization doc

* Update docs/docs/contributing-guide/l10n.md

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

* Update docs/docs/contributing-guide/l10n.md

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

* Update docs/docs/contributing-guide/l10n.md

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

* Update docs/docs/contributing-guide/l10n.md

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2022-09-16 14:23:20 +05:30
Shivang
b44732e4c2
[docs] created missing svg image doc (#3985)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-09 20:26:26 +05:30
Shivang
2aa76dceb8
[docs] added image for query body details (#3988)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-09 20:25:58 +05:30
Arpit
13aa476fcf
[Plugins] Add support for self-hosted Baserow (#3969)
* Add support for self-hosted baserow

* docs:updated
2022-09-08 08:11:01 +05:30
Shubhendra Singh Chauhan
430c991808
[docs] how-to: access currentUser properties (#3977)
* how to user and group

* hot-to/access current user props
2022-09-08 08:09:43 +05:30
Arpit
a409390c2e
[docs] how to - Bulk update multiple rows in table (#3864) 2022-09-05 23:08:35 +05:30
Arpit
84e7cef097
[Plugins] CosmosDB integration (#3828)
* init

* cosmos db icon

* manifest file

* adds azure package

* test connection

* operations: list databases

* operation: read item, insert items with a lookup function

* operation: delete item

* operation: query database using SQL-like syntax

* adds unit tests

* adds unit test: query db

* clean up

* docs: cosmosdb

* docs: cleanup

* typo

* updated the image(docs)

* updated inserting operation: field: placeholder

* item id for delete operation

* Revert "item id for delete operation"

This reverts commit bc2d1b87e4.

* item id for delete operation
2022-09-01 23:03:44 +05:30
Shubhendra Singh Chauhan
81e1f2b75f
one click deploy-digitalocean (#3885) 2022-09-01 13:38:46 +05:30
Shubhendra Singh Chauhan
42dd78e3a9
added white label docs (#3874) 2022-09-01 00:27:53 +05:30
Manish Kushare
fdb1ea6d24
Updated Minio icon svg (#3849)
* Updated minio logo

* replaced minio-connect png with newly added minio logo
2022-08-30 07:06:30 +05:30
Shubhendra Singh Chauhan
0d4ea6a6ba
[docs] Slack, Stripe, and Twilio datasource (#3852)
* added slack and stripe

* added slack strip and twilio
2022-08-26 11:15:11 +05:30
Shubhendra Singh Chauhan
e630b04e53
[docs] added missing actions in action reference (#3759)
* added action reference docs

* minor fix

* added csa doc

* Update docs/docs/actions/control-component.md

* included filepicker csa
2022-08-18 07:58:57 +05:30
Shubhendra Singh Chauhan
9b17fd2f29
[docs] updated bg-color property in tabs (#3765)
* updated bg color in tabs

* update description
2022-08-08 15:35:32 +05:30
Shivang
49b190e681
[docs] updated tooltip info (#3737)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-05 10:42:56 +05:30
Kavin Venkatachalam
3932d72d64
[Feature]: Tree Select Widget (#3533)
* Added Tree Select widget

* Updated checkbox-tree package path

* Added checked-path array

* Added checkedpathArray

* Updated docs

* Updated theme file

* Added default values to exposed variables
2022-08-03 19:22:49 +05:30
Shubhendra Singh Chauhan
af29ab2e93
[docs] updated graphql data source docs (#3695)
* updated graphql docs

* removed include variable
2022-08-01 13:21:03 +05:30
Midhun G S
b710d7b02e
SSO for GitHub Enterprise self hosted (#3352)
* SSO for GitHub Enterprise self hosted

* changes

* test cases

* fixes

* label fix

* fixes

* readme changes
2022-07-29 17:03:42 +05:30
Midhun G S
3297fdb68a
Instance level SSO for Multi-Workpsace (#3441)
* changes

* changes

* e2e testcases

* fixes

* fix

* changes

* e2e fixes

* test cases

* clean up

* redirection changes

* style changes

* test cases

* testcases fix

* added test cases

* doc changes

* doc changes

* invitation token fix

* SSO General settings page changes

* added sso button to signup pages

* added helper text

* fix

* test case fixes

* fix
2022-07-18 11:40:52 +05:30
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