Commit graph

2655 commits

Author SHA1 Message Date
Arpit
7f281980a3
Hotfix - support resolving codeblocks workspace (#6551)
* fixes: resolve both {{object}} and %%object%% within a single string

* resolved multiple server/client/app variables together

* clean up

* clean up
2023-05-26 13:50:39 +05:30
Manish Kushare
7aa8293d60
Hot fixed : app is crashing upon clicking on codehinter icon in isEditable field in table column (#6510)
* bug fixed app is getting crashed on clicking codehinter icon in isEditable field in table column

* made the suggested changes
2023-05-25 17:44:08 +05:30
Kavin Venkatachalam
514afa595f
Fixed bug on running query after renaming it (#6462)
* Fixed issue on running query after renaming it

* Fixed issue on renaming query after updating version
2023-05-18 17:26:30 +05:30
Arpit
af89e370cd
fixes: backdrop when alert modal is active for creating new workspace (#6446) 2023-05-18 16:46:21 +05:30
Midhun Kumar E
86fad66ce7
Fix for failing specs on release branch (#6438)
* Fix multipage failure

* Fix config

* Fix text spec

* Add versions to the suite

* Fix password and versions spec

* Revert config

* Fix password and listview

* Fix versions with temp fix

* fix all failures.

* add retry

* revert button fix

* Add workspace specs to the suite
2023-05-18 13:41:41 +05:30
Midhun Kumar E
e21de08794
Fixed cypress for v2.6.0 (#6430)
* Add data-cy for the event handler input fields (#6382)

* Added automation for inspector. (#6380)

* Add utils for inspector node verification

* Add inspector verification spec

* Add verification for inspector buttons

* Fix cypress failure

* update toast message

* Modify Config

---------

Co-authored-by: Mekhla Asopa <dadhichmekhla@gmail.com>
2023-05-17 12:14:03 +05:30
Sherfin Shamsudeen
9c8c4d1f7c Merge branch 'develop' into release/2.6.0 2023-05-16 13:13:39 +05:30
Akshay
f8df7d1568
Merge pull request #6389 from ToolJet/copilot-scope-changed
improvement - changing scope of API key from user to workspace
2023-05-16 12:30:42 +05:30
arpitnath
91c971832f current organization Id to be passed from frontend 2023-05-16 12:29:34 +05:30
Aviroop Banerjee
d4abb49adb
[docs] Fixed default text widget bg color (#5343)
* Fixed default text widget bg color

* Added default background colour for text component

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-05-16 01:06:37 +05:30
arpitnath
db412fcb1e ui changes to handle admin settings and user settings 2023-05-15 18:45:09 +05:30
Ajith KV
5ab569bf1a
Fixed datasource connection cypress test cases (#6371)
* Fix and modify datasource connection

* Modify config files

* Fix snowflake test cases

* Data sourcce count

* fix postgres error message
2023-05-15 09:48:09 +05:30
arpitnath
cea948710e changing scope of API key from user to workspace 2023-05-14 01:40:48 +05:30
Ajith KV
b2a9b7732d
Add data-cy for global datasource manager page (#6361) 2023-05-12 09:31:27 +05:30
Arpit
2ddbd3309e
Feature - ToolJet Copilot 🚀 (#6074)
* add support for Copilot assistance

* clean up

* fixes workspace settings crash

* refactor and resolved review comments

* api endpoint should be inferred from env

* copilot style fixes

* copilot style fixed

* beta tag fro copilot settings: workspace

* fire toast for unauthorised recommendation request

* include the previous code with the newly generated response

* scoping apikeys to orgs

* controller updates for copilot

* copilot org key updated

* disable toggle for new workspaces

* disable toggle for new workspaces

* fixes: multi-workspace toggle updates

* uninstall unsued packages

* fixes button state for copilot in transformations

* updated the urls
2023-05-11 15:04:48 +05:30
Muhsin Shah C P
f215d1df96
App version creation flow enhancement - New released version warning popup - Current version issues (#5947)
* current version issue

* working on modal design

* Added released version popup and shake animation

* refactoring the code

* improved the experience

* extra changes

* css revert

* fix: disable components & properties

* fix: switched released version saving & create version modal input value retain issues

* fix: retained values issues

* fix: edit version modal current name issue
- disabled comment's icon

* override grayed out effect for preview

* fix: text overflow issue

* css fix: overflow

* added check for sub-containers

* fixed and added specs

* UI and UX fixes

* lint fix

* added clearInternal fn

* change:added clearInternal fn

* refactoring the code

* removed the comments

* added some code that were missing after the merge

* fixed merge issues

* fixed undo redo

* reverted the store changes
2023-05-11 12:32:21 +05:30
vjaris42
d7695a6cb9
Adds an entry point to Global datasource page from Query Manager (#6092)
* add: global ds entry point on query panel

* cleanup
2023-05-11 10:57:33 +05:30
Midhun Kumar E
7ed2213d07
Add data-cy for events input fields (#6345) 2023-05-10 18:37:20 +05:30
Shubham Gupta
cfead959dc
Merge pull request #6083 from ToolJet/bugfix/correct_message_row_edit
BugFix: Show correct message on row edit
2023-05-10 18:18:43 +05:30
Shubham Gupta
6e5c2ca7c3
Merge pull request #6128 from ToolJet/bug_fix/handle_eq_with_null
bug-fix: 🐛 - handle when a filter exist for equal & null
2023-05-10 18:18:26 +05:30
Shubham Gupta
a6c655db03
Merge pull request #6247 from eshwarhs/bug/6197-color-difference-in-toggling-icons
Fixed Color Difference In Toggling Icons
2023-05-10 18:18:10 +05:30
Kavin Venkatachalam
6d07cd34cc
Introduced global state management (#5980)
* global store init

* Moved query data to new component

* Removed unwanted code

* Removed data queries prop drilling

* Moved query state out of editor

* Added unsafe to componentWillReceiveProps

* Selected first query when the version is changed

* Fixed bug on renaming query

* Fixed issue on dark theme

* Fixed running query on page load in viewer

* Added global data source in store

* Disabled devtools on production

* Fixed bug on selecting query after deletion

* Reset store when editor is loaded

* Fixed losing events on renaming first query
2023-05-10 15:44:38 +05:30
Manish Kushare
2b5a748682
Upon saving the edited changes in the table, it is not mutating query object (#5784)
* bug fixed: Table edit and save changing the referenced data

* bug fixed : upon changing the data to the Table, component still persists previous data if it has been updated before

* when table is edited, and its reference data is changed, it does not show new data rather persists updated data

* removing unused code

* code refactor

* bug fixed: upon click on save changes,updatedData exposed var is getting reset
2023-05-10 14:53:56 +05:30
Kiran Ashok
f416edb6c2
Bugfix ::Selecting an option in codehinter in popup closes the popup (#6206)
* fix :: codehinter closing in tables event manager

* fix codehinter closing in pages event manager

* feat :: adding check if user has already pinned the popover

* fix :: multiple popover bug in event manager
2023-05-10 13:11:48 +05:30
Kiran Ashok
98eb21110d
Fix :: Additional button is getting added in Button Group component by changing value in labels (#6038)
* fix :: label bug in button group

* code improvement

* fix :: key for map in btn group
2023-05-10 11:37:48 +05:30
Kiran Ashok
4759e282b4
fix :: removing ellipsis in legend labels in chart hover (#6231) 2023-05-10 11:31:32 +05:30
Kiran Ashok
1ae2bfd3d2
Hotfix :: App breaking during version switch (#6262)
* fix :: app crash during version switch

* fix :: queryname not updating for gds
2023-05-10 11:31:18 +05:30
Kiran Ashok
76bd934b60
Bugfix :: Dropdown and multiselect broken in table widget (#6025)
* fix :: bug in select dropdown table

* fix :: multiselect in table dark mode bug
2023-05-10 11:11:00 +05:30
Kiran Ashok
d24e9391c4
Fix :: View remains in same position during page switch in multi page apps (#6036)
* fix scroll issue during page switch in editor

* fix :: switch page scroll to top on viewer
2023-05-10 11:10:35 +05:30
Kiran Ashok
eb013e4bf5
fix :: default value initially for number input widget (#6127) 2023-05-10 11:09:50 +05:30
Kiran Ashok
55d44765ef
Feat :: Exposed selected label in dropdown widget (#6135)
* feat :: exposed selected label in dropdown widget

* fix :: pr review bugs , selectedoption not changing during label change and csa

* feat :: reusing some repeated code

---------

Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
2023-05-10 11:08:42 +05:30
Kiran Ashok
fe2a51c722
fix :: event manager closes on select of event (#6136) 2023-05-10 11:07:26 +05:30
Ajith KV
142d54bc50
Fixed failing profile cypress spec (#6245)
* Fix failed profile spec

* Modify data-cy of the dashboard section header

* Fix manage users spec

* Fix user permission spec

* Remove single workspace cypress test cases

* Add indentation changes

* Update self host signup spec

* Update cypress config file

* adding changes to capture downloads

* fix cypress tests for actions

* fecth invitation url from the database

* database test commit

* test commit

* test commit

* test commit

* test commit for pg host

* test commit

* commit for screenshot

* revert test commits

* Update sql task name

* Add changes for actions

* Fix manage groups spec

* Update folder structure

* Fix user permission spec

---------

Co-authored-by: Adish M <adish.madhu@gmail.com>
2023-05-09 19:33:37 +05:30
Kavin Venkatachalam
a429f71e08
Added hash to the filenames (#6227) 2023-05-09 16:14:28 +05:30
Ajith KV
bfec1f30be
Add data-cy for manage groups page (#6241) 2023-05-04 09:22:43 +05:30
Eshwar Hebbur Shivakumar
6e03d094fb Fixed Color Difference In Toggling Icons 2023-05-03 19:50:42 -04:00
Akshay
0c9a275b4d
Merge pull request #6072 from ToolJet/plugin/textract
Feature/Plugin - AWS Textract Plugin
2023-05-03 16:11:00 +05:30
Akshay
166c5727b3
Merge pull request #6003 from ToolJet/bugfix/route-props-cypress
Bugfix - Custom props are not available in breadcrumbs for certain routes (tooljet-database)
2023-05-03 15:03:00 +05:30
arpitnath
33416b2563 Merge branch 'develop' into plugin/textract 2023-05-03 13:21:05 +05:30
Akshay
36f4bdd401
Merge pull request #6224 from ToolJet/main
Hotfix merge back to develop
2023-05-03 12:46:30 +05:30
stepinfwd
592d6e249f Merge branch 'develop' into bugfix/route-props-cypress 2023-05-03 12:28:05 +05:30
Akshay
fbcfd2fb31
Merge pull request #6137 from ToolJet/bugfix/tj-db-toast
Fix :: Repeated toast bug after adding new row and opening a drawer in  TJDB
2023-05-03 12:25:15 +05:30
Akshay
c1c85db326
Merge pull request #6229 from ToolJet/bugfix/db-label
Fix :: change database labels in ui sidebar and header
2023-05-03 12:24:34 +05:30
Muhsin Shah C P
b25e191808
fix: version deletion issues (#5916) 2023-05-03 12:16:49 +05:30
stepinfwd
89844023f9 fix :: change database labels in ui sidebar and header 2023-05-03 12:08:41 +05:30
arpitnath
0e2ca5a3cf frontend fixes 2023-05-02 19:20:51 +05:30
Akshay
1bd54eca76
Merge pull request #6167 from ToolJet/improvements/marketplace-gds
Integration of Marketplace Plugins into Global Datasources for Enhanced Searchability
2023-05-02 19:14:42 +05:30
Akshay
3436641ee9
Merge pull request #6211 from ToolJet/plugin/gRPC
GRPC Datasource
2023-05-02 19:12:11 +05:30
arpitnath
839183d607 resolve comments 2023-05-02 18:31:45 +05:30
arpitnath
752cd7c436 clean up 2023-05-02 15:24:31 +05:30