1775 Commits

Author SHA1 Message Date
karanh37
852edc74d3
refactor: remove font awesome dependency (#10081)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-02-03 14:56:48 +05:30
Shailesh Parmar
8cc36ef7f6
ui: improve glossary bulk upload ui (#10092)
* ui: updated glossary bulk upload ui

* added unit test for changes

* addressing comments

* added "--" if there is no description
2023-02-03 14:23:22 +05:30
Chirag Madlani
590c3b8172
fix(ui): add principle domain to username to generate email (#10074) 2023-02-02 19:53:13 +05:30
Nahuel
b9a3c06104
Bump main branch to version 1.0.0 (#10040)
* Bump to version 0.13.2

* Bump mvn projects to 1.0.0-SNAPSHOT

* Bump python projects to 1.0.0.dev0

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-02-02 12:56:14 +01:00
Shailesh Parmar
72d6bfca1d
fix: dataInsight page break issue (#10068)
* fix: dataInsight page break issue

* Added unit test around the bug
2023-02-02 17:16:43 +05:30
Ashish Gupta
66f4136fc8
UI Improvements (#10034)
* UI Improvements

* fix restore modal unit test

* Remove tooltip from active button and optimse code

* remove console

* used enum for loading state
2023-02-02 17:09:09 +05:30
Sriharsha Chintalapani
ba44ae25b9
Fix #10061: Adding Reference to GlossaryTerm throws an error with EntityNotFound exception (#10062) 2023-02-02 10:06:46 +05:30
Aniket Katkar
f4ae0f0e2f
ui: fixed onboarding placeholder issue on homepage (#10045)
* fixed issue with onboarding placeholder showing while loading activity feeds for all filter

* improved unit tests for MyData component
2023-02-01 17:57:03 +05:30
Ashish Gupta
a5f9857815
UI : Minor ui fixes and localisation (#10001)
* Minor ui fixes and localisation

* fix localization key

* changes as per comments

* memoized page header

* method name change
2023-02-01 17:34:39 +05:30
Pere Miquel Brull
f0f3f0be6a
Add looker unit tests (#9691)
* Add looker tests

* Empty-Commit

* Install GE for tests

* Fix usage details python name

* Add missing test requirement
2023-02-01 09:20:26 +00:00
Parth Panchal
5805269506
Fixed#6145: Notification for service owner when ingestion pipeline fails (#9805) 2023-02-01 12:09:58 +05:30
Shailesh Parmar
01c717fff4
Cypress: Fixed flaky alert test (#10026) 2023-01-31 15:42:53 +05:30
Chirag Madlani
d464a8a255
fix(ui): validate token expiry on tab focus (#10011)
* fix(ui): validate token expiry on tab focus

* show toast message if token is expired
2023-01-31 00:47:39 +05:30
karanh37
97ea3608bd
fix: google refresh token silent callback (#10010)
* fix: google refresh token silent callback

* refactor: update axios interceptor reference in context

* refactor: address review comments
2023-01-30 18:19:58 +00:00
Shailesh Parmar
0ceaf67e32
fix failing cypress (#9998) 2023-01-30 16:34:53 +05:30
Sachin Chaurasiya
aa294a6a36
fix(ui) : owner dropdown for teams with search text is not working (#9921)
* fix(ui) : owner dropdown for teams with search text is not working

* chore : convert searchFormattedUsersAndTeams to async/await

* chore: use searchFormattedUsersAndTeams for owner search on add alerts page

* fix : search api call with query is not working

* fix : filter issue for team assets

* fix : cy test for alerts

* fix : cy tests

* fix: cy test

* chore: update the search query logic

* fix: cy tests

* Fix search teams with special chars

* fix localization missing for constant

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-30 09:00:18 +00:00
Ashish Gupta
4bef627fd7
Fix the add button styling for non admin button (#9995) 2023-01-30 12:13:06 +05:30
Sachin Chaurasiya
34df878427
doc : update what's new contents for 0.13.2 (#9954)
* doc : update what's new contents for 0.13.2

* update description for special characters

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

* add features with YT videos

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-01-29 10:18:46 +05:30
Shailesh Parmar
da224c090d
UI: Added expand/collapse button for single nodes and increase zoom out default value (#9977) 2023-01-29 00:01:10 +05:30
Mayur Singal
5650ae35df
Add databricks pipeline config (#9979) 2023-01-28 18:42:38 +01:00
Ashish Gupta
34c26c542f
UI : Made Classification hard delete while deleting them (#9962)
* Fix the classification by hard deleting them

* fix unit test and cypress issue

* fixed unit test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-28 13:42:32 +05:30
Chirag Madlani
72912d75a4
fix(ui): tabs flickers on permission api response (#9957) 2023-01-27 21:48:25 +05:30
Aniket Katkar
134a5b2c54
fixed api errors shown for deleted tables on table details page (#9963) 2023-01-27 21:39:56 +05:30
Aniket Katkar
d9ea00b2f2
fix(ui): ui fixes for search dropdown suggestions API for owner and tag quick filters (#9961)
* Made changes for default options API calls for owner dropdown
Fixed glossary suggestions not showing for tag quick filters

* Fixed cypress tests
2023-01-27 21:38:13 +05:30
Aniket Katkar
1ead5a8964
ui: entity summary panel improvements (#9922)
* fixed bug where table constraints were not displaying in entity summary panel

* fixed summary panel not hiding in case of no results

* Changes made to improved the typescript type declaration as per comment
2023-01-27 18:45:12 +05:30
Shailesh Parmar
b024ada0f5
ui: fixed glossary csv preview issue and added remove owner functionality (#9950)
* Fixed: Glossary csv parser issue and other ui issue

* content overflow fix

* fixed failing unit test

* added test case for special character
2023-01-27 16:37:50 +05:30
Ashish Gupta
742d008669
UI : Remove the text ellipses and wrap the content to next line (#9903)
* Remove the text ellipses and wrap the content to next line

* fix column to left

* Made action column fix to right side and remove last run from fixed

* fix cypress issue
2023-01-27 11:10:07 +05:30
Aniket Katkar
ca27831be8
fixed wrong localization key on policiesDetails page (#9880)
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-27 10:20:07 +05:30
Chirag Madlani
788f5ff776
Fix misc UI (#9912)
* fix(ui): show displayName instead name for entities

* fix ui improvements #9879

* fix alert details destination title rendering

* fixed failing cy test

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-27 10:13:18 +05:30
Pere Miquel Brull
c368116697
Add dbt cloud URL as an input parameter (#9911)
* Add dbt cloud URL as an input parameter

* support dbt cloud url from UI

* Flag dbtCloudUrl as required

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-26 09:36:03 +01:00
Aniket Katkar
d705a0831d
fix(ui)#9714: condition between applied advanced search quick filters changed from AND to OR (#9918)
* changed condition between advanced search quick filters from AND to OR

* Changed cypress flow for quick filters for new changes
2023-01-25 21:39:35 +05:30
Sachin Chaurasiya
1cfdd6d7b0
fix(ui): JwtClaim should also check for "sub" claim and add fallback mechanism (#9909)
* fix(ui): JwtClaim should also check for "sub" claim and add fallback mechanism

* test: add unit tests
2023-01-25 13:20:39 +00:00
Ashish Gupta
39636fb5f9
UI : Added Permission to Edit Custom Property in Entity and fix icon width (#9878)
* Added Permission to Edit Custom Property in Entity and fix icon width

* chanegs as per comments

* changes as per comments
2023-01-25 18:10:14 +05:30
Ashish Gupta
74946964d0
Change entity active card styling and hover on cards too (#9907) 2023-01-25 18:07:51 +05:30
Ashish Gupta
024519f92b
UI : Fix the alignment and view of Delete Modal (#9895)
* Fix the alignment and view of Delete Modal

* remove unwanted z-index
2023-01-25 12:18:48 +05:30
Aniket Katkar
d776224bcf
fix(ui)#9846: row count not populating on table details page (#9896)
* fixed rows not populating in table info
added skeleton loaders for rowCount and columnCount
styling and localization fixes

* added unit tests for checking rowCount and columnCount
2023-01-25 11:35:40 +05:30
Shailesh Parmar
bf55f13b56
fixed failing big query cypress test (#9897) 2023-01-25 10:34:12 +05:30
Shailesh Parmar
cb54662bd1
ui: revamp glossary ui as per new mock (#9873)
* ui: revamp glossary ui as per new mock

* updated UI and code improvement

* fixed glossary unit test

* fixed failing glossary cypress

* updated style

* Fixed glossary cypress and loading issue
2023-01-24 18:49:53 +05:30
Aniket Katkar
8829e6d976
Fixed issue with topic entity summary panel not showing schema fields (#9877) 2023-01-24 15:39:34 +05:30
karanh37
8894b9adf5
fix: start date should be less than end date on KPI page (#9881) 2023-01-24 15:05:46 +05:30
karanh37
cf7cee0752
fix: data quality ui issues mentioned in #9819 (#9858) 2023-01-24 15:05:05 +05:30
Aniket Katkar
275954365a
improvement(ui): advanced search quick filters improvements (#9856)
* fixed issue for 'chart' and 'task' quick filters where blank options were displayed sometimes

* added cypress tests for advanced search quick filters

* fixed duplicate options showing in quick filters
added unit test for the same case

* added mock data for ExploreQuickFilters unit test

* fixed failing cypress tests for quick filters

* fixed flaky quick filter cypress test

* fixed failing cypress tests

* removed flaky ness for advanced search quick filter cypress test
2023-01-24 12:37:33 +05:30
Aniket Katkar
3f5277ede9
fix(ui): activity feed bugs (#9864)
* Fixed issue with activity feed on homepage where onboarding placeholder was shown if no feed data is present for 'My Data' filter

* improved message shown for no feed data found

* fixed key mismatch for localization file
2023-01-24 09:47:04 +05:30
Shailesh Parmar
ca74bf1143
Fixed glossary no data placeholder issue (#9832) 2023-01-23 12:40:47 +05:30
Shailesh Parmar
8aa6ffb10e
Fixed: Openmetadata Tour Page Issue table is not present for dummy data #9725 (#9826)
* Fixed: Openmetadata Tour Page Issue table is not present for dummy data #9725

* fixed failing unit test

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-22 18:47:14 +05:30
Aniket Katkar
8c61638a67
fix(ui): ui changes for #9695 (#9770)
* Fix #9695: Teams show up in lower case

* changed owner advanced search filter field from name to display name

* fixed minor quick filter bug

* fixed failing cypress tests

* fixed failing unit tests

* Fixed failing cypress tests

* added comments in unit tests for better understanding of changes

* fixed failing cypress tests for advanced search

* improved logic for showing advanced search options

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2023-01-20 17:10:27 +05:30
Mayur Singal
939adf887b
Fix #8973: Superset fetch metadata from DB (#9645)
* Docs #8973: Superset with SSO docs

* Superset support for mysql & postgres db

* remove unwanted field from yaml

* Fix pylint

* Fix superset tests

* Fix sample data connection

* ci fix & review comments

* cypress & defualt provider fix
2023-01-19 16:39:43 +01:00
Sachin Chaurasiya
87719cef01
fix(#9812): UI : Add stepper for glossary bulk import steps (#9818) 2023-01-19 13:15:11 +00:00
Aniket Katkar
3dcccb1f14
added unit test improvements for CustomPropertyTable and Users components (#9802) 2023-01-19 16:56:02 +05:30
Mark_Yang
d7cf3acf9f
Multi language: add zh-cn (#9774)
* add zh-cn language support

* Revert "add zh-cn language support"

This reverts commit a9e9310772237b8cccd96665f378b68f50883895.

* add zh-cn language

Co-authored-by: yangkaiyuan <yangkaiyuan@maetimes.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-19 11:19:24 +00:00