Fetch the auth code using correct method in request
Get the plugin object correctly for reloading
Fix woocommerce operation rendering
Resolve promise correctly
Pass plugin_id as prop
Resolve plugin saving issue with caching tokens
Add json-message in query correctly
Use auth code once without cache
* Added feature to set default value to nul
Fix app crashing bug while creating FK relations
* feat: enhance default value validation for foreign keys
- Updated the label for setting default value to Null for clarity.
- Implemented a validation function to check the default value against referenced foreign key columns.
- Added useEffect to trigger validation on component mount.
* Handled edge case between not null constraint and set default to null toggle
* Removed turnary operator
* fix: placeholder is getting overlapped with null tag
* When isNotNull is truthy and default value is falsy, then disabling the save button
* fix: remove unnecessary rows check for NOT NULL default value validation
* Added feature to add bulk upsert using PK
* Avoid pre-fetching of data
* refactor: update bulk upsert option to use primary key in ToolJetDbOperations
* refactor: rename bulk upsert action to include primary key in TooljetDbActions
* refactor: enhance data type conversion and improve bulk upsert logic in TooljetDbBulkUploadService for bulk upsert function
* updated bulk upsert functionalities
* refactor: implement error handling in bulk upsert process of TooljetDbBulkUploadService
* refactor: simplify row handling in BulkUpsertPrimaryKey and ensure consistent data structure in TooljetDb services
* Made the review changes
* refactor: remove getTableInfo method from TooljetDbBulkUploadService and its usage in TooljetDbDataOperationsService
* refactor: update initialValue handling in CodeHinter for BulkUploadPrimaryKey and BulkUpsertPrimaryKey components
* API backend setup for fetching decrypted options object
* Frontend setup to use and fetch decrypted options object
* Debounce validation and include encrypted fields
* Update banners and point back to inputs
* Remove ssl config from connection string in postgresql
* Add support for textarea design component
* Improve conditional requirement logic
* Fix validation banner bugs
* Change schema for airtable
* Change schema for bigquery
* Change schema for mongodb
* API backend setup for fetching decrypted options object
* Frontend setup to use and fetch decrypted options object
* Debounce validation and include encrypted fields
* Update banners and point back to inputs
* Fix toggle and headers to trigger validation on change
* Fix disable state of save button