3788 Commits

Author SHA1 Message Date
Aniket Katkar
e222d54ba3
fix#11221: added missing version page for services (#12984)
* Added version page for service pages

* fixed loading issue for service version page

* replaced custom drawer for showing version with antd component

* Added unit tests for newly added components

* removed the unnecessary prop used in DataModelVersion component

* removed unnecessary props

* moved common logic to utility function

* added cypress tests for service version pages
updated cypress for existing version pages to avoid name duplication issue

* Moved import for service version page to lazy load

* styling fixes and page title changes

* updated localization files

* worked on comments

* fixed service details page import issue

* fixed cypress

* code optimization
2023-08-28 11:47:14 +05:30
Teddy
101cd0ebac
Issue 8930 - Update profiler timestamp from seconds to milliseconds (#12948) 2023-08-25 08:47:16 +02:00
vanshika18
52153dba98
fixed #10691 support multiDatabase, usage & lineage support for Azure SQL (#12982) 2023-08-24 17:47:41 +05:30
Shailesh Parmar
08461fa9fd
ui: updated schedule interval to send undefine when none is selected (#12990) 2023-08-24 16:27:10 +05:30
Mohit Yadav
a95b5e7631
Attach openmetadata-ui sources in packaging (#12965) 2023-08-24 11:09:13 +05:30
Pere Miquel Brull
7715ffa088
[WIP] - Add testSuite query param for listing Ingestion Pipelines (#12963)
* Add testSuite query param for listing Ingestion Pipelines

* replace API call param from serviceFilter to testSuite for getAllIngestionWorkflows in TestSuitePipelineTab component

* Filter pipeline type IN condition

* updated pipelineType for ingestionPipeline

* updated cypress

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-08-23 17:17:37 +02:00
Sachin Chaurasiya
13501e0b41
doc(ui): whats new for 1.1.2 (#12962)
* doc(ui): whats new for 1.1.2

* fix: version typo
2023-08-23 18:00:15 +05:30
Pere Miquel Brull
4862b0df28
Fix #10344 - Use ingestionPipeline retries when deploying (#12926) 2023-08-23 14:52:54 +05:30
Ashish Gupta
74e8f0b32c
fix ui styling issue (#12961) 2023-08-23 11:13:18 +05:30
Shailesh Parmar
ec1e5732cd
ui: NO option to edit associated tables "Query used by other tables:" while editing query #12346 (#12837)
* ui: NO option to edit associated tables  "Query used by other tables:" while editing query #12346

* miner update

* updated query patch creation

* ui: NO option to edit associated tables  "Query used by other tables:" while editing query #12346

* miner update

* updated query patch creation

* Fix query patch

* Fix query patch

* added edit support for queryUsedIn and unit test for the same

* added cypress test for query change

* showing current table in queryUsedIn

* fixed failing unit test

* addressing comment

* Fix activity update and test

* Fix checkstyle

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-08-22 18:50:27 +05:30
Ashish Gupta
50f6002806
chore(ui): fix ui styling issue (#12950)
* fix ui styling issue

* url encoding breaking fix

* fix sonare

* Revert "fix sonare"

This reverts commit ed4a54c7248403bc98814f4969d7694665d5e84e.

* Revert "url encoding breaking fix"

This reverts commit 75e8d4c20f1284ba563059fb408f6460e73f1fe8.
2023-08-22 16:01:36 +05:30
Ashish Gupta
ae99ace22b
fix(ui): encoding issue in entity pages (#12955)
* fix encoding issue in entity pages

* fix double encoding while redirecting from task page
2023-08-22 15:09:59 +05:30
Ashish Gupta
e79fc64ce9
fix(ui): tags page api optimization after certain action (#12946)
* tags page api optimization after certain action

* no data fix for classification
2023-08-22 12:21:25 +05:30
Aniket Katkar
4fa5a1d8bb
chore(ui): added cypress tests for version pages and related bug fixes (#12943)
* Fixed version page flaky no data placeholder
removed code duplication in DataModelVersion component

* fixed clear tier functionality for containers and data models

* Added cypress tests for version pages

* fixed unit tests
2023-08-21 20:07:34 +05:30
Shailesh Parmar
ae71a11a8c
fix(ui): Revert to initial behavior and always display the system profile graph #12869 (#12919) 2023-08-21 10:06:57 +00:00
Sachin Chaurasiya
642e526af1
fix: mlflow cypress by adding model filter pattern (#12935) 2023-08-21 14:49:53 +05:30
Sachin Chaurasiya
6e2a8d0e4f
feat(ui): generate ingestion workflow form from schema (#12774) 2023-08-20 12:01:06 +05:30
Aniket Katkar
6a21bd4044
fixes #12732: version history not showing properly for multiple changes (#12824)
* Fixed the bug for diff not showing for multiple columns changes
Fixed the bug for diff not showing for changes in nested columns

* code refactoring and optimization for EntityVersionPage component

* fixed unit test for TopicVersion

* fixed code smells
fixed bug for pipeline version page where multiple changes in tasks not showing properly

* updated icons for table and column constraints

* refactored code for topicSchema for version page changes

* refactoring and bug fixes for MlModel version page

* fixed the bug for constraint changes not showing properly on version pages

* updated test ids for better selections

* fixed unit test for TopicVersion

* removed height and width params for newly added icons

* fixed constraints not showing on version page when no constraint changes

* fixed table constraint changes not showing properly

* updated logic to show multiple table constraints for a single column

* Added cypress test for TableVersion page

* fixed partitions and replicationFactor changes not showing on topic version page

* changes to display sourceURL version change for pipeline and dashboard

* changes to show schemaType field change on topic version page

* added testid to schemaType diff Tag

* reverted cypress changes

* fixed topic version page bug

* fixed unit tests

* moved the extraInfo logic to the DataAssetsVersionHeader component
2023-08-20 11:43:41 +05:30
Ashish Gupta
b7f2209d86
chore(ui): fix ui styling issue (#12917)
* fix ui styling issue

* changes as per comments

* changes as per comments

* added comment in util function
2023-08-19 09:49:14 +00:00
Teddy
a45c644bc4
Issue-12884: Fix Test Case Summary Performance Issues (#12907) 2023-08-18 20:47:47 +02:00
karanh37
9eb3f516cf
fix: change design of mention list item (#12811)
* fix: change design of mention list item

* feat: add avatar element in mentions list

* fix: revert tooltip change

* fix: cypress tests

* fix: cypress

* fix: cypress

* fix: revert intercept change

* fix: add test id

* fix: lineage exception

* cypress fix

* feat: show breadcrumbs in mention design

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-08-18 17:38:39 +05:30
Ashish Gupta
bed306fd12
chore(ui) : fix ui styling issues (#12905)
* fix ui styling issues

* fix unit tes
2023-08-18 14:11:59 +05:30
Shailesh Parmar
99b57db6db
ui: added title for policy and role page & fix multi selection issue in create policy (#12904) 2023-08-18 10:54:10 +05:30
Shailesh Parmar
de7c5824cb
ui: fixed multiple API call in table profiler tab (#12706) 2023-08-18 10:53:43 +05:30
Ashish Gupta
2446933cbc
supported display name in activity feed (#12888) 2023-08-17 17:29:51 +05:30
Ashish Gupta
c6d03a6eaf
ui : supported delete functionality for sample data (#12871) 2023-08-17 17:29:07 +05:30
Onkar Ravgan
3114ef9b5c
Add support for JWT auth in Trino (#12823)
* Added jwt field in trino

* fixed postgres migration

* fixed pytests
2023-08-17 07:22:58 +02:00
Aniket Katkar
911b41f7f3
fix(ui): schema page loader bug (#12786)
* Fixed issue for database schema page where no data placeholder was showing while loading permissions

* removed unnecessary condition check
2023-08-16 15:31:57 +05:30
Aniket Katkar
d2f3d45276
fix #12815: user not able to create ingestion pipeline with isOwner() or matchTeam() conditions (#12852)
* fix ingestion tab not showing issue for user in owner team on service page

* worked on comments

* worked on comments
2023-08-16 15:10:16 +05:30
Sachin Chaurasiya
a74e5bf217
chore: remove validation for connection option and arguments from json schema form (#12881) 2023-08-16 12:53:38 +05:30
Ashish Gupta
d02487f4cf
fix cypress and some ui issues (#12861)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-14 12:05:16 +05:30
Chirag Madlani
1031132e02
chore(ui): remove tailwind as dependancy (#12309)
* chore(ui): remove tailwind deps from the app

* remove tw completly

* bump yarn.lock

* updated style for login page

* updated user dropdown in nav bar

* update paths

* update yarn.lock

* fix errors

* fix unit tests

* styling fix

* fix stling issue for activity feed card

* Fix activity thread panel

* fixed style for commonUtils.tsx

* pages diff

* worked on
- EntityLineageUtils
- DataInsightUtils

* complete ingeation and service select

* fixed style on:
- entityVersionUtils
- ExecutionUtils
- feedUtils
- ServiceUtils

* remove x-master file

* fix styling for page not found

* update style for:
- cronEditor
- deleteWidgetModal
- EntitySummaryDetails
- FilterPattern
- FormBuilder

* fix styling in components pages

* fix appbar

* updated profile picture style

* bot and user component fix

* component ui fixes

* lineage custom control fixed

* ui fixes

* fixed styling in common component

* fix lineage sidebar

* fix ui issues

* fix lineage node edit mode

* fix version timeline

* whatsnew modal ui fixes

* fix glossary & ingestion

* remove dead code from all the entity

* ingestion ui fixes

* unit test fixes

* fix unit tests

* fix cypress

* fix badge component

* fix tag cypress

* fix cypress issue

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-08-11 21:31:38 +05:30
karanh37
62c3a9e2d7
fix: show owner in glossary term table (#12832) 2023-08-10 18:30:56 +05:30
Shailesh Parmar
155df0f4bb
cypress: fixed DQ spec failure in main branch (#12825) 2023-08-10 12:30:16 +05:30
Shailesh Parmar
c88ac0dd5c
ui: replace encodeURI with encodeURIComponent in entity details page (#12827) 2023-08-10 11:33:08 +05:30
Alekseev Vadim
2b214190c7
Added ru-ru.json for Russian language and updated i18nextUtil.ts (#12796)
Co-authored-by: vvalekseev <vvalekseev@sdvor.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-09 11:52:42 +05:30
Sachin Chaurasiya
30dbfb8458
fix(ui): types reference issue (#12789)
* fix(ui): types reference issue

* fix: code smells
2023-08-08 16:40:08 +05:30
Aniket Katkar
59f5fc09b0
chore(ui): added unit and cypress tests (#12728)
* fixed duplicate API call on data insight and search settings pages

* Added unit tests for IngestionListTable component

* Added cypress for DataInsightSettings page

* fixed failing unit tests

* fixed flaky teams cypress test

* removed unnecessary checks

* worked on comments

* added missing localization for kill ingestion modal button

* fixed failing cypress test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-08 10:42:34 +05:30
Mayur Singal
3c5651221d
Docs fix mssql pyodbc connection args (#12778) 2023-08-07 20:36:11 +05:30
Shailesh Parmar
d0f9428333
cypress: worked on flaky ui cypress (#12772) 2023-08-07 19:02:04 +05:30
Shailesh Parmar
73a8741619
ui: fixed table encoding issue while splitting FQN (#12769)
* ui: fixed table encoding issue while splitting FQN

* added cypress for the percent and dot check in name

* updated failing cypress

* fixed cypress
2023-08-07 18:43:42 +05:30
Pere Miquel Brull
a82c2f001c
Fix #9704 - Add inline TNS string (#12711)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-08-07 11:04:13 +02:00
Sachin Chaurasiya
7619ce0a19
chore:(ui): parse ingestion workflow schemas (#12477)
* chore:(ui): parse ingestion workflow schemas

* chore: remove dereference part from script

* chore: address comments
2023-08-05 12:04:58 +05:30
Ashish Gupta
9ae5efc352
fix the redirect issue in DQ pipeline because of encoding (#12754) 2023-08-04 14:38:21 +05:30
Shailesh Parmar
f8048a6179
fix(ui): redirection issue of frequently join column (#12749) 2023-08-04 14:29:47 +05:30
Pere Miquel Brull
ac06f55bd0
[Docs] - host.docker.internal docs & postgres ingestAllDatabases below db input (#12744) 2023-08-04 08:35:33 +02:00
07Himank
cda004e35e
fixed issue for when classification has . in name the termCount was n… (#12729)
* fixed issue for when classification has . in name the termCount was not getting

* fix url encoding issues

* changes as per comments and sonar fix

* changes as per comments

* fixed issue for when classification has . in name and testcase and pytest issue

* checkstyle

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-08-04 11:37:17 +05:30
Aniket Katkar
45370c773f
added changed to decode the fqn taken form the useParams to prevent the double encoding after passing that to APIs (#12735) 2023-08-03 17:29:49 +02:00
Ashish Gupta
55386b8251
doc: add what's new for 1.1.1 (#12723)
* doc: add what's new for 1.1.1

* minor changes

* fix alignment and remove dots
2023-08-03 20:38:31 +05:30
Abhishek Porwal
48d36cbe09
chore(client): replace popover with tooltip in some components (#12665)
* chore(client): replace tooltip with popover in tables

* make tooltip black

* chore(client): replace Popover with Tooltip in copy_to_clipboard button component

* replace popover with tooltip in Description component used in BotDetailsPage

* replace popover with tooltip in TestSuitepipelineTab component

* replaced popover with tooltip in TaskBadge component

* replaced Popover with Tooltip in ConnectionStepCard

* replaced Popover with Tooltip in ContainerdataModal component

* replaced Popover with Tooltip in RecentSearchedTermsAntd component

* replaced Popover with Tooltip in TopicSchema component

* Delete RecentSearchedTermsAntd component

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-08-03 14:38:55 +05:30