1683 Commits

Author SHA1 Message Date
Aniket Katkar
5097a9cf16
Added skeleton loader for 'My Data' and 'Following' Section on home page (#9476)
Fixed counts mismatch for view all button in 'My Data' Section
2022-12-22 10:41:20 +05:30
Aniket Katkar
f588d0fd3c
UI: Improved quick filters search dropdown functionality. (#9455)
* Made changes in SearchDropdown component to make it more generic
(The options will contain key field to send as data and label field for visualization)

* Made changes to DataInsight page for changes in SearchDropdown

* Fixed bugs and unit tests

* Changed option labels for tier dropdown on DataInsight page
2022-12-22 08:22:24 +05:30
Sachin Chaurasiya
20fa7b10fa
doc : Update what's new for 0.13.1 (#9474) 2022-12-21 19:26:49 +00:00
Chirag Madlani
66a6e5e9a9
fix(ui): add beta tag for notifications (#9471) 2022-12-21 17:55:34 +00:00
Shailesh Parmar
1f8fff8aef
UI: Fixed redirection link in add test suite page (#9464) 2022-12-21 14:56:26 +00:00
Ashish Gupta
a68af7f3d7
Lowercase DBT label in WhatsNewPage (#9456) 2022-12-21 13:27:56 +00:00
Chirag Madlani
a190fae414
feat(ui): alert details page (#9454)
* feat(ui): alert details page
fix edit alert flow broken

* incorporate backend changes

* address comments
2022-12-21 13:20:30 +00:00
Shailesh Parmar
6d4dcf8448
UI: Worked on UI improvement and spacing issue (#9443)
* UI: Worked on UI improvement and spacing issue

* updated title id

* fixed selector tour

* updated glossary font to 16px
2022-12-21 12:31:30 +00:00
Sachin Chaurasiya
93f4cb19dd
doc : Update what's new for 0.13.1 (#9451)
* doc : Update what's new for 0.13.1

* Update the content
2022-12-21 12:04:14 +00:00
Ashish Gupta
5641e3d1ac
Change dbt label to lowecase and remove dbt remove dbt from Database service (#9447) 2022-12-21 16:53:37 +05:30
Ashish Gupta
4fdf14f2da
UI : Fix the missing drag icon from Teams Table (#9429)
* Fix the drag icon from Teams Table

* added drag option in expandable config

* remove unwanted css changes
2022-12-21 09:52:51 +05:30
Aniket Katkar
f276239688
UI: Improvements from #9242 (#9434)
* Changed custom font size given inside activity feed cards to make it consistent with application

* Fixed popovers and date categories overlapping issue

* Fixed overlapping and emoticons not visible issue inside comment editor in conversation thread panel

* Fixed icons description editor in add team form overflowing out of modal

* Fixed search suggestion dropdown overlapping issue
2022-12-21 00:40:18 +05:30
Aniket Katkar
62091c35d0
UI: Added more information for table columns in summary panel. (#9420)
* Added additional information for table columns in summary panel
Font weight styling fixed for type in summary list

* Fixed font weight for algorithm value in SummaryList
2022-12-20 20:12:28 +05:30
Shailesh Parmar
039e115bc1
UI: Fixed count issue for delete modal (#9430) 2022-12-20 20:10:09 +05:30
Sachin Chaurasiya
68ce1eed56
UI : downgrade qs@6.10.3 to qs@6.9.7 (#9424) 2022-12-20 19:53:38 +05:30
Shailesh Parmar
f81867dd97
UI:0.13 UI feedback - Part 2 #9184 (#9422)
* UI: Feedback 0.13 UI feedback - Part 2 #9184

* reduce bottom space
2022-12-20 12:45:34 +00:00
Sachin Chaurasiya
98a987f270
Fix : Advanced search improvements (#9413)
* Fix : Show user/team displayName or name in advanced search dropdown

* fix : searchIndex issue for service field

* fix : displayName issue

* refactor : autocomplete function to accept args object

* feat : add support for default suggestions

* fix : reset applied filter SQL Format on tab change
2022-12-20 12:33:26 +00:00
Ashish Gupta
8c250f5f80
fix cypress issue for while deleting service (#9416) 2022-12-20 10:46:51 +00:00
Shailesh Parmar
11e0043bbf
UI: Updated Tier label in data insight chart (#9417) 2022-12-20 15:20:25 +05:30
Ayush Shah
2bf5eb9051
fix 7995: profileSample % and row number (#9104) 2022-12-20 14:55:11 +05:30
Sachin Chaurasiya
ee05bb412d
refactor : use generic function for table ExpandableConfig (#9410)
* refactor : use generic function for table ExpandableConfig

* Add margin

* Fix : unit test

* Address comments

* Address comments
2022-12-20 08:06:00 +00:00
Shailesh Parmar
3ebe985463
UI: Fixed test case value preserve issue and test case graph improvement (#9409) 2022-12-20 06:35:25 +00:00
Ashish Gupta
6eccab6157
UI : Dbt Workflow Improvement (#9404)
* Dbt Workflow Improvement

* added redirection to service type

* changes on localisation
2022-12-20 11:48:50 +05:30
Ashish Gupta
ba0f55d7c3
UI : Added header and sub-headers for the page (#9378)
* Added subheaders for the page

* remove header from team and change setting button

* changes as per comments
2022-12-20 11:12:51 +05:30
Chirag Madlani
bac86cba69
fix(ui): edit alert and misc feedback for alerts page (#9388)
* fix(ui): edit alert and misc feedback for alerts page

* disable destination for system generated alerts

* minor ui comments resolved

* fix edit mode in alerts workflow

* address comments
2022-12-20 10:13:10 +05:30
Aniket Katkar
2398161653
Fix(UI)#9232: Error while fetching the profiler details for tables with special characters in the name. (#9392)
* Fixed the error while fetching profiler details of a table having special characters in the name.

* Fixed table names shown in the test suit details table

* Added unit tests for newly added util functions

* Optimized the regular expression used in getNameFromFQN function in CommonUtils
Added more test cases in unit tests for the getNameFromFQN function
2022-12-20 10:07:17 +05:30
Shailesh Parmar
552e58b14d
UI: Data insight feedback part 6 (#9403)
* UI: Data insight feedback part 6

* updated title for Page views by data assets

* addressing feedback

* updated description and owner progress bar and added formatting for y axis in Total Data Assets graph
2022-12-19 16:02:26 +00:00
Aniket Katkar
0153cdfd69
Fixed multiple API calls made on the homepage page (#9406) 2022-12-19 20:31:09 +05:30
Ashish Gupta
cfcddf13c8
UI : Fix alignment and spacing issue (#9379)
* Fix alignment and spacing issue

* fix spacing issue while adding and editing ingestion

* added center support in PageLayoutV1
2022-12-19 19:09:11 +05:30
Aniket Katkar
73191e4c30
- Fixed the dropdown menu not showing options (#9390)
- Fixed styling of CommentModal
2022-12-19 18:45:22 +05:30
Aniket Katkar
760a6a75d5
Improvements(UI): Summary Panel improvements (#9396)
* Table data card titles width reduced from full to required length
Added different data-testid for summary panel heading

* Fixed table card title max width issue
2022-12-19 18:44:50 +05:30
Shailesh Parmar
e1919af86a
UI: Fixed Pagination issue on dataset details page (#9387) 2022-12-19 10:27:47 +05:30
Shailesh Parmar
5e81d51c4d
UI: Added relative percentage change details in UI (#9354)
* UI: Added relative percentage change details in UI

* added license

* UI: updated chart styling and layout of all the DI chart as per new mock

* added space in tier chart

* updated legend style and other kpi page style

* updated target marker style in progress bar

* fixed styling for target marker

* removed unwanted code and updated opacity for hover effect

* added localization and remove use of tailwind class

* fixed failing unit test

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-12-18 17:27:10 +05:30
Chirag Madlani
1a00e81fe8
feat(ui): update alerts experience with generic approach (#9297)
* Schema for Alerts #9248

* 1. Api for alerts
2. Api for alertAction

API for Alert and AlertAction #9266

* missing file

* fix ui failures

* Added Api to give function parameter type and additional Context for UI

* Added default Triggers in Alerts

* checkstyle fix

* docs update

* function names updated

* added timestamp for alert status update

* receiver should be unique in json schema and alerts publishers

* updated bootstrap filters

* updatated review comments

* added functions to match eventType for entities

* added migrations for alerts

* added alert config in alertACtionConfig

* Fix issue in sending mails

* removed commented part

* feat(ui): update alerts experience with generic approach

* fix cypress failure around webhooks

* create alert ui changes wip

* update add alert screen

* support add / edit / delete alerts

* fix unit tests

* address comments

* fix tests failures

* fix unit tests for util page

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2022-12-18 07:03:20 +00:00
Aniket Katkar
2abe40f08c
Fixed failing cypress for glossary (#9380)
* Fixed failing cypress for glossary spec

* Removed formatting of spec files for easy review

* reverted file formatting for glossary spec

* reverted formatting for glossary spec
2022-12-18 10:31:22 +05:30
Sachin Chaurasiya
92bad23fcf
UI : User profile page improvements (#9376)
* UI : User profile page improvements

* chore : remove owns and following fields from user api call

* chore: update effect logic to avoid unnecessary API calls
2022-12-17 14:14:24 +00:00
Aniket Katkar
8e887d3506
Fix(UI)#8737: Converted edit description modals into antd modals (#9373)
* Converted edit description modals into antd modals

* Worked on comments
2022-12-17 14:04:51 +00:00
Sachin Chaurasiya
f9e48f0ca0
doc : Add what's new for 0.13.1 (#9375)
* doc : Add what's new for 0.13.1

* chore : do not show group buttons if feature list is empty
2022-12-17 12:12:47 +00:00
Ashish Gupta
ef61909e6a
UI : Fix missing header of User and Admin table (#9371)
* Fix missing header of User and Admin table

* changes as per comments
2022-12-17 16:53:40 +05:30
Sachin Chaurasiya
78b1ec645a
Fix : Pipeline execution results overflow (#9366) 2022-12-17 10:49:21 +00:00
Ashish Gupta
a02eb42508
UI : Added auto-generated password on page load (#9367)
* Added auto-generated password on page load

* changes as per comments
2022-12-17 15:59:39 +05:30
Shailesh Parmar
b50bb722ef
Cypress: skipping flaky cypress test (#9369) 2022-12-17 09:23:17 +00:00
Ashish Gupta
c632ee81e2
UI : Added Organization displayName in DataInsight health glance (#9359)
* Added Organization displayName in DataInsight health glance

* changes as per comments

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-12-17 14:30:46 +05:30
Shailesh Parmar
d0efcef6b0
UI: Converted data insight dropdown to checkbox dropdown (#9368)
* UI: Converted data insight dropdown to checkbox dropdown

* addressing comments
2022-12-17 08:22:01 +00:00
Chirag Madlani
17344f2c10
chore(ui): cleanup activity feed from settings page (#9362) 2022-12-17 07:30:16 +05:30
Aniket Katkar
35db844805
- Added no profiler placeholder for tables not having enabled profiler (#9347)
- Styling improvements for summary panel
2022-12-16 21:54:30 +05:30
Teddy
3856d63f3a
Fixes #5522 by implementing timeout for the profiler (#9340)
* feat(Profiler): Added timeout logic in the profiler workflow

* feat(Profiler): Added additional input in workflow UI

* fix(Profiler): timeout text blob in UI

* fix(Profiler): Return profile_results outside the context manager

* Fix(Profiler): Added localizer for timeout label and message

* Update ingestion/src/metadata/interfaces/sqalchemy/sqa_profiler_interface.py

Co-authored-by: Nahuel <nahuel@getcollate.io>

Co-authored-by: Nahuel <nahuel@getcollate.io>
2022-12-16 17:01:12 +01:00
Shailesh Parmar
01f3e3f914
UI: DataInsight feedback part 4 (#9345)
* UI: Data insight feedback part 4

* layout fix added data assets type field in top view entities table

* Fixed Unit test and added localization
2022-12-16 20:48:28 +05:30
Chirag Madlani
cfc23a0f4e
fix(ui): minor improvements around fonts and page sizing (#9332)
* fix(ui): minor improvements around fonts and page sizing

* address review comments

* update file name

* Fix: multiple feed api calls at once on my data page

* fix: ui improvements part 2

* fix: update font colors of announcements

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2022-12-16 14:28:42 +00:00
Sachin Chaurasiya
3beb858d74
UI: update the KPI side text (#9343) 2022-12-16 12:52:51 +00:00