Commit graph

5944 commits

Author SHA1 Message Date
Karan Rathod
467cca9e16 link bare metal setup to contributing guide 2024-03-08 18:26:55 +05:30
Syed Abdul Rahman
79b4d60511
Fix : remove default value when not null constraint is added and table is empty in ToolJet database (#9005)
* Fix : default value is necessary only if there is one or more rows and NOT NULL constraint is added

* changed the error message text for edit and create column

* revert back change in EditColumnForm.jsx file for some enhancements

* Fix : unable to open create column drawer
2024-03-08 15:59:05 +05:30
Syed Abdul Rahman
53567af03e
ToolJet database empty and loading state design (#8823)
* ToolJet database empty state design draft

* Added loading state for ToolJet database

* Fixed stylings

* completed loading and empty state and as well as added proper text for empty state and for filtered results empty state as well

* Fixed the create new table drawer transition issue

* docker update
2024-03-08 12:48:15 +05:30
Akshay
c7dda98242
Merge pull request #9028 from ToolJet/merge/main-to-develop
Merge main to develop
2024-03-07 20:58:11 +05:30
Shubhendra Singh Chauhan
89fe8c7db9
Merge branch 'develop' into merge/main-to-develop 2024-03-07 20:28:33 +05:30
Syed Abdul Rahman
8cb0920c26
fix : Default value state update issue in ToolJet database (#8879)
* Fixed the default value state update issue

* Added missed edgecases for the data types except varchar

* Fixed nested logic issues

* docker update
2024-03-07 20:13:13 +05:30
Syed Abdul Rahman
cfe25a255e
fix : Active tab issue for default value in ToolJet database when editing a row (#8883)
* Fixed active tab for default value in ToolJe database edit row

* Added missed edgecases for the data types except varchar

* docker update

* fixed the edit row button issue

---------

Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2024-03-07 20:09:18 +05:30
Syed Abdul Rahman
19cfa5b47a
Change of serial datatype icon in ToolJet database (#8994)
* added serial datatype icon

* Added serial datatype icon

* checked with serial dattype condition function

* Added serial datatype icon in create table component as well

* removed console logs
2024-03-07 19:43:21 +05:30
Ganesh Kumar
0c4ff55dc0
fix: tjdb scroll left calculation updated (#9019) 2024-03-07 17:33:53 +05:30
Ajith KV
03182fec1c
Added data-cy attribute for sso components (#9014) 2024-03-07 13:02:31 +05:30
Syed Mohammad Akhtar Rizvi
8aeaa119e0
AWS Redshift plugin (#8839) 2024-03-07 11:33:47 +05:30
Karan Rathod
a0467e2131 add system requirements page 2024-03-06 15:43:16 +05:30
Ganesh Kumar
2dc05b1581
fix: cell edit modal closes when "enter" key is pressed for number fields (#8878)
* fix: save event is triggered even when we dont change the values of a cell

* fix: tjdb table column header name transformation is removed

* fix: Add ability to remove default value of a new column that is created after n rows were present in the table

* removed the code comments
2024-03-05 18:31:16 +05:30
Ganesh Kumar
3b93e07415
fix: Adding a large number of data resulted in the page unresponsive issue (#8964) 2024-03-05 18:16:51 +05:30
Adish M
9020af4181
Merge pull request #8991 from ToolJet/postgrest-version-check-main
Correction in Postgrest version to main
2024-03-05 13:06:54 +05:30
Adish M
faaa42b327
Merge pull request #8990 from ToolJet/postgrest-version-check
Correction in Postgrest version
2024-03-05 13:06:40 +05:30
Adish M
94de99b769 Correction in Postgrest version 2024-03-05 13:05:08 +05:30
Adish M
17060d8f85 Correction in Postgrest version 2024-03-05 12:58:28 +05:30
Midhun Kumar E
06744989a5
Restructured cypress specs: Organized test cases for enhanced clarity and maintenance (#8957)
* Move specs to specified locations

* Modify cypress config
2024-03-05 12:51:59 +05:30
Ganesh Kumar
3a3d85d226
fix: serial datatype column width has been reduced (#8910) 2024-03-04 16:16:52 +05:30
Syed Abdul Rahman
bf33642f44
Bugfix : Random page number update issue in database pagination (#8924)
* Fixed the random page number update issue and as well as fixed the empty page number showing issue

* docker update
2024-03-04 16:13:02 +05:30
Syed Abdul Rahman
322c15b154
fix : Close icon issue in ToolJet database search bar (#8875)
* Fixed close icon issue in ToolJet database

* docker update

* fixed missed edgecases
2024-03-04 16:10:22 +05:30
Ganesh Kumar
e433b1b778
fix: The scrolling speed of the viewport is faster than that of the cell navigation (#8866) 2024-03-04 15:46:53 +05:30
Prathamesh Gaikwad
2fbf2e796b
fix: Change labels to sentence case for Checkbox Component (#8951) 2024-03-04 14:29:11 +05:30
Adish M
93ea0e25c3
Merge pull request #8979 from ToolJet/docs/docker-and-read-me-update
[docs]:Docker and read me update
2024-03-04 13:37:31 +05:30
Karan Rathod
32e5a3fccc remove heroku from read-me 2024-03-04 13:35:16 +05:30
Karan Rathod
9548f5019e update read me and make minor edit in docker setup 2024-03-04 13:34:10 +05:30
Syed Abdul Rahman
8f3799fca6
fix : ToolJet database cell edit progress bar issue in firefox (#8928)
* Fixed the progress bar issue which is not showing in firefox only
2024-03-04 12:37:45 +05:30
Karan Rathod
e0c87a2652
update run-js and run-py guides (#8977) 2024-03-04 11:34:51 +05:30
Arpit
e640b44ffb
fixes: validate instance version and update the component label property (#8958)
* fixes: validate instance version and update the component label property

* version bump

* fixes: backward compaitobolity
- cases where app is being imported before appdefinitiion normalisation
- cases from current version whwere user do not want to display label

---------

Co-authored-by: stepinfwd <stepinfwd@gmail.com>
2024-03-01 20:44:14 +05:30
Abhinaba Adhikari
295ad63d67
Change existing categories to new ones (#8965) 2024-03-01 20:42:31 +05:30
Karan Rathod
2cde544098
fix docker local setup link (#8966) 2024-03-01 20:24:13 +05:30
Karan Rathod
4fb595a1d5
[docs]:Update run-py docs with transformations and other minor improvements (#8960)
* update run-py docs with transformations and other minor improvements

* revert changes from versions that don't have getter functions
2024-03-01 19:39:01 +05:30
Shubhendra Singh Chauhan
55dd9f38e2
[docs] updates in gitsync doc (#8953) 2024-03-01 11:39:52 +05:30
Kiran Ashok
24bfa8f8a5
hotfix: Chart and image are misaligned due to different default padding (#8948)
* fix :: chart and image are misaligned due to already present padding property

* fix : alternative logic

* version bump
2024-02-29 12:11:25 +05:30
Shubhendra Singh Chauhan
ea74765fd7
[docs] howto-use url params on load (#8949) 2024-02-29 12:03:04 +05:30
Abhinaba Adhikari
fe086ac96c
Add new templates (#8907)
* update whitelist IP address and add warning in workspace constants to avoid usage in the client

* [docs] platform milestone 11 (#8847)

* [docs]reset password

* [docs]edit+archive flow

* [docs]updated docs in v2.29 and v2.30

* [docs]github ssouserinfo

* [docs] openid - id_token_encrypted

* Change docker image build's slack message

* [docs]archive/unarchive workspaces:superadmin (#8880)

* mention that workspace constants will not work with workspace constants (#8887)

* update release notes and project overview sidebar (#8884)

* add rgba example for timeline doc (#8892)

* update commands and solution for migration issues

* minor grammar fix

* [docs] revamped how-to guides (#8688)

* [docs]revamped howto: serverside pagination

* [docs]revamp howto: import ext. js libs

* [docs]revamp howto:run actions from js query

* [docs]revamp howto: intentionally fail js query

* updated run query at specified

* revamped how to: use to_py

* [docs]updated how to access users location

* updated howtos in v2.30

* Add new templates - batch 3

---------

Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
Co-authored-by: Adish M <adish.madhu@gmail.com>
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
2024-02-29 11:56:03 +05:30
Akshay
1da1169f24
Merge pull request #8946 from ToolJet/merge-to-dev/v2.32.0
Merge main to develop v2.32.0
2024-02-28 20:35:30 +05:30
gsmithun4
18ec3fada1 Merge branch 'develop' into merge-to-dev/v2.32.0 2024-02-28 19:59:56 +05:30
Midhun G S
19b356ff7e
Merge pull request #8894 from ToolJet/release/platformv14
Release Platform v14
2024-02-28 19:52:38 +05:30
Adish M
7fc540b45f
Merge pull request #8945 from ToolJet/docs/fix-localstorage-action
[docs]: Fix local storage action doc
2024-02-28 18:29:31 +05:30
Karan Rathod
0cb1e5994b fix local storage action doc 2024-02-28 18:27:06 +05:30
Akshay Sasidharan
d5709d315e Merge branch 'main' into release/marketplace-1.7 2024-02-28 18:04:08 +05:30
Midhun G S
7e0365ac1a
Merge pull request #8941 from ToolJet/release-rebase/platformv14
Release rebase platformv14
2024-02-28 12:42:18 +05:30
gsmithun4
ee759d92bd Merge branch 'main' into release-rebase/platformv14 2024-02-28 12:39:36 +05:30
Adish M
3a396814bd
Merge pull request #8938 from ToolJet/fix/postgrest-docker-ce-main
Updating postgrest image tag
2024-02-27 21:15:02 +05:30
Adish M
daef7b8d8a Updating postgrest image tag 2024-02-27 21:13:36 +05:30
Adish M
a1a6a113bd
Merge pull request #8937 from ToolJet/fix/postgrest-docker-ce
Updating postgrest image tag
2024-02-27 21:07:07 +05:30
Adish M
2ff5a3ba51 Updating postgrest image tag 2024-02-27 20:35:31 +05:30
Akshay
736c8f7ce9
Merge pull request #8854 from ToolJet/chore/pyodide-static-asset
Chore: Move pyodide to static assets
2024-02-27 19:18:16 +05:30