Commit graph

2555 commits

Author SHA1 Message Date
arpitnath
8fe0e4467d adds data cy to breadcrumbs: dashboard 2023-04-26 15:13:14 +05:30
arpitnath
306fc0ce25 Merge branch 'bugfix/route-props-cypress' of github.com:ToolJet/ToolJet into bugfix/route-props-cypress 2023-04-26 15:00:39 +05:30
stepinfwd
5455c1cbdf fix :: database showing previous breadcrumb in initial load 2023-04-26 14:46:43 +05:30
Vik
59ae35532c Change name from apps to Applications 2023-04-26 14:46:43 +05:30
Vik
99768d0e3b rever path change 2023-04-26 14:46:43 +05:30
Vik
8e4eccdb09 Remove the unnecessary app text from breadcrumbs 2023-04-26 14:46:43 +05:30
arpitnath
bbba053598 fixes route props for tooljet database 2023-04-26 14:46:43 +05:30
Ajith KV
75b7c185d9
Add and modify data-cy for manage users page (#6110) 2023-04-26 06:50:07 +05:30
Kavin Venkatachalam
e40f0a1f31
Fixed range slider going into an infinite loop (#6106) 2023-04-25 10:45:21 +05:30
Kavin Venkatachalam
b82c4c7044
Fixed logout event issue on editor (#6019) 2023-04-24 17:40:58 +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
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
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
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
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
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
Sherfin Shamsudeen
6b0fb48eea
Merge pull request #6030 from ToolJet/main
Merge main to develop
2023-04-13 21:45:27 +05:30
Kavin Venkatachalam
cc92f2f09b
Fixed exposing currentUser issue (#6028) 2023-04-13 21:32:10 +05:30
Akshay
a00e431de9
Merge pull request #5753 from ToolJet/fix/tjdb-same-col-filters
Fix: Tooljet database filter conditions using same column
2023-04-12 21:53:36 +05:30
Midhun Kumar E
97e1a73dc8
Add data-cy for modal components (#6015) 2023-04-12 12:54:16 +05:30
arpitnath
b72ba431fb fixes route props for tooljet database 2023-04-11 20:21:40 +05:30
Kiran Ashok
a438bf35ee
Adding scroll for container widget (#5877)
* adding scroll for container

* added container for scroll

* feat:: added container widget scroll

* updated container doc

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-04-11 16:05:19 +05:30
Arpit
636c4a62c5
[chore] Eslint fixes (#5988)
* lint fixes: frontend

* lint fixes: marketplace

* lint fixes: plugins-client js files

* typo fix

* eslint updates/fixes for marketplace

* eslint updates/fixes for plugins

* removing "@typescript-eslint/no-floating-promises for plugins"

* ignore client.js and server.js

* ignore client.js and server.js

* ignore client.js and server.tss

* Delete client.js

* ignore cypress-test/**
2023-04-11 15:34:58 +05:30
Arpit
6d2e2046cf
Feature : OpenAI plugin (#5975)
* openai plugin init

* admin private route with admin access only

* update dev mode check
2023-04-11 11:07:27 +05:30
Midhun G S
2f2e79f3be
Merge pull request #5978 from ToolJet/main
Merge main to develop
2023-04-10 16:53:17 +05:30
Muhsin Shah
4836874d68 fix: query handler issue - query success message is also showing with error toast 2023-04-10 16:11:40 +05:30
Avirup Banik
a7cb6817b1
Fixed the typo in event handler screen in page menu (#5930)
* Fixed the typo in event handler screen in page menu

* Updated the code as per suggestion
2023-04-10 13:53:13 +05:30
Midhun Kumar E
9b4914b8c5
Added data-cy to fix cypress specs on v2.3.1 (#5974)
* data-cy changes -temp

* Revert unwanted chanches
2023-04-10 12:08:13 +05:30
Arpit
117d74b720
Chore: eslint checkup (#5887)
* updates eslint configs: frontend, marketplace

* eslint fixes: frontend

* added note for eslint

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-04-10 11:26:23 +05:30
Muhsin Shah
2dc6ae8e4b fix: subpath table column drag svg image issue 2023-04-07 18:57:04 +05:30
Arpit
9ad8b72b83
Improvement - handle resolved data structures from pyproxies (#5904)
* handle resolved data structures from pyproxies

* removes console.log
2023-04-07 16:30:50 +05:30
Muhsin Shah
a76e4189d3 fix: editor switch workspace issue 2023-04-07 14:58:47 +05:30
Muhsin Shah
a5fb655133 GD editor link issue 2023-04-07 12:40:42 +05:30
vjaris42
891bed5455
Fixes app import on different workspace (#5957)
* fix: app import on different workspace

* added schema details

* changeQueryDataSource fix

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2023-04-07 11:48:20 +05:30
Midhun G S
6bbec4f081
global data source improvement (#5958) 2023-04-06 21:10:14 +05:30
gsmithun4
774fb9e437 Fix for app-environments API service 2023-04-06 18:15:51 +05:30
vjaris42
542aa5b278
API Support for getting data source options under a datasource (#5948)
* feature: multi env support for datasources

* revert: datasources by env id api

* revert: datasources by env id api:frontend

* lint fixes

---------

Co-authored-by: Midhun G S <gsmithun4@gmail.com>
2023-04-06 17:52:28 +05:30
Muhsin Shah C P
32740743e1
[Improvement] URLs scoped with workspace id (#5487)
* add: new URL prefix

* fix: working on home page

* add: profile path

* playing with rxjs

* removed context part

* working on path changes

* changing routes
- TODO: replace the workspaceId with actual id

* redo: public apps path

* initial commit

* added authorize API

* remove privileges from auth response

* fixed some api issue
- added subscriptions

* fix: redirect url workspace-id null issue

* fix: switch workspace

* fix: organization list mapping
- menu item paths

* fix: preview url
- editor, viewer permission mapping

* jwt fix

* fix: some url issue
- permission mappings
- workspace login

* fixed some issues
- user invite workspace-id
- org settings menu item default selected item issue

* app viewer fixes

* fixing workspace login issues

* fix

* fixing issues
- tooljet db
- path issues
- refatoring the code

* fix: workspace vars permissions

* fix: multi-page handle

* fix: create app from template

* fix: bulk user upload

* fix: import app
- clone app
- upload profile image

* fix: onboarding

* fix: log out

* fixed multi-workspace logout issue

* fix: launch btn

* fix: oauth2

* fixes

* fix: sso login

* fix: workspace sso login

* fixing sso issues

* fix: moved list of orgs to rxjs
- fixed switching issues

* reverting some changes

* fixed some minor bugs

* fixing sso redirect url issues

* fix: switching network timing issues

* fix: back to workspace-id

* fix: tj-database
- refactored the code - removed org id from some pages
- will get the org id from the service file only

* fix: multi-pages

* fix: infinite loop issue

* fixing workspace switching issue

* fixes
- comment link
- logout & private route redirect url

* fix: wrong uuid error

* fixing subpath
- fixed most of the places
- need to test & fix workspace login, sso, new account

* fix: subpath workspace login

* fix: rxjs handle bug

* Revert "fix: tj-database"

This reverts commit 9632ec2ff0.

* fix: reverted tj-db changes

* fix: subpath sso

* typo fix

* fix: existing session issues

* new: switch workspace page

* fix: modal dark-mode

* added default sso support

* fixes
- subpath workspace switching
- handle wrong routes

* fix: manager user button
- refactored the code

* removed SINGLE Workspace feature

* rebase

* add: change modal text

* fix: added validation

* fixed private app 401 issue

* initial commit

* fix: logged out session multi-tab issue

* refactoring the code

* fix: redirect url issue

* added auth-token in cookies

* Fix: failing e2e specs

* added session API

* fix: backend session guard

* fix: removing user details from local storage

* fix: null wid

* undo and redo

* fix: login page

* fix: viewer login redirection

* fix: login page redirection

* fix: public apps logout issue

* added session storage and scheduler

* added profile api

* fix: sso login
- switch workspace
- login page
- setup admin

* working on fixes

* fix: socket issue

* fix: setup admin api

* connected profile & logout apis

* fix: malfunctioned auth token case

* fix: realtime avatar

* fix: profile avatar

* fix: Realtime cursors avatar

* setting max age for auth token cookie

* add: Go to login page if logout api returns 401

* fix: subpath login

* fix

* fix: app logout [viewer]

* fix: authorize page

* remove expiry from jwt

* fix: integrations route
- session api

* small fix

* fix: updated profile

* fix: workspace login [logged user]

* fix: oauth and another workspace page issue

* fixed app preview logout issue

* subpath fix

* fix: subpath app id

* fix: selected state didnt change for apps page [subpath]

* fix

* add cookie parser to test app

* specs added

* increased user session expiry time

* test: session & new apis

* working on test cases

* fix: onboarding issue

* fixing specs

* fix: test cases

* fix: removing profile api calls

* some fixes

* fixing rebase issues

* fix: global ds issues

* fix: app is crashing

* fix: back to text

* fix: oauth test cases

* fix: test-helper

* fix: onboarding test cases

* fix: tests again

* refactoring the code

* latest develop merging precautions
- fixed a minor null issue

* fix: typo

* fix :menu issues due to the merging

* fix: - clicking on tooljet logo didnt redirect to login page for public apps
- private app preview doesnt load after login

* subpath fixes

* fixed back to issue

* PR changes

* fix: spec fixes for EE

* doc: URL scoped for workspace

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-04-06 16:42:58 +05:30
Muhsin Shah C P
7dbebd5534
fix - App version Issues (#5882)
* fix: app version issues

* fix: creating version

* fix: editing version issues
2023-03-31 19:59:06 +05:30
vjaris42
7e6a446619
Refactoring for Global Datasources Modal and UI (#5871)
* fix: styling issues and states for global ds modal

* fix: close button dark mode issue

* fix: svg color for back button on datasource manager
2023-03-30 12:42:05 +05:30
Kiran Ashok
e52bc6147d
Fix :: Bug in phone number input during enter key press (#5879)
* fix :: bug in country select

* typo fix
2023-03-30 11:03:29 +05:30