4917 Commits

Author SHA1 Message Date
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
Sachin Chaurasiya
631145d090
chore(ui): add initialOptions prop in tag suggestion component (#14085)
* chore(ui): add initialData prop in tag suggestion component

* address comment
2023-11-23 18:46:25 +05:30
Sachin Chaurasiya
17e2d39487
chore(ui): add tagType prop in TagSuggestion component (#14066) 2023-11-22 17:41:55 +05:30
Sachin Chaurasiya
e97559b8a2
feat(ui): add RTL support in description editor (#14057) 2023-11-22 14:51:04 +05:30
Sachin Chaurasiya
5e6e1d4f3e
feat(ui): add RTL support in feed editor (#14052)
* feat(ui): add RTL support in feed editor

* apply rtl on content only
2023-11-22 14:47:46 +05:30
karanh37
9c990fef19
fix: remove quotes around fqn (#14055) 2023-11-22 13:52:27 +05:30
Shailesh Parmar
06d9ca3f49
ui: fixed re-render issue in glossary term page (#14051) 2023-11-22 11:33:17 +05:30
Shailesh Parmar
dc1d465b7e
cypress: fixed aut cypress part 2 (#14059) 2023-11-22 10:39:46 +05:30
Shailesh Parmar
d340efa664
ui: only allow updating displayName for domain and data product (#14050)
* ui: only allow updating displayName for domain and data product

* change title edit name to edit display name
2023-11-21 16:46:17 +05:30
dechoma
d55100592d
Fixes #13987 database schema search pagination (#13989)
* fix db schema search pagination

* reorder conditions

* added searchValue

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-11-21 10:55:01 +05:30
Shailesh Parmar
64b00a2dca
cypress: fixed cypress AUT failure of main (#14042) 2023-11-21 10:40:20 +05:30
Sachin Chaurasiya
7b12ad425f
feat(ui): add support for callout in block editor (#13839)
* feat(ui): add support for callout in block editor

* remove margin

* use variables for colors

* center align the text

* chore(ui): improve styling and icons
2023-11-20 07:57:22 -08:00
Chirag Madlani
079f78c558
fix(ui): #13963 glossary term custom property update (#14035) 2023-11-20 20:25:32 +05:30
Ashish Gupta
64bbdf5533
fix(ui): supported test email button in email smtp page (#13998)
* supported test email button in email smtp page

* localization keys added
2023-11-20 13:04:49 +05:30
Shailesh Parmar
efb6c5f221
ui & backend: explore page count was not showing properly (#14013) 2023-11-17 21:48:59 +05:30
Onkar Ravgan
9f1f830775
Convert query duration to milliseconds for usage (#14011)
* fixed athena query duration

* change second to millisecond from ui side

* added cypress support

* converted duration to millis

* supported milli second duration and change cypress

* minor change

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-11-17 19:59:47 +05:30
Shailesh Parmar
04fbe8c014
Revert "fixes #13387: replaced ReDoc with RapiDoc for better user experience (#13388)" (#14017)
This reverts commit 0c37986ad60f2396702233b2ad0bcc264922e771.
2023-11-17 14:29:17 +01:00
Shailesh Parmar
3cf2860626
ui: fixed advance search suggestion issue for user field (#14005)
* ui: fixed advance search suggestion issue for user field

* fixed issue related to owner suggestion
2023-11-17 12:36:22 +05:30
Ashish Gupta
fc230002d9
fix path not found in swagger file (#14007) 2023-11-17 06:17:27 +00:00
Mohit Yadav
3f8a931e39
Bump Pom Version to 1.3.0-SNAPSHOT (#14008)
* Bump Pom Version to 1.3.0-SNAPSHOT

* chore: Fix Makefile recipe

* fix: Prepare Main Branch for Next Feature Release

* fix: Syntax issue

---------

Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
2023-11-17 11:33:47 +05:30
Ashish Gupta
5ae43f084d
fix(ui): updated github popup card (#13996)
* updated github popup description

* added cancel button

* minor changes
2023-11-16 21:52:31 +05:30
Anatoliy Shulika
0c37986ad6
fixes #13387: replaced ReDoc with RapiDoc for better user experience (#13388)
* ISSUE-13387: replaced ReDoc with RapiDoc for better user experience

* fixed specUrl

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-11-16 07:56:38 -08:00