* GEN 16908 - Support pagination for children field
* Fix tests - Support pagination for children field
* move children pagination listing to separate api
* added pagination support from UI
* added playwright test for the pagination test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Fix#17723: Generate Incremental Change Events even when consolidation of events applied
* Fix#17723: Generate Incremental Change Events even when consolidation of events applied
* fix tests
* Fix tests
* clean policy tests
* update search methods to use incrementalChangeDescription part-1
* Fix the version page playwrights
* update search methods to use incrementalChangeDescription part-2
* introduce new field incrementalChangeDescription for search part-3
* fix mvn endpoint test
* fix followers and page search test
* fix following of assets
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
* feat(event-subscriptions): event consumer extension
- implemented DI for event consumers
- added custom config for event consumers
- initialize the event scheduler along with application
- added workflow custom type
* - removed the ConsumerService as it is specific for each consumer implementation
- added a "custom" alert type
* wip
* cleanup
* reverted pom.xml changes
* reverted pom.xml changes
* reverted pom.xml changes
* removed abstract layer AbstractOmAppJobListener
* fixed import AbstractOmAppJobListener -> OmAppJobListener
* fixed constructor
* - add event subscription if it doesnt exist (set operation)
- add deleteEventSubscription
* - use patch mode when updating app.eventSubscriptions
* added docs for DIContainer
* aligned py tests with new automation schema
* added AppRunRecord.properties
* format
* changes after merge
* generated missing ts
* use openmetadata config builder instead of the config
* add json logic fixes for reverse metadata
* ref: reverted changes ro workflows
they will be part of https://github.com/open-metadata/OpenMetadata/pull/19723
* ref: reverted changes to workflows
they will be part of https://github.com/open-metadata/OpenMetadata/pull/19723
* reverted ts changes
* reverted ts changes
* reverted ts changes
* fix: initialization sequence for event subscription scheduler
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* Add Run App Task
* Work on Run App Task
* Rollback task changes
* Fixing type convertion
* Fix Run External App wait
* Fix Run App Task
---------
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* Remove the flakiness for AdvancedSearch and AutoClassification tests
* Fix the failing tests
* fixed failing data quality test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* MINOR - Automator - Remove tags by label type
* MINOR - Automator - Remove tags by label type
* MINOR - Automator - Remove tags by label type
* MINOR - Automator - Remove tags by label type
* MINOR - Automator - Remove tags by label type
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* Use namespaced variables
* Fix test
* Add LOG, remove uneeded catch
* Add Log, Refactor VariableHandler
* Add Validation at Definition time
* Add migration
* Remove comments
* Fix migrations by not setting deployed if workflowHandler is not initialized
* Fix the return type for the custom property API function
* Break down the EditTableTypePropertyModal.tsx component
* Fix the custom property inputs for date-time type properties
* auto lint formatting changes
* Add the autoFocus prop for DataAssetAsyncSelectList
* Fix and add the unit tests for new code
* feat(apps): add app config in run record
- changed returned schema type of "status" to "AppRunRecord"!
- added a "config" field in the app record
- added a "pending" stage so that "external" app status can be mapped ti internal app status
* added note about schema compatiblity
* added app config for external apps
* show config for every app run
* add tests
* revert open change for now
* Revert "revert open change for now"
This reverts commit e1492a5c92d1967b3d47230a25df4c2c3d399de2.
* update dependency
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* test(e2e): Added new Fields for e2e for advanced search filters on Explore page
* added requestSchema and responseSchema fields
* fix the activityFeed, user and advanceSearch playwright test
* fix: add more fields for advance search filters
* added more children values data in respective classes for tests
* added some more fields for advance search filters
* added project and status fields for search filter
* added Glossary field and some code refactoring
* updated EntityDataClass with new entities required for AdvanceSearch spec
* removed some hard coded field values
* updated advancedSearch with additional fields
* removed failing tests of additional fields
* remove failing fields for now to make the test green
* remove the config changes from the PR
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* issue-11002: user with Delete permission not able to delete testCases
* Fix creation of testSuite if there are conditions in policies
* issue-19072: User Permissions on TestSuite and TestCases
* replace `executable` with `basic`
* Improvement: Revamp the permissions for testCase & testSuite details page (#19137)
* Feat: revamp the permissions in test case and test suite details page
* minor fixes
* added permission checks for test case details page
* Add multiple permission check to Authorizer
* fixed failing unit test
* fix: incident and results permission
* added permission checks for incident manager
* fix: failing java tests
* allow edit the test case if table has edit permission for test case
* fix: test case detail + test suite resource
* fix: test suite PUT and PATCH permission
* style: ran java linting
* style: ran java linting
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>