34 Commits

Author SHA1 Message Date
Chirag Madlani
58f5db17c5
fix(ui): minor ui enhancements for 0.11 (#5792)
* fix(ui): minor ui enhancements for 0.11

* update comments

* show empty message

* fix test

* test fix
2022-06-30 19:24:12 +05:30
Harsh Vador
8e7278e5ec
(refactor): display name fix (#5693)
* (refactor): display name fix

* (refactor): code improvement

* UI Improvements
2022-06-28 16:11:40 +05:30
Chirag Madlani
ace12501b4
feat(ui): support web socket based feeds page (#5612)
* feat(ui): support web socket based feeds page

* update placement for refresh activity

* styles update

* textual updates
2022-06-24 22:09:59 +05:30
yug-shah0106
9e11ad54d9
[issues-5528] UI layout improvements. (#5604)
* [issues-5528] UI layout improvements.

* comments addressed.

* cypress fixed.
2022-06-24 13:52:42 +05:30
Shailesh Parmar
950c3a5992
Fix #5551 Feat: Added support to add ML model service via UI and service details page (#5583) 2022-06-22 13:54:50 -07:00
Shailesh Parmar
7685173447
Fix #5325 Feature: Column level lineage (#5524) 2022-06-21 21:38:45 -07:00
Shailesh Parmar
2291fb4546
Fix #4773 UI: Improve styling and layout in Glossary pages for better UX (#5363) 2022-06-08 10:34:41 -07:00
yug-shah0106
dd03693b0b
Fix #5220 Antd installed and updated design on my-data page (#5173) 2022-06-06 14:37:06 -07:00
Shailesh Parmar
7d98e7c652
Fixed issue 4774 consistent style for tags (#5253) 2022-06-02 13:21:45 -07:00
Sachin Chaurasiya
db0eaa8cbb
Feat : #5057 UI : Add support for adding a custom field to an entity (#5184)
* Feat : #5057 UI : Add support for adding a custom field to an entity

* Add suport for deeplink

* Add unit test for custom entity page component

* Add unit test for custom entity detail

* Fix : params code styling for get list method

* Fetch type details on type select

* Fix failing unit test

* Fix code styling

* Fix #5042: Add a field to an entity API is failing

* Add unit test

* Add unit test

* Style : change customfields table styling.

* Add unit test

* Add support for deleting custom field

* Add unit test for delete field flow

* Fix failing unit test

* Add operation state

* Add support for edit field

* Add unit test

* Fix no-data row styling

* Complete todo items

* Add check for if no entity data available

* Add unit test

* Fix code smell

* Fix feed issue for entity `type`

* Addressing review comment

* Addressing review comments

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-05-31 23:58:55 +05:30
Sachin Chaurasiya
a49fb8f0b2
Fix #5129 UI : Handle table constraints to show corresponding constraints Icon for columns. (#5136) 2022-05-27 12:15:11 +05:30
Vivek Ratnavel Subramanian
b852d2e893
Revert "Fix #4213 Advance Search Filter (#4644)" (#4789)
This reverts commit 135d310f2c6c874d9404bb8347c5fc1e4bacbe34.
2022-05-08 23:58:17 -07:00
Sachin Chaurasiya
135d310f2c
Fix #4213 Advance Search Filter (#4644)
* Fix #4213 Advance Search Filter

* Add support for adding and removing filters

* Fix input label word breaking issue

* Add support for getting updated filter callback.

* Fix code smell

* Add unit test for input text component

* Add support for getting updated value for textinput

* Add support for making queries

* Add unit test for search component

* Fix search box styling

* Fix empty filter query issue

* Addressing review comments
2022-05-05 16:15:41 +05:30
Shailesh Parmar
e9691c58aa
Updated reviewer section ui for glossary page (#4474) 2022-04-25 06:52:35 -07:00
darth-coder00
6c00b80f1d
Fixed #4249: Test Connection button when adding/updating a service (#4298) 2022-04-20 14:29:31 -07:00
darth-coder00
99225abbad
Fixed #4143: Added JSON-Schema Form missing controls (#4205) 2022-04-18 13:43:03 -07:00
Shailesh Parmar
dc18ebe48b
UI: Implemented new ui for adding services and adding ingestion (#4002) 2022-04-11 00:11:00 -07:00
darth-coder00
bf079a019e
Fixes/08 03 2022 (#3273)
* Fixes: Misc issue fixes

* Fixed issues for adding Glossary terms as tags

* Fixed UI unit tests
2022-03-08 21:51:48 +05:30
darth-coder00
4d09c165d7
Feat #2857 - Adding UI support for glossary (#3092) 2022-03-06 21:34:02 -08:00
darth-coder00
78ee32f585
Added entity selection changes to webhook (#2777)
* Implemented Listing, Add and Delete Webhook functionalities

* Implementing Edit Webhook and minor changes

* Minor updates

* Minor changes for generate button

* Addressing comments

* Addressing comment

* Added entity selection changes to webhook

* Addressing change requests

* Minor changes

* Removed unnecessary file

* Update openmetadata-ui/src/main/resources/ui/src/components/common/webhook-data-card/WebhookDataCard.tsx

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>

* Addressing change requests

* Schema to Typescript interfaces for webhook

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-02-18 11:12:04 +05:30
darth-coder00
56a45faf1c
Implemented Listing, Add, Update and Delete Webhook functionalities (#2714)
* Implemented Listing, Add and Delete Webhook functionalities

* Implementing Edit Webhook and minor changes

* Minor updates

* Minor changes for generate button

* Addressing comments

* Addressing comment
2022-02-16 01:16:24 +05:30
Sachin Chaurasiya
99a61fa774
Fix: #2643 0.8 UI Improvements (#2658)
* Fix:  #2643 0.8 UI Improvements

* Aliging text to the top.

* Covering point 12th of #2643
2022-02-08 16:49:38 +05:30
darth-coder00
e2602b81fb
Deleted dataset UI support (#2333)
* Deleted dataset UI support

* Added API integration to get deleted tables

* Added deleted badge on search results

* Addressing comments

* Addressing comment

* Restrict Versions button for deleted entities
2022-01-22 22:43:39 +05:30
darth-coder00
9befb8aa34
Fixed misc UI issues #1972, #1744 and other misc issues (#2011)
* Fixed misc UI issues #1972, #1744 and other misc issues

* Addressing comments

* UI: Centered layout changes

* Layout fixes

* Addressing comments

* Post merge fixes

* Selenium test and minor UI fix
2022-01-06 11:42:35 +05:30
darth-coder00
9157511074
Feat: Enhanced Tour (#2024)
* Feat: Added Tour

* Addressing comment
2022-01-05 16:20:38 +05:30
darth-coder00
572f0d5fdb
Fixed resolution issue for explore page and other related misc fixes (#1853) 2021-12-20 20:06:52 +05:30
Shailesh Parmar
1ec0a85e02
Improvement: improve description ui as per feedback (#1741)
* Improvement: improve description ui

* Update openmetadata-ui/src/main/resources/ui/src/components/common/description/Description.tsx

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>

* addressing comments

* scrolling issue

* miner fix

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2021-12-14 19:17:56 +05:30
darth-coder00
080c633fe3
Updated font weight and badge BG color (#1674)
* Updated font weight and badge BG color

* Updated body hover color
2021-12-10 21:21:54 +05:30
darth-coder00
689e5beaea
Feat: Revamping Landing page for new design (#1541)
* Feat: Revamping Landing page for new design

* Added Filter support for feeds

* Added Feeds card component.

* Removed Unwanted codes

* Added API support for feeddata

* Adding types

* Added support for view all following and owned data.

* Adding day seperator.

* Added support to view data owned by team.

* Adding support for feedFilters

* Moved sorting from feed component to mydada component.

* Adding testid

* Added License to new file

* Adding utils to get rekative date and time.

* Adding getOwnerIds Util

* Adding No data placholder.

Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2021-12-08 19:39:09 +05:30
Sachin Chaurasiya
0ef9aeb029
Style : Changing some styles on explore page. (#1515)
* Style : Changing some styles on explore page.

* Move PageContainerV1  from exploreComponent to ExplorePageComponent.
2021-12-02 15:14:35 +05:30
Sachin Chaurasiya
612673f9d9
Fix #1480 UI : Change Explore page to 3 column layout. (#1481)
* Fix #1480 UI : Change Explore page to 3 column layout.

* Minor style changes

* Adding select all filter support.

* Change layout styling

* Addressing feedback

* Rename Tier.svg to tier.svg

* Adding startswith text for entity tags.

* Minor fix for metinformation of entity.
2021-12-01 18:16:57 +05:30
parthp2107
a9e70e6a89
License header update (#1498)
* updated liscense header

* updated license header

* updated license header

* updated license header

* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Sachin Chaurasiya
e32d14ea0e
UI : Adding support for 3 column layout. (#1476)
* UI : Adding support for 3 column layout.

* Addressing review comment.

* Minor fix

* Css styling fix.
2021-11-30 17:21:50 +05:30
Sriharsha Chintalapani
a180adc39c
Fix #1299: Move UI module into its own maven module (#1351)
* Fix #1299: Move UI module into its own maven module

* Fix #1299: fix indentation in selenium tests

* Fix #1299: fix indentation in selenium tests

* Fix #1299: fix indentation in selenium tests

* Fix: Updated json2ts command script

* Removed ignored file for bundle analyzer

* Updated gitignore

* Cleaning up the gitignore

Co-authored-by: darth-coder00 <aashit@getcollate.io>
2021-11-24 13:18:54 +05:30