* minor fixes
* removed signup disabled guard from workspace level login
* minor change in the flag
* console removed
* minor fix
* fixed ws level sigup
* fixed ws level sigup
* 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>
* folder-count-fix
* fixed query
* fixed app sharing bug
* minor css fix for delete group-button
* changed delete button color for light mode
* profile photo missing in groups
* ui fix for alignment
* css fix
* updated regex for email validation
* ui-fix for syncing the ui file with ee
* fix for workspace settings page
* workspace slug fix
* reverted some minor change
* minor ui fix
* folder-rerender changes
* Created Sharepoint plugin and completed Manifest.json and Operation.json file.
* Added testConnection and runQuery logic in index.ts. Changed all text fields inside operations.json to codehinter.
* Fixed issue where POST requests were not working due to empty request body.
* Created dynamic form component for Sharepoint plugin.
* Added OAuth flow to the Sharepoint plugin.
* Updated manifest.json and operations.json for Sharepoint plugin.
* Updated the run query function using the Microsoft Graph API.
* Fixed the OAuth success page issue where user had to manually close the tab.
* Fixed copywriting punctuation after design review.
* Created fetchRequestOptsForOperation function to improve readability.
* Changed rendering method of authorization url from new tab to new window.
* Removed console log if authorization window fails to open.
* Changed height of authorization window.
* Updated placeholder and type for the client secret field for Sharepoint.
* Fixed issue where columns and fields were not visible in result of Get Metadata and Get Items operations respectively.
* Enhanced error handling for Sharepoint plugin.
* Fixed the api endpoint for the update item operation.
* minor bug fix
* made the workspace name field optional for create user dto
* css fix
* disabled custom group for default groups
* forgot password input field fix
* removed useEffect for disabled states
* removed this because of multiple copywriting
* added trim logic for empty name checks
* dto changes
* dto changes fixes
* minor fix
* css changes
* email component changes
* signup signIn flow changes
* make workspace name based on the company changes
* removed white labelling changes from the background wrapper
* handled workspace name duplication (slug iso duplication case pending)
* used seprate method for workspace slug
* handle workspace name duplication case for default workspace name also
* minor css patch
* css bug
* removed duplicate useEffect
* removed alert and seprator component
* removed not used consoles
* reverted white labelling changes
* Added modules folder to the source code
* Added some changes to the APIs and removing unwanted files
* fixed: slug and padding issue
* Fixed invitations page issue
* cleaning up and modularising the store code
* Refactoring the SSOAuthModule
* Onboarding bug fixes (#2072)
* Added the enter event hook
* Added link to the header icon
* removed the pointer from the parent class and added to the child
* reset password button fixes and minor type fixes
* fixed validations for password
* handled reset password scenarios (might need some refactoring)
* modified email component to take custom placeholders
* fixed css error in submig button in disabled state
* added handle submit in the setup page
* added seprate component for resend email button to prevent re-rendering of component
* Added clearPageHistory
* Added forgot password create account CTA issue
* Added css fix for the page scroll issue
* review changes
* removed duplicate component
* fixed the placeholder issue
* Added consultation banner fix
* overlapping of email success info page and dark theme fixes
* Added maxWidth to the toast
* minor css fix
* white labelling changes
* fixed: black dot issue
* Added dark-theme fix for the submit-btn
* fixed margin related issue for mozilla firefox
* added seprator component and minor css fix
* css fixes for password success info screen
* css fix
---------
Co-authored-by: rohanlahori <rohanlahori99@gmail.com>
* refactoring the server side code
* removed onboarding status
* Added pr changes
---------
Co-authored-by: rohanlahori <rohanlahori99@gmail.com>
* handle error gracefully for event handlers attachment do not exist
* handle error on saving changes
- added server side validation checks
- client side error message
- removed autoSave triggers from priotity queue
* fix: removed orgid from query options and updated dependent logic in tjdb operations service as well
* fix: On exporting tjdb table schema only tables used for respective operation is filtered and validated now it will not pick from join options json even if it is available for list row operation
* Fixed some issues
* Added error borders and fixed some more issues
* Added Tooltip for datatype label and added pill for create/edit row
* Resolved few more issues
* Resolved datetime input text colliding with clear button & create/edit row css collapsing
* Import/export for configurations added
* Minor Fixes
* Fixed calendar not being updated on keydown
* Fixed date formatting
* fix: added validation for empty column names in list rows for aggregate condition
* fix: handle empty conditions for aggregates
* fix: error message for aggregate condition in join operation has been updated
* fix: handled a scenario where table and column name with capital letter was not working properly in aggregate and groupby