2150 Commits

Author SHA1 Message Date
sonika-shah
8f5ca552e3
Get feed and count data of soft deleted user (#17135) 2024-07-23 10:19:02 +05:30
Mayur Singal
5140203311
Fix #16692: Override Lineage Support for View & Dashboard Lineage (#17064) 2024-07-22 20:42:38 +05:30
Suman Maharana
d3ea1ead01
Fix #12677: Added Synapse Connector - docs and side docs (#17041) 2024-07-22 12:35:46 +05:30
Mohit Yadav
ca6661b742
Add Alert Name to Publishers (#17108)
* Add Alert Name to Publishers

* Fix Test
2024-07-20 18:51:58 +05:30
Teddy
b568444d5e
fix: handle potential null pointer in test case reindex (#17100) 2024-07-19 13:07:48 +02:00
Mohit Yadav
75fcb03041
Fix Condition for deleted App (#17096) 2024-07-19 12:38:54 +05:30
Teddy
13daa3668a
Fix: test case indexing -- remove changeDescription from testSuites list (#17083)
* fix: test case indexing -- remove changeDescription from testSuites list

* fix: change type to interface

* style: ran java linting
2024-07-19 08:19:45 +02:00
Mohit Yadav
b1620e682a
Fix Users Issue due to capital names (#16828)
* Fix Users Issue due to capital names

* Fixed Tests

* No lowercasing name

* Revert

* toLowerCase

* fix email casing from UI side on basic auth

* compare lowercase email only from the loggedInUser

* address comments

* Updated LowerCase UserName on updates

* revert ui changes

* Migrate Name and Email

* cypress failure

* fix glossary test

* fix activity feed test

* Compare by Lowercasing Email and username

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-07-19 11:39:09 +05:30
Mohit Yadav
8561022c70
Add Sync Option in OpenmetadataOperations (#17089) 2024-07-19 01:17:12 +05:30
Mohit Yadav
c7710481b5
Fix App Issue (#17088) 2024-07-19 01:17:03 +05:30
Mohit Yadav
28218ec612
Ignore Entity No Change Events (#17087) 2024-07-19 01:16:50 +05:30
Mohit Yadav
ebdd7f7fd9
Centralize OIDC Flow to handler, and refresh logic (#17082)
* Centralize OIDC Flow to handler, and refresh logic

* Remove forced condition

* Return on success
2024-07-18 23:53:50 +05:30
Teddy
e4b31f9d65
fix: supportedDataType PSQL query (#17069) 2024-07-18 16:47:05 +02:00
Sachin Chaurasiya
552983446a
minor: add apiService, apiEndpoint and apiCollection entity SearchIndexingApplication-collate.json (#17067) 2024-07-18 17:20:48 +05:30
Teddy
cbfdd54057
fix: test case summary update on test result PUT (#17053) 2024-07-17 18:47:33 +02:00
Mohit Yadav
5a959836a8
Fix Issue in Import Table (#16974) 2024-07-16 18:47:19 +05:30
sonika-shah
692c21f2f3
Fix #15735: Glossary,Term, Classification,Tag rename operation fixes (#16874)
* Fix #15735: Glossary,Term, Classification,Tag rename operation fixes

* add playwright for rename

* make description fields mandatory even if it contains whitespaces

* fix review comments

* hide edit button for system apps

* fix glossary owner reviewer spacing

* fix glossary term permission issue

* rename function to entityRelationshipReindex

* fix merge errors

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-07-16 17:20:36 +05:30
sonika-shah
0853e4b5b9
Fix exact FQN matching for alert filter -filterByTableNameTestCaseBelongsTo (#17034) 2024-07-16 08:26:19 +02:00
Teddy
924a100ab4
[GEN-876] Implement DQ dimension filter for test cases (#17032)
* fix: typo in key for data dimension

* fix: table test key typo in data dimension

* fix: typo in migration util

* fix: add filter test cases by dimensions in search API

* style: ran java linting
2024-07-16 08:12:39 +02:00
Siddhant
d10c129ed3
Fixes 16622 - tests for EventSubscription for different resources with filters (#17014)
* Implemented TemplateProvider.

* validating templatePlaceholders.

* Refactor: Update query to fetch documents for EmailTemplate type. Implemented a function that retrieves documents from doc_store for documents of type "EmailTemplate". This function returns the email template content.

* revert commit.

* revert commit.

* revert commit.

* added tests for EventSubscription for different resources with filters.
2024-07-16 11:08:38 +05:30
Sriharsha Chintalapani
cd85fe4530
Minor: fix API Service Index entity type (#17028) 2024-07-15 07:26:53 -07:00
Sachin Chaurasiya
6e99fe7bda
fix(#15683): backend validation error for the following property types (#16881)
* fix(#15683): backend validation error for the following property types

* feat: Update supported date and datetime formats

* test: add e2e playwright test for custom properties

* chore: remove cypress test for custom properties

* Add date, dateTime, time backend support for custom property

* fix: update custom property display names in AddCustomProperty component

* feat: Update supported date and time formats

* chore: Update supported date and time formats

* feat: Update date and time formats in CustomProperty

* test: add playwright test

* Update supported date and time formats

* feat: Add tests for custom properties in Playwright in 2 parts

* Update supported date and time formats

* Update supported date and time formats

* chore: Update date format to uppercase in PropertyValue component

* feat: Add support for custom date format in PropertyValue component

* Update supported date and time formats

* test: add playwright test for time, dateTime, timeInterval and date properties

* Update supported time formats

* chore: Add focus to time and date pickers before filling values

* chore: Add focus to time and date pickers before filling values

* Remove date, dateTime, time from type_entity

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-07-15 11:37:38 +05:30
Sriharsha Chintalapani
d27f518f26
Minor: Fix API docs (#17011)
* Fix API docs

* Fix Linting issues

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-07-13 06:38:20 -07:00
Sriharsha Chintalapani
4dca66d739
Minor: Fix API Endpoint listings via apiCollection param (#16994)
* Minor: Fix API Endpoint listings via apiCollection param

* Minor: Fix API Endpoint listings via apiCollection param

* Fix build failures

* Fix build failures
2024-07-11 22:35:48 -07:00
sonika-shah
0bf7577175
Fixes #16788 : Fix feed and count api query performance (#16993)
* Fixes #16788 : Fix feed and count api query performance

* Fixes #16788 : Fix feed and count api query performance

* Fixes #16788 : Fix feed and count api query performance

* postgres fixes

* rename thread_entity indexes
2024-07-11 14:18:33 +05:30
Pere Miquel Brull
8d739563f2
FIX CL-548 - Encrypt JWT Token w/ Secrets Manager (#16861)
* encrypt jwt

* encrypt jwt

* Handle token revokes with SM

* #10192 - Validate both include and excludes filters

* #10192 - Validate both include and excludes filters

* docs
2024-07-11 09:16:48 +02:00
Matt Chamberlin
d757aa9d77
Fixes 16652: add GCS storage service (#16917)
* FEAT-16652: add GCS storage service

* reformat

* update connection tests

* fix tests

* relax google-cloud-storage version constraint

* fix GCP config in tests

---------

Co-authored-by: Matthew Chamberlin <mchamberlin@ginkgobioworks.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-07-10 14:03:28 +02:00
harshsoni2024
0caa8a8018
API service sample data (#16971)
* add sample data for api service

* pylint fix

* correct service connection json

* fix sample data

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2024-07-09 22:06:47 -07:00
Mohit Yadav
b353226d97
Fix Ingestion Pipeline Url (#16953) 2024-07-09 20:03:43 +05:30
Aniket Katkar
b4dc4df811
Minor: Automation improvement OSS requirements (#16832)
* Backend changes to introduce applicationType and airflowConfig fields in ingestion pipeline ES data

* Add on demand status fetch logic fo IngestionRecentRuns component

* Fix the IngestionRecentRuns test failure

* Update the test for IngestionRecentRun

* Include only 'scheduleInterval' in 'airflowConfig' field for ingestion_pipeline_search_index

* add new localization message

* Add common playwright functions to use in automator tests

* Remove the double license

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-07-09 16:18:02 +05:30
Ashish Gupta
15ae2d3cc3
MINOR: supported all_index in search index configuration form (#16571)
* supported all_index in search index configuration form

* allow clear in select widget

* supported tree select for the entities

* playwright test

* added env for the run application status test

* fix beta badge color, color of checkbox and changes as per comments

* minor fix

* fix sonar issue
2024-07-09 14:57:12 +05:30
Pere Miquel Brull
27f4d9799e
REL #460-CL - Metadata Actions Create Permissions (#16955)
* REL #460-CL - Metadata Actions Create Permissions

* format
2024-07-09 11:13:57 +02:00
Pere Miquel Brull
97a733b704
FIX #16231 - Ingestion Pipeline w/ Bot Assignment (#16941)
* FIX #16231 - Ingestion Pipeline w/ Bot Assignment

* format
2024-07-08 11:19:16 +02:00
Sriharsha Chintalapani
74573ee4fa
Issue #10933: New Entity: API Services (#16878)
* API Service Schemas

* Create API Service Schemas

* Create API Service Schemas

* Add API Collection APIs

* Add API Endpoint APIs

* Fix #10933: New Entity: API Services

* Fix Postgres schema creation for API entities

* domain ref

* fix RESTConnection.json

* Fix openAPI reserved keyword

* fix ref

* Fix for Java Heap Space Issue

* fix APISchema spec

* fix APISchema spec

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-07-05 06:35:32 -07:00
Pere Miquel Brull
7e98ece3e5
MINOR - Pydantic V2 warnings and better exception msg (#16916) 2024-07-04 14:54:41 +02:00
Mohit Yadav
c33d2bfdb6
Throw exception on HTML input for collect endpoint (#16919) 2024-07-04 11:54:22 +05:30
Onkar Ravgan
80efc7075f
Fix #15163: Added SAP ERP Connector 2024-07-04 10:57:46 +05:30
Mohit Yadav
02e06c7795
[Issue-16906] Fix Lineage Edge Being Removed in Non-Indexable Fields (#16907)
* Fix Lineage Edge Being Removed

* Else Condition
2024-07-03 14:21:10 +05:30
Imri Paran
910b965edf
fix: cast to pipeline (#16892)
cast pipeline to PipelineServiceClientInterface
2024-07-02 16:03:54 +00:00
Imri Paran
d4a2e5487c
MINOR: table diff docs (#16836)
* docs: table-diff

- copied openmetadata-docs/content/v1.4.x/how-to-guides/data-quality-observability/quality/tests-yaml.md to v1.5
- added table diff docs

* docs
2024-07-02 15:21:27 +02:00
Siddhant
3cb6c85194
Run event subscription destination tests randomly. (#16883) 2024-07-02 18:38:06 +05:30
Imri Paran
80653c6988
MINOR: fix getter for failed rows sample (#16796)
* deep copy the returned test case

* added comment about deep copy

* use JsonUtils.deepCopy
2024-07-02 09:56:04 +02:00
Sriharsha Chintalapani
3289dd15b5
Minor: Do not start limits if its disabled (#16875) 2024-07-01 22:53:31 -07:00
Imri Paran
fd2c08176c
MNOR: pipeline client metrics (#16869)
* feat: pipeline client metrics

added metering for pipeline metrics

* format
2024-07-02 07:52:57 +02:00
sonika-shah
be243c5cea
Fix #16788: Optimize feed query performance issues introduced in 1.4.2 (#16862) 2024-07-01 19:58:47 -07:00
Mohit Yadav
079d93b9e5
Add Assets field to domain (#16871) 2024-07-01 22:26:56 +05:30
sonika-shah
b16460fba2
Fix # 16475 : Support dashboards field in chart entity (#16646)
* Fix # 16475 : Add "all" alias for chart_search_index

* Backend : support "dashboards" field for Chart entity

* Backend : support "dashboards" field for Chart entity

* support to show charts in suggestions and glossary asset and redirect their dashboard page

* localization keys

* added unit test for component

* minor fix

* Add backend tests

* added playwright test for chart in glossary

* minor change

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-07-01 07:57:34 -07:00
Teddy
f766ba872d
fix: dynamic assertion to create json (#16865) 2024-07-01 16:52:09 +02:00
Ashish Gupta
65ba2d19ac
support data asset explore widget (#16609)
* support data asset explore widget

* made some card fixes,added widget image and change widget name

* file name changes

* supported unit test

* dispaly services with count in widget along with unit test

* localization keys

* card spacing fix

* asset count changes as per new design

* minor link and image changes

* Fix backend tests

* move the serviceTypeFilter to common utils

* fix sonar issue

* sonar fix

* changes as per comments

* supported playwright test

* fix playwright failure

* created separate spec for data asset widget

* remove from entity page

---------

Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-07-01 20:16:54 +05:30
Chirag Madlani
6c1a12a95f
chore: Update main branch for 1.5.0 Release (#16860) 2024-07-01 16:46:16 +05:30