4793 Commits

Author SHA1 Message Date
Sachin Chaurasiya
a72d502cb5
fix: Teams and owner fields are not being passed in the policy API call. (#17880) 2024-09-18 01:51:47 +05:30
dependabot[bot]
4d9759495e
Bump dompurify in /openmetadata-ui/src/main/resources/ui (#17868)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.10 to 3.1.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.10...3.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-18 01:51:25 +05:30
Chirag Madlani
46550b3a88
fix(ui): overriding user info after login (#17825)
* fix(ui): overriding user info after login

* fix displayName override unnecessarily

* address comments

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

* fix MSAL login and refresh token issue

* remove unwanted changes

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-09-17 19:16:59 +05:30
Chirag Madlani
ed08b27a41
fix(ui): security vulnerability for ui packages (#17856)
* fix(ui): security vulnerability for ui packages

* revert quill package changes

* skip DataSteward due to issue in the app

* increase worker to 4
2024-09-17 18:15:29 +05:30
Ashish Gupta
49323ed5bc
fix failing playwright test (#17881) 2024-09-17 16:01:58 +05:30
Chirag Madlani
d5507ca44f
Revert "#16465: supported resize column in glossary tables" (#17878)
* Revert "#16465: supported resize column in glossary tables (#17794)"

This reverts commit a1a8d9331632f854fcd22db414f9d74285478175.

* need util changes for fix

* update machine to 4
2024-09-17 14:34:09 +05:30
Ashish Gupta
a1a8d93316
#16465: supported resize column in glossary tables (#17794)
* supported resize column in glossary tables

* added right border in resizable table column

* fix glossary drag and drop spec flaky

* minor css fix as previous border style applied to all table and not only resizable one

* fix type conditions

* added the import for get

* skip tests due to code change required

* fixme EntityDataSteward spec
improve worker to 4

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-17 00:17:21 +05:30
Sachin Chaurasiya
eb7b1d5ea0
minor: remove suggestion api from UI (#17857)
* minor: remove suggestion api from UI

* increase the page size to 10

* fix : unit test

* update playwright tests and getUserAndTeamSearch params

* added playwright for team search

* fix activity feed failure

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-09-16 21:36:42 +05:30
Shailesh Parmar
e78450a5ec
Playwright: fixed Tags AUT test (#17852) 2024-09-16 18:00:12 +05:30
Ayush Shah
2feb7d04ca
MINOR: Add Matillion SSL + Docs implementation (#17792) 2024-09-16 12:57:12 +05:30
Sriharsha Chintalapani
c34545adeb
Issue-15768: Support Metric Entity (#17680)
* Issue-15768: Support Metric Entity

* Issue-15768: Support Metric Entity

* Issue-15768: Support Metric Entity

* Fix tests

* Fix tests

* Fix tests

* Minor: Fix tests

* ui: add metricsAPI rest utils

* ui: metric list page part 1

* feat: Add metric translations for multiple languages

* chore: Add "metric" field to SearchIndexingApplication schema

* ui: add create metric page

* ui: metric details page patch 1

* ui: add custom property and lineage support for metric entity

* ui: add expression component

* ui: add metric summary component

* chore: Update tab labels in MetricDetails and MetricVersion components

* ui: show other info like metric type, granularity, etc

* feat: Add support for metric entity in search dropdown

* feat: Rename custom property to Metric in MetricEntity.md

* feat: Add OwnerLabel component to MetricListPage

* Fix expression field in Metric

* chore: update expression to metricExpression

* ui: add metric header component with edit option

* Add metric to SearchIndexApp

* chore: Update expression to metricExpression

* ui: allow metric expression edit

* ui: update metric icon

* minor improvements

* Fix lineage indexing for Metric

* Update GlobalSettingsClassBase.ts to use MetricIcon for metrics in the global settings menu

* Fix error handling in MetricListPage component

* add related metrics

* minor improvements

* Fix relatedTerms patch

* Fix relatedTerms validation

* Add Boolean for deleted

* filter active entity from related metric list

* playwrite e2e part 1

* Refactor MetricSummary component to include RelatedMetrics in the summary panel

* test: add playwright test for metric special cases

* Add 'Metrics' to Explore Tree

* test: add e2e for add metric page

* test: add test for metric listing page content

* Add Boolean for deleted, remove deleted from suggests

* Refactor LineageProvider to handle deleted flag properly

* add playwright for metric listing

* fix test

* Add colored metric icon and update its usage in GlobalSettingsClassBase

* Fixed py_test test_ometa_endpoint for metric

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: SumanMaharana <sumanmaharana786@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-09-16 11:36:31 +05:30
k.nakagaki
3d8e30142c
Fixes 8428: make it possible to choice a sampling method type when we create profile ingestion for the Snowflake (#17831)
* Add test for existing code

* Add sampling method at ingestion.

* add samplingMethodType into UI

* modify init method to use new parameter.

* create descriptions

* execute isort

* fix an unintended change.

* apply py_format

* close section

* specify  init arguments

* fix bug

* apply py_format

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-09-15 21:51:17 +02:00
Ashish Gupta
08c13e5333
playwright improvement in activity feed spec (#17842) 2024-09-15 19:43:21 +05:30
Chirag Madlani
a109191c90
fix(ui): security vulnerability for root yarn.lock (#17847) 2024-09-15 18:27:07 +05:30
Shailesh Parmar
402e58ef36
Playwright: fixed AUT testCases spec (#17844) 2024-09-15 18:23:51 +05:30
Chirag Madlani
370ee13a24
fix(ui): security vulnerability for ui package.json (#17845) 2024-09-15 14:24:17 +05:30
Shailesh Parmar
414e19b6bd
Removed cypress form the project (#17839) 2024-09-15 13:12:53 +05:30
Chirag Madlani
e5a557dc8f
minor(ui): Bump react version to 17 (#17834)
* minor(ui): Bump react version to 17

* bump test libraries

* revert postinstall step

* fix tests

* address comments

* fix tests
2024-09-15 11:52:55 +05:30
Ashish Gupta
15a6b4b2cd
migrated team spec to playwright (#17838)
* migrated team spec to playwright

* migrate teams spec

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-09-13 23:43:24 +05:30
Karan Hotchandani
9471ddd52e
fix playwright test issues (#17836)
* fix playwright test issues

* cleanup

* fixed wait issue in test cases spec

* fix AddRoleAndAssignToUser spec failure

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-13 20:12:56 +05:30
Aniket Katkar
c7dd060607
Minor: Alert e2e playwright migration (#17664)
* Fix the alert details page disabled edit action

* Localization change for other languages

* Migrate Alert cypress to playwright

* remove the cypress and fix ObservabilityAlert spec
2024-09-13 19:15:35 +05:30
Ashish Gupta
dbbd932cf7
migration: fully migrated customize landing page to playwright (#17803)
* fully migrated customize landing page to playwright

* changes made as per comments
2024-09-13 14:46:30 +05:30
Chirag Madlani
17744f42dc
feat(ui): support refresh with multi tabs open (#17782)
* feat(ui): support refresh with multi tabs open

* address comments

* fix clientType error

* fix unit tests

* add version miss match alert for seamless experience

* update variable values

* use custom hook for location

* patch DataInsight app before running it

* fix addRoldeAndAssignToUser flaky test failure
2024-09-13 14:16:42 +05:30
Shailesh Parmar
015953f576
playwright: fixed AUT test for 1.5.4 (#17833)
* playwright: fixed AUT test for 1.5.4

* fix team drag drop flaky

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-09-13 13:35:45 +05:30
Shailesh Parmar
0e75a9cceb
playwright: migrate permission spec to playwright (#17795)
* playwright: remove organisation policy and role before staring the playwright test

* added default role as data consumer

* fixed failing test

* keeping org policies as it is.

* migrate permission spec

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-13 11:24:28 +05:30
Chirag Madlani
5b117539f8
ui: playwright increase test timeout 2024-09-13 02:18:24 +05:30
Karan Hotchandani
67820a2aa7
fix playwright tests for search and owners (#17816)
* fix playwright tests

* fix tests

* fix minor tests
2024-09-13 01:46:05 +05:30
Sachin Chaurasiya
681a15c4a5
minor: update custom property entities data model, data product and database schema icon (#17812)
* minor: update custom property entities data model, data product and database schema icon

* remove unused icon
2024-09-12 23:54:48 +05:30
Shailesh Parmar
fda7e1ecb9
playwright: fixed failing aut test in main (#17818)
* playwright: fixed failing aut test in main

* fix myData spec failure

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-12 23:42:20 +05:30
Ashish Gupta
16e25bc469
what's new for 1.5.4 (#17826) 2024-09-12 22:31:17 +05:30
Ashish Gupta
5999ccf716
fix(ui): unable to access import glossary page (#17823)
* fix the glossary import page not showing

* added playwright test for glossary import export
2024-09-12 22:17:10 +05:30
Ashish Gupta
5c7ab993e8
modify bot playwright test to stepper mode from parallel (#17811)
* skip bot playwright test

* change spec from parallel mode to stepper mode with the default admin account

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-09-12 20:41:51 +05:30
Shailesh Parmar
d785276b8e
Minor: improve UI of filters in test case graph (#17775) 2024-09-12 14:23:51 +00:00
dependabot[bot]
5d972789ea
Bump express in /openmetadata-ui/src/main/resources/ui (#17813)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-12 17:55:33 +05:30
Teddy
e066929ff7
GEN-1380 - Implement support for date_histogram aggregation (#17738)
* feat: indexed test case results

* feat: added indexation logic for test case results

* style: ran java linting

* fix: IDE warnigns

* chore: added test case results migration

* style: ran java linting

* fix: postgres migration column json ref

* empty commit to trigger queued

* feat: add support for date_histogram aggregation

* style: ran java linting

* chore: clean up conflicts

* fix: move from iterator loop to forEach

* fix: removed comment

* style: ran java linting
2024-09-12 13:11:30 +02:00
Ashish Gupta
fd2b080ed6
migrated myData spec to playwright (#17808)
* migrated myData spec to playwright

* remove unwanted test block
2024-09-11 18:58:11 +05:30
Shailesh Parmar
504b84138b
playwright: fixed failing aut of 1.5.4 (#17798)
* playwright: fixed failing aut of 1.5.4

* fixed failing AUT test

* minor fix
2024-09-11 18:22:35 +05:30
Shailesh Parmar
25ff2d7b9c
#1654 Add a search field in Profiler & Data Quality (#17785)
* #16547 Add a search field in Profiler & Data Quality

* fixed failing playwright test

* fixed unit test
2024-09-11 16:35:28 +05:30
harshsoni2024
4f57f4e710
GEN-309: OpenAPI Connector (#17754)
* configure api service metadata

* add rest api service

* fix test con. pyformat changes

* add models, fix test con.

* improve test con.

* add docs, side doc

* fix model data parse, url error fix

* add tests

* fix pytest errors

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-09-11 13:36:53 +05:30
Ashish Gupta
8ad79ad54e
supported left panel resizable panel in some entities (#17772) 2024-09-11 07:27:59 +00:00
Ashish Gupta
5cb897fc28
migrated team-drag-drop spec in playwright (#17780)
* migrated team-drag-drop spec in playwright

* remove the cypress file since the migration is done
2024-09-11 07:27:33 +00:00
Shailesh Parmar
b08836efa0
Migrate: All the version page test to playwright (#17765)
* Migrate: classification version page to playwright

* removed migrated test

* add manual wait before run

* migrate all the version page test to playwright

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-10 14:13:21 +05:30
Sachin Chaurasiya
2b24c91e2a
feat: add support for running application in subpath (#17434)
* chore: add support for running application in subpath

* refactor code

* chore: Fix isTourRoute function to handle APP_SUB_PATH

* chore: Update RouterUtils and useCustomLocation for better pathname handling

* test: fix unit tests

* chore: Update useLocationSearch test to use useCustomLocation

* test: add unit test for useCustomLocation Hook

* chore: Update UnAuthenticatedAppRouter and WebAnalyticsUtils for useCustomLocation hook

* minor improvement
2024-09-09 14:39:01 +05:30
Chirag Madlani
3a665f5fa5
minor(ui): what's new updated for 1.5.3 (#17762) 2024-09-09 14:35:46 +05:30
Ashish Gupta
d904fe2b10
migrated TeamHierarchy cypress to playwright (#17759) 2024-09-09 13:16:43 +05:30
Shailesh Parmar
ae9de3057d
Migrate: tags spec to playwright (#17758) 2024-09-09 11:48:27 +05:30
Prajwal214
1c90eaaf3d
Docs: Updated Domain in Docker Compose & Docs (#17603)
* Minor: Updating Domain in Docker Compose & Docs

* replace openmetadata to open-metadata

---------

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-09-09 11:47:09 +05:30
Shailesh Parmar
2dd7892183
Migrate: Data quality and profiler test to playwright (#17705)
* Migrate: Data quality and profiler test to playwright

* migrate profiler ingestion

* migrated test cases to playwright

* migrate filter test from data quality

* migrate domain filter test
2024-09-07 16:18:10 +00:00
Shailesh Parmar
7a065aedc7
playwright: fixed failing AUT test incidentManager and queryEntity (#17749)
* playwright: fixed failing AUT test incidentManager and queryEntity

* remove flakiness by adding manual wait in service ingetion
2024-09-07 14:28:04 +00:00
Sachin Chaurasiya
8568eaf653
test: migrate recently viewed spec to playwright (#17741) 2024-09-06 21:20:36 +05:30