Commit graph

4256 commits

Author SHA1 Message Date
Aditya Pratap Singh Hada
2638b0285a
Fix: replaced this by page name (#6069)
* Fix: replaced this by page name

* Fix: replaced current page reference
2023-04-29 20:08:19 +05:30
snehal741
328df6c85b
Change the text of CTA for first application (#6087)
Co-authored-by: Snehal Bobade <snehal.bobade@thoughtworks.com>
2023-04-29 20:07:58 +05:30
Don Basil Peter
4a0dbf450c
changed the default cursor to pointer in the page menu option for iss… (#6129)
* changed the default cursor to pointer in the page menu option for issue #6111

* Updated the previous commit to reflect changes mentioned in the given comment https://github.com/ToolJet/ToolJet/pull/6129#issuecomment-1522074271

* Reverted unwanted changes

* Updated classname

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-04-29 20:05:30 +05:30
Luis
1edda6c5a2
fix:Change cursor to poiner on hover of Global settings toggle options #6112 (#6143) 2023-04-29 20:05:13 +05:30
Juan
a370848db6
#6120 Added pointer to dropdown in PopoverContent (#6180) 2023-04-29 20:04:54 +05:30
Kiran Ashok
1400c3b16c
Bugfix :: Updated issues with breadcrumb (#6185)
* fix :: height of workspace variable table

* fix :: breadcrumb issue in managesso workspace settings

* fix :: table user action fixes for breadcrumb

* fix :: crud actions  , inconsistancy on breadcrumbs in homepage

* fix :: bug in initital load homepage breadcrumb

* fix :: breadcrumb issues with database page

* pr changes
2023-04-28 17:44:01 +05:30
Muhsin Shah C P
e28acce37c
[fix] camel paths are converted with underscore while populating the OpenAPI plugin operations field causing internal server error & crashing OpenAPI queries when the user changes the datasource (#6149)
* fix: paths issue

* fix: switching ds from query issue

* fix: decamelizing issue

* fix: else case

* refactoring the code
2023-04-28 16:13:51 +05:30
Michał Dziuba
a9022a47bd
[chore] Add security policy (#6174) 2023-04-28 10:42:17 +05:30
Ajith KV
b7d6bbd5bb
Add data-cy for manage sso page (#6173) 2023-04-28 10:23:13 +05:30
Ajith KV
d879dbd7cc
Fix and modif manage sso cypress spec (#6172) 2023-04-28 10:22:02 +05:30
Lalit Chauhan
2901c47ede
Fixed typo in app builder empty canvas text (#6005)
* Fixed typo in app builder empty canvas text

* fixed a minor lint error

* Few more typos fixed
2023-04-27 15:24:23 +05:30
Kiran Ashok
d75ac78f12
Fix :: Modal firing onOpen event more than once (#6124) 2023-04-27 14:54:08 +05:30
Kiran Ashok
c981adc52d
Bugfixes :: Redesign bugs (#6113) 2023-04-27 14:40:42 +05:30
Akshay
8772cff54c
Merge pull request #6165 from ToolJet/fix/tracking-vars
Fix: Telemetry flag check
2023-04-27 14:29:23 +05:30
Kiran Ashok
a33cf58169
Bugfix:: Inconsistency in UI in darkmode (#6103)
* fix :: app menu not visible in dark mode and icon widget popover darkmode issue

* fix :: for nav in viewer styles , icon widget darkmode inconsistencies

* cleanup
2023-04-27 14:25:48 +05:30
Kiran Ashok
da176d922e
fix :: filepicker allowing all types even after providing accepted file type (#6161) 2023-04-27 14:25:21 +05:30
Akshay Sasidharan
d2207cf48c enable check for update when var is unset 2023-04-27 13:54:28 +05:30
Kiran Ashok
0a366f00df
Fix :: User only able login after clicking login button multiple times (#6141)
* fix :: login error

* fix :: lint
2023-04-27 13:48:00 +05:30
Kavin Venkatachalam
83deef37ef
Fixed bug on table date column sort (#6119) 2023-04-27 13:47:02 +05:30
Akshay Sasidharan
c995a39cbd fix telemetry flag check 2023-04-27 12:24:01 +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