* playwright: skip DI, superset & postgresql test
* skip the run part instead of skipping full test for DI settings
* Fix the postgres Ingestion playwright failure
* Fix the superset playwright
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
<!--
Thank you for your contribution!
Unless your change is trivial, please create an issue to discuss the change before creating a PR.
-->
### Describe your changes:
Fixes <issue-number>
<!--
Short blurb explaining:
- What changes did you make?
- Why did you make them?
- How did you test your changes?
-->
I worked on ... because ...
<!-- For frontend related change, please add screenshots and/or videos of your changes preview! -->
#
### Type of change:
<!-- You should choose 1 option and delete options that aren't relevant -->
- [ ] Bug fix
- [ ] Improvement
- [ ] New feature
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation
#
### Checklist:
<!-- add an x in [] if done, don't mark items that you didn't do !-->
- [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/developers/contribute) document.
- [ ] My PR title is `Fixes <issue-number>: <short explanation>`
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.
<!-- Based on the type(s) of your change, uncomment the required checklist 👇 -->
<!-- Bug fix
- [ ] I have added a test that covers the exact scenario we are fixing. For complex issues, comment the issue number in the test for future reference.
-->
<!-- Improvement
- [ ] I have added tests around the new logic.
- [ ] For connector/ingestion changes: I updated the documentation.
-->
<!-- New feature
- [ ] The issue properly describes why the new feature is needed, what's the goal, and how we are building it. Any discussion
or decision-making process is reflected in the issue.
- [ ] I have updated the documentation.
- [ ] I have added tests around the new logic.
-->
<!-- Breaking change
- [ ] I have added the tag `Backward-Incompatible-Change`.
-->
* MINOR - Add AgentType to apps
* MINOR - Add AgentType to apps
* update the types according to the schema
* Fix the search lineage request schema
* Add pipelineStatuses field in the ingestionPipelineIndex
* Add MetadataAgentsListWidget
* Localization changes
* added list for app runs by service id
* use `$.services` path
* propogate services field
* Fix the ci type errors
* java format
* use `getJobDetail().getJobDataMap()` instead of `getMergedJobDataMap()`
* Fix the playwright and unit tests
* Fix the service version page playwright failures
* Fix sonarcloud
* Fix the unit tests
* Fix the errors
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: sushi30 <imri.paran@gmail.com>
* fix test connection showing timeout even after being successfull
* clear the timeout if the execution is being finished and reverted the last commit changes
* supported tags AI suggestion being showed in Table entity
* added support for the tier and fix sonar issue
* added playwright test for tier and tags
* minor code optimization and small fixes
* fix the padding around the tier option
* added unit test for suggestionUtils file
* updated the ActivityFeedtab with new Component
* active tab update and unit test fix
* fix playwright failures
* minor css fix
* delete unused component
* delete unused component and update css variables
* update css variables
* delete old user component and fix failing unit test
* style changes
* no data placeholder changes
* minor fix
* block editor font fix
* minor fix
* fixme for a failing test
* task card desc update
* minor change
* summary list no data placeholder update
* minor fix
* font family revert for code block editor
* fix ActivityFeed playwright test
* fix glossary playwright test
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* fix: revert param logic in search/list and introduce raw query param
* unskip the playwright test related to DQ
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Expose Workflow Stage Status and Bring OneDayApp to OSS
* Fix Migrations
* Change Bot and add comment
* Fix checkstyle
* Initial idea for triggering app manually
* Remove merge conflics rows
* Remove merge conflics rows
* Allow to Trigger DayOneApp Manually. Change its Trigger to NoOp
* add docs
* back to main
* Actually take into account the active status
* Fix the generated types
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* MINOR - Add Test Case Automator
* MINOR - Add Test Case Automator
* MINOR - Add Test Case Automator
* MINOR - Add Test Case Automator
* simplify tc body for automator
* simplify tc body for automator
* simplify tc body for automator
* remove all
* dp
* supported bulk edit for entity
* added support for other database level entity and update the edit button and remove the add row button
* added playwright test for databaseService,database,schema and Table
* added the banner so the info around the import should be present
* improve the route to protected, and move common button to utils
* revert the admin only route change as user with editAll permission can perform the action
* added check around the route, allow only for editAll access for the entity
* change the route to the entityRoute file to organize in single place
* Initial unification of create and run tasks
* Unify Create and Run Ingestion Pipeline Tasks
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* fix query builder widget loading
* fix the ref paths
* fix array type case
* fix array case
* add code widget control
* update the keys for json logic based queries
* add unit tests
* remove close panel for all tabs
* address feedback
* remaining chip display
* revert mydata and following layout change
* domain listings update
* address review comments
* minor fix
* text color and text tertiary color change
* css variable changes and address pr comments
* supported request schema field in case response field not present in OpenAPI lineage
* fix backend validation
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>