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
Shailesh Parmar
bec87bb1b1
E2E testing: Refactor cypress test ( #5087 )
...
* cypress test
* miner fix
* seprated the entity test
* fix failing cypress
* fix recent view test
* remove record
2022-05-22 10:36:43 +05:30
Vivek Ratnavel Subramanian
ec755f1187
Cypress: Enable chrome instead of Electron ( #5086 )
2022-05-21 01:27:57 -07:00
Vivek Ratnavel Subramanian
0b713f37bf
Revert "Cypress: Use Chrome headless instead of electron ( #5084 )" ( #5085 )
...
This reverts commit ab1876c5514efeb589c4449d2f2a0d392c781766.
2022-05-21 00:18:26 -07:00
Vivek Ratnavel Subramanian
ab1876c551
Cypress: Use Chrome headless instead of electron ( #5084 )
2022-05-21 00:07:05 -07:00
darth-coder00
4e5ae67ceb
Fix: Adding Glossary Term into Parent Glossary Term redirects to blank(null) UI ( #5082 )
2022-05-21 11:22:22 +05:30
darth-coder00
3ee279fa70
Fix: UI Should show other tags if the glossary search index fails. ( #5081 )
2022-05-21 11:20:07 +05:30
Vivek Ratnavel Subramanian
e23bb5d0f4
Cypress: Skip flaky tests ( #5080 )
2022-05-20 16:24:06 -07:00
Suresh Srinivas
c939360d1b
Upgrade dependencies ( #5079 )
2022-05-20 15:05:10 -07:00
Shailesh Parmar
8be4507006
Fix: Cypress failing tests ( #5078 )
2022-05-20 14:33:55 -07:00
Sachin Chaurasiya
51139b5bcf
Fix#5038 Dashboard lineage edit button is overlapping the conversation for add tags ( #5062 )
2022-05-20 13:54:43 +05:30
Vivek Ratnavel Subramanian
7c07391c06
Cypress: Fix any flakiness and add Kafka schema registry url ( #5063 )
2022-05-20 01:20:50 -07:00
darth-coder00
fbf9b8609a
Fix #4443 : Swagger APIs must work in secure mode ( #5059 )
2022-05-20 11:44:18 +05:30
Sachin Chaurasiya
241df76cae
Fix : UI manual Lineage Editor Issues ( #4532 )
...
* Fix : UI manual Lineage Editor Issues
* Keep node if only edge is deleted.
* Adding hidden handler
* Add invisible handle on custom node
* Fix funtion name typo
* Fix node overlapping issue
* Fix #3508 Manual Lineage Editor: Do not reorganize the graph as the user is connecting the nodes
* Fix code smell
* Minor Fix
* Styling fix
* Fix Flaky state issue
* Refactor onConnect Method
* Fix duplicate edge and node issue
* Fix Failing Unit test
* Fix confirmation modal source and target node name issue
* Add check for isNode in Element Click Handler
* Add makeEdge Helper
* Add JSDoc for helper methods
* Remove onElementsRemove prop
* Refactor node remove button
* Move util method to util file
* Allow users to delete edge and node separately
* Add unit test
* Fix Node Styling
* Minor Fix
* Add invisble edges
2022-05-20 10:08:31 +05:30
Vivek Ratnavel Subramanian
71af1f3ef5
Security: Improve Azure SSO login UX ( #5052 )
2022-05-19 16:14:22 -07:00
darth-coder00
372bc340c7
Fix: UI add generated TS to ignored files ( #5049 )
...
* Ignored files
* Add generated TS to ignored files
2022-05-20 00:18:58 +05:30
darth-coder00
9fc612e013
Optimising generation of typescripts from schema and as prebuild script ( #5037 )
...
* Adding json2ts as prebuild script
* Add generated TS to gitignore
* Fixing CI errors
* Fix Sonar CI
* Bumping metadata version
* Fixing sonar CI
* Fix json2ts script
* Revert gitignore
* prettify
* Fix CI build failures
* Removing unnecessary changes
* Add pre-script for coverage
2022-05-19 21:23:39 +05:30
Shailesh Parmar
f4d757a7a4
fixed issue-4951: Unwanted entries for My Data section on User Profile page and assets tab in teams details ( #5043 )
2022-05-19 19:07:23 +05:30
Shailesh Parmar
1dd86e7958
Added E2E test for entity delete flow for all the entity ( #5039 )
...
* added e2e test for entity delete flow for all the entity
* addressing comment
2022-05-19 17:34:32 +05:30
Shailesh Parmar
556848910e
Added cypress test for home page - part 2 ( #5026 )
2022-05-18 10:50:41 -07:00
darth-coder00
ce89e8499e
Fix #4781 : forms text fields looks like it has space in the beginning ( #5020 )
2022-05-18 17:52:28 +05:30
Shailesh Parmar
ee3f267e96
Added support for minute level selection for ingestion scheduler ( #4994 )
...
* Added support for minute level selection for ingestion scheduler
* fix sonarCloude
* addressing comment
* fixing failing test
2022-05-18 13:31:08 +05:30
Shailesh Parmar
bcdae71eb0
Added cypress test for home page - part 1 ( #5004 )
2022-05-17 23:52:50 -07:00
darth-coder00
346fc82e76
Fix for updated typescript references of table and tests ( #4997 )
2022-05-17 18:24:14 -07:00
darth-coder00
b2e517f846
Fix: invalid schema and removed typescript references ( #4979 )
2022-05-17 15:11:44 +05:30
darth-coder00
5acb443d4a
UI: Add support for User's profile image everywhere ( #4856 )
2022-05-16 22:50:49 -07:00
Sachin Chaurasiya
4b71ba4965
Fix #4718 UI: Link in the @mention of user refreshes the whole page ( #4992 )
2022-05-16 22:46:19 -07:00
darth-coder00
fef5f7bf67
Fix #4832 : update the Elastic Search error page links and unit tests ( #4982 )
2022-05-16 22:00:22 -07:00
Sachin Chaurasiya
6315f454b3
Fix #4964 UI : Add unit tests for bot listing and bot details page. ( #4974 )
2022-05-16 21:58:50 -07:00
Shailesh Parmar
61cc1822fc
UI: Unit test for TeamsAndUsersPageComponent
with 93.59% Statement coverage ( #4971 )
2022-05-16 21:56:28 -07:00
Vivek Ratnavel Subramanian
8934f1e361
Security: Fix Azure SSO and support refresh tokens ( #4988 )
2022-05-16 17:36:53 -07:00
Sachin Chaurasiya
f3c8a67e6b
Fix #4963 UI : Lineage Node table with a slash (/) in their name throwing 404 error ( #4965 )
2022-05-16 14:47:48 +05:30
Vivek Ratnavel Subramanian
c374bc9b17
Cypress: Remove parellelization ( #4959 )
2022-05-16 13:23:02 +05:30