Commit graph

2671 commits

Author SHA1 Message Date
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
Muhammad Azka
4bb6c1e175
Fix query database operation typo (#3041) 2022-05-19 12:56:26 +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
Arpit
7221040a1b
fixes app crash in subcontainer layer (#3081) 2022-05-18 18:33:04 +05:30
Ajith KV
0512dc6e97
Cypress test for empty dashboard (#3056)
* Added cypress test for empty dashboard

* Added UI login

* Added data-cy attribute to empty dashboard elements

* Resolved merge conflicts
2022-05-18 14:04:45 +05:30
Sherfin Shamsudeen
145ccd2a56 Merge branch 'main' into develop 2022-05-17 19:55:33 +05:30
Sherfin Shamsudeen
9e61fab479 Bump patch version 2022-05-17 19:54:18 +05:30
Arpit
f078522b78
reverts [Improvement] Suggestion hints (#3074) 2022-05-17 19:53:00 +05:30
Muhsin Shah C P
c49752c819
Resolved height issue (#3072) 2022-05-17 18:15:10 +05:30
Akshay
d1422d93a5
Always enable preview button (#3061) 2022-05-17 11:10:52 +05:30
Ajith KV
2db14dd9f5
Cypress test for button widget (#2989)
* Added cypress test for button widget

* Added custom commands

* Updated common selectors

* data-cy attributes for the elements

* Updated the login end point

* Updated new login end point

* Added data-cy attribute for autosave indicator

* Updated login end point

* Updated test for auto save indicator

* Updated custom commands for skipping instruction modal
2022-05-16 15:39:10 +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
Manish Kushare
145f4d81db
solved border radius & alignment issue after selecting file (#3032) 2022-05-16 14:32:10 +05:30
Tanmoy Bhowmik
15c909abb2
Avoid creation of system group names (#2999)
* fix(group_permission): avoid useage of system defined user group

* test(group_permission): add test to verify the chaanges related to system group names

* fix(group_permission): change error message and fix reserved group list
2022-05-13 13:18:26 +05:30
Navaneeth Pk
b1f8764be2
Update README.md 2022-05-13 07:22:17 +05:30
Sherfin Shamsudeen
65baf7232b Merge branch 'main' into develop 2022-05-12 11:47:46 +05:30
Maurits Lourens
563b18e81c
#2740 - fix refreshing selected datasource component (#2828) 2022-05-12 07:01:20 +05:30