Commit graph

4453 commits

Author SHA1 Message Date
Midhun Kumar E
07e31ed5de
Added automation for inspector. (#6380)
* Add utils for inspector node verification

* Add inspector verification spec

* Add verification for inspector buttons
2023-05-16 14:43:56 +05:30
Midhun Kumar E
be8dc85554
Add data-cy for the event handler input fields (#6382) 2023-05-16 14:43:32 +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
Shubhendra Singh Chauhan
af9109ddd5
[docs] Removed docker-local (#6349) 2023-05-16 01:09:04 +05:30
Shubhendra Singh Chauhan
f1cf6fc289
[docs] v2.5.1 (#6351)
* docs:App version creation flow enhancement #5947

* docs: entry point to Global datasource page from Query Manager #6092
2023-05-16 01:07:15 +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
Shobhit Gupta
8d343ff9f5
[docs] Update google-cloud-run.md fixes #6312 (#6388) 2023-05-16 01:06:12 +05:30
Bhavyaatrivedi
1831ccd35c
[docs] spacing in Components: Overview (#6390) 2023-05-16 01:05:57 +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
Powered by Porridge
b90b2ac438
[docs] Fixed link to Ada initiative, now links to home page. (#6383)
* Fixed link to Ada initiative, now links to home page.

* Completely removed The Ada Initiative link.

---------

Co-authored-by: Duncan Tweed <duncan.tweed@gmail.com>
2023-05-13 22:23:59 +05:30
vishw patel
47448a5824
[docs] Set text in place of broken link #6307 (#6372) 2023-05-13 22:23:19 +05:30
Hassan Tanveer
7246b318f8
[docs] Updated img URL and alt text (#6333) 2023-05-13 22:22:47 +05:30
Ajith KV
b2a9b7732d
Add data-cy for global datasource manager page (#6361) 2023-05-12 09:31:27 +05:30
Mohit Bisht
c7b72d1bbe
[docs] Update docusaurus.config.js (#6348)
Removed Tutorial option from footer #6331
2023-05-12 00:28:37 +05:30
Mohit Bisht
1d75254a6b
[docs] Update getting-started.md (#6350)
Corrected grammar error in document.
2023-05-12 00:27:07 +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
Ayan Ghosh
8475800e8d
[docs] changed image name in google-cloud-run.md (#6324) 2023-05-11 02:07:58 +05:30
Midhun Kumar E
7ed2213d07
Add data-cy for events input fields (#6345) 2023-05-10 18:37:20 +05:30
Midhun Kumar E
6f1e11ebca
Added automation for CSA (#6342)
* Add CSA for table

* Add CSA for button

* Add CSA for textinput

* Remove it.only

* Add CSA for text

* Add CSA for modal

* Add CSA for multiselect

* Add CSA fix for text input
2023-05-10 18:36:42 +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
Shubham Gupta
176593c7c5
Merge pull request #5950 from ToolJet/feature/mailgun-plugin
Feature :: Mailgun plugin using  REST API
2023-05-10 18:08:40 +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
Arpit
c2434d216b
add the missing block (#6332) 2023-05-10 13:49:17 +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
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
Shubhendra Singh Chauhan
34f803cdf5
[doc]updated dropdown exposed var (#6311) 2023-05-10 11:08:52 +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
Muhsin Shah C P
ff103d0e42
copy pasting the code from EE and testing (#6272) 2023-05-09 15:41:05 +05:30
Adish M
1e137e5ab1
Adding cypress env to worklfow (#6300) 2023-05-09 13:13:43 +05:30
stepinfwd
67cb380a12 removing unwanted package 2023-05-08 01:03:12 +05:30
stepinfwd
6da8a1ec29 Merge branch 'develop' into feature/mailgun-plugin 2023-05-08 00:24:15 +05:30
Akshay
eac043abde
Merge pull request #6267 from ToolJet/render-workflow-changes
Changing the plan for render pr app instance spec
2023-05-05 18:20:18 +05:30
Akshay
032074f461
Merge pull request #6243 from ToolJet/automate-doc
Automation for creating versioned docs
2023-05-05 17:49:43 +05:30
Adish M
4f324289dd Changing the plan for render pr app instance spec 2023-05-05 17:35:06 +05:30
Adish M
bc17485f81 final code change 2023-05-05 17:29:47 +05:30
Shubham Gupta
9f631edccf
Merge pull request #6258 from ToolJet/docs/txtract
[docs] v2.5.0
2023-05-05 16:41:46 +05:30
Shubhendra
3943dec246 updated info 2023-05-05 13:18:27 +05:30