Commit graph

4237 commits

Author SHA1 Message Date
Kavin Venkatachalam
83deef37ef
Fixed bug on table date column sort (#6119) 2023-04-27 13:47:02 +05:30
Midhun Kumar E
9e63783eff
Fix failing specs (#6157) 2023-04-27 08:01:37 +05:30
Ajith KV
1c95ce9a3a
Add and modify data-cy for groups and permission (#6148) 2023-04-27 07:41:10 +05:30
Ajith KV
2337e177ea
Fix failed user permission cypress spec (#6147) 2023-04-27 07:40:27 +05:30
Ajith KV
75b7c185d9
Add and modify data-cy for manage users page (#6110) 2023-04-26 06:50:07 +05:30
Akshay
58e06a2cc4
Merge pull request #6123 from ToolJet/test/fix-cypress-spec-failure
Update automation script for export, import and version functionality
2023-04-25 19:12:06 +05:30
Mekhla Asopa
e81a7d5c51 Fix cypress failure 2023-04-25 15:37:18 +05:30
Kavin Venkatachalam
e40f0a1f31
Fixed range slider going into an infinite loop (#6106) 2023-04-25 10:45:21 +05:30
Ajith KV
f02d8d4ca5
Modified failing manage users cypress spec (#6109)
* Fix and modify manage users cypress spec

* Fix signup cypress spec
2023-04-25 10:10:30 +05:30
Kavin Venkatachalam
b82c4c7044
Fixed logout event issue on editor (#6019) 2023-04-24 17:40:58 +05:30
Midhun Kumar E
8e65eabb70
Fix failing cypress specs. (#6099)
* Fix modal and basic specs

* Alert input fix

* Modify config
2023-04-24 16:33:27 +05:30
Manish Kushare
55c1d5a31b
Added feature to add new rows in the table (#5954)
* initial commit

* design the UI to add new row

* added logic to add and discard single row

* added csa to discard newly added row

* added feature to add and discard multiple rows

* added a dot to the icon of add new row to determine if the new rows is still not saved or discarded

* discard rows added csa bug fixed

* fixing the horizontal spacing issue inside the cell

* changing the default height of the table widget to make sure filter and add new rows pop-up windows footer is visible upfront

* made suggested text and spacing changes

* fixed spacing for add another row button

* fixed es lint issue

* bug fixed added missing return statement

* changed the exposedVariable name to newRows for adding new rows

some text and style changes for button

* fixed tooltip issue for adding new rows button

* avoided deleting new row added immediately after clicking on save button

* handled edge case if data url is chnaged in between add new row operation

* simplified the code in AddNewRowComponent.jsx

* docs: updated table doc with ui options

* Fixed bug on adding different column types

* Update docs/docs/widgets/table.md

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-04-21 15:42:48 +05:30
Kiran Ashok
bdc9a52c19
Anchor tag placed with target="_blank" not opened in new tab in HTML viewer widget (#5883)
* fix :: queryname not updating in header while editing and saving in sidebar

* fix :: added hook to open a tags in new window

* revert :: code
2023-04-21 12:36:22 +05:30
Kiran Ashok
8017c3cea9
Fix :: Queryname not updating in header while editing in sidebar and saving (#5881)
* fix :: queryname not updating in header while editing and saving in sidebar

* fix :: for query name update
2023-04-21 12:35:57 +05:30
Kiran Ashok
65259afeb2
Feature Homepage and settings redesign (#5763)
* adding colors

* feat :: add button

* feat :: added typography

* feat: init storybook

* removes browserlist

* feat :: adding button styles and button component

* feat :: added sass addon

* stories update

* feat :: replacing with radix colors

* danger variants

* updates buttin story

* fix :: removing default items

* cleanup

* fix icons update

* feat :: folder list component

* fix :: naming

* icon and split button :: init

* intermediate save :: app card component

* renaming

* updates

* update for module imports

* updates icon

* update :: homepage design updates

* design changes dashboard

* updates :: apps section

* workspace stting new design upate

* updates dasboard design

* style :: fixes

* feat :: added context for sidebar nav breadcrumb

* added all solid icons

* intermediate update

* change: conditions for fetching users

* sorybook updates

* design updates :: workspace settings page

* manage users page

* lint fixes

* fix :: styling

* stle fixes :: workspace settings

* homepage redesign

* fix :: all drawer colors and position ,teplate page revamp , database page header fixes

* imported all bulk icons

* svg to jsx : bulk icons

* minor :: cleanup

* fix :: manage users drawer

* fix :: searchboxes , userspage fixes

* fix :: all inputs and minor ui fixes

* database page ui fixes

* fix :: database and folder search functionality and iconlist in homecard

* fixed some db functionality and edge cases for longer texts

* fix :: user addition manage user page

* self review cleanup and change in bulk icon fill state

* fix :: homepage seacbar

* merging develop and resolving conflicts

* remove unwanted stories

* reverting merge with develop

* Revert "reverting merge with develop"

This reverts commit 2150c8ec0c.

* clearing out warnings

* lint fixes

* feat :: added org modal in database page

* fix :: sso loader theme

* fix :: broken styles select

* fixed icon warning and select ui

* fix :: upload bulk and user select dark mode

* merge styles  with develop

* feat :: integrated new ui for database

* removing storybook files

* fix :: all bugs related to users dropdown and cleanup

* fix: user search api for organization page

* cleanup and splitting dropzone component

* fix :: overflow issue in app card time

* fix for scrollbars in homepage

* PR review fixes

* updates :: fix d=global datasource design issues , homepage responsiveness

* tj db operations

* breadcrumb bug fixes

* lint fixes

* removing logs , removed fade in in datasource and database page

* marketplace page ui fix

* removing inital users table fetch

* Pr :: review changes

* remove logs

* fix :: popover bug

* minot style fix

* fix :: remove arrow from all popovers

* fix :: for loading states

* ux :: sidebar items reorder

* style :: fix

* style fix :: templates

* fix :: qa bugs

* fix :: Qa reported bugs

* removes :: folder fetch bug

* share link and datsource bg color fix

* fixes :: rename group ,

* removed logs

* pages popover background fix

* fix :: tj db table addition ui bug

* fix :: ui bug confirm modal password disable

* modal , revert name capitalize in lists, typos fix

* typos , users page route bugfix

* users page header bugfix

* workspace archive btn , datasources form style for select

* groups updated , delete, create flow updated

* avatar bug in profile page fix

* revert styles

* fix :: for create new table nav breadcrumb not being updated

* click state bug fix in avatar

* fix bug with appcard popover

* fix :: text capitalize issue

* fix :: lints and updated icon for filter delete

* fix warnings

---------

Co-authored-by: gandharv <gandharvkumargarg@gmail.com>
Co-authored-by: Vijaykant Yadav <vjy239@gmail.com>
2023-04-21 11:45:48 +05:30
Akshay
c43266a352
Merge pull request #6085 from ToolJet/main
Merge hotfix 2.4.9 to develop
2023-04-20 18:20:08 +05:30
Akshay
88b7ca108e
Merge pull request #6084 from ToolJet/hotfix-mssql-connections
Fix: Mssql pool timeout
2023-04-20 18:14:31 +05:30
Akshay Sasidharan
2d527b83ae bump version 2023-04-20 18:02:31 +05:30
Muhsin Shah
ea6e6aa706 fix: mssql pool timeout 2023-04-20 17:57:37 +05:30
Akshay
f464f39bfe
Merge pull request #6081 from ToolJet/git-hub-runner
Testing self-hosted runner for actions
2023-04-20 17:49:33 +05:30
Adish M
89b6e3e32a changing the runner name 2023-04-20 17:45:54 +05:30
Adish M
6647f5a05b
Update cypress.yml 2023-04-20 17:38:18 +05:30
Adish M
a2d9e6d220 Testing self-hosted runner for actions 2023-04-20 17:09:24 +05:30
Akshay
aaa5184ca7
Merge pull request #5861 from ToolJet/cypress-secrets
Adding secrets to cypress workflow
2023-04-20 12:57:08 +05:30
Ajith KV
577c830af0
Fix failing dashboard spec (#5941) 2023-04-20 10:29:50 +05:30
Ajith KV
05db8affa4
Add data-cy for edit workspace button (#5942) 2023-04-20 10:29:19 +05:30
Midhun G S
963a7130bc
Merge pull request #6073 from ToolJet/main
Merge Main to Develop
2023-04-19 21:40:27 +05:30
Midhun G S
e74406ead1
Merge pull request #6070 from ToolJet/release/v2.4.8
Release v2.4.8
2023-04-19 21:11:00 +05:30
gsmithun4
c95344d121 bump version 2023-04-19 21:05:46 +05:30
vjaris42
45b41eae34
fix: app import conflicts (#6060) 2023-04-19 21:04:42 +05:30
Akshay
9606e9100e
Merge pull request #5844 from kshitijsubedi/feat/email-cc-bcc
[FEATURE] Added CC, BCC fields in SMTP Plugin
2023-04-19 20:20:42 +05:30
Kiran Ashok
cafbc8dc8b
fix :: Line height dropdown (#6058)
* fix :: line height dropdown

* added default padding

* revert change
2023-04-19 16:58:11 +05:30
Shubhendra
998836cc99 updated smtp documentation 2023-04-19 16:52:34 +05:30
Kavin Venkatachalam
63cf891fc5
bump version (#6062) 2023-04-19 15:19:12 +05:30
Kavin Venkatachalam
f2318dd1b4
Added date sorting on table widget (#6055)
* Added date sorting on table widget

* Fixed picking the right field on date sorting
2023-04-19 14:53:28 +05:30
Kavin Venkatachalam
b992662c43
Making app to run on React 17 (#6054) 2023-04-19 14:53:11 +05:30
Midhun G S
47faa1f8d9
Merge pull request #6051 from ToolJet/main
Fixed running subsequent actions in runjs (#6050)
2023-04-17 17:47:18 +05:30
Kavin Venkatachalam
1c9b678d7d
Fixed running subsequent actions in runjs (#6050)
* Fixed running multiple actions in runjs

* bump version
2023-04-17 17:10:48 +05:30
Akshay
3a2242718e
Merge pull request #5906 from ToolJet/test/fix-cypress-failure
Update automation script for export, import and version functionality
2023-04-17 14:50:27 +05:30
Shubhendra Singh Chauhan
d4e914bf60
[docs] updates in version 2.4.0 (#6048)
* added global datasource in 2.4.0

* udpate eslint

* added how:to-use s3 signed url

* updated how:to-fail js

* hide next version
2023-04-17 12:32:34 +05:30
Midhun G S
2a5ac1c2b6
Merge pull request #6046 from ToolJet/branch/fix-release-conflicts
Merge Main to Develop
2023-04-14 18:12:25 +05:30
Kavin Venkatachalam
2148baca8b Resolved conflicts 2023-04-14 18:04:59 +05:30
Kavin Venkatachalam
a332ba7651
Release v2.4.5 (#6034)
* Added close modal on clicking outside property

* bump version
2023-04-14 17:40:40 +05:30
Sherfin Shamsudeen
08269d7424
Merge pull request #6044 from ToolJet/main
Merge Main to Develop
2023-04-14 17:13:28 +05:30
Midhun G S
17d5a82057
Merge pull request #6042 from ToolJet/release/v2.4.4
Release v2.4.4
2023-04-14 17:09:56 +05:30
vjaris42
b955d30966
fix: app import (#6043) 2023-04-14 16:59:27 +05:30
Akshay
c4223a467e
Merge pull request #5970 from kbdharun/develop
CI (workflows): bump actions version, fix Node deprecation warning
2023-04-14 16:34:20 +05:30
gsmithun4
58904ad9ee Release v2.4.4 2023-04-14 15:39:54 +05:30
Kavin Venkatachalam
2586fd649f
Fixed issue on running app load queries multiple time for the released app (#6040)
* Fixed issue on multiple app load

* Removed unwanted code and added comments
2023-04-14 15:38:13 +05:30
Midhun G S
044d1083eb
remove token data from app export (#6035) 2023-04-14 15:37:42 +05:30