* sort the summarylist items based on the
glossary-term-page and applied tags in explore page
* change path split logic to get the current glossary term
* sort the tags in summaryItem based on current glossary
* prettier-fix
* minor changes
* variable name changed
* unit test update for the sorting items based on tags in entity-summary-panel-utils
* added tag highlight for column tags
* fix: existing e2e test break in glossary.spec file
* e2e for checking the column sort based on current term page in right panel
* minor changes
* e2e for checking columnTagHighlight with sort on term page
* add page tag sort functionality based on filter applied in explore page and based on current term in glossary term page
* minor change
* implement summaeryItem highlight and sort on global search + also when apply filter
* fix: for the first render after search first elements right panel name, description etc not get highlighted
* Revert "fix: for the first render after search first elements right panel name, description etc not get highlighted"
This reverts commit e69512d625f412263e925598846a0e104561a07c.
* minor change
* add tags sort and highlight functionality in StoreProcedure Page
* add tag sort and highlight functionality in dashboard
* add summary list and tags sort and highlight functionality in Dashboard Data Modal
* remove repeated code and optimize the getFormatEntityData method
* add sort and highlight for global search and filter in Pipeline component
* minor change to fix the entity details value not get parse in some cases
* add sort and highlight for topics in explore page
* added sort and highlight fn for MlModels in explore page
* added sort and highlight functionality for Containers in explore page
* add sort and highlights for charts data
* add sort and filter functionality for searchIndexs in explore page
* cleanup first
* cleanup 2
* move constant in separate file
* some type fix and cleanup
* minor fix
* fix unit test for EntitySummaryPanelUtils
* minor fix
* revert some change and fix unit test in SearchIndexSummary component
* revert some change
* constant file name change
* update the highlight keys constant and add sort and highlight summary list based on column description also
* cleanup in EntitySummaryPanelUtils
* type errors fixing
* fixing type issues wip
* revert a change
* change a variable name and fix type error
* change the sequence of parameter in getFormattedEntityData fn
* fix unit test
* fix type issues
* fix e2e test for sorting and highlighting summaryList and its tag
* added sort and highlight for DatabaseSummary component
* added sort and highlight for DatabaseSchemaSummary component
* added sort and highlight in different service-summary component
* fix: right panel entity display name and description not get highlight on search until we select a entity card
* address comments
* address comments
* address comments 3
* fix: unit test fail after addressing comments
* address comments
* revert some change
* added unit test for newly added methods in EntitySummaryPanelUtils
* added unit test for highlightEntityNameAndDescription method
* fix conflict after taking pull and some cleanup
---------
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
* MINOR - Clean ingestion ES code and auth providers
* clean parser
* Clean security config for the client
* Clean security config for the client
* Improve class conversion exceptions
* Fix tests
* Clean up java client
* Clean up java client
* clean parser
* Fix test
* Fix test
* fix NO_AUTH error
* Fix test
* Format
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* added support for displayName in adding ingestion
* added test cases
* minor code fix
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fix supported characters in SM
* Update SM
* Fixes
* Fixes
* Improve class conversion exceptions
* Comments
* Rename noop to db secrets manager providee
* Update sm
* Fix
* db SM
* db SM
* Fix test
* UI
* Update openmetadata-ui/src/main/resources/ui/src/mocks/IngestionListTable.mock.ts
* update default
* #11346 Add UI Support to Add Custom Profiler Metrics
* fixed failing unit test
* fixed loading issue and added no profiler banner in column profile component
* create context provider and removed all the common props to context
* fixed failing unit test
* miner fixes
* added view part of custom metrics
* added:
- Edit action
- Delete action
- Basic structure of add form
* translation
* work on create custom metric for table and column.
* refactor structure in addCustomMetric page
* fixed failing unit test
* fixed failing cypress test and added create custom metric cypress test
* added cypress test for custom metric covered below scenarios
- Add
- Edit
- Delete
table and column custom metric
* added unit test for customMetricForm
* added unit test for
- NoProfilerBanner
- CustomMetricGraphs
* unit test for addCustomMetricPage
* added unit test for utils file
* fixed failing unit test
* fixed encoding issue
* addressing comments
* working on aggregation case insensitive
* working on aggregation case insensitive
* Worked on aggregation case insensitive and search of explore page
* added missing things
* fix
* revert tier logic
* refactor: entityFQN as ListFilter condition
* feat: implement resolution entity timeseries
* fix: rename to testCaseResolutionStatus
* ref: extracted ES query builder into private method
* ref: extract OS query builder in its own method
* ref: remove ingestion logic for test case resolution
* fix: reorganize json schemas to fix circular import in Python
* ref: object names in typescript code
* feat: added indexing of test case resolution
* feat: added test case resolution sample data
* fix: test case resolution api logic
* fix: audit logger for entityTimeSeriesInterface
* fix: DDL generation
* style: python linting
* fix: skip UI test case resolution tests
* fix: remove extension field
* fix: renamed testCaseFailureStatus to testCaseResolutionStatus
* fix: remove reviewer
* fix: rename sequenceId to stateId
* fix: re adjust search weights
* fix: removed InReview status
* style: ran python linting
* supported retention period in table entity
* Add retention period updates
* supported unit test
* added curd operation for retention center
* minor changes
* fix modal issues and added validation
* added unit test for retention period
* fix code smell
* fix sonarcloud
* minor chnages
* Fix java code styling
* added hours in retention period
* changes as per comments
* fix sonar
* remove localization keys
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
* Change task title in activity feeds
* added link to entity and make label same as feed in user profile page for task
* fix entity link redirection, code smell
* added unit test for tasks
* fix unit test and styling issue