Shailesh Parmar
2337e239a4
#13445 Profiler Graph Should not Show a Point if value is None ( #14345 )
...
* #13445 Profiler Graph Should not Show a Point if value is None
* addressing comment
* fixed sonarcloud
2023-12-12 14:50:10 +00:00
Shailesh Parmar
d3ebe6fb4b
Minor: fixed profiler setting is not persist for sample data count ( #14350 )
2023-12-12 19:04:03 +05:30
mgorsk1
b3ac8de405
fixes #14337 : remove security gap in approval workflow ( #14338 )
...
* 🎉 Init
* 🐛 Fix variable responsible for creator
* 🐛 Fix variable responsible for creator
---------
Co-authored-by: at91mm <mariusz.gorski@ing.com>
2023-12-12 10:27:05 +00:00
Shailesh Parmar
c16da9a52a
#12539 change the default "last 3 days" for Data Quality TestCaseResults ( #14328 )
2023-12-11 16:49:59 +05:30
Shailesh Parmar
9a0784913d
Feat: #11346 Add UI Support to Add Custom Profiler Metrics ( #14132 )
...
* #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
2023-12-11 16:42:11 +05:30
Shailesh Parmar
f1e4142acf
Minor(Cypress): Fixed failing cypress ( #14322 )
...
* Miner(Cypress): Fixed failing cypress
* minor fixes
2023-12-11 14:08:44 +05:30
Chirag Madlani
ceb750f7e9
chore(ui): remove appState deps for profile details ( #13766 )
...
* chore(ui): remove appState deps for profile details
* remove random user assign on no-auth
* fix failure
* fix profile loading
* fix unit tests
* fix loading issue
* fix profile loading issue
* fix profile loading for assignee component
* fix misc bugs
* user async / await
* address comments
* use enum
* update test case
* fix unit tests
* fix tests
* fix cypress tests
2023-12-08 16:29:29 +05:30
karanh37
8a71f34351
Fix custom attrs for glossary term ( #14316 )
...
* fix: update entity type to glossary term
* fix: unit tests
* fix: add cypress
2023-12-08 13:59:30 +05:30
Ashish Gupta
e59fffc2f3
MINOR: Fix the query of domain in explore ( #14297 )
...
* Fix the query of domian in exolore
* added cypress test
* minor change in url
* minor change
2023-12-08 13:13:19 +05:30
Sachin Chaurasiya
8feb85e245
fix( #14311 ):Unable to add the term's name in Thai. ( #14315 )
...
* fix(#14311 ):Unable to add the term's name in Thai.
* add more languages unit tests
2023-12-08 13:13:08 +05:30
Suresh Srinivas
3950cdb58a
Update dependencies and plugins ( #14309 )
2023-12-07 19:29:16 -08:00
Chirag Madlani
c730c4c4ce
Fix: notificaion postition ( #14306 )
2023-12-07 18:58:33 +05:30
karanh37
d544220690
fix: filter deleted assets while adding ( #14304 )
2023-12-07 18:47:44 +05:30
Chirag Madlani
666b82a35e
FIXED: notificaion adding extra scroll to asset tab ( #14301 )
2023-12-07 17:10:35 +05:30
Sachin Chaurasiya
f1ec0b322b
Minor( #13715 ): add table support in block editor ( #14290 )
...
* minor(#13715 ): add table support in block editor
* fix code smell
* address comment
2023-12-07 16:22:35 +05:30
Sriharsha Chintalapani
a7fddc7fec
Minor: fix entityType aggregation ( #14284 ) ( #14291 )
...
* Minor: fix entityType aggregation (#14284 )
* fix: add entity type filter
* add change on opensearchclient as well
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-12-07 15:17:27 +05:30
Chirag Madlani
157dcd5f25
FIXED: notificaiton widget position issue ( #14293 )
2023-12-07 14:29:03 +05:30
Sachin Chaurasiya
2362192d89
doc: add whats new for 1.2.3 ( #14271 )
2023-12-07 09:08:38 +05:30
Chirag Madlani
5a3c3a159c
fix(ui): tag updataion with derived tags ( #14281 )
...
* fix(ui): tag updataion with derived tags
* fix pagination issue
2023-12-06 18:14:05 -08:00
karanh37
a215f03a28
Assets improvements part 2 ( #14255 )
...
* fix: make filters consistent
* disable if no selection
* fix: hide notification
* fix: failed status data
* localization
* fix notification loading
* remove close icon here
* fix: cypress
* update error alert design
* fix alert styling
* fix: minor issues
* fix: redirect link of data product
* fix: minor suggestion prompt
* complete user flow
* fix: glossary cypress
* update alert view
* fix tags manipulation
* fix: domain reload fixes
Co-Authored-By: Ashish Gupta <ashish@getcollate.io>
* fix: minor loading issue on delete
* fix: add admin check for activity feed
Co-Authored-By: Ashish Gupta <ashish@getcollate.io>
* fix: minor css fixes
* fix: localisation
* fix: minor issue
* miner cypress fix
* add mlmodelservice as mlmodel parent
* fix: added null checks
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-12-06 23:25:40 +05:30
Shailesh Parmar
2a5042cf21
Miner: cypress - fixed failing cypress in main ( #14275 )
2023-12-06 20:49:13 +05:30
Ashish Gupta
add00e54cb
MINOR: fix ui bugs ( #14263 )
2023-12-06 18:24:20 +05:30
Ayush Shah
b8d0b3b6e4
#14168 : Mark SP and Data model deletion ( #14219 )
2023-12-06 08:57:41 +05:30
karanh37
f32b4d4c47
Assets filters ( #14229 )
...
* assets filter
* localisation
* update filters
* fix: update filters on teams page
* hide searchbar & restrict adding assets for draft
* fix: code smells
* fix: encoding decoding issues
* fix: css
* fix: add permissions check
* fix(ui): throw validation errors while modifying glossary term (#14236 )
* fix(ui): throw validation errors while modifying glossary term
* update modal layout
* fix: domain cypress
* minor update
* update modal
* fix: glossary cypress
* fix: show inline errors
* fix comments
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-05 23:55:06 +05:30
Ashish Gupta
0fb03358a9
#13912 : Extend application schema files ( #14208 )
...
* Extend application schema files
* minor changes
* properties change
2023-12-05 23:51:23 +05:30
07Himank
b3852d08ba
Aggregation case insensitive issue and explore page search fix ( #14250 )
...
* 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
2023-12-05 08:04:36 -08:00
Teddy
3bbf55fcda
FIXES #14049 - Split test case resolution status from test case result ( #14204 )
...
* 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
2023-12-04 23:18:01 -08:00
dependabot[bot]
ed8147fcf9
chore(deps): bump axios from 0.22.0 to 1.6.0 in /openmetadata-ui/src/main/resources/ui ( #13947 )
...
* chore(deps): bump axios in /openmetadata-ui/src/main/resources/ui
Bumps [axios](https://github.com/axios/axios ) from 0.22.0 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.22.0...v1.6.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix tests
* fix imports
* fix errors
* remove import
* remove import
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-05 12:31:13 +05:30
Ashish Gupta
42463ff40b
#14134 : supported retention period in table entity ( #14163 )
...
* 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>
2023-12-05 10:42:37 +05:30
Ashish Gupta
5fbce50c05
#13719 : Change task title in activity feeds ( #14207 )
...
* 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
2023-12-05 10:38:43 +05:30
Shailesh Parmar
28c0b22f18
Minor: fixed KPI was showing success even the target did not met ( #14220 )
2023-12-04 20:21:14 +05:30
Sachin Chaurasiya
7ec6d77a80
Minor: add base class for tags ( #14218 )
...
* Minor: exclude knowledge center classification tags from tag suggestion
* add base class for tags
* add unit test
* clean up constants
2023-12-04 18:00:54 +05:30
Chirag Madlani
7b2206c09b
fix : #13735 task assignee should be entity owner if present ( #14203 )
...
* fix : #13735 task assignee should be entity owner if present
* added e2e tests for the same
* do not allow edit asignee in case of entity has owner
2023-12-04 15:11:21 +05:30
Mayur Singal
389ae79d3c
#14115 : Separate Unity Catalog From Databricks ( #14138 )
2023-12-04 11:22:46 +05:30
Aniket Katkar
05f19f4542
#14067 : Recursive true while soft deletion and deleted entity version page bug fixes ( #14162 )
...
* Fixed bug where database, schema, service version page not showing for deleted entities
UI changes for soft deletion and restore flow
* fixed version not updating after deletion and restoration of assets.
* fixed stored procedures not listing for name with special characters
* added checks for deleted assets version page
* added cypress for soft delete and restore with different flows for services and child assets
* fixed failing unit test
* fixed failing unit test
* Fixed cypress tests
2023-12-03 13:29:15 +05:30
Mohit Yadav
64a56b0183
FEAT Fix Issues in Glosary ( #14197 )
...
* Fix User Startup Email
* Add Apis for validation and addtion glossary tags and assets
* Update Status to ApiStatus
* Unique Tags to be listed
* Fix in tag additon
* fix: asset selection modal improvements (#14152 )
* fix: assets fqn issue (#14140 )
* fix: assets fqn issue
* fix: unit tests
* fix: escape fqn in remaining areas
* fix: domain cypress for adding assets
* fix: add assets to data products cypress
* update imports
* add cypress for glossary term
* fix: loading in asset modal and add cypress
* fix: unit tests
* fix: reintroduce filters in asset selection modal
* fix: update assets
* localization
* Fixes and Refactor redundant code
* Revert
* Add Delete API for removing tags from assets
* ADd ES calls
* Fix Assests added in case of errors
* ui updates
* ui changes
* Add Conditional Validate for SubFields
---------
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2023-12-03 00:57:03 +05:30
Harsh Vador
04b20bdd48
Fixes #14182 : Search Index Application weekly schedule ( #14200 )
...
* fix: Search Index Application weekly schedule
* added comments
2023-12-01 13:52:55 +00:00
Sachin Chaurasiya
d773ae2ef0
Minor: add base class for entity right panel ( #14202 )
2023-12-01 19:03:14 +05:30
Harsh Vador
0fe85b9aa8
fix : #14187 TagsVersionPage break having dot in it's name ( #14192 )
...
* fix:TagsVersionPage break having dot in it's name
* address changes in test cases
* minor type fix & remove comments
2023-12-01 14:11:36 +05:30
Ashish Gupta
344ab4d77d
#14136 : duplicate column issue in pipeline execution and date picker clear action ( #14137 )
...
* fix duplicate column issue in pipeline execution and date picker clear action
* minor code improvement
* changes as per comments
* supported unit test
2023-12-01 11:43:35 +05:30
karanh37
71b8b1d5fe
fix: add autocomplete widget for dynamic forms ( #14188 )
...
* chore(ui): add DataAssetsAsyncSelectList Component
* add style for entity icon
* address comments
* fix: add search index prop
* fix: update async select widget
* fix: add unit tests
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-12-01 11:33:58 +05:30
Chirag Madlani
f57e429eb5
Minor: #14184 pass auth token for api documentation ( #14189 )
2023-11-30 20:44:10 +05:30
Pere Miquel Brull
c6d3f750f9
MINOR - Update MetaPilot UI config ( #14190 )
2023-11-30 15:10:53 +01:00
Sachin Chaurasiya
e0411924cc
Minor: add DataAssetsAsyncSelectList Component ( #14174 )
...
* chore(ui): add DataAssetsAsyncSelectList Component
* add style for entity icon
* address comments
* fix: add search index prop
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
2023-11-30 19:03:14 +05:30
Ashish Gupta
4e90650aa2
Minor: fix glossary add term not working ( #14148 )
...
* fix glossary add term not working
* minor fixes
* added unit test
2023-11-30 12:36:49 +05:30
Vinícius Mello
29296ba939
chore(UI): Updates portuguese translation ( #14178 )
...
* Update pt-br.json
Updates Portuguese translation
* fix: removes wrong indentation
* fix: Fixes wrong translation of concepts test suite and data mesh
2023-11-30 11:40:16 +05:30
chyueyi
b6b337e09a
feat: add support for doris datasource ( #14087 )
...
* feat: add support for doris datasource
* fix: fix python style check
* fix: add pydoris dependency
* fix: add pydoris dependency
* fix: py_format_check
* fix: parse error when doris view column is VARCHAR(*), check data length if not digit then return 1
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-11-28 13:57:52 +05:30
Chirag Madlani
9a55b38d07
bump(ui): node version to fix node-gyp error ( #14129 )
...
* bump(ui): node version to fix node-gyp error
* enable logs
* fix node-gyp
* eliminate remove command
* revert to silent build
2023-11-28 11:43:10 +05:30
Ashish Gupta
ab807164b2
fix glossary tags missing while edit operation ( #14125 )
2023-11-27 18:02:30 -08:00
karanh37
853a83f8b9
fix: allow config update for external app ( #14034 )
...
* fix: allow config update for external app
* Prep config
* Add configs
* fix: call configure app on saving of configurations
* fix: add autocomplete widget for json schema forms
* ORganize configuration handling
* Allow config
* Format
* Fix test
* Prep migrations for allowConfiguration
* TODO
* Add pg migrations
* fix: add allowConfiguration support
* Autotagger
* Update install flow
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-11-27 16:55:33 -08:00