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
Shubhendra
6cd43bf0e0
revamped intro to getting started
2022-12-27 19:32:34 +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
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 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
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
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
Shubhendra
5e4745ea7f
added badges to enterprise only features
2022-12-15 18:35:55 +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
Shubhendra Singh Chauhan
8dcffe9c58
[doc] marketplace for plugin ( #4752 )
...
* added marketplace doc
2022-11-14 18:12:58 +05:30
Shubhendra Singh Chauhan
e802cd55ec
[docs] minor update in keyboard shortcuts ( #4753 )
...
* edge cases in keyboard shortcuts
* typo
2022-11-14 14:21:37 +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
Mike
beefc83d7a
[docs] Small grammar fixes ( #4718 )
...
Changes made to contributing guide, create widget.
2022-11-08 11:03:21 +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
Alok Kumar Sahoo
33073121a2
Add Amazon SES Plugin ( #4503 )
...
* feat: add Amazon SES plugin implementation
* fix: rename kind for amazon ses API
* fix: use better svg icon for amazon ses
Co-authored-by: aloks98 <aloksahoo@acceldata.io>
2022-10-28 00:16:02 +05:30
Kumar Aggarrwal
0853685c24
toggle button added for time selection and date selection in date picker widget, related to #3576 ( #4255 )
...
* toggle button added for time selection and date selection in date picker widget, related to #3576
* Added validation for toggle values
Added validation for toggle values for enableTime and enableDate
2022-10-26 10:21:53 +05:30
Alexey Buistov
c7aa3cf428
Fixed GCP deployment guide ( #4568 )
2022-10-25 12:32:03 +05:30
Kiran Ashok
b4eaa9bc38
Bugfix :: clickhouse added twice in sidebar :: [ docs ] ( #4585 )
...
* bugfix , athena description update
* fix :: lint
* fix :: clickhouse extra removal
2022-10-24 16:31:38 +05:30
kaustav202
50f341dbe4
Removed typos and grammatical errors ( #4535 )
2022-10-21 10:41:38 +05:30
Abubakrce19
f759d6ffd6
Fixes spelling & grammar ( #4529 )
...
* Spelling_and_Grammatical_error_fixed
This includes a minor but Impactful Spelling correction and a few Grammatical fixes.
Thank you
* Update audit_logs.md
line 42 updated
2022-10-21 10:33:51 +05:30
Saroj Wasti
346308b6e4
[docs] improve docker documentation ( #4508 )
2022-10-18 17:39:02 +05:30
John Bampton
953ccf29e6
Fix spelling ( #4400 )
...
Remove duplicate entries in JSON files
2022-10-18 12:50:38 +05:30
Shubhendra Singh Chauhan
aeb2dd49b1
mariadb and improvement docs ( #4432 )
2022-10-14 15:13:22 +05:30
Utsav Paul
40535a56ab
[docs] Fix Redirect error ( #4395 )
...
* Update docusaurus.config.js
* Update docs/docusaurus.config.js
Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
2022-10-13 12:13:13 +05:30
John Bampton
33d0d6db9f
[docs] Fix spelling and fix whitespace in Markdown ( #4377 )
...
MD019 Multiple spaces after hash on atx style header
MD023 Headers must start at the beginning of the line
MD038 Spaces inside code span elements
https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md
2022-10-12 12:01:16 +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
Vishnu R Kumar
e4b5b6ee17
[feature]:: Mariadb plugin ( #4090 )
...
* Integrate mariadb plugin
* Add mariadb logo
* Fix typo and add default connection limit - mariadb plugin
2022-10-11 13:13:59 +05:30
Varun
f749652efb
[docs] Fix typos and grammatical errors in adding-widget.md ( #4366 )
2022-10-11 10:29:47 +05:30
Mike
92db31232f
[docs] Update architecture.md ( #4368 )
2022-10-11 09:06:48 +05:30
Krishna Agarwal
ba8ad8147c
[docs] rename Workspace Environment Variables to Workspace Variables ( #4360 )
...
* rename Workspace Environment Variables to Workspace Variables
* updated
2022-10-10 08:12:35 +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
Nirjas Jakilim
abc273363a
Fixed broken link of doc ( #4265 )
2022-10-03 20:04:20 +05:30
mikebarr24
6e4b3ba270
[docs] Fixes multiple typos ( #4225 )
2022-10-02 21:13:52 +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
3a78cf6155
[Feature]: Icon Widget ( #3936 )
...
* Created Icon Widget
* Installed tabler icons
* Updated visibility logic for icon widget
* Added doc for icon widget
* Updated hidden field & moved hidden logic to cx
* Dark theme for icon widget & updated visibility
* Moved visibility logic to useEffect
* Updated visibility CSA label
* Removed resolveWidgetFieldValuekey usage in the Icon widget
* Moved register action to useEffect
* Removed registerActions on useEffect
* Add setIconVisibility to dependency array of registerAction
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-09-27 11:18:32 +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
Kiran Ashok
962e4d36cc
Feature :: ClickHouse plugin ( #3873 )
...
* feat : setup and basic querying
* docs reference links
* revert settings.json
* updating settings.json
* updates :: more source options , insert query
* cleanup
* updated with insert operation
* database :: required field
* text capitalizing
* updated docs
* PR changes :: added OR operation
* removed format option
* Revert "removed format option"
This reverts commit 02c5edcf86 .
* bugfix
* removing session , fornat
* lock files
* Revert "lock files"
This reverts commit d593cf9425 .
* rearranging operations
* extra comma removed
2022-09-26 18:35:20 +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
5f8b0f2594
[Plugins] Adds support for pagination in listing objects from AWS S3 buckets ( #3970 )
...
* Adds support for pagination in listing objects from s3 buckets
* docs
* adds Next Continuation Token
* docs: Next Continuation Tokenzendesk
* docs: Next Continuation Token
2022-09-26 11:28:54 +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
mikebarr24
6a2082dd0c
[docs] Update docker setup docs ( #4108 )
2022-09-25 09:00:17 +05:30
Shivang
39c96d3c27
[docs] Table widget info update ( #3824 )
...
* added info about custom validations
* text bug resolved
* added one liner description for cell types
* Updated online description for cell types
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-23 23:13:14 +05:30
ighmaz
8c2be66702
[docs] Added copy-paste shortcut ( #4096 )
2022-09-23 23:12:42 +05:30
Akshay
410ec82de2
Fix docker dev setup ( #3976 )
...
* fix docker dev setup
* remove echo
2022-09-17 14:50:45 +05:30
Midhun G S
61158d8122
Merge main to develop ( #4049 )
...
* Fix: User group permissions error on Openshift platform (#4041 )
* update dockerfile for file permissions on root group
* add permissions from the user group on dockerfile
* bump to v1.24.4
* bump to v1.25.0
* [feature] Added pagination and filtering features to users page (#3921 )
* added pagination and filtering in backend
* added pagination
- created a seperate component for users table
- added pagination
* Added filter UI
* temporary css fix for pagination footer
* fixed pagination width issue
* now result will also clear when user clicks on clear icon
* Added seperate api for comment mentions
* Now we can search mentions by email, first and last names
* Fixed a bug
- email didn't send for comment mentions
* refactoring the code
* resolved PR changes
* Added isAdmin guard
* adding some checks
* fixed lint errors
* added wild card search
* Added no result found text
* fixed failing test case
* Working on PR changes
* Now users table avatars will load image too
* replaced skeleton classes with skeleton library component
* Completed PR changes
* added orderby
* Fixed some issues
* fixed failed test case
* have fixed some css issues
* replaced query with quersrting package
* fixed minor width issue
* Fixed some css issues
* fixed darkMode issue
* implemented on enter press search
* Refactored the code
* fixed white space issue
* refactored the code
* fixed overlapping issue
* refactored the code
* fixing some issues
* fixes
* removed guard
* code cleanup
* comments notification fix
* fixed conflict issues
* fixed css height issue
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
* Remove signup guard from set-password-from-token API (#4050 )
* Remove sign up guard set-password-from-token API
* test cases fix
* Bump to v1.25.1
* Feature: Add PG_DB_OWNER env var to disable db and extension creation (#4055 )
* add PG_DB_OWNER env var to disable db and extension creation
* update docs
* bump to v1.25.2
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
Co-authored-by: Muhsin Shah C P <muhsinshah21@gmail.com>
2022-09-16 21:08:45 +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
4119196292
[docs] updated new video link ( #3998 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-10 08:55:01 +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
Shubhendra Singh Chauhan
6dd5a1dcf6
[docs] setting up on a subpath ( #3984 )
2022-09-09 09:39:04 +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
Shivang
789b08900c
[docs] renamed filenames to correct redirection links from the editor ( #3974 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-08 08:05:17 +05:30
Arpit
a409390c2e
[docs] how to - Bulk update multiple rows in table ( #3864 )
2022-09-05 23:08:35 +05:30
Akshay Sasidharan
0dc2295c09
Merge branch 'main' into develop
2022-09-05 21:11:41 +05:30
Akshay
0d482f8161
Revise docker setup ( #3954 )
...
* fixes separate client build
* update docs
* add SERVE_CLIENT flag for dev docker step for uniformity
* Doc changes
* Doc changes
* Doc changes
* update readme
* add separate docker compose setups
* Doc changes
* rename compose files
* remove unused dependency
* rename service name to server for uniformity
Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>
2022-09-05 21:06:11 +05:30
Shivang
00555f45d9
[docs] Provide border to the images ( #3853 )
...
* replaced class with classname to provide image border
* removed unnecessary div, added alt attribute in image tags
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-02 23:13:24 +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
Akshay
2be5abfdf0
update seed command on doc ( #3910 )
2022-09-01 12:42:15 +05:30
Shubhendra Singh Chauhan
42dd78e3a9
added white label docs ( #3874 )
2022-09-01 00:27:53 +05:30
Akshay
78703d362e
Update docs for subpath ( #3893 )
...
* update docs for subpath
* update doc
2022-08-31 22:36:16 +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
Tima Gixe
4c885fb391
[feat] Extend webpack development server configuration to open docs path on development server start ( #3878 )
...
* Extend webpack dev server configuration
* Add dev server plugin to docusaurus configuration
2022-08-29 14:12:30 +05:30
Shivang
4f45e8c6ed
Replaced widget image with intro video ( #3850 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-26 11:15:48 +05:30
Shivang
ab406d3448
Replaced widget image with intro video ( #3851 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-26 11:15:31 +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
Tima Gixe
36840f44a8
[docs] Replace social links text with social logos ( #3876 )
...
* Add newline at EOF
* Extend docusaurus config
* Update custom style sheet
2022-08-26 11:03:22 +05:30
Jack Oliver
180be5741f
[docs] Updated SearchBox width ( #3863 )
...
* Updated search width
* Revert change
* Correctly fixed docs SearchInput width
2022-08-26 09:51:05 +05:30
srikarthick-k
6a74a2cdfe
[docs] Update footer links ( #3860 )
...
Replaced Stack Overflow link with Slack link and Slack under More with YouTube link
Actually there was a problem in displaying the slack link in issues tab so I used the removed slack link itself to add it in here
2022-08-25 12:26:18 +05:30
Shubhendra Singh Chauhan
a187b38d0c
Upgraded Docusaurus version ( #3858 )
...
* Upgrade Docusaurus version
* Update descriptions
Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>
2022-08-24 18:25:55 +05:30
Manish Kushare
991067e009
[docs] update text widget docs ( #3483 )
...
* update the docs
* text widget doc
Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-08-23 12:41:53 +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
Shivang
42fa9832dc
[docs] Updated textarea video ( #3803 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-17 06:37:40 +05:30
Shivang
16084f0b36
[docs] radio button video updated ( #3804 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-17 06:37:24 +05:30
Shivang
74a506e185
[docs] updated tooltip info ( #3769 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-16 07:47:07 +05:30
Akshay
d3f1678db4
Chore: Docs to set custom nginx config on docker deploy ( #3743 )
...
* update nginx config
* add docs and comment for custom nginx config for docker setup
* fix doc
* made suggested changes
Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-08-12 07:59:53 +05:30
Shivang
b1a68613bb
[docs] updated image with video ( #3771 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-11 08:20:12 +05:30
Yash Pimple
465fe74382
[docs] Add examples to elaborate the properties ( #3744 )
...
* fixes #3573
* minor fixes
Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-08-09 16:20:13 +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
Prajwal
61823fa0ca
Renamed organization to workspace ( #3725 )
2022-08-03 17:27:29 +05:30
Shivang
982413f953
[docs] Replaced gif with widget video ( #3718 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-03 15:19:42 +05:30
Shivang
3e3cd49e2c
Replaced gif with widget video ( #3719 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-03 15:19:25 +05:30
Shivang
95a51caef9
[docs] Fixed multiple text errors ( #3721 )
...
* fixed mutiple text errors
* updated suggested text
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-03 15:19:07 +05:30
Shivang
275a1467ab
Replaced correct video link and title ( #3717 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-08-02 14:27:08 +05:30
nikhilpandeynp0505
09f0a74f15
[docs] Corrected determing to determine ( #3709 )
2022-08-01 13:24:39 +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
Austin Osorio
aa3f4d83cd
Feature/3702 docs circular progess bar ( #3703 )
...
* [docs]: typo in the layout section of Circular Progress Bar (#3702 )
* [docs]: typo in the layout section of Circular Progress Bar (#3702 )
2022-08-01 07:12:46 +05:30
Shubhendra Singh Chauhan
dc7dd89f5a
[docs] added woocommerce in sidebar ( #3683 )
2022-07-30 11:59:26 +05:30
Vedant Borkar
e828f7d226
[docs] Update datepicker.md ( #3697 )
2022-07-30 11:57:29 +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
Vedant Borkar
871a7df946
[docs] Update text-input.md ( #3689 )
2022-07-28 15:55:35 +05:30
Shivang
28ee0180cd
[docs]: Youtube link correction ( #3676 )
...
* Replaced image with widgets video
* Replaced correct video link
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-07-26 19:28:00 +05:30
Shivang
bea016563a
Replaced image with widgets video ( #3650 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-07-26 08:45:29 +05:30
Shivang
e2840b6bbd
Replaced gif with widgets video ( #3631 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-07-26 08:45:18 +05:30
Yash Pimple
96afdeaba4
File added ( #3639 )
2022-07-25 16:16:45 +05:30
Kiran Ashok
24cda4d577
[ Feature ] :: component specific action :: multiselect widget ( #3523 )
...
* widget actions multiselect
* completed :: actions and fireevent
* removing logs
* CSA docs
* bugfix :: event fired 2 times
* clear action updated
* Use dependencies on selectOption action
* Use dependencies for deselectOption and clear
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-07-19 15:36:00 +05:30
Kiran Ashok
bc56e1db97
Component specific action for :: checkbox widget ( #3505 )
...
* checkbox component specific action for checkbox
* checkbox CSA updated
* exposing check value
2022-07-18 18:47:38 +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
Manish Kushare
844ef5a81c
added component-specific action to set and clear value ( #3487 )
...
* added component-specific action to set and clear value
* updating exposed variable
* updated docs
* update the docs
* set exposed variable to empty string upon clear action using controlled components
* onChange event is fired for the actions
2022-07-15 15:53:35 +05:30
Shivang
9894f4315c
[docs] Corrected grammar mistakes and spellings ( #3619 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-07-15 14:15:23 +05:30
Manish Kushare
482ce5ab3c
Modal : added component specific actions ( #3494 )
...
* added component specific actions
* updated docs
* changed the action name from show to open
2022-07-14 18:26:53 +05:30
Muhsin Shah C P
d14b4a4d86
[Component specific action] Added setTab component action to Tabs widget ( #3507 )
...
* Added setTab component action to Tabs widget
* added the event
* resolved css syntax error
2022-07-14 17:18:12 +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
Shivang
33ad5d2d96
[docs] Updated list view video in documentation page ( #3607 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-07-13 16:02:26 +05:30
Shivang
33582b92dc
[docs] Updated tabs widget video ( #3606 )
...
* Updated Tabs video in documentation page
* Updated video title
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-07-13 16:02:05 +05:30
Muhsin Shah C P
454e7b07b1
Added a component action for selecting an option from radio button widget ( #3512 )
2022-07-13 15:50:45 +05:30
Manish Kushare
706ae3fd82
added component specific action - setText and clear ( #3489 )
...
* added component specific action - setText and clear
* updated the docs
2022-07-13 15:42:19 +05:30
(◕ᴥ◕)
cc2ef70b1b
[docs] Fix typos ( #3599 )
2022-07-13 07:25:57 +05:30
David Centurion
85992a13e6
[docs] Text correction in Tabs widget ( #3603 )
...
* Text correction in tabs widget
* Tab typo
* Tab typo
Co-authored-by: David Centurion <davidcenwork@gmail.com>
2022-07-13 07:24:56 +05:30
Manish Kushare
d19f4aab6a
Added component specific 'setColor' action to Color Picker ( #3480 )
...
* Added component specific action to Color Picker
* updated docs
* Remove unnecessary console.log
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-07-12 16:59:18 +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
kvaithin
bbe444bca4
[docs] Update typo in documentation ( #3580 )
...
Co-authored-by: kvaithin <kathik.vaithin@aexp.com>
2022-07-11 21:33:05 +05:30
Nathan Bisson
afc9e8aff2
Fixed typo for Background Color in Container Widget Properties Docs ( #3585 )
2022-07-11 21:32:14 +05:30
Muhsin Shah C P
0722f5d67c
Added setLocation component action to map widget ( #3503 )
2022-07-11 16:47:31 +05:30
Muhsin Shah C P
2549bc0d7d
Added clearFiles action ( #3491 )
2022-07-11 16:34:02 +05:30
Kiran Ashok
6880d99d75
Feature :: Tabs widget enhancement ( #3390 )
...
* tabs widget :: included tab width and disable property
* tabs docs updated
* migration
* migration script added
2022-07-08 17:42:34 +05:30
Shivang
b129019ab5
[docs] Updated modal video in documentation page ( #3508 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-07-07 21:15:12 +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
Akshay Sasidharan
cee03a1394
Merge branch 'main' into develop
2022-07-05 15:11:33 +05:30
Akshay
f6698f5548
add docs for http proxy ( #3473 )
2022-07-05 12:02:06 +05:30
Akshay
49df02a256
Feature: Add support for http proxy ( #3456 )
...
* add support for http proxy
* conditionally bootstrap global agent
* fix env var set
2022-07-05 11:26:05 +05:30
Shivang
b515a5b6f9
[docs] Updated datepicker video in documentation page ( #3466 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-07-05 07:56:38 +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
Sherfin Shamsudeen
87f71624f1
Feature/modal updates rebased to main ( #3465 )
...
* modal docs
* modal enhancement , added more properties
* widget properties updates
* revert unwanted change
* bugfix close
* renaming as "hideTitleBar"
* migration
* revert unwanted code
* temp stash
* updates
* migration tested
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
2022-07-04 14:43:36 +05:30
Midhun G S
9a5dbacf9f
Password retry limit ( #3300 )
...
* password retry limit
* minor change in doc
* test cases
* fixes
* lint issue
* doc changes
Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-06-30 00:49:45 +05:30
Akshay
56a6d6204e
Chore: Play with docker setup ( #3291 )
...
* add compose file for play with docker setup
* update readme for pwd deploy
* add deployment platform on compose file
* update readme
* fix pwd link
* remove volume usage
* update docs with try with tooljet page
* update try tooljet doc
2022-06-29 15:22:02 +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
Shivang
0402d3abb1
[Docs] Chart widget video ( #3412 )
...
* Replaced text widget video in the documentation
* Updated chart video in documentation page
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-06-28 21:43:51 +05:30
Shubhendra Singh Chauhan
5a8151a100
[docs] Fixes broken links ( #3398 )
2022-06-28 21:42:27 +05:30
Arpit
01ed58b2e2
[Docs] Adds ESLint setup for ToolJet ( #3400 )
...
* Adds ESLint setup for ToolJet
* Typo fix
* spell check
2022-06-28 21:39:23 +05:30
Tamal H
42b5f4783c
[docs] docker setup typo fixed posgres to postgres ( #3406 )
2022-06-27 18:25:18 +05:30
Shubhendra Singh Chauhan
9263b10093
[docs] added info in try-tooljet doc ( #3397 )
...
* added info on docker-local
* minor fix
2022-06-27 08:22:36 +05:30
Shubhendra Singh Chauhan
ee6524efde
[docs] Moved architecture to contributing guide ( #3394 )
2022-06-25 18:49:15 +05:30
Shubhendra
56d08ac338
reviewed amazon athena docs
2022-06-24 11:52:36 +05:30
Shivang
ded3051aec
[docs] Replaced text widget video in the documentation ( #3370 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-06-23 15:26:26 +05:30
Sherfin Shamsudeen
97b45c9e97
Merge branch 'main' into develop
2022-06-23 15:14:07 +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
Lé
a7b8daad8a
[docs] Fix typos in transformations guide ( #3366 )
2022-06-23 08:10:18 +05:30
bobred18
05a3042f73
[docs] Update introduction doc ( #3362 )
...
* 📝 Update intro.md docs
* 📝 Update intro.md docs
* Update intro.md
2022-06-23 08:09:41 +05:30
stepinfwd
396b782bdd
doc updates
2022-06-22 16:01:59 +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
Owillz01
1377f0a82c
[docs] Moved Try ToolJet locally to top in Setup category list ( #3293 )
...
Co-authored-by: Owillz <khodionwill@gmail.com>
2022-06-17 14:09:21 +05:30
stepinfwd
017c40987c
Merge branch 'develop' into feature/athena
2022-06-15 12:15:46 +05:30
Prajwal Borkar
b7eb6563ec
[docs] Removed introduction page ( #3282 )
2022-06-15 09:15:44 +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
stepinfwd
18ad5c8508
Merge branch 'develop' into feature/athena
2022-06-13 19:36:32 +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
Abhijnan Bajpai
79eb5585a8
[docs] Fixing typo for issue #3247 ( #3250 )
2022-06-13 10:36:38 +05:30
Yash Dhanore
722bfa8d1c
[docs] Fixes typo in statistics widget docs #3245 ( #3246 )
2022-06-11 13:09:18 +05:30
Akshay Sasidharan
8b6faf128a
Merge branch 'main' into develop
2022-06-09 13:24:30 +05:30
Akshay Sasidharan
86ea2ceb52
Merge branch 'main' into develop
2022-06-08 11:22:19 +05:30
gsmithun4
3f8833f6aa
readme changes
2022-06-08 00:59:47 +05:30
gsmithun4
e5f4054c2b
added env var to view-hide account setup link
2022-06-08 00:49:14 +05:30
Midhun G S
910cbfe230
Relabelling Git and workspace ( #3216 )
2022-06-07 07:38:26 +05:30
stepinfwd
2cc4240897
base code athena
2022-06-06 19:14:21 +05:30
Shubhendra Singh Chauhan
a3b618f21d
[docs] changed searchbar position to left ( #3189 )
2022-06-06 06:58:28 +05:30
Shubhendra Singh Chauhan
4d166c7f48
[docs] rename docker local to try tooljet locally ( #3201 )
2022-06-06 06:57:30 +05:30
aiman-rizvi
18e17a0dec
Fixed dead link in Introduction docs ( #3203 )
2022-06-06 06:56:26 +05:30
Michael Adebambo
03c177edc2
[docs] fixed typos in Heroku deployment docs ( #3196 )
2022-06-03 18:33:12 +05:30
Shubhendra Singh Chauhan
1a6e4e4ba7
[docs[ fixed typos in try ToolJet ( #3198 )
2022-06-03 18:31:40 +05:30
Kavin Venkatachalam
ed43ca844a
[Feature]: Added universal props for widgets with Tooltip ( #3096 )
...
* Added universal props for widget
* Fixed lint issues
* Updated export name
* Fixed lint errors
* Updated genral variable name
* Updated file name in doc
2022-06-02 11:51:52 +05:30
Kiran Ashok
9b557d11b9
Feature :: Button group widget ( #2977 )
...
* button group initial
* updates
* updating value logic
* updating all selection and normal styles
* bugfixes and icon change
* cleanup
* fixing button width
* changing non dynamic styles to theme
* updating padding
* PR changes :: updating with same margin for label
* pr changes :: updating default bg colour for selected
* exposing selected items
* fixing alignment to column
* fixing issue with default active
* updating transition
* initial selected element
* initial selection
* updating with documentation
* intermediate update fixing labels
* fixing multiple edge cases
* cleanup
* updating label
* fixing pending pr issues :: changing default selected as array
* multislection toggle fix
* fixing label padding
2022-06-01 13:50:02 +05:30
Akshay
7bebbf78ae
Docs: Update docs for try tooljet setup ( #3176 )
...
* add docs for try tooljet with docker
* update sidebar
2022-05-31 18:46:48 +05:30
Shubhendra Singh Chauhan
5fdc7daaca
[docs] updated docker formatting ( #3173 )
2022-05-31 14:51:41 +05:30
Kiran Ashok
5854a5880f
[docs] SAP HANA link broken ( #3172 )
...
* sap hana link broken
* added saphana in lexicographic order
Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-05-31 14:49:09 +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
Anja Schmidt
b594cc3496
[docs] Remove SVG Icons Next to Navlinks and Add Styling to Navlinks ( #3138 )
...
* Remove SVG icons next to navlinks and add styling to navlinks
* Revert Changes to Unrelated Files
* Revert "Revert Changes to Unrelated Files"
This reverts commit 073feb46b1 .
* Revert "Remove SVG icons next to navlinks and add styling to navlinks"
This reverts commit 63ee554c28 .
* Change Navlink styling
2022-05-28 06:46:25 +05:30
shivangT
88ad1a5eaa
[Docs] Responsive video container for widgets and data source ( #3145 )
...
* Responsive video container for widgets and data source
* removed wrapper divs
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-05-28 06:45:40 +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
Shubhendra Singh Chauhan
de3e26836a
Update documentation readme file ( #3019 )
2022-05-27 14:02:14 +05:30
Alessandro Cipolletti
50f04ebe7e
Fixes #3135 - typo: label should be Allowed domains ( #3137 )
2022-05-27 07:33:24 +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
Shubhendra Singh Chauhan
a80f7c950e
[docs] Updates client side pagination doc ( #3109 )
2022-05-25 08:04:48 +05:30
shivangT
f0d58696c9
[docs] Updated google sheet integration video ( #3112 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-05-25 08:04:20 +05:30
Shubhendra Singh Chauhan
d9ee4dab62
[docs] added password login in sidebar ( #3070 )
2022-05-22 14:45:31 +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
Kiran Ashok
e0e8b6f50b
Feature :: Image widget enhancements ( #3007 )
...
* adding loadingstate and object fit style
* adding zoom functionality
* pan image function
* fixing pan for image
* pan and drag fix image
* library install
* pr changes:: hover button , object fit made dropdown
* fix for old apps
* updated docs
2022-05-16 14:40:44 +05:30
Mount-Blanc
6ea8b225cb
[docs] Added list of supported operations ( #3043 )
2022-05-12 06:53:53 +05:30
Kavin Venkatachalam
d6ce6ed18a
Linked custom component doc ( #3036 )
2022-05-11 19:11:55 +05:30
Kavin Venkatachalam
b16a74dcf1
[Feature]: PDF Widget ( #3035 )
...
* Created PDF Widget
* Added color to page number to support dark mode
2022-05-11 18:51:10 +05:30
Midhun G S
e656ea9259
Relabelling organization with workspace ( #2992 )
...
* Relabelling organization with workspace
* placeholder fix
* Bug fixes
* fix
* firefox issue fix
2022-05-11 16:30:25 +05:30
Mount-Blanc
84c10583d9
[docs] Added supported operations for Min.io ( #3029 )
2022-05-11 10:51:43 +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
Mount-Blanc
20d4e1b416
Listed coupon code manager app tutorial ( #3015 )
2022-05-10 09:23:27 +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
Gandharv
1716213247
Chore: add option to enable/disable multiplayer feature ( #2984 )
...
* chore: add env to enable/disable multiplayer feature
* fix merge conflict
* rename env
* add default true
* add null check on ymap
2022-05-06 12:29:50 +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
Justaprogrammer
27b3ff92a5
[docs] Fixes hyperlink of ToolJet logo ( #2976 )
2022-05-05 09:59:09 +05:30
Tima Gixe
c57ce25be2
[docs] don't pass gtag object when env is other than prod ( #2965 )
2022-05-04 20:45:00 +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
Siddharth
2b55e8edf0
[docs] Added a missing step to Self hosted config ( #2936 )
...
Added the step to enable Google Sheets API in the GCP Console
2022-05-02 07:09:15 +05:30
Gaurav Agrawal
0481162af3
[docs] typo fix in sso docs ( #2931 )
2022-04-29 15:45:08 +05:30
shivangT
86b763d835
[docs] Replaced gif with table widget video ( #2925 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-28 16:37:54 +05:30
Muhsin Shah C P
22991ae900
[Feature] Notion plugin 🚀 ( #2853 )
...
* initialized the plugin
* Added token field and notion svg icon
* added notion js client
* Added token authentication
* Added database query and retrieve operations
* Working on other operations of database and page
* Added archive page & get single property operations
* Resolved an issue & changed placeholders
* Added operations of block
* Added start cursor to page & database
* Added operations of user endpoint
* changed icon & cover from object to fields
* Updated documentation
2022-04-26 14:58:48 +05:30
Muhsin Shah C P
dcee0885d6
Feature: OpenApi import plugin ( #2728 )
...
* Initialized OpenApi plugin
* Added definition field to manifest file
* Added an openapi parser
* Implemented JSON/YAML resolver
- Removed swagger parser lib
- Added a field for choosing definition format type
- Implemented a resolver for resolving $ref
* Implemented a basic operations drop down from spec paths
* Added params and body ui
* Now, can view general parameters and servers
* Added an option to override general params
- Resolved a bug
* Implemented basic openapi plugin
- Added got lib
- Tested basic queries
* Added one more method
* Resolved a common bug
* Working on Parsing definition from datasource modal
- Created new form component for openapi
- Populated select array from security array
* Added ui for authentication
* Added bearer & basic plugin code
* Resolved some ui issues of Apikeys auth option
* Added apikey auth
* Resolved an issue
- Also replaced validate btn with auto validation
- Now spec will be added to db from data-source modal
* Added error text to show validation error
* Now spec will load from props for query manager
* Added some padding to operation description
* Added ui for openapi oauth2 auth
* Implemented oauth2
* Fixed a state issue with a temporary hack
* Now we can show multiple same auth types
* added the icon
* Resolved a bug & improved multiple apikeys process
* Resolved some realtime parsing error
* Resolved a bug from options fn
* Resolved PR changes
* Updated documentation with brief details about the open API plugin
* Removed unwanted package
* Changed if-else to switch
* Code changes
* added setLoadingSpec fn to catch section
* Solved typos and error in doc
* Resolved dropdown issue
* Resolved a bug
* updated openapi icon
2022-04-26 14:14:12 +05:30
Kiran Ashok
dae2cc3379
[ enhancement ] :: added on select event ( #2707 )
...
* added on select event
* docs updated
2022-04-21 15:31:57 +05:30
Shubhendra Singh Chauhan
0ec6298952
[docs] changed sidebar position for setup ( #2858 )
2022-04-19 18:41:52 +05:30
Shubhendra Singh Chauhan
eb2b2759b8
[docs] renamed deployment directory to Setup ( #2847 )
2022-04-19 08:34:54 +05:30
Kiran Ashok
5c3d8ffa71
[ Feature ]:: Datepicker exlcudedates addition ( #2751 )
...
* adding excluded dates property
* updates :: writing date parse function
* update parser
* logic update
* logic updated
* reimplemented logic for excluded dates
* typos updated
* pr changes
* pr changes
* cleanup
* docs updated
* default value changed
* cleanup
2022-04-18 23:12:50 +05:30
Dinath
83a68c88de
[docs] renamed filepicker.md to file-picker.md ( #2848 )
2022-04-18 20:22:56 +05:30
Manjunath
93724336b1
[docs] changed the s3 sidebar position from 20 to 1.1 ( #2829 )
2022-04-15 11:21:21 +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
shivangT
b049d12230
[docs] replaced gif with intro video for the widget ( #2797 )
...
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-12 20:45:39 +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
Kyle Ahlstrom
fab076fc51
[docs] Specifying npm version for Mac OS ( #2713 )
...
* Contribution Documentation: specifying npm version for Mac OS
* Updating npm install process documentation for Mac OS
2022-04-04 20:25:20 +05:30
Josh Taylor
501cd6fac7
[docs] Note that npm 7.20.0 is required, otherwise an error will show for linux ( #2719 )
2022-04-03 15:46:58 +05:30
Kavin Venkatachalam
270b808db8
[docs] Added git clone step on mac OS setup ( #2709 )
...
Co-authored-by: Kavin Venkatachalam <kavin@Kavins-MacBook-Pro-2.local>
2022-04-01 20:25:02 +05:30
Aritra Das
3e55b742b8
[docs] Fixed the docs faulty image link ( #2698 )
2022-04-01 07:18:25 +05:30
Andrew Koo
9556173360
[docs] updated description for preview from released version to currently opened version ( #2696 )
2022-04-01 00:39:01 +05:30
Bobby Uhlenbrock
9fb771f695
[docs] Add setup steps to Google Sheet data source ( #2689 )
...
* Add setup steps to Google Sheet data source
* Update google.sheets.md
2022-03-31 08:49:40 +05:30
Shubhendra Singh Chauhan
92d09fc966
[docs] revised influxdb and oracledb reference ( #2690 )
2022-03-31 08:48:35 +05:30
Shubhendra Singh Chauhan
d3b9e6716b
[docs] updated how-to guide for uploading files to GCS ( #2682 )
2022-03-30 15:47:46 +05:30
Jordi
17be57a416
[docs] Added how to guide for uploading files to gcs ( #2668 )
2022-03-30 06:53:05 +05:30
Shubhendra Singh Chauhan
f2c9f04f56
[docs] revised appwrite docs ( #2669 )
2022-03-30 06:27:45 +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
Mithun Kinarullathil
9674d49625
[docs] Update wrong file extension used in mv command ( #2583 )
...
* [docs] Update wrong file extension used in mv command
* Rename docker-compose extension to fit README
2022-03-22 12:02:57 +05:30
Shubhendra Singh Chauhan
a1f7ae9e4a
[docs] updated slack coc ( #2586 )
2022-03-21 08:42:42 +05:30
Maurits Lourens
9b496d77be
Make the server port configurable in the frontend project ( #2489 )
...
* make the server port configurable in the frontend project
* add documentation for new env variable
2022-03-16 21:36:28 +05:30
Aladin056
4e06f81217
[docs] Fixes redirect issue of list layout reference ( #2543 )
...
Co-authored-by: Ala Eddine BEN MAAMER <aben-maamer@etud.univ-paris8.fr>
2022-03-16 21:35:51 +05:30
Gandharv
a8c6e77091
Fix scroll on docs left sidebar in firefox ( #2528 )
2022-03-16 11:00:54 +05:30
Muhsin Shah C P
eaf93616ae
Feature/oracledb plugin ( #2388 )
...
* oracledb initial commit
- Added oracledb package
* Implemented connection and operations
* Working on oracle db integration
* Implemented query & bulk operations
* Fixed initial client reintialization problem
* Added custom client library path option
* Added oracle client library installation steps to dev docker file
* Testing changed docker setup on cloud
* Testing heroku app.json
* Removed unwanted scripts from dockerfiles
* Updated field label
* update oracledb client lib for ec2
* update package-lock
* refactoring code
* Updated docs
* Resolved some lint errors
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
2022-03-15 08:00:02 +05:30
Sherfin Shamsudeen
124f94ca6b
Correct wrongly spelled datasource name
2022-03-11 12:19:38 +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
ad30494090
[docs] added Slack Code of Conduct (etiquettes) ( #2473 )
...
* added slack code of conduct(etiquettes)
* minor fix
* fix
2022-03-09 23:03:16 +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
Akshay
f170cf3498
Revise docker-compose docs ( #2387 )
2022-03-04 08:00:47 +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
Maurits Lourens
3c52b6c588
[docs] center align google sso images ( #2404 )
2022-03-03 09:45:01 +05:30
Maurits Lourens
79b4486afe
[docs] center align images ( #2403 )
...
* merge develop
* center align github sso images
2022-03-03 09:44:43 +05:30
Sarvesh Limaye
04d5aa71c3
[docs] fixed typo in GitHub SSO ( #2409 )
2022-03-02 20:46:24 +05:30
Shubhendra Singh Chauhan
fff3f02cf0
[docs] embedded video: Self Host ToolJet on Heroku ( #2391 )
2022-03-01 22:14:29 +05:30
Abhishek K M
c4825bc517
[docs] rename rest-api docs to restapi ( #2389 )
2022-03-01 21:55:47 +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
Abhishek K M
0df30af9f5
[docs] remove leading spaces for code blocks ( #2363 )
2022-02-28 08:50:35 +05:30
Navaneeth Pk
607a59d8a2
[docs] Show sidebar scrollbar only on hover ( #2360 )
2022-02-27 10:30:56 +05:30
Akshay
c0e8049ef3
Revise docker-compose dev setup for windows ( #2344 )
2022-02-26 22:13:57 +05:30
Shubhendra Singh Chauhan
5cbf6c76ad
[docs] updated button and listview properties ( #2355 )
2022-02-26 22:01:33 +05:30
Maurits Lourens
8bd69a43ad
Feature - Upgrade docusaurus and fix breaking change ( #2345 )
...
* Upgrade docusaurus and fix breaking change
* also upgrade the preset and the lock file
2022-02-25 06:35:53 +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
03d5071dd4
[docs] Fix formatting in snowflake reference ( #2324 )
2022-02-22 19:34:28 +05:30
Muhsin Shah C P
e4083541bd
Feature: SMTP plugin ( #2263 )
...
* Smtp server datasource
- Done connection & test connection
* Worked on basic mail delivery
- Changed the icon
- Defined operations json
- Implemented text and html email sending
* Username / ID changed to encrypted
* Added attachments
* Changed placeholder of attachment
* Changed datasource name
* Changed query options
- Added multiple to_email option
- Added from name field
* Renamed the datasource
* cleaning post rename plugin problems
* Fixed minor code issues
* Added smtp documentation
2022-02-22 13:42:35 +05:30
Muhsin Shah C P
2cc788ab6c
Feature/plugin: n8n integration 🔥 ( #2227 )
...
* Integrated new n8n datasource [initial]
* Resolved some bugs
* Added a dropdown for auth type
- changed sensitive fields to encrypted
- Added basic & header auth
* Added changes
- Plugin icon
- Removed ecrypted option from username
- Chnaged some placeholder text and field names
* Changed datasource fields
- Removed host from datasource modal
- Added url field to operations
- Changed operation names
* Redesigned dynamic list
* changed error message
* Changed icon
* Added helpText to dropdown-flip component
* Cleaning code
* Cleaning code
* Added n8n documentation
* Edited hint text
2022-02-21 23:37:09 +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
Robintago
0553851e80
[docs] Update multiselect.md ( #2309 )
...
Co-authored-by: Navaneeth Pk <navaneeth@tooljet.io>
2022-02-21 23:34:49 +05:30
Eyuel Berga Woldemichael
43fdc1c4bd
[docs] Fix incorrect formatting of docker deployment guide ( #2299 )
2022-02-20 22:15:55 +05:30
Abhishek K M
d9c2c0697e
[docs] Fixes the order of data source reference ( #2291 )
...
* fix order of data source
* rearrange based on actual title
2022-02-18 21:10:29 +05:30
Shubhendra Singh Chauhan
bdce3d21bc
[Docs] Updated S3 docs with operations ( #2285 )
2022-02-18 07:12:34 +05:30
Akshay
98d6fb928e
Feature: Adds toojet hub telemetry endpoint ( #2283 )
...
* adds endpoint for telemetry on tooljet hub
* remove optional params
* enable telemetry only for prod env
* remove org scope
2022-02-17 21:49:53 +05:30
Abhishek K M
a550018aa9
[docs] correction in BigQuery data source reference ( #2276 )
2022-02-17 16:29:47 +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
Girish Bharadwaj
58cf3be3ec
[docs] show scroll bar of left sidebar only on hover ( #2257 )
2022-02-15 12:56:03 +05:30
Shubhendra Singh Chauhan
cd9751a53a
[Docs] updated env-var reference ( #2256 )
2022-02-14 19:16:12 +05:30
Shubhendra Singh Chauhan
ea03b56489
[Docs] updated google-sheet data source ( #2221 )
2022-02-11 07:09:07 +05:30
Dmitriy Fishman
c3eaaa21ff
[Docs] fixed a typo in security.md ( #2215 )
2022-02-11 07:05:36 +05:30
Midhun G S
6bcfff7196
Feature: create record operation for Airtable ( #2191 )
2022-02-08 08:54:50 +05:30
Shubhendra Singh Chauhan
2dc4879935
[Docs] Keyboard shortcuts ( #2190 )
2022-02-08 06:47:46 +05:30
Navaneeth Pk
8c4303c7a9
[docs] update oauth callback urls ( #2177 )
2022-02-07 21:25:37 +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
Midhun G S
72db6f6d8c
Tooljet CLI deployment and sanity check ( #2096 )
...
* feature-2054 plugin cli
* plugin cli
* readme changes
* npm publish
* Review comments
* Review comments
* cli fix
* added build flag
2022-02-05 06:49:49 +05:30
Akshay
9f0976d266
[docs] update dev setup ( #2131 )
2022-02-04 11:59:33 +05:30
Arpit
9d299c5e85
[Docs] Sendgrid: Adds accepted type description for Send mail from ( #2109 )
2022-02-03 07:49:31 +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
dependabot[bot]
7950230e7d
Bump postcss from 8.2.12 to 8.4.5 in /docs ( #2044 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.12 to 8.4.5.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.12...8.4.5 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 16:43:41 +05:30
dependabot[bot]
87274a3745
Bump shelljs from 0.8.4 to 0.8.5 in /docs ( #2041 )
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 16:43:15 +05:30
dependabot[bot]
1ab0e36ec9
Bump path-parse from 1.0.6 to 1.0.7 in /docs ( #2023 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 14:07:02 +05:30
Gaurav Agrawal
f9b1b294b4
[docs] Fixed incorrect documentation ( #2014 )
2022-01-30 20:57:58 +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
Akshay
e3317aa5b7
Chore: Docker compose plugins dev ( #1953 )
...
* add plugins to docker compose
* build common
* change cmd
* build:pkgs
* fix'
* temp: add named vol
* update docker-compose for plugins dev
* update seed script to transpile only
* fix ci
* fix ci
Co-authored-by: gandharv <gandharvkumargarg@gmail.com>
2022-01-27 15:08:32 +05:30
navaneeth
e5d7fe4035
[docs] update brand colors
2022-01-27 11:13:10 +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
marboleda
adfe3049c9
[docs] Add extra step for setting up properly in Ubuntu ( #1931 )
2022-01-25 09:18:40 +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
Navaneeth Pk
0c682d99c1
Add docs for creating new packages ( #1897 )
...
* Update doc
* Fixes
2022-01-23 15:05:23 +05:30
Aditya Agarwal
cf54d3f62c
[docs] Fixes broken screenshot of audit logs ( #1898 )
2022-01-22 13:00:53 +05:30
Arpit
f194d584e1
[Feature] file parser option for FilePicker widget [csv support] ( #1764 )
...
* file parser
* removes unwanted comments
* refactor
* add docs
* resolves comments
* handle csv bad data
* remove pdf option
* adds isParsing to filePicker
2022-01-22 10:45:27 +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
Akshay
0b576f051b
rename filename to ds kind to fix link ( #1885 )
2022-01-20 18:16:23 +05:30
Gandharv
6205903401
[docs] update datasource docs ( #1851 )
2022-01-18 11:22:23 +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
Gandharv
2f3b441c0a
Move plugins to root ( #1728 )
...
* feat: move plugins to root
* modify tsconfig
* add .gitignore
* delete old plugins file
* add parcel
* docker compose volume mount
* add gcs
* add typescript to plugins folder
* gcs to ts
* add dynamodb
* add elastic search
* add firestore
* add gsheets
* add graphql
* add mongodb
* mssql
* add mysql
* add postgresql
* add redis
* add s3
* add slack
* add stripe
* remove plugin related packages from pkgjson
* add lib folder
* add gitignore
* remove typescript generated files
* remove generated file
* remove generated files
* add twilio
* add dist to docker compose cache binding
* add dist prefix
* cleanup - 1
* delete dist
* rename to index.ts + add jest config
* add it.todo in tests
* test fixes
* test file changes
* fix type checks
* add @tooljet/plugins to server package json
* esm vs commonjs bug, reduce got to 11.8.2 from 12.0.0
* docker file npm package version fix
* add typesense
* cleaup - 2
* add sendgrid
* add lerna build and clean script for all packages + tsconfig
* cleanup -3
* add plugins build step
* add missing plugins build step in npm run build
* add mssql, mysql & postgres as singleton classes
* add db connection to cache only if datasourceId is available
* client: add data source schema/manifest files
* add query operations files
* logic for wrapping form with schema
* add script to create index file
* add @tooljet/plugins to frontend folder
* cleanup 1 -frontend
* cleanup - 2 // frontend // data queries
* add client and index to gitignore
* update gitignore
* fix lint & test
* update ci
* fix unit, e2e
* cleanup -3
* fix test
* fix tests
* fix indent
* try npm ci
* fix tests
* fix typo
* fix
* rename file for server entry
* heroku fix
* add main and types entry points in pkg json
* move common to root
* cleanup - 4: remove redundant $ sign prefix
* cleanup - 4: remove redundant $ sign prefix
* update options in-sync before DOM is painted
* change type cloud to cloud storage
* update readme
* update ci.yml
* update ci yml
* add pkg-lock.json
* rename index.ts to server.ts
* update lock files
* add server package.lock
* remove unused import
* revert commit: add minio
* add root dep
* import server.ts
* remove plugins build step
* add npm shrinkwrap
* update version - plugins
* add new version - 0.0.8
* upgrade version
* move to symlinked package
* add lock file
* feat: add icon inside package
* add plugin creation docs
* Remove seed
* move icons to plugins folder
* install pg dep
* add react to packages
* add seed cmd
* revert change
* add plugins build in lint, e2e, unit
* e2e, lint use npm ci
* update dockerfile for plugins
* try combining release with web
* limit memory on release
* try executing seed script post transpile
* try executing seed from server directory
* update seed execution
* add minio
* add correct type
* add minio to pkg json
* remove old file
* fix provider key
* add python installable + npm ^7.2.0 (#1752 )
* add python installable + npm ^7.2.0
* add py to prod file
* pin npm version to 7.20.0
* pin npm version to 7.20.0
* split into multi stage build and remove python for buildx
* copy plugins from buider stage
* update dependencies
* add freetds dependency
* update server dockerfile
* update client dockerfile
* update dev dockerfile and compose file
* fix entrypoint
* fix server dev dockerfile
* update docker-compose
* remove npm install on root dir on docker build
* fix heroku script
* make lerna prod dependency to enable prod builds
* remove redundant env setup
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
Co-authored-by: navaneeth <navaneethpk@outlook.com>
2022-01-17 12:38:17 +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
Midhun G S
21d63d2c99
Feature: Mongodb more operations support ( #1717 )
...
* feature-842 mongo support
* feature-842 fix
* json parse improvement
* Feature-842 date data type support
* feature-842 fix
* convert ejson to bson on mongo queries
* fix type on parse
* json parsing
* Typo error fix
* Insert Many Fix
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
2022-01-14 13:53:57 +05:30
Abhinaba Adhikari
7e24ad002e
Add upper & lower limit to number input widget ( #1761 )
...
* Add upper & lower limit to number input widget
* add documentation for number input widget limits
2022-01-12 23:54:42 +05:30
Muhsin Shah C P
e6146016df
Added radius style property to change the radius of action buttons in the table widget ( #1741 )
...
* added action button border radius
* added documentation
2022-01-12 16:51:14 +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
Akshay
682ed0d5aa
Ability to configure for custom CA certificates ( #1711 )
2022-01-03 09:42:22 +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
Sherfin Shamsudeen
ca193ecd29
Support starting time and ending time on calendar ( #1684 )
...
* Support starting time and ending time on calendar
* Add documentation for start time and end time feature on calendar
2021-12-30 17:38:53 +05:30
Sherfin Shamsudeen
9403716af1
Add support for navigation events in calendar widget ( #1679 )
...
* Add support for navigation events in calendar widget
* Add view change event for calendar widget
2021-12-29 22:39:27 +05:30
Sherfin Shamsudeen
c1bcd97c83
Add event for search text change in dropdown and expose its value ( #1653 )
...
* Add event for search text change in dropdown and expose its value
* Add "options loading state" property to dropdown
2021-12-29 19:02:41 +05:30
Akshay
ad4baabf79
Feature: Customizable calendar date ( #1656 )
...
* make calendar week date formattable
* update version only if calendar is present
* Fix erroneous date format determination while migrating to custom week view date format
* Add documentation for calendar week view header date format style
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2021-12-29 15:36:45 +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
Sherfin Shamsudeen
93287a46cb
Add on change event for text input ( #1622 )
2021-12-22 12:03:59 +05:30
Sherfin Shamsudeen
a68a7b67d1
Feature/typesense integration ( #1613 )
...
* Install typesense npm package
* Implement CRUD operations using TypeSense
* Add documentation for typesense integration
* Rename apiKey to api_key and make it encrypted for typesense
* Add logo for typesense data source
* Add delete operation to typesense
* Add documentation for delete document
* Make protocol field a dropdown for TypeSense
* Additional documentation for TypeSense data source
2021-12-22 07:19:17 +05:30
Arpit
f3a586006f
fixes typos: airtable data source ref ( #1615 )
2021-12-21 20:31:06 +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
Sherfin Shamsudeen
7a79695af7
Feature/disable password login ( #1585 )
...
* Add option to disable login/signup via username/password
* Add documentation for disabling login via username/password
2021-12-15 22:53:07 +05:30
Shubhendra Singh Chauhan
b3b9c4981f
[docs] added reference for tabs widget ( #1574 )
2021-12-14 17:30:05 +05:30
navaneeth
3c8cedb661
[docs] Add security document and examples
2021-12-11 07:28:36 +05:30
Shubhendra Singh Chauhan
71e4230a7d
Removed one of the two GitHubs in banner ( #1562 )
2021-12-10 15:46:41 +05:30
navaneeth
6f995812a1
[docs] Add config for sitemap
2021-12-09 11:45:33 +05:30
Akshay
1fd3dfb2a6
Docs: Azure K8s deployment ( #1517 )
...
* add aks docs
* fix doc
2021-12-07 00:39:46 +05:30
Sherfin Shamsudeen
1cdd109403
Generate file action ( #1449 )
2021-11-24 15:03:28 +05:30
Sherfin Shamsudeen
f804706de2
Expose current view of calendar component ( #1447 )
...
* Expose current view of calendar component
* Rename exposed variable 'view' of calendar to 'currentView'
* Document currentView variable of calendar
2021-11-23 20:38:40 +05:30
Sherfin Shamsudeen
efa6b4ab50
Custom color for calendar event title ( #1445 )
2021-11-23 20:32:25 +05:30
navaneeth
15f6346642
[docs] add annoucement bar, collpase deploy docs
2021-11-19 09:07:35 +05:30
Akshay
6736efa78a
Chore: Add docs to deploy client on gcp with load balancer ( #1429 )
...
* add docs to deploy client on gcp with load balancer
* fix typo
2021-11-18 21:45:51 +05:30
navaneeth
adf38f7920
[docs] use gtag plugin
2021-11-18 21:09:35 +05:30
Navaneeth Pk
6706ff5f15
[docs] update docusaurus ( #1427 )
2021-11-18 20:48:54 +05:30
navaneeth
ea6c7db03c
[docs] add GA
2021-11-18 20:26:39 +05:30
navaneeth
abc5b0d992
[docs] update the domain name
2021-11-18 12:43:37 +05:30
Sherfin Shamsudeen
525daca83e
Update docs to indicate that SSO is no longer enterprise only ( #1421 )
2021-11-17 17:05:35 +05:30
Akshay
756ce4ade2
specify to check for ami version ( #1414 )
2021-11-15 22:29:11 +05:30
Akshay
a6881587ea
[docs] fixes formatting ( #1413 )
2021-11-15 22:00:44 +05:30
Akshay
9ebb12783a
Chore: Add Google cloud run docs ( #1408 )
...
* add google cloud run docs
* fix spell error
* remove invalid sentence
2021-11-15 20:54:19 +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
Sherfin Shamsudeen
fc99c1eba3
Make widget reference sidebar alphabetical in docs ( #1386 )
2021-11-09 08:37:46 +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
wanderer163
68e61750c3
[docs] fix grammar issues and typos in documentation ( #1353 )
2021-11-02 11:18:50 +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
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
Apoorv Tiwari
c09f3d7f3e
[docs] sort widget reference in alphabetical order ( #590 )
...
Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-08-24 11:42:01 +05:30
Sherfin Shamsudeen
64db1a2a03
Feature: toggle table header / search bar ( #581 )
...
* Add option to enable/disable search bar in Table
This commit also makes the app hide the entire top bar of table
if server pagination is enabled and search bar is disabled.
* Display server-side search option only if search is enabled
* Add documentation for search box enable/disable toggler
2021-08-23 17:00:33 +05:30
Apoorv Tiwari
8594ed9e89
[docs] remove duplicate command and correct numbering ( #573 )
...
Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-08-23 16:46:12 +05:30
Rohan Sharma
daadabf60d
[docs] update deployment manifest file link ( #559 )
2021-08-20 18:39:49 +05:30
Arpit Nath
f25868a832
Feature: toggle switch as table cell ( #551 )
2021-08-20 09:43:16 +05:30
Sherfin Shamsudeen
1f0ff9ecf8
Add functionality to decide whether front-end should be served from server ( #547 )
...
* Add functionality to decide whether front-end should be served from server
This commit makes the server allow flag `--serve-frontend`, providing
which, will make the server serve the front-end at route '/'. Otherwise
it won't serve the front-end.
* Use env variable to enable serving client from a server end-point
* Add documentation for SERVE_CLIENT env var
2021-08-20 09:25:34 +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
Akshay
c92437b820
Fixes docker dev setup ( #507 )
...
* update docker-compose and docs for docker dev setup
* specify test environment explicitly on npm scripts
* fix migrations to be picked up from either root or dist folder
* fix default slug update
2021-08-13 10:13:22 +05:30
DeviousLab
403764af78
[docs] Changed text in code block to an alert box #499 ( #502 )
2021-08-12 16:35:37 +05:30
navaneeth
fa66439c09
[docs] fix docker compose setup guide
2021-08-11 09:48:57 +05:30
Akshay
915d66107e
[docs] Update docs for testing ( #479 )
...
* copy .env.test file for docker dev
* update docs for testing
2021-08-09 17:41:01 +05:30
navaneeth
9f1b6d5fc8
Merge branch 'develop' into feature/nest-server
2021-08-09 10:12:09 +05:30
Akhil G Krishnan
6346cf9dec
[docs] leading $ sign removed from bash formatted commands ( #472 )
2021-08-09 09:18:17 +05:30
Akhil G Krishnan
d29026bf2c
[docs] fix for incorrect edit url ( #473 )
2021-08-09 09:11:34 +05:30
Akshay
57a10398f2
Packer setup for nest server ( #463 )
2021-08-06 19:37:45 +05:30
navaneeth
7abdfad627
[Docs] Fix docker deployment guide & architecture docs
2021-08-05 15:26:54 +05:30
navaneeth
abde36f55d
[docs] Fix ubuntu local setup guide
2021-08-05 14:58:34 +05:30
Arpit Nath
135e1e265c
[docs] correction for - adding a new widget to mobile layout ( #448 )
2021-08-03 18:59:37 +05:30
navaneeth
28f0733fa6
[Docs] update local setup using docker-compose
2021-08-03 10:38:16 +05:30
Arpit Nath
cea7216059
[Docs] navbar links for slack and twitter ( #430 )
2021-08-02 16:42:59 +05:30
navaneeth
f5ceec8c54
[Docs] Deploying to k8s & Heroku
2021-08-01 14:58:48 +05:30
navaneeth
1f8fe20264
Merge branch 'develop' into feature/nest-server
2021-07-31 20:28:32 +05:30
navaneeth
110e7b3885
[docs] improved intro page
2021-07-31 20:11:45 +05:30
navaneeth
cf8e426fa3
[docs] update setup guide for nodejs
2021-07-31 18:42:28 +05:30
Ashish
d41beda9eb
[Docs] mention ports that should be open on the server ( #403 )
2021-07-18 21:32:53 +05:30
navaneeth
843281b5f9
[Docs] Update docker deployment guide
2021-07-12 17:37:17 +05:30
Ashish
2c59616b70
Feature: docker-compose deployment ( #388 )
...
* separate dockerfile for tooljet client in development mode
* production dockerfile for tooljet client
* reference the tooljet clients dev dockerfile in the docker-compose file
* use a fallback url for API_URL in cases where TOOLJET_SERVER_URL is not defined
* nginx config file for the front-end
* docker-compose file for production deploys
* dont run postgres inside docker-compose
* use an entrypoint script for setting the server host for nginx
* separate volume for fallback certs
* add docs for docker-compose deployment
* add required database keys in the .env.example file
* address review comments
2021-07-12 14:45:42 +05:30
dependabot[bot]
79143beaae
Bump prismjs from 1.23.0 to 1.24.1 in /docs ( #379 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.23.0 to 1.24.1.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.1 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-04 01:23:27 +05:30
Ashish
7ceff964df
Update[Docs] update contributing guide to include steps to make sure new app dependencies are taken care of when running in docker ( #355 )
2021-06-29 22:34:46 +05:30
Ashish
533e4546c4
[docs] update contributing guide fix the command to generate lockbox secret key ( #348 )
2021-06-28 22:56:39 +05:30
Nishant Samel
d5d367fc8d
[Docs] Fix broken 'Setup' link on intro page ( #314 )
...
Co-authored-by: Nishant Samel <nishant@saeloun.com>
2021-06-25 15:18:01 +05:30
Ashish
523dc19e17
[Docs] update k8s deployment and env-var docs ( #306 )
2021-06-24 14:43:10 +05:30
Ashish
56d20d5763
update ami version in the docs ( #303 )
2021-06-23 21:03:30 +05:30
Deepti Kakade
f86b4a1e16
[Docs] update Mac OS set up guide ( #300 )
...
* Updated project set up guide for Mac, added node version and Webpack install steps.
* Worked on PR comment i.e Can we change this line to Install Node.js ( version: v14.9.0 )
Co-authored-by: Deepti Kakade <deepti@saeloun.com>
2021-06-23 19:46:23 +05:30
Navaneeth Pk
60b3922912
[Docs] add gifs to GraphQL documentation ( #301 )
2021-06-23 18:58:38 +05:30
Ashish
8369553460
[Docs] update docker setup guide to mention the secret key size ( #296 )
2021-06-23 14:48:07 +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
Ashish
12db1b9e4c
[Docs] AWS EC2 deployment documentation ( #282 )
...
Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-06-22 10:52:21 +05:30
Jason Yee
dceb4a1572
Minor typo ( #273 )
2021-06-18 09:14:37 +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