Commit graph

8315 commits

Author SHA1 Message Date
Kartik Gupta
e33248a8c5 process constants which are returned in array 2024-11-14 14:34:59 +05:30
Rudra deep Biswas
db145cbc78 Fix constants in released app 2024-11-14 13:37:28 +05:30
Rohan Lahori
cb482b6d6b
updated onboarding svgs (#655) (#11306) 2024-11-13 13:23:53 +05:30
Rudhra Deep Biswas
c40fa92a06
profile pic in groups fix (#11285) 2024-11-12 20:57:42 +05:30
Rohan Lahori
264cfe5162
ce ui lag changes (#11294)
* ce ui lag changes

* removed commented part

* removed unused change + ui wrapper changes

* invitation flow fixes
2024-11-12 20:12:42 +05:30
gsmithun4
380bc131b1 bump version 2024-11-12 20:11:15 +05:30
Adish M
0b2989d914
Fix docker release automation lts.3.0 branch (#11284) 2024-11-12 13:46:34 +05:30
Akshay Sasidharan
b0cd599f69 bump to v3.0.0-ce-lts 2024-11-12 13:24:07 +05:30
Akshay
0a006b5150
Merge pull request #11245 from ToolJet/release/v3.0
Release: v3.0.0
2024-11-12 13:20:58 +05:30
Parth
978393114f Remove extra index input (#2646) 2024-11-12 13:17:36 +05:30
Rohan Lahori
1fd1f24040
ui fixes and changes (#11283) 2024-11-12 13:15:32 +05:30
Rudhra Deep Biswas
4c6a9a18a9
Query fix for number values (#11282)
* Query fix for number values

* query changes
2024-11-12 13:02:03 +05:30
Akshay
77d9e9bfdb
Merge pull request #11277 from ToolJet/release-v3.0-merge-cloud
Release v3.0 merge cloud
2024-11-12 12:23:58 +05:30
johnsoncherian
5714c79e5b fix: added null check for data-cy components 2024-11-12 11:43:20 +05:30
johnsoncherian
98dbf56425 fix: fixed runjs attribution variable inconsistancies 2024-11-12 11:42:31 +05:30
johnsoncherian
5e7541b133 fix: added null check for data-cy components 2024-11-11 23:37:59 +05:30
Akshay
5652f10806 fix numerical/boolean value not sent on restapi (#662) 2024-11-11 22:55:53 +05:30
Akshay
8908fc64ec optimise postgres data migration query (#658) 2024-11-11 22:54:39 +05:30
Rohan Lahori
fce61d8db9 open in new tab fix workspace modal (#2595) 2024-11-11 22:54:19 +05:30
Akshay Sasidharan
5d6c7e0b89 optimize data migration query to remove large id list 2024-11-11 22:52:54 +05:30
Akshay Sasidharan
06cc68eb9d reduce batch size to 100 2024-11-11 22:52:47 +05:30
Akshay Sasidharan
28a550facc populate default connection type for legacy postgres data sources 2024-11-11 22:52:39 +05:30
Akshay Sasidharan
07c755b71e make TJDB sql mode configurable from backend 2024-11-11 22:52:25 +05:30
Akshay Sasidharan
488a9d8641 hide TJDB mode toggle button 2024-11-11 22:51:08 +05:30
Akshay Sasidharan
41c841678f bump to v3.0.0-ce 2024-11-10 23:43:40 +05:30
Akshay
3379648c33
Merge pull request #11237 from ToolJet/release/v3.0-fixes-1
Release: v3.0.0-ce-beta.1
2024-11-10 22:43:20 +05:30
Adish M
595077ce09
Adding LTS 3.0 checking docker release workflow to main (#11112)
* Adding LTS 3.0 checking docker release workflow to main

* correction in condition

* changed the latest tag to 3.0

* change the tag format with new one

* change in image tag

* change in image tag
2024-11-10 19:23:32 +05:30
Akshay Sasidharan
b4c16e898c bump to v3.0.0-ce-beta.1 2024-11-09 21:41:01 +05:30
Akshay Sasidharan
04c032f5a2 add retry toggle on restapi datasource config 2024-11-09 21:12:16 +05:30
Ganesh Kumar
5c628ba229 fix: renamed REST api datasource (#2549) 2024-11-09 19:04:48 +05:30
Ganesh Kumar
3f87ebd9cc Feat: User with builder role can access ToolJet database (#2609)
* feat: users with builder role can access tooljet database

* fix: review comments
2024-11-09 18:50:22 +05:30
Parth
67c07fb4c9 Fix sort-inputs delete logic (#2608) 2024-11-09 15:04:14 +05:30
Rudhra Deep Biswas
b51911fec5
migration fixes (#11241) 2024-11-08 16:16:06 +05:30
Midhun G S
7dc94ad607
Merge pull request #11239 from ToolJet/release-v3-fix-platform
Remove Last Edited User Info (#10712)
2024-11-08 13:04:17 +05:30
Qasim Ahmad
270bb703ae Remove Last Edited User Info (#10712) 2024-11-08 13:03:13 +05:30
Manish Kushare
af9ed6fcfa Bug fixed (#2587) 2024-11-08 12:32:10 +05:30
Anantshree Chandola
9f49935466 resolve params in runJS (#2574) 2024-11-08 12:31:36 +05:30
Parth
dd2f6438f4 Update sort changes correctly (#2590) 2024-11-08 12:30:50 +05:30
namanmathur372
b6822a3ce2 Integrate Pinecone Plugin with Core Operations for Advanced Vector Management (#11188)
* Initialize ToolJet plugin with default files and installed dependencies

Created the folder structure and default files for the pinecone plugin
the server/src/assets/marketplace/plugins.json file also got updated automatically and added an entry for the Pinecone plugin.
Installed the specified versions of @grpc/grpc-js@^1.12.0 and @pinecone-database/pinecone@^3.0.3 packages into the project.

* Update Pinecone plugin manifest with API key authentication

Updated Pinecone plugin manifest to include API key authentication as an encrypted string.
Added API key field with description and help text for generating the key via the Pinecone Console.
Marked apiKey as a required field in the schema.

* Enhance Pinecone operations.json with vector management options

Amended operations.json to support various vector management operations for the Pinecone plugin.
Added new fields for index, operation, and specific properties for operations like get_index_stats, list_vector_ids, fetch_vectors, upsert_vectors, update_vector, and delete_vectors.
Introduced support for vector ID management, metadata, namespace, and filter options in JSON format.
Updated the schema type from api to database to better reflect the plugin's functionality.

* Add query operations and enhance types for Pinecone plugin

Created query_operations.ts to handle Pinecone operations: getIndexStats, listVectorIds, fetchVectors, upsertVectors, updateVector, and deleteVectors.
Added error handling, namespace support, and consolidated vector deletion logic.
Updated types.ts with detailed SourceOptions and QueryOptions, including fields like index, ids, vectors, and pagination.
Introduced types for Vector, SparseValues, and an enum for available operations, ensuring type safety.
Functions for getIndexStats and listVectorIds work correctly, but other operations are not functioning as expected.

* Implement Pinecone service with query operations and connection handling

Updated index.ts with PineconeService to handle operations: getIndexStats, listVectorIds, fetchVectors, upsertVectors, updateVector, and deleteVectors.
Added connection testing and API key handling functions.
Error handling for invalid operations included.
Only getIndexStats and listVectorIds are working correctly; other operations need debugging.

* Fix operations and add query vector operation

* Update placeholders for boolean fields

Set placeholders for delete_all, include_values, and include_metadata to indicate "true (false by default)" for clearer defaults.

---------

Co-authored-by: parthy007 <parthadhikari1812@gmail.com>
2024-11-08 12:21:01 +05:30
Johnson Cherian
e50a22df70
Merge pull request #11228 from ToolJet/fix/app-crashing
Breaking app fix
2024-11-06 18:54:39 +05:30
Shaurya Sharma
2d9db0741c Breaking app fix 2024-11-06 18:25:58 +05:30
Johnson Cherian
2989da8a83
Merge pull request #11227 from ToolJet/fix/p1-bugs
Fix: viewer canvas and sidebar scroll
2024-11-06 17:13:36 +05:30
Vijaykant Yadav
d16f8c7ae9 fix: viewer canvas and sidebar scroll 2024-11-06 16:59:43 +05:30
Muhsin Shah C P
8d492d9394
Added region (#11223) 2024-11-06 15:02:41 +05:30
Johnson Cherian
c347601a21
Merge pull request #11052 from ToolJet/refactor/app-builder-merge-main
Merge branch 'develop' into refactor/app-builder-merge-main
2024-11-01 12:16:30 +05:30
johnsoncherian
b52135c64e chore: version bump 2024-11-01 12:14:30 +05:30
johnsoncherian
7de3c4220f Merge branch 'main' into refactor/app-builder-merge-main 2024-11-01 11:22:19 +05:30
Johnson Cherian
a60230c710
Merge pull request #11182 from ToolJet/fix/missing-query-manager-css
Fixed missing css for query panel
2024-10-30 17:44:57 +05:30
Johnson Cherian
81616369ce
Merge pull request #11185 from ToolJet/fix/refactor/ee-ce-2
Fix/refactor/ee ce 2
2024-10-30 17:43:17 +05:30
Adish M
2ac17e2242
Chore: Tooljet database and marketplace are mandatory set for render (#11173)
* Chore: Tooljet database and marketplace are mandatory set on render and other deployment file for CE

* added PGRST_DB_PRE_CONFIG=postgrest.pre_config

* edited .env.example file
2024-10-30 17:31:08 +05:30