Commit graph

2466 commits

Author SHA1 Message Date
Manish Kushare
ab5fc2c59b
Implementation of bounded box component (#5548) 2023-02-27 11:36:52 +05:30
EatPrayCode
de0830b776
Fix:Show popover in calendar in editor mode when clicked outside the editor (#5483)
* Fix:Show popover in calnder in editor mode when clicked outside the editor

* Fix:Show popover in calnder in editor mode when clicked outside the editor, replace variable

* Fix:Show popover in calnder in editor mode when clicked outside the editor

* Fix:Show popover in calnder in editor mode when clicked outside the editor, replace variable

* Merge develop.

* Fix:Show popover in calnder in editor mode when clicked outside the editor, replace variable

* bug fixed

---------

Co-authored-by: manishkushare <kushare.manish9@gmail.com>
2023-02-24 11:15:13 +05:30
Muhsin Shah C P
7f020ef296
[bug-fix] The public app is redirecting to the login page if the user token expired. (#5461)
* fix: public app issue
- removed auth guard from metadata api

* add: removed auth token from metadata apis

* PR changes

* redo: auth guard

* reverting some changes
2023-02-24 09:32:09 +05:30
Jeet Karia
264e5dc343
added size limit of 100MB for http and https requests (#5606) 2023-02-23 18:28:54 +05:30
Sherfin Shamsudeen
ac21f29cec Merge branch 'main' into hotfix/2.1.5 2023-02-23 18:13:30 +05:30
vjaris42
1dabd24f08
add: parsing of dates as raw values (#5614) 2023-02-23 18:12:18 +05:30
Manish Kushare
8bb7102981
Added option to set the default language for the instance (#5445)
* added instance for the language

* added instance for the language
2023-02-23 12:38:19 +05:30
Arpit
6420f8710c
Tooljet database : code audit or technical debt review. (#5444)
* fetch table data with selected table when fetching tables

* refactored tooljet db operations and listrows

* create operation: dropdown should only show options which are not selected

* list operation: dropdown should only show options which are not selected

* update operation: dropdown should only show options which are not selected

* delete operation: dropdown should only show options which are not selected

* refactor: update op

* clean up

* style fixes

* throw error with descriptive error toast for empty where fields for delete op

* clean up

* default limit should be 1

* fixes codehinter onBlur issue
2023-02-23 12:08:09 +05:30
Arpit
f5ebb86203
Verticle sidebar color fix, Bugfix for #4829 (#5539)
* Verticle sidebar color fix, Bugfix for #4829

* Added default color to vertical divider

* Fixes dark mode

---------

Co-authored-by: Ishan Parlikar <iparlika@emich.edu>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-02-23 12:07:35 +05:30
Manish Kushare
f97067e303
[ Feature request ] : [ Table ] Added feature to highlight a word in the column if matched with searched term (#5413)
* init

* added feature to highlight the cell if it's value matches with searched tern

* reverting the unwanted changes

* removed unwanted changes

* added edge case for isEditable on click event

* minor bug fixes

* made changes to fix the edge case

* bug fixed: action button was not displaying in the column
2023-02-23 12:05:29 +05:30
EatPrayCode
14d7ed08cd
Fix: Show on desktop bug fixed for widgets using subcontainer (#5496)
* Fix: Show on desktop bug fixed for widgets using subcontainer

* Eslint error

* Fixed lint errors

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-02-23 12:03:53 +05:30
Midhun Kumar E
33fff5aa8b
Added data-cy to fix DS specs on GitHub actions (#5607)
* Add data-cy for search box

* Add data-cy for query manager components

* Fix data-cy for home page search

* Add data-cy for toggles

* Add data-cy query headers

* Modify data-cy for textinput

* Add data-cy for query list
2023-02-23 08:36:26 +05:30
Ajith KV
e66c69b889
Added Missing data-cy for password reset page (#5605)
* Fix password helper text typo

* Add missing data-cy for password reset page
2023-02-23 08:34:51 +05:30
Midhun Kumar E
88fba22b34
Added data-cy for sidepanel and multipage icons (#5560)
* Add data-cy for side panel elements

* Add data-cy for multipage elements

* Add missing data-cy
2023-02-20 10:00:05 +05:30
Ajith KV
b905b9641f
Add data-cy for forgot password page elements (#5587) 2023-02-20 09:59:13 +05:30
Ajith KV
d2debb9ded
Add and modify data-cy for signup page elements (#5566) 2023-02-16 14:52:04 +05:30
Kiran Ashok
6401d47268
typo fix :: go to app action (#5435) 2023-02-16 11:09:46 +05:30
EatPrayCode
b1e99b053d
Bug: Remove on-click event if a widget is disabled (#5437) 2023-02-16 11:09:31 +05:30
EatPrayCode
df9d5ed45b
Fix: Fixed row id not changing on button click (#5442) 2023-02-16 11:09:03 +05:30
Manish Kushare
5d7a5cd565
bug fixed: Unable to set a toggle switch column to false when initiated to true (#5470) 2023-02-16 11:08:43 +05:30
Muhsin Shah C P
db4160a819
[improvement] Renamed the column read_on_dashboard to hide_from_dashboard (#5291)
* renamed the column

* refactoring the code
2023-02-14 15:41:55 +05:30
Midhun Kumar E
2af995f8d7
Added data-cy for multipage elements (#5557)
* Modify data-cy for table

* Add data-cy for page rename elements

* Add data-cy for search on sidepanel

* Add data-cy for pagehandle elements

* Add data-cy for page events elements

* Add data-cy for options, icons and modal
2023-02-14 15:40:59 +05:30
Ajith KV
8b76f9340c
Add data-cy for self-hosted onboarding (#5529) 2023-02-10 16:37:02 +05:30
Ajith KV
12daac6d92
Add and modify data-cy for v2 (#5458)
* Add data-cy for v2 elements

* Add and modify data-cy

* fix and modify multiworkspace spec

* Add data-cy for workspace variable

* Fix user permission spec

* Add selectors and text for workspace variable

* Fix changes

* Add test cases for workspace varaible user permissions

* Modify workspace variable data-cy

* Add and modify data-cy for manage groups

* Fix and modify Manage groups spec

* Fix and modify single workspace spec

* Add missing data-cy for single workspace

* Fix and modify dashboard spec

* Add and modify data-cy for dashboard elements

* Fix and modify profile spec

* Add data-cy for avatar

* Fix and modify SSO onboarding spec

* Add data-cy for workspace name

* fix failing specs

* Add data-cy work edit workspace button

---------

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2023-02-09 16:26:10 +05:30
Midhun Kumar E
7f1d0a5361
Add data-cy to fix table regression. (#5513)
* Add data-cy

* Remove accidental modification
2023-02-09 10:44:28 +05:30
Midhun Kumar E
b50bba97c7
Add data-cy for sidepanel header (#5511) 2023-02-09 10:18:24 +05:30
Kavin Venkatachalam
f6e23fbd65
[Bug]: Fixed app crashes when items dropped into container inside listview (#5449)
* Fixed app crashes when items dropped into container inside listview

* Fixes Link widget crash
2023-02-08 11:51:19 +05:30
Manish Kushare
94f68039cb
[ Bug fixed ] : [ Table ] When column name is changes, particular column data becomes empty when downloaded (#5479)
* bug fixed :when column name is changes, particular column data becomes empty when downloaded

* bug fixed

* refactored the code to improve readability by changing reduce function to map function
2023-02-07 12:59:33 +05:30
Sherfin Shamsudeen
a63a4639bf
Merge pull request #5492 from ToolJet/merge-back/2.1.2
Merge back hotfix 2.1.2
2023-02-07 12:35:42 +05:30
Arpit
3e1a531c4c
[hotfix]: fixes - slack scope (#5477)
* fixes: slack scope

* fixes: error for scope

* bumped version to 2.1.2
2023-02-07 12:29:37 +05:30
Kavin Venkatachalam
1efcec9e09
[Feature]: Update Node from 14 to 18 (#5393)
* Updated package.json to support node 18

* Updated package-lock.json with force install

* Updated frontend package.json

* Updated server package.json

* update frontend package-lock.json

* update render dockerfile

* update dockerfiles for node 18

* update node version in actions

* fix setup script for AMI

* install using nvm

* debug

* source bashrc

* change ami os version

* change base ami

* make use of ubuntu focal lts version

* update script

* change branch name

* revert branch name

* update workflow

* node upgrade [plugins] modules updated (#5482)

* modules updated

* adds saphana and oracle package

* adds saphana and oracle package

* eslint rules for -unresolved and resolved properties

---------

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
Co-authored-by: Arpit <arpitnath42@gmail.com>
2023-02-06 17:38:44 +05:30
Jittojoyes98
c5becae6eb
Update dto API completed (#5456)
* Update dto API completed

* Fixed file name

* Fixed order of class validator

* Error message shown
2023-02-06 14:07:55 +05:30
Arpit
29bdabb176
eslint fixes: frontend (#5464) 2023-02-02 20:58:06 +05:30
Mekhla Asopa
783d1df4b3
Updated data-cy for v2-beta (export and import) (#5332)
* Updated spec and data-cy for v2-beta

* Removed spec changes

* removed text and spec changes
2023-02-02 14:41:25 +05:30
Arpit
6cc704af8b
[runpy] support to import external libraries (#5288)
* support to import external lib with micropip

* upgraded pyodide version: v0.22.0

* deprecating pyodide-v0.21.3

* removes unsused code
2023-01-27 17:26:21 +05:30
Arpit
7002b2d76d
4810 - add a list messages operation to the Slack plugin (#5378)
* 4810 - add a list messages operation to the Slack plugin

* support pagination

* update docs

* eslint fixes

Co-authored-by: Maurits Lourens <maurits.lourens@gmail.com>
2023-01-27 16:26:31 +05:30
Muhsin Shah C P
3ead224651
[bug-fix] User can't update the single workspace name (#5426)
* fix: user can update the workspace name

* fixed a bug

* fixed multi-org list issues
2023-01-25 18:55:00 +05:30
John Bampton
d4024fddb6
all: fix spelling (#5325) 2023-01-25 18:02:39 +05:30
Manish Kushare
f3965da73c
[ Bug fixed ] - [ Table widget ] showing blank spaces for undefined and null values in the respective cells (#5368)
* bug fixed - shwowing blank spaces for undefined and null values in the respective cells

* removed the condition for string undefined and null edge case
2023-01-25 18:02:13 +05:30
Manish Kushare
f743312985
bug fixed : wrong timezone entries (#5395) 2023-01-25 18:01:14 +05:30
EatPrayCode
4b41889821
Feature: Show scrollbars in released and preview pages (#5420)
Co-authored-by: Ashwath Bharadwaj <ashwathbharadwaj@Ashwaths-MacBook-Pro.local>
2023-01-25 18:00:21 +05:30
Kiran Ashok
22e2ae39b8
Fix :: Scrolling issue through whole dashboard (#5416)
* fix :: scrolling issue through whole dashboard

* cleanup

* revert :: padding in sidebar

* feat :: added margin
2023-01-25 16:42:06 +05:30
Arpit
f1f47f298a
fixes: On Database queries clickable area to add condition is more that expect (#5372) 2023-01-25 12:13:46 +05:30
Arpit
b19c854dbd
fixes app crash for adding and then removing ds (#5281)
* fixes app crash dues to options obj empty

* undefined selected ds fix

* undefined selected ds fix

* undefined selected ds fix:slack

* undefined selected ds fix:zendesk

* undefined selected ds fix:zendesk

* undefined selected ds fix:zendesk ds id
2023-01-25 12:09:02 +05:30
Muhsin Shah C P
c6ed8c0ced
[bug-fix] OpenAPI query fields doesn't show saved values (#5421)
* fix: saved fields are missing

* refactoring the code

* fix: null issue
2023-01-25 11:42:31 +05:30
vjaris42
1b9304835a
add: check for incoming new datasource (#5359) 2023-01-25 11:42:04 +05:30
Manish Kushare
b88c50eca6
[ Feature added ] : [Table widget ] adding CSA to deselect the row (#5320)
* feature add: un select the selected row using csa

* adding age case if wrong key and value is provided while un selecting selecetd row, then show alert message and do nothing

* made the suggested changes

* added csa action to discard the changes

* update the changes rquested
2023-01-24 20:43:16 +05:30
Midhun Kumar E
633edc7271
Added data-cy for all the components. (#5385)
* Add dataCy Prop

* Add data-cy for all the components

* Add data-cy for all the custom component
2023-01-24 17:22:35 +05:30
Midhun Kumar E
eaa5b6d4ae
Add data-cy (#5411) 2023-01-24 15:03:45 +05:30
vjaris42
686de2b224
fix: route name for manage users (#5364) 2023-01-24 12:07:12 +05:30