4793 Commits

Author SHA1 Message Date
Chirag Madlani
a034a979f1
Fix: #16742 - allow all the tier tags to be assign on entity (#16823)
* fix(ui): consider all the tags as tier which are children of Tier classification

* add playwright

* wip tier cleanup

* fix async select list loading issue

* address comments

* update variable
2024-06-28 11:10:47 +05:30
Chirag Madlani
1f1dfd42af
fix(ui): fix duplicate options with selected option for teams (#16773) 2024-06-27 11:33:01 +00:00
Chirag Madlani
ce6870d906
Fix: #16380 support TestSuite redeploy option from UI (#16721)
* Fix: #16380 support TestSuite redeploy option from UI

* move pipelines to settings page

* fix

* add playwright

* update playwright to use dynamic data instead sample data
2024-06-27 11:18:20 +00:00
Sachin Chaurasiya
f744705c41
test: add e2e playwright test for collect endpoint (#16816)
* test: add e2e playwright test for collect endpoint

* refactor: Improve collect endpoint e2e test
2024-06-27 16:07:04 +05:30
Aniket Katkar
7a68ee30e0
Fix #16471: Form validation message and alert bug fixes and improvements (#16761)
* Fix the styling issue for the teams and user selection component in the alert form

* Fix the incorrect field names in form error messages

* Fix and modify cypress tests

* Fix the incorrect util function import

* update the field name in form validation message

* Update proper assertions
2024-06-27 15:47:51 +05:30
Aniket Katkar
fd942a27a6
Minor: Fix user details page bugs (#16358)
* Fix the empty string passed to the API when no displayName input is provided

* Fix no characters displaying in the avatar when displayName is an empty string

* Add tests for user page bug fixes

* Resolve comments

* Fix the failing unit tests
2024-06-27 15:47:45 +05:30
Karan Hotchandani
607440f804
Lineage improvements (#16785)
* lineage improvements

* show deleted icon on node

* fix reposition of nodes

* add lineage playwright

* fix tests

* add playwright

* fix flaky tests

* fix repositioning

* feedbacks
2024-06-27 15:32:58 +05:30
harshsoni2024
afec7703cc
Fix #11888: Apache flink connector (#16601) 2024-06-26 19:21:16 +05:30
Ashish Gupta
3019ea312e
#16731: fix task feed card not opening in right panel after click (#16738)
* fix task feed card not opening in right panel after click

* added playwright test

* changes as per comments

* changes as per comments
2024-06-26 17:02:30 +05:30
Shailesh Parmar
b29b69531b
Minor: Added whats new content for 1.4.4 (#16787) 2024-06-25 14:57:24 +05:30
Shailesh Parmar
04d3720df9
Display inspection query (#16766)
* Display inspection query

* added reset for global state

* fixed test failure
2024-06-25 11:09:53 +05:30
Mohit Yadav
b05d29ccee
[DuplicateLogin] User name issue for loggedInUserApi (#16762)
* User Email Based lookup for loggedInUser

* Add Unique on name

* support email only login

* fix cypress

* fix playwright

* reset user for 404
inject enableSelfSignup for auth config

* Add Self Signup Flag

* Add error messages

* Better check

* Change to Custom Exception Message

* Update message as suggested

* fix claim issue for confidential type

* fix sonar

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-06-24 18:21:32 +05:30
Teddy
3c186e2a2c
fix: updated profiler doc link in workflow (#16770) 2024-06-24 14:13:00 +02:00
sonika-shah
70cab0ac1b
Feat: Add glossary level tasks listing (#16673)
* Feat: Add glossary level tasks listing

* add playwright tests

* update owner label

* fix owner label consistency

* fix playwright tests

* fix unit tests

* fix flaky tests

* minor fix

* fix flaky tests

* fix review comments

* fix tests

* fix tests

* add playwright to approve task

* sync feed count

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-06-24 17:41:28 +05:30
Suman Maharana
5bd48fcc34
Fixes #14065 : Added DBT Cloud connector (#16705) 2024-06-21 17:16:47 +05:30
Suman Maharana
f88f929855
Fixes #14065 : Added DBTCloud Connector docs (#16733) 2024-06-21 10:58:52 +05:30
Imri Paran
b960b60965
Fix #16421: add tableDiff test case (#16554)
* feat: add tableDiff test case

This changed introduces a "table diff" test case which
compares two tables and fails if they are not identical.
The similarity is made based on a specific "key" (because the test only makes sense when performed on ordered collections).

1. Added the `tableDiff` test definition.
2. Implemented a "runtime" parameters feature which injects additional parameters for the test at runtime.
3. Integration tests (because of course).

This feature was not tested end-to-end yet because "array" data

* pydantic v2

* format

* format

* format and added data diff to setup.py

* format

* fixed param issue which has type ARRAY

* fixed runtime_parameter_setter

* moved models to parent directory

* handle errors in table diff

* fixed issue with edit test case

* format

* added more details to pytest skip

* format

* refactor: Improve createTestCaseParameters function in DataQualityUtils

* fixed unit test

* removed unused fixture

* removed validator.py

* fixed tests

* added validate kwarg to tests_mixin

* removed "postgres" data diff extra as they interfere with psycopg2-binary

* fixed tests

* pinned tenacity for tests

* reverted tenacity pinning

* added ui support for test diff

* fixed dq cypress and added edit flow

* organized the test case

* added dialect support

* fixed tests

* option style fix

* fixed calculation for passing/failing rows

* restrict the tableDiff test to limited services

* set where to None if blank string

* fixed where clause

* fixed tests for where clause

* use displayName in place of name in edit form

* added docs for RuntimeParameterSetter

* fixed cypress

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-06-20 16:54:12 +02:00
Sachin Chaurasiya
870bb8c3f2
minor(#16099): when adding team give user option to configure the isJoinable field (#16722)
* minor(#16099): when adding team give user option to configure the isJoinable field

* chore: add helper text for public team field

* test: add test for create team

* fix: playwright test
2024-06-20 18:46:59 +05:30
Ashish Gupta
cd5d8dfa06
fix user cypress failure (#16728) 2024-06-20 16:41:15 +05:30
Sachin Chaurasiya
1ad1d820d8
test: fix custom properties spec (#16732) 2024-06-20 15:07:27 +05:30
Ayush Shah
c9a017d8db
#16720: Add Support for Salesforce SSL (#16719) 2024-06-20 12:10:41 +05:30
IceS2
f0049853ec
FIXES 14885: Initial deltalake implementation for s3 (#16665)
* Initial deltalake implementation for s3

* Fix styles

* Fix test_amundsen

* Fix UnitTests

* Fix Checkstyle

* Fix integration tests due to datalake client refactor

* Fix unit tests

* Fix tests

* Fix Integration DeltaLake Storage test

* Skip delta storage integration test for python 3.8

* DeltaLake JSONSchema changes migrations

* Update import name

* Add some comments based on sonarcloud suggestions

* Update DeltaLake documentation

* Resolve some comments
2024-06-20 12:08:21 +05:30
Ashish Gupta
25efd7641e
fix cypress for dataModelVersionPage (#16715) 2024-06-19 19:45:56 +05:30
Mohit Yadav
53407fb681
[Issue-16642] Add Claim Mapping to uniquely identifty username and email from claims (#16643)
* - Add Claim Mapping to uniquely identift username and email from claims

* - Null Check

* - Add field to yaml

* - Fix issue with token being null

* - Auth Code Flow Fix

* support jwtPrincipleClaimMapping from UI

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-06-19 13:13:09 +05:30
Ashish Gupta
11b535bc6b
#16477: fix deleted user profile not showing (#16592)
* fix deleted user profile not showing

* logout currentUser if he deleted himself

* supported unit test for the deleted user

* supported playwright test for manage user from profile page

* remove unwanted class

* fix flaky failure and changes made as per comments

* changes as per comments
2024-06-18 18:05:56 +05:30
Ashish Gupta
b0517740a0
fix cypress failure for teams drag and drop (#16693) 2024-06-18 16:44:27 +05:30
dependabot[bot]
ca5fd1a156
Bump ws from 7.5.3 to 7.5.10 in /openmetadata-ui/src/main/resources/ui (#16691)
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.3...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 12:47:44 +05:30
Shailesh Parmar
282327cf27
playwright: migrate glossary version page spec (#16671) 2024-06-18 11:38:46 +05:30
gpby
db959c33a6
Add Teradata connector docs (#16672)
* Add Teradata doc to ui

* Add Teradata doc
2024-06-17 17:47:04 -07:00
Aniket Katkar
26ac849d7f
Minor: Fix incorrect alert on signup page (#16666) 2024-06-15 20:42:41 +05:30
Mohit Yadav
1dcb1bd46f
- Update What's new (#16669)
- fix vulnerability
2024-06-15 12:01:40 +05:30
Shailesh Parmar
7145136626
Cypress: Fixed AUT failure (#16660)
* Cypress: Fixed AUT failure

* minor change

* minor owner fix

* fix glossary cypress failure

---------

Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-06-14 19:12:22 +05:30
Shailesh Parmar
18ee2b8ff2
playwright: improve the existing playwright test (#16650)
* playwright: improve the existing playwright test

* pw improvement

* minor change

* reduce the scope of custom property

* reduce scope of custom property test

* addressing comments

* updated response timeout
2024-06-14 11:55:59 +05:30
Sachin Chaurasiya
55cd180ffa
feat(#16208): custom properties for Dashboard Data Models (#16628)
* feat(#16208): custom properties for Dashboard Data Models

* chore: update the padding for custom properties tab content

* Backend : Support extension field for dashboardDataModel

* ui: update ui to fetch the extension data

* feat: show custom properties on right panel

* chore: add custom properties in version page

* test: add playwright test for data model custom properties

* test: remove duplicate checks

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-06-13 20:51:47 +05:30
Sachin Chaurasiya
de9822e7f3
test: fix cypress test aut (#16618)
* test: fix cypress test aut

* fixed aut failure

* fix user cypress failure due to autofocus on feed description

* changes as per comments

* fix: custom properties after hook api call

* Fix observability alert test

* update the addOwner function to avoid flakiness

* fixed Data insight and glossaryVersion page cypress

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-06-13 15:47:09 +05:30
Sachin Chaurasiya
eb3b1cba7d
feat: entity resizable panel part 1 (#16558)
* feat: entity resizable panel

* chore: sync locale files

* chore: update resizable panel styles

* chore: comment out unused CSS transition in resizable-panels.less

* chore: Update TableDetailsPageV1 component imports

* chore: Update resizable panels in entity details component

* feat: add resizable panel in explore page

* chore: update resizable panels styling in existing components

* feat: add resizable panel in glossary and glossary terms page

* feat: add resizable panels in activity feed tab component

* fix: tab content height for activity feed

* feat: add resizable panels in domain page

* feat: add resizable panels in domain page part 1

* feat: Add hideSecondPanel prop to DataProductsDetailsPage and DomainDetailsPage components

* chore: hideSecondPanel on explore page if summary if not available

* chore: remove unused css

* feat: add resizable panel in queries component

* fix: panel container height issue

* refactor: Update app.less styles for entity resizable right panel container
2024-06-12 21:49:57 +05:30
Karan Hotchandani
9c1ad06ceb
Domain flaky cypress fix (#16630)
* fix domain flaky cypress

* fix domain cypress
2024-06-12 21:28:15 +05:30
Shailesh Parmar
af88b61aca
playwright: updated entity spec with custom property test (#16621)
* playwright: updated entity spec with custom property test

* optimise the code

* fixed playwright failure

* addressing comment
2024-06-12 18:51:40 +05:30
Aniket Katkar
dc31717b16
OSS changes for adding automator cypress tests (#16611) 2024-06-11 19:57:11 +05:30
Sachin Chaurasiya
8c173bed6a
test: add updateJWTTokenExpiryTime util (#16606) 2024-06-11 17:49:16 +05:30
Shailesh Parmar
95e5177939
playwright: announcement-click-issue (#16587)
* playwright: announcement-click-issue

* skip redirection flow for announcement
2024-06-11 16:57:23 +05:30
Shailesh Parmar
8d81c0068d
playwright: migrate entity, database and service spec (#16584)
* playwright: migrating entity spec

* added test for customProperty

* added custom property test

* add boolean for slow test

* add comment
2024-06-11 16:57:09 +05:30
Shailesh Parmar
0b205faefc
cypress: fixed 1.4.2 AUT cypress (#16602)
* cypress: fixed 1.4.2 AUT cypress

* fix cypress around announcement,user,glossary, lineage and mydata

* searchIndexApplication fix and minor changes

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-06-11 16:00:51 +05:30
Karan Hotchandani
4c8bf1cac1
Updating glossary reviewers should propagate reviewers in glossary term (#16580)
* highlight inherited reviewer in glossary

* locales

* use glossary name for search query

* fix glossary version cypress

* add union datatype for subfields

* Adding reviewer to glossary also adds them as an assignee to the task

* add glossary approval cypress

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-06-09 22:18:06 -07:00
Shailesh Parmar
1f9e87a938
cypress: fixed flakiness and announcment cypress (#16579) 2024-06-09 19:54:06 +05:30
Shailesh Parmar
fe964e3ee4
playwright: fixed AUT announcement test (#16564)
* playwright: fixed AUT announcement test

* fixed announcment and owner selection
2024-06-09 19:51:11 +05:30
Ashish Gupta
c86468d992
what's new for 1.4.2 (#16568) 2024-06-07 21:18:49 +05:30
Ashish Gupta
119fcf8959
fix owner not showing after refersh in teams page (#16567) 2024-06-07 15:29:13 +05:30
Ashish Gupta
98945cb2db
#16521: fix issue in userProfilePage for roles. teams and displayName (#16527)
* fix update on roles and backlink them in user profile page

* fix teams, displayName and profile pic issue

* sonar fix

* fix cypress issue

* minor changes
2024-06-06 23:03:55 +05:30
Mohit Yadav
9ec3d94e3b
[FIX] GlossaryTerm reviewers should be user or team only (#16372)
* add teams as reviewer

* Check Users to be reviewers

* Reviewers can be a team or user

* Fix check by id or name

* Review can be team or user both

* Validate Reviewers

* add multi select control

* - Fix Reviewers

* - Centralize Reviewer Relationship to EntityRepository

* - Sort

* add team as reviewer for glossary terms

* locales

* cleanup

* - Update Reviewer should remove existing reviewers

* fix selectable owner control

* fix code smells

* fix reviewer issue

* add glossary cypress

* fix patch issue on reviewers set to null

* update cypress tests

* fix cypress

* fix cypress

* fix reviewers in glossary task and supported cypress

* fix pytest

* Fix

* fix cypress

* fix code smells

* Inherited Reviewers need to be present always

* filter out inherited users

* fix cypress

* fix backend tests failure

* fix backend tests failure -checkstyle

* restrict owner to accept task in case of reviewer present

* fix pytest

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-06-06 20:23:37 +05:30