* Fix#11868: Duplicate query should throw an error of entityExists
* Fix#11868: Duplicate query should throw an error of entityExists
* fix test
* fix test
* Fix uniquee constraint for checksum in Postgres
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* chore: clean up TestCaseResource tests
* fix: added status and type query params for test cases
* style: ran java linting
* fix: refactor addCondition method in ListFilter
* style: ran java linting
* - Fix Poll Interval
* make poll interval as 1
* - Add random tests
- Disable Tests for Subscription for Query
* - Checkstyle Fix
* - Remove ondemand jobs as well
- On update remove already init instance
* - use alias
* - typo
* - Search Index Fix
* feat: added dynamic method to build search aggregation from string
* fix: moved summary computation to ES
* fix: added+updated tests
* style: ran java linting
* Add Custom Propety Config to store format, enum values, entity types
* Fix import statements and remove unused code
* Add Custom Propety Config to store format, enum values, entity types
* Add support for enum field type in custom properties
* update name in customPropertyConfigTypeValueField
* add custom property config column in custom property table
* Update padding-left in block-editor.less
* Add enum value translation for multiple languages
* update placeholder of config
* fixed python sdk
* add enum type in property value
* add unit tests
* Add Custom Propety Config to store format, enum values, entity types
* update ui to handle the enum config and validation
* Fix enum value handling in EditCustomPropertyModal and PropertyValue
* Update CustomProperty.md with enum values and multi-select option
* add cypress test
* add cypress for multiselect enum value
* Add tests for enum props
* add cypress for editing the enum property
* Add validations to enum
* Fix dependency issue
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
* MINOR - Prepare App Exception & fix bigtable json
* Do not init the app all the time and allow to fetch initialized resources
* init installed apps
* Add runtime props
* Add runtime props
* Format
* - Added Jdbc Store for Quartz Job
- Added tables schema for Mysql and Postgresql
* Catch Object Already Exists
* Drop tables extra statements
* Use Proper Dialects
* format cron from unix to quartz for internal apps , for others use unix
* Add Migration Files for 131
* Add Migrations
* Fix Json Issue and Add Exception Handling for force
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* feat(connector): add BigTable
* bigtable work
1. docstrings
2. tests
3. created a Row BaseModel
4. implemented a ClassConverter
* docs moved to separate PR
* format files
* minor cosmetic
- removed TODO
- changed headers' year to 2024 for new files
- fixed typos
* format
* formatting and comments
1. added missing docstrings.
2. abstracted the _find_instance method.
3. aliased the IDs used in the BigTable connection
* added comment regarding private key
* added comments regarding column families
* enclose get_schema_name_list in `try/except/else`
* format
* streamlined get_schema_name_list to include all logic in the try block