4793 Commits

Author SHA1 Message Date
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
Pere Miquel Brull
8e9d0a73f6
Fix #3573 - Sample Data refactor & ORM converter improvements (#5265)
Fix #3573 - Sample Data refactor & ORM converter improvements (#5265)
2022-06-08 16:10:40 +02:00
Vivek Ratnavel Subramanian
0148aed710
Fix Cypress test failures (#5351)
* Fix Cypress test failures

* addendum fixes

* increase wait time for follow

* fixed failing cypress test

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-06-08 17:20:07 +05:30
Sachin Chaurasiya
7f0d75ffb8
Fix #5324 UI: Add ML model entity on explore page. (#5340)
* Fix #5324 UI: Add ML model entity on explore page.

* Add suggestion support for ml model entity

* Fix Unit test

* Remove unused component

* Address review comments

* Fix suggestion label

* Address review comment
2022-06-08 14:38:21 +05:30
Sriharsha Chintalapani
f7438f5469
Fix #5330: Support Advanced search provide multiple field suggestions (#5331)
* ES suggest

* Fix #5330: Support Advanced search provide multiple field suggestions

* UI : Change table-suggest to metadata-suggest

Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-06-08 13:02:00 +05:30
Vivek Ratnavel Subramanian
3ee3db8bf5
Fix #5224 Seeing 'Invalid UUID string: name' when using Custom OIDC (#5354) 2022-06-08 13:00:00 +05:30
Sachin Chaurasiya
b475819ed2
Fix #5243 UI : Show custom properties in table entity page (#5312) 2022-06-07 20:58:27 -07:00
Sachin Chaurasiya
581f63b157
Fix #5334 UI: Add tooltip to show FQN on hover in activity feed header link (#5335) 2022-06-07 12:50:18 +05:30
yug-shah0106
dd03693b0b
Fix #5220 Antd installed and updated design on my-data page (#5173) 2022-06-06 14:37:06 -07:00
Sachin Chaurasiya
57b9941cb1
Fix #5240 Display database name and table name in activity feed. (#5314) 2022-06-06 16:08:19 +05:30
Sachin Chaurasiya
a62e57c6dc
Fix #5250 Json data is not visible properly in entity details page -> sample data tab (#5284) 2022-06-04 13:15:28 +05:30
Shailesh Parmar
3f682b6685
Fix #5292 lazy loading added for development and production. (#5294)
Co-authored-by: yug shah <yugshah0106@gmail.com>
2022-06-03 11:54:26 -07:00
yug-shah0106
cae834d671
Fix #5291 update devtool option to remove source code for production mode (#5293) 2022-06-03 11:14:19 -07:00
Vivek Ratnavel Subramanian
9adc772aa4
Fix #5229: Entity Type Custom field changes are recorded as Charts in activity feed. (#5283) 2022-06-03 15:00:15 +05:30
Sachin Chaurasiya
37057c79a2
Fix #5269 Service descriptions lost after editing (#5278) 2022-06-03 00:35:58 -07:00
darth-coder00
bbd15ea9c8
Fix #5230: Remove IngestionPipeline source from UI code (#5274)
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-06-02 13:24:41 -07:00
Shailesh Parmar
7d98e7c652
Fixed issue 4774 consistent style for tags (#5253) 2022-06-02 13:21:45 -07:00
darth-coder00
b06b2f3035
Fix #5209: Replace Teams dropdown with selectable component and integrate search api (#5254)
* Fix #5209: Replace Teams dropdown with selectable component and integrate search api

* Added unit tests

* Fixing code smells

* Minor change

* Removed comments
2022-06-02 23:39:21 +05:30
Shailesh Parmar
8e525b60e0
fix issue: 5137 protected users and admin route with admin protection (#5263) 2022-06-02 16:23:31 +05:30
Sachin Chaurasiya
c3d50df9bd
UI : Add mlModel Entity Page (#5071) 2022-06-02 15:46:16 +05:30
Vivek Ratnavel Subramanian
059acfc529
Backend: Enforce principal domain in the JWT filter (#5155) 2022-06-01 10:07:12 -07:00
Sachin Chaurasiya
63fe4f7b9a
Fix #5248 UI : Confirmation modal is showing wrong tables count on database page (#5249) 2022-06-01 16:06:35 +05:30
Shailesh Parmar
e51b50825f
Cypress: E2E test for glossary page (#5232) 2022-05-31 23:06:36 -07:00
darth-coder00
987ea13c2a
Add pagination and fix search for Users page (#5197)
* Fix Users teams apis integration

* Addressing comments and fixing tests
2022-06-01 11:17:01 +05:30
Vivek Ratnavel Subramanian
ae35909692
Revert " [issue 5222] remove redundant code used to check API response (#5223)" (#5242)
This reverts commit 1df1df616f50cf96553a99efaf77e300deeb6989.
2022-05-31 15:25:36 -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
Sriharsha Chintalapani
0b609f8d97
Fix #5135: ElasticSearch shows 10000 max hit number (#5211)
Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-05-30 22:18:40 -07:00
yug-shah0106
1df1df616f
[issue 5222] remove redundant code used to check API response (#5223)
* [issue 5222] remove redundant code used to check API response

* minor fix
2022-05-31 10:16:06 +05:30
Sachin Chaurasiya
96486d745e
Fix #5213 Manage tab for service gives "invalid field id" (#5218) 2022-05-30 21:38:31 -07:00
Sachin Chaurasiya
233699a7a1
Fix #5207 UI - Team Assets display table full address (#5217)
* Fix #5207 UI - Team Assets display table full address

* Add unit test
2022-05-30 20:22:07 +05:30
Shailesh Parmar
1e57d03a76
Cypress: sample data testing for ingestion (#5150)
* added sample data test for bigquery

* added sample data testing for mysql connector

* added sample data testing for redshift

* added snowflake sampledata test

* miner fix

* fixing typo

* miner fix
2022-05-30 11:38:55 +05:30
Shailesh Parmar
c4a0ced7ec
fixed issue- 5185 MyData spec is failing for click on explore page (#5186) 2022-05-30 10:02:13 +05:30
Vivek Ratnavel Subramanian
256e192d7a
Fix #5204: Support AWS Cognito SSO for user authentication (#5205) 2022-05-28 18:27:24 -07:00
Shailesh Parmar
f8751f3bb0
Cypress: E2E test for tags page (#5187) 2022-05-27 11:22:33 -07:00
Sachin Chaurasiya
4944f031db
Fix : table constraint is missing in datasetVersion schema (#5192) 2022-05-27 20:10:18 +05:30
kshinde2512
cfa690e450
Removing selenium code (#5174)
* Removing selenium code

* Removing testng.xml and
selenium related dependencies

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-05-27 19:45:55 +05:30
darth-coder00
5859c956f3
Fix #4537: Use ES for users and teams (#5104)
* Use search api for admin users in owners dropdown

* Replaced all-users list with user search and removed dependencies of all-users list

* Fixed 100000 limit issue for teams and global team refs with logged-in user teams

* Minor fix

* Minor fixes

* Fix cypress tests

* Fixed failing Cypress tests

* Fixed code smells

* Addressing comments
2022-05-27 18:46:42 +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
Shailesh Parmar
723a93fa17
UI: Unit test for Teams component (#5130) 2022-05-26 23:13:19 -07:00
darth-coder00
4b33693ffd
Fix types issue post schema changes (#5161) 2022-05-26 11:16:51 -07:00
mosiac1
a47a2ce5b7
Add backend and UI support for direct joins between tables (#4943) 2022-05-25 23:41:26 -07:00
Sachin Chaurasiya
edae89c142
Fix #5132 UI : Handle new lineage schema (#5133) 2022-05-25 13:36:05 +05:30
Shailesh Parmar
62e8959944
Unit test: teams users component (#5118) 2022-05-24 14:27:55 -07:00
Shailesh Parmar
d9814664f8
Cypress: update cypress test to support new placeholder message (#5124) 2022-05-24 10:50:55 -07:00
Shailesh Parmar
b8f3e42e58
Cypress: E2E testing for teams and users page (#5103)
* initial setup

* added teams e2e flow

* fix some fliky test

* removed only key word

* added users page flow

* removed 'only' key word

* wait time fix
2022-05-24 18:55:17 +05:30
Sachin Chaurasiya
a694dd5a04
Fix #5114 UI : Broken link for users on request description for conversations (#5115) 2022-05-24 16:38:19 +05:30
Sachin Chaurasiya
06b27d0a42
Fix #5110 UI : Hide bots link from setting dropdown if user is not an admin (#5113) 2022-05-24 00:32:27 -07:00
darth-coder00
89371344ad
Fix #4834: Inconsistencies and improvements (#5106) 2022-05-23 14:08:57 -07:00
Ayush Shah
e54ef3f83e
Fixes concurrent memory consumption (#5096) 2022-05-23 19:41:50 +05:30
Sachin Chaurasiya
fc0bdb1be2
UI : Add emoji support for feed editor (#5076) 2022-05-22 22:27:21 -07:00