3788 Commits

Author SHA1 Message Date
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
karanh37
dd4d753865
fix: domain cypress (#14128) 2023-11-27 16:50:45 -08:00
Chirag Madlani
a575eb001b
fix(ui): support for code authflow in OIDC (#14120) 2023-11-27 16:52:04 +05:30
Chirag Madlani
40bf4a4ab3
Revert "Revert "fixes #13387: replaced ReDoc with RapiDoc for better user experience (#13388)" (#14017)" (#14122)
This reverts commit 04fbe8c01448530380c4604f2eee23c6ed3c7859.
2023-11-27 16:50:37 +05:30
karanh37
5684e3f7c3
fix: restrict multiple run now calls (#14119) 2023-11-27 16:37:08 +05:30
Aniket Katkar
308381c56b
chore(ui): added cypress tests for soft delete entity flow (#13951)
* Added cypress for soft delete and entity edit actions check flow

* added cypress tests for teams page for soft deletion flow

* fixed entity deleting without entering confirmation text

* localization changes for other languages

* added cypress changes for delete widget confirmation text check

* fixed delete text retaining after closing modal

* refactored the cypress for soft delete flow to

* renamed the files according to the naming convention

* worked on comments and cypress test improvements

* fixed failing cypress

* fixed TagsAddRemove spec

* test code improvements

* moved util functions to appropriate files
reference type cypress comment fix

* replaced react router Link component with anchor tag

* Delete widget code refactoring

* fixed issue with child assets not updating correctly after soft deletion of database, database schema and service pages

* Fixed cypress imports

* Fixed delete modal input value retaining issue

* fixed import issue in dataQualityTest

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-11-27 15:31:52 +05:30
Sachin Chaurasiya
84054a85d3
chore(ui): add entity right panel component (#14108)
* chore(ui): add entity right panel component

* add unit test for right panel component
2023-11-27 11:42:31 +05:30
Ashish Gupta
59b048a9ae
fix unwanted scrollbar in explore page (#14097) 2023-11-24 19:10:16 +05:30
Ashish Gupta
b25b5376cc
supported display name in description (#14105) 2023-11-24 15:30:02 +05:30
Ashish Gupta
1540329e1e
fix(ui): column name overlapping in entity table (#14086)
* fix column name overlaping in entity table

* minor fixes
2023-11-24 12:15:44 +05:30
dechoma
f95867abc8
Fix pipeline task filtering for failed status (#14093)
* fix task status failed name

* Table's rowKey should be unique
2023-11-24 11:33:26 +05:30
Shailesh Parmar
50e00ea670
cypress: work on advance search skip test (#14074) 2023-11-24 09:45:07 +05:30
Shailesh Parmar
ca45765de4
#14083: ui is breaking while updating test case and resolution status (#14088) 2023-11-23 21:37:26 +05:30
karanh37
312b038b2b
fix: add request tags and desc for glossary and terms (#14071)
* fix: add request tags and desc for glossary and terms

* fix: breadcrumbs

* fix: add request tags cypress
2023-11-23 18:46:46 +05:30