Commit graph

5830 commits

Author SHA1 Message Date
Shubhendra Singh Chauhan
896e396945
[docs]airtable data source (#8657) 2024-01-30 12:15:27 +05:30
Shubhendra Singh Chauhan
c12b1cf251
[docs]how-to: conditionally format cells in table (#8656) 2024-01-30 12:14:43 +05:30
Arpit
f549976615
[hotfix] fixes: auto save is triggered on key press without any changes (#8639)
* fixes: auto save is triggered on key press without any changes

* bumped up the version

* fixes: runQuery should be able to fire fromcustom component (#8652)
2024-01-29 15:58:14 +05:30
Ajith KV
cb7d8c2c16
Add cypress test cases for group duplication (#8651) 2024-01-29 12:29:03 +05:30
Ajith KV
6edf883fba
Add cypress test cases for group duplication (#8646) 2024-01-29 12:28:38 +05:30
Ajith KV
dffbc28c0f
Add data-cy for group duplication modal (#8644) 2024-01-29 12:28:10 +05:30
Manish Kushare
524b06c823
app could not save error on resizing column width fixed (#8635) 2024-01-29 11:54:37 +05:30
Shubhendra Singh Chauhan
78e20b3812
[docs]whitelabel cloud (#8645) 2024-01-25 16:12:37 +05:30
Karan Rathod
371673b250
[docs]:add doc for import and export of apps (#8615)
* add doc for import and export of apps

* revert changes in config and version files
2024-01-24 23:02:17 +05:30
Shubhendra Singh Chauhan
9633f549d3
[docs]gitsync guide for gitlab (#8636) 2024-01-24 12:26:07 +05:30
Midhun G S
d05e92c606
Merge pull request #8631 from ToolJet/main
Merge v2.28.0 to develop
2024-01-24 10:27:23 +05:30
Midhun G S
6d80c941fe
Merge pull request #8539 from ToolJet/release/platformv12
Release Platform v12
2024-01-24 10:23:24 +05:30
Mekhla Asopa
1be905fe4b
updated spec with back to app method (#8628) 2024-01-23 21:24:27 +05:30
Midhun Kumar E
d4dcdf23c3
Fix failing flaky specs (#8624) 2024-01-23 18:05:33 +05:30
Ajith KV
9ea2b68e20
Modified platform cypress test cases for dashboard revamp (#8621)
* Modify platform cypress test cases for dashboard revamp

* Modify cypress test cases

* Modify failed test cases

* Update failed test cases
2024-01-23 18:04:59 +05:30
Shubhendra Singh Chauhan
68c4de278a
[docs]updated ssoUserInfo (#8610) 2024-01-23 12:59:38 +05:30
Ajith KV
ad23cf2471
Add data-cy for new componets (#8618) 2024-01-23 12:29:53 +05:30
Anantshree Chandola
b2a282f96a
fix: noOptionsMessage is a function, not a string (#8619) 2024-01-23 12:29:35 +05:30
ajarai ayoub
15c65a4479
Fix:#8595 Text formatted for marketplacce plugins (#8609) 2024-01-22 22:41:56 +05:30
Akshay
8b10c8007f
Feature: Nullable fields (#8427)
* Added Edit column functionality in ToolJet Database Table

* feat: null constraint support for create_table add_column edit_column

* fix: default data-type validation has been added

* completed column header revamp

* feat: added not null toggle in create new table drawer

* feat: on toggle not null constraint value will be persisted

* fix: loads label for not null toggle dynamically

* feat: add new column to tjdb null constraint support

* new datatype dropdown design implemented

* added new icon for delete column

* added delete icon for column

* added delete icon for column

* fix: when table name is empty create button will be disabled

* fix: datatype dropdown height fix

* fix: datatype drop down issue fix

* fix: datatype dropdown alignment fix

* fix: delete icon changed to new theme

* fix: delete icon changed to new one

* fix: create new column column name and datatype mandatory validation added

* fixed styling issues

* Added 2 space indentation for css

* inline css moved to css files as well as added 2 space indentation

* fix: createTable addColumn editColumn api payload structure change to incorporate constraint changes

* fix: error handling added for editColumn api

* added 2 space indentation

* fix: create table API payload structure changes

* added 2 space indentation and applied styles for dark mode as well

* disabled the existing column's dataType

* fix: create new column payload updated

* renamed columnIndex to columnSelection and fixed the plus column creator button position issue

* renamed columnIndex to columnSelection and added text visiblity for dropdown in dark and light mode

* moved the react-select's new styles to constants.js file as function

* react select's css moved to constants.js file

* fix: review comments has been fixed

* added edit column warning UI

* completed edit column new flow

* remove Please wait for ToolJet to update..this line from edit column warning message

* increased height for add column + button

* fix: create table will not accept empty values for mandatory fields like tablename column_name datatype

* fix: custom error message for tjdb add row operation

* new design implemented for creating a new row in ToolJet database

* added darkmode design as well for the create row disabled fields

* added hover effects for disabled fields

* added text color for disabled state

* added toast message for handling errors

* added some changes in edit row file

* added some changes in create row file

* added styles for the edit row fields according to new design

* added stylings for react select in edit row

* disabled create button

* disabled save button

* added null tag inside the input field

* add versioned transformations for tjdb import dto

* update view table query

* update tjdb forms for constraints changes

* added all operators list in constants file

* fix primary key check

* added sticky style for column and row creator

* added null tag inside the cell if the value is null

* resolved bugs in nullable fields

* added functionality for allowing empty string for datatype character only for edit row and create row

* added functionality for allowing empty string for datatype character only for edit row and create row

* removed console logs

* fixed bugs

* fixed bugs in editrow

* fix: create table datatype dropdown tick icon for respective datatype selected

* fix: default value is not updating while edit a column after change it to null constraint

* fix: create-row and edit-row boolean field toggle on default value selection color was missing

* fixed bugs

* wip sticky button

* added styles for sticky column creator and row creator

---------

Co-authored-by: Abd-Rahman-1999 <s.rahmanabd1999@gmail.com>
Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2024-01-22 20:29:51 +05:30
Abhinaba Adhikari
b2b569306d
Remove redundant dataSourceOptions from app export (#8521) 2024-01-22 16:02:45 +05:30
Karan Rathod
fa86ab6b0f
[docs]:update sidebar (#8565)
* update sidebar

* keep all items in sidebars collapsed
2024-01-22 15:32:01 +05:30
vjaris42
b884417f6d
bug fixes (#8603) 2024-01-19 19:59:19 +05:30
Anantshree Chandola
0418f8b44c
Add title for workspace constants page (#8602) 2024-01-19 19:08:45 +05:30
Karan Rathod
7f40a8ee05
[docs] add more topics to tooljet concepts and update formatting (#8594)
* add more topics to ToolJet concepts

* add more tooljet concepts topic

* remove padding from images
2024-01-19 18:40:15 +05:30
vjaris42
980328e063
Revamp users table and edit organization users drawer (#8329)
* setup user tables and edit user drawer

* fix states on user edit and ui fixes

* fixes

* fix: user update

* remove: disable editing of full name while editing user

* bug fixes

* bug fixes
2024-01-19 16:53:40 +05:30
Midhun G S
31af3ed919
Sign up page button width fix (#8601) 2024-01-19 16:36:03 +05:30
Muhsin Shah C P
168a556068
Added fix for resend button click causing white page issue (#8599) 2024-01-19 16:19:28 +05:30
Midhun G S
c530ff4846
Merge pull request #8600 from ToolJet/platform-rebase-2/v12
Platform rebase v12
2024-01-19 16:13:34 +05:30
gsmithun4
59ff280092 Merge branch 'main' into platform-rebase-2/v12 2024-01-19 16:11:30 +05:30
Akshay Sasidharan
618a79ae55 Merge branch 'develop' into release/marketplace-1.6 2024-01-19 15:14:35 +05:30
Kavin Venkatachalam
4d07cea818 Merge branch 'appbuilder-1.5' of https://github.com/ToolJet/ToolJet into appbuilder-1.5 2024-01-19 14:27:47 +05:30
Kavin Venkatachalam
23aab48f67 Merge branch 'main' of https://github.com/ToolJet/ToolJet into appbuilder-1.5 2024-01-19 14:27:27 +05:30
kriks7iitk
4f67e858cc
Release group duplication feature (#8575)
* [hotfix]: Prevent Autosave on Client Updates Received via Websockets for MultiEditing (#8549)

* Prevent Autosave on Client Updates Received via Websockets for MultiEditing

* bumped up the version 2.27.6

* created backedn for group duplication

* created group duplication feature

* Added overflow tooltip

* Code sanity improved

* Fixes:CE

* fix

* overlapping issue fx

---------

Co-authored-by: Arpit <arpitnath42@gmail.com>
Co-authored-by: Kritagya <kriks.iitk@.com>
Co-authored-by: Midhun G S <gsmithun4@gmail.com>
2024-01-19 14:17:23 +05:30
Shubhendra Singh Chauhan
37924c0351
[docs]fixed broken links (#8598) 2024-01-19 12:20:59 +05:30
Sufiyan
de6785329d
Fixed sentence case for dropdown components #8430 (#8462) 2024-01-18 10:57:22 +05:30
vjaris42
6815522b26
Rearranges crucial entry points for navigation inside editor and dasbhoard (#8540)
* fixed sentence case for form component #7799 (#8465)

* revamp: navigation and dashboard

* change ds icon

* fix: design reveiws

* fix layout header border

* bug fixes

* bug fixes

* cleanup

---------

Co-authored-by: Sufiyan <84285133+Sufiyan-dev@users.noreply.github.com>
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
2024-01-17 16:15:30 +05:30
Nakul Nagargade
1141f710ba
Add null check in modal when clicked outside (#8582) 2024-01-17 09:58:47 +05:30
Adish M
7e6a050600
Merge pull request #8586 from ToolJet/docs/fix-contributing-guide
[docs]:update contributing guide for macOS for the latest two versions
2024-01-16 18:11:02 +05:30
Karan Rathod
c93049ed15 update contributing guide for macOS for the latest two versions 2024-01-16 18:06:16 +05:30
Anantshree Chandola
00a2e0b2d6
Added window titles according to pages (#8553)
* window titles acc to pages

* correct import

* update

* update

* update

* update

* rafactoring

* updates

* remove comment

* add string constants

* add string const

* Update frontend/src/Editor/Viewer.jsx

Co-authored-by: Muhsin Shah C P  <muhsinshah21@gmail.com>

* handle app versions

* small update

* add checks

---------

Co-authored-by: Muhsin Shah C P <muhsinshah21@gmail.com>
2024-01-15 20:01:45 +05:30
Muhsin Shah C P
6602aad708
[fix] Export modal is showing wrong date for some versions (#8484)
* fix:export version date issue

* Updated the date fix
2024-01-15 15:50:39 +05:30
Midhun Kumar E
db4110a8d8
Merge pull request #8346 from ToolJet/automation/delete-component-from-inspector
Automation: Deletion of component from inspector, right side panel & via keyboard actions
2024-01-15 15:22:44 +05:30
Akshay
c9ab7be49c
Merge pull request #8562 from ToolJet/hotfix/template-modal
Hotfix: Template modal on blank slate shows duplicate button
2024-01-12 23:32:43 +05:30
Akshay Sasidharan
f48e273f11 bump version 2024-01-12 22:36:37 +05:30
Akshay Sasidharan
4cc167c87d fix duplicate template modal for blank page 2024-01-12 17:04:29 +05:30
Karan Rathod
966af2c5ba
remove auto-generated overview pages (#8544) 2024-01-12 16:38:17 +05:30
Karan Rathod
eeca2fedb0
update bulk update, bulk delete, axios and python library how-tos (#8543) 2024-01-12 16:38:07 +05:30
Shubhendra Singh Chauhan
3339f7c593
[docs] minor correction in smtp doc (#8554)
* minor correction in smtp doc

* fix in smtp
2024-01-11 17:58:08 +05:30
Arpit
f408f52268
[hotfix]: Prevent Autosave on Client Updates Received via Websockets for MultiEditing (#8549)
* Prevent Autosave on Client Updates Received via Websockets for MultiEditing

* bumped up the version 2.27.6
2024-01-11 16:34:42 +05:30