Commit graph

2637 commits

Author SHA1 Message Date
Sherfin Shamsudeen
c13f7c20d8 Merge branch 'main' into develop 2022-05-31 21:54:41 +05:30
Sherfin Shamsudeen
997fc93d8b Bump patch version 2022-05-31 21:54:10 +05:30
Muhsin Shah C P
7c6ccccf08
Disabled the feature (#3177) 2022-05-31 21:52:21 +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
Akshay
a13a2d4d63
Chore: ToolJet setup to try locally (#3158)
* add dockerfile for try tooljet setup

* update npm scripts and logged messages

* refactor npm scripts for dist folder scripts

* update usages of db setup and seed

* setup script to init db and boot app

* fix dockerfile

* update dockerfile

* user production.Dockerfile as base image

* fix script

* fix script exit

* fix lint
2022-05-31 18:42:36 +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
Manish Kushare
a65eb3ecd5
Hotfixed : Favicon icon not displayed in preview and launch page (#3154) 2022-05-30 14:44:10 +05:30
Kavin Venkatachalam
7a419796e3
PDF url null check added (#3142) 2022-05-30 14:06:10 +05:30
Kiran Ashok
f64df9162d
SSO & multi workspace helper page (#3091)
* sso page

* updating with sso id , changing

* updates

* dynamic url  build based on enable/disable or workspace and sso

* removing logs

* removing logs

* removing private route

* pr updates :: making route public , content update

* fixing issues

* upadting few content

* removing logs

* bugcheck

* typo fix

* ui updates

* id fix

* link fix

* updated with suggested pr change

* updated with pr suggestion

* style update

* updates content

* updates

* style removal ::

* updated some styles

* typo fix

* style fix
2022-05-30 10:47:13 +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
Kavin Venkatachalam
30a4dc9949
Fixed widgets sticking to cursor (#3143) 2022-05-28 06:44:50 +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
Gandharv
8a7a1d21ad
fix: datasources/dataqueries refresh post-addition (#3140) 2022-05-27 14:16:29 +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
Ajith KV
754a533129
Update Manage user Archive and Unarchive button style (#3120) 2022-05-27 07:33:03 +05:30
Sherfin Shamsudeen
5d076bc5fd Bump version 2022-05-26 19:41:43 +05:30
Sherfin Shamsudeen
df54debeb0 Merge branch 'main' into develop 2022-05-26 19:39:51 +05:30
Sherfin Shamsudeen
c3278a98d5 Update patch version 2022-05-26 19:39:33 +05:30
Midhun G S
3fac991da8
clead data call made recursive (#3133) 2022-05-26 19:38:03 +05:30
Midhun G S
b05ea813c2
[BUG] Hide authorization header for Rest API (#3129)
* Hide authorization header for Rest API

* Fixed mutatting response
2022-05-26 18:29:05 +05:30
Akshay
bd56792d58
Add deployment platform for telemetry (#3126)
* add deployment platform telemetry

* make use of config service
2022-05-26 07:11:56 +05:30
Muhsin Shah C P
4e6e6f5826
[Feature] Now users can edit created version's name 🚀 (#3106)
* Added a feature for updating a version's name

* fixed icon space

* Fixed a bug

* solved a possible error

* Added a new state for edit name modal
2022-05-25 22:58:29 +05:30
Arpit
9da311c68f
[Improvement] Filepicker widget : The file picker should reject files with existing file names. (#3046)
* fixes: multiple files with same file name can be uploaded

* removes unwanted logs

* compare file paths for validating existing selected files

* disable picker if max count is reched

* fixes loading spinner postions

* max file count for single selection

* disables the dropzone on max count only when multiple is true

* show max count msg for dnd file to the dropzone

* clean up

* check already selectedFile count with max file count on adding new files

* reverts accepted file data for singly selected files

* Remove validation for existing files on filepicker

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-05-25 17:05:32 +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
Eyuel Berga Woldemichael
450a4841c5
Fix hide action options section (#3088)
- add actionLookup object for easy action type lookup
- add conditional render to the Action Options section
2022-05-25 08:06:37 +05:30
Eyuel Berga Woldemichael
50f5b9fa77
[Feature] Update Manage user Archive and Unarchive button style (#3089)
* Update archive/unarchive style

* update button styles
2022-05-25 08:06:17 +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
Akshay
fd89a0f242
Fix: Show sign up form for single organization when no org present (#3107)
* show sign up form for single organization when no org present

* update spec

* fix spec
2022-05-24 22:16:01 +05:30
Manish Kushare
6b6cb5fc32
[Improvement] : Filepicker widget (#3021)
* solve the bug- now only 1 message is shown for exceeding max file count

* added edge case to only show unique error message

* persisting previous accepted files upon rejecting a file

* fixes: retain existing selected files on rejection

* cleanup

* fixes: dropzone active even with listed selected files

* handles rejected files sizes for error msgs

* on dialogue box closed, should list files if exits

* fixes: show list of files if exits when files are rejected

* fixes: show list of files if exits when files are rejected

* fixes reject message for file sizes

* clean up

Co-authored-by: arpitnath <arpitnath42@gmail.com>
2022-05-24 15:49:33 +05:30
Muhsin Shah C P
604bfe819a
Added bulk update feature to SQL data source (#3100)
* Added bulk update feature

* refactored the code
2022-05-24 11:46:45 +05:30
Muhsin Shah C P
b4809db0ac
[Feature] Added an option to save edited queries to avoid losing values by state changes 🚀 (#2944)
* Implemented basic edited queries tracking for normal plugins (queries)

* Implemented on custom plugin also

* Resolved a bug

* now, save modal will not popup if querypane moved

* Resolved restapi array values issue

* Removed unwanted lines

* Resolved issues
- losing selected datsource while Query pane being dragged
- Triggering save modal when theme mode changes

* Now, application will be save unsaved new queries

* Resolved some issues
2022-05-24 04:02:59 +05:30
Manish Kushare
57da2b640c
added default value in the toggle widget (#3059)
* added default value in the toggle widget

* make sure existing apps do not get crashed if they don't have default value prop

* removed unwanted code

* changing defaultValue prop display name to Default Status

* added value key in exposedVariables prop
2022-05-24 03:45:03 +05:30
Kavin Venkatachalam
d6b941227e
Updated cursor on hovering image widget (#3080) 2022-05-24 03:37:51 +05:30
Midhun G S
4b68627431
[BUG] Error while switching organization (#3054)
* Fix - error while switching organization

* fixes

* Update oauth.service.ts
2022-05-23 17:47:46 +05:30
Shubhendra Singh Chauhan
d9ee4dab62
[docs] added password login in sidebar (#3070) 2022-05-22 14:45:31 +05:30
Akshay
f7db75ee14
Add editor and viewer user count to telemetry (#3103) 2022-05-22 14:43:03 +05:30
Midhun G S
c7d164c1c8
Added configuration to select plugins (#3024)
* Added configs to select plugins

* moving the configs to

* removing private from common

* fix

* removed if-env

* Fix

* docker compose changes

* review comments

* remove plugin build file

* revert docker file changes

* netlify changes

* netlify configs

* build script changes

* build script changes

* dockerfile changes

* add prebuild script
2022-05-20 19:32:46 +05:30
Sherfin Shamsudeen
9ffd885222 Merge branch 'main' into develop 2022-05-20 14:05:45 +05:30
Sherfin Shamsudeen
ab3df95e2f Bump patch version 2022-05-20 14:04:55 +05:30
Sherfin Shamsudeen
dd03b91d23
Add try catch for codehinter preview generation (#3099) 2022-05-20 14:03:43 +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
Muhsin Shah C P
66764d5511
Added custom headers for access token URL (#3078) 2022-05-19 18:42:44 +05:30
Sherfin Shamsudeen
8304bd21cb Merge branch 'main' into develop 2022-05-19 13:28:02 +05:30
Sherfin Shamsudeen
bed71b1311 Bump patch version 2022-05-19 13:23:19 +05:30