mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 22:18:23 +00:00

* added missing aggregation * fix: update aggregations keys in ui * added field owner in glossary_search_index * added filtering on aggregation * working on filtering aggregation * fix: update aggregate api * fix: cypress tests * fix: excluding cypress folder in sonar properties * aggregation changes from backend for opensearch and elasticsearch --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com> Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
14 lines
717 B
Properties
14 lines
717 B
Properties
sonar.projectKey=open-metadata-ui
|
|
sonar.projectName=open-metadata-ui
|
|
sonar.organization=open-metadata
|
|
sonar.language=ts
|
|
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
# This property is optional if sonar.modules is set.
|
|
sonar.sources=src
|
|
sonar.tests=src/test/unit
|
|
sonar.exclusions=src/enums/**, src/generated/**, src/cypress/**, src/interface/**, src/jsons/**, src/mocks/**, src/styles/**, src/**/*.mock.*, src/*.js, src/**/*.test.ts, src/**/*.test.tsx, src/**/*.test.js, src/**/*.test.jsx
|
|
sonar.inclusions=src/**/*.ts, src/**/*.tsx, src/**/*.js, src/**/*.jsx
|
|
sonar.typescript.lcov.reportPaths=src/test/unit/coverage/lcov.info
|
|
sonar.testExecutionReportPaths=test-report.xml
|