10534 Commits

Author SHA1 Message Date
Sachin Chaurasiya
b3bdea7bdd chore: add some spacing for table item action when floating icons are enabled (#17612)
(cherry picked from commit c5b93124ba53c93719f892599a14b087dc1e505f)
2024-08-30 15:24:15 +05:30
Sachin Chaurasiya
e250f9205d fix(e2e): api collection owner propagation (#17616)
(cherry picked from commit 5c3d2aef19d7586882bbaee40ee7d674b8392b8f)
2024-08-30 15:23:55 +05:30
Sachin Chaurasiya
4973111e0b minor: add resizable layout for glossary page (#17644)
* minor: add resizable layout for glossary page

* test: update unit test

* chore(ui): update padding-left in GlossaryDetails component

(cherry picked from commit 9ba67cde3e6b9ce57453574a4435bfa07827786d)
2024-08-30 15:23:10 +05:30
Chirag Madlani
2a3ba61703 fix(ui): pick email and name based on claim values at time of login (#17626)
* fix(ui): pick email and name based on claim values at time of login

* Update Error Message

* Update code for better message

* Typo

* fix playwright failures

* fix playwright tests

* fix tests

* fix login spec failing

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
(cherry picked from commit fa3529f0850ed801e11b752b963ab0cafb637e87)
2024-08-30 13:24:30 +05:30
Teddy
29a29cde4d fix: lineage lookup for long FQNs (#17633)
(cherry picked from commit 26befb6db1710b89b80593203845b06c4ec8a799)
2024-08-29 17:48:52 +02:00
Mayur Singal
d8ec47e787 MINOR: Fix delete lineage in case of override lineage enabled (#17625) 2024-08-29 15:47:39 +05:30
Mohit Yadav
c23fdc88b4 [MINOR] Fix Email Updates (#17620)
* Fix Email

* Fix Test

(cherry picked from commit a9a1a2036b55fb2cf03c6535733059d364ef6310)
2024-08-29 12:00:29 +05:30
github-actions
aff2adbb98 chore(release): Prepare Branch for 1.5.2 2024-08-28 20:25:55 +00:00
nicor88
092ce3df34 fix ingestion of owner in dbt, via email (#17613) 1.5.1-release 2024-08-28 18:25:45 +05:30
IceS2
13fd18d5ad MINOR: Add pagination to entity history versions (#17587)
* Add pagination to EntityHistory Versions

* Fix endless loop

(cherry picked from commit b8af2019b403a733244239881df85769d50028f9)
2024-08-28 14:38:37 +05:30
Onkar Ravgan
f42e684857 MINOR: Fixed owner not updating from dbt if owners field has an empty list set in db (#17610)
* Fixed owner not updating from dbt for empty list

* fix table get
2024-08-28 14:32:47 +05:30
Karan Hotchandani
c4631684d9 remove sorting of tags (#17604)
* remove sorting of tags from ui

* add playwright tests

* add playwright test for tags in children

(cherry picked from commit dfafca8231b948acbd6efffd8b732200e436a574)
2024-08-28 11:55:32 +05:30
github-actions
8ec2cdc638 chore(release): Prepare Branch for 1.5.1 2024-08-27 23:14:48 +00:00
Karan Hotchandani
d6c5193dd1
add playwright for sorted owners (#17600)
* add playwright for sorted owners

* fix minor test id
2024-08-27 16:12:27 -07:00
Sriharsha Chintalapani
94f0c1144e
Patch response should sort the owners field (#17599) 2024-08-27 11:02:12 -07:00
Siddhant
19b5d49dc8
[FIX] Fix IsEmailServiceEnabled. (#17601)
* fix isEmailServiceEnabled.

* use getSmtpSettings() from emailUtil
2024-08-27 23:23:20 +05:30
Chirag Madlani
8c9abbcae7
update env for playwright tests (#17598) 2024-08-27 22:08:42 +05:30
Sriharsha Chintalapani
8681869901
fix: pom.xml to reduce vulnerabilities (#17281)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-7577201

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-27 09:27:22 -07:00
Ashish Gupta
7813d82b91
fix kpi data not showing in widget (#17594) 2024-08-27 21:18:26 +05:30
Pere Miquel Brull
60ed221cf1
DOCS - Update Version Snapshots (#17589) 2024-08-27 14:41:12 +05:30
Pere Miquel Brull
6b615f4518
MINOR - 1.5.0 docs & update what's new (#17585)
* MINOR - Docs 1.5 upgrade

* quickstart

* docs

* what's new
2024-08-26 12:04:48 +02:00
Pere Miquel Brull
c5623d0254
FIX - PG Migration for automator (#17583) 2024-08-25 20:35:36 -07:00
Siddhant
a2c77b08b7
[FIX] EmailTemplates Edit Configurations. (#17581)
* added migration for emailTemplates.

* PUT will set the old template in the db.[walkaround]

* remove migration.
2024-08-25 18:58:47 +05:30
Sachin Chaurasiya
9641033d5d
test: fix playwright AUT failures (#17580)
* test: fix playwright AUT failures

* fixed metapilote space issue for DQ

* fixed dbt test for AUT

* updated tour spec

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-08-24 20:57:27 +05:30
Sweta Agarwalla
11eafdd724
Add tests for roles playwright (#17572)
* add roles test in playwright

* updated as per feedbacks

* chore: Improve visibility of added policies in Roles page

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-08-24 14:11:48 +05:30
Siddhant
929bae5b7b
Changed Double to int for the DataAssetCount. Included % for the percentageChangeValue. Added colors to the % values with the digits. Corrected the incorrect placeholders. (#17578) 2024-08-24 11:43:54 +05:30
sonika-shah
cce22a1b5c
Improve count/feed api performance for 1.5 (#17576) 2024-08-23 11:20:34 -07:00
Ashish Gupta
d81a57c44e
fix custom property type not coming in advanced search (#17573)
* fix custom property type not coming in advance search

* added playwright test to test dashboard for same

* minor code optimization and added comments in code
2024-08-23 23:43:21 +05:30
IceS2
ce19fa3389
Add '/' prefix in order to avoid Bad Request answer from AWS OpenSearch (#17575) 2024-08-23 20:01:56 +02:00
Sachin Chaurasiya
3605d3d9da
test: fix playwright AUT for API collection, database and custom theme config (#17570) 2024-08-23 21:15:01 +05:30
Siddhant
c76c27e1e9
correct the placeHolder to fetch the dataCount. (#17569) 2024-08-23 14:46:37 +00:00
Chirag Madlani
73eff1df9f
minor(test): migrate data-insight settings spec to playwright (#17563)
* minor(test): migrate data-insight settings spec to playwright

* address comments and fix failure for run application

* increase DI success timer for MYSQL
2024-08-23 13:39:45 +00:00
Chirag Madlani
f000be355c
fix(ui): count vs percentage value shows correctly (#17568) 2024-08-23 13:10:06 +00:00
Mohit Yadav
bb52bc779e
Fix Get Parent (#17567) 2024-08-23 18:19:26 +05:30
Aniket Katkar
66f06fd5c6
Minor: Fix failing cypress tests in main (#17561)
* Fix Data Quality and Profiler cypress

* fix my data spec

* fix user spec failure due to user search not lisiting

* Fix for flakiness of add tier operation

* fix the customizeLanding page cypress failure

* cypress fix

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-08-23 17:09:42 +05:30
Pere Miquel Brull
2180a6c7f1
FIX - profiler interface system metrics validation & e2e YAML includeDDL (#17562) 2024-08-23 09:00:18 +02:00
IceS2
ef7042752a
MINOR: Fix Percentage Difference Calculation and Tier Summary Calculation. (#17560)
* Fix unparsable date and remove legacy code

* fix ui for data insight cleanup

* fix unit tests

* fix tour playwright

* fix percentage value and label for charts

* Moved 'NoTier' filter from Filter to Query

* Removed SystemChartType.TotalDataAssetsByTier from condition

* Hack: Quick fix for calculating the % difference on System Charts

* Fix checkstyle

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-08-23 07:00:12 +02:00
Imri Paran
b48c6a0485
feat(postgres): add money profile (#17558)
add support for profiling of money type
2024-08-22 14:53:34 -07:00
IceS2
9e7ddfbd69
MINOR: Fix unparsable date and remove legacy code (#17549)
* Fix unparsable date and remove legacy code

* fix ui for data insight cleanup

* fix unit tests

* fix tour playwright

* fix percentage value and label for charts

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-08-22 14:52:47 -07:00
Aniket Katkar
b44d5d47ab
Minor: Fix the encoding issue on edit ingestion page (#17552)
* Fix the encoding issue on edit ingestion page

* fixed incident manager user search issue

* fix cypress test for serviceIngestion failure

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-22 14:52:16 -07:00
IceS2
d0c08fb6e6
Add a Workaround for the Tier Calculation on DataInsightsReport (#17555) 2024-08-22 14:51:58 -07:00
Sweta Agarwalla
336b14231f
Add playwright test for login (#17551) 2024-08-23 01:02:57 +05:30
Ashish Gupta
0c425e9988
MINOR: change the hostip card style description to alert for better visibility (#17556)
* change the hostip card style description to alert for better visibility

* not required
2024-08-23 00:39:08 +05:30
Pere Miquel Brull
519b3c32e3
MINOR - Speek up redshift test connection (#17553) 2024-08-22 11:12:09 -07:00
sonika-shah
eb400e0cd2
Exclude tasks in listCountByOwner for user/team owned assets (#17554) 2024-08-22 11:11:50 -07:00
Ashish Gupta
5ac7a466fc
change feed operation to new admin user Activity feed (#17550) 2024-08-22 13:23:43 +00:00
Onkar Ravgan
bbe92e2af3
MINOR: Fix none password issue for mysql and postgresql databases (#17548)
* fix none password issue

* added warning
2024-08-22 17:34:34 +05:30
IceS2
0d1b4e0747
Add Fix for timestamps (#17547) 2024-08-22 13:28:36 +02:00
IceS2
cb8a8a8b81
MINOR: Handle missing user on Web Analytics (#17546)
* Handle missing user on Web Analytics. Changed Daily Active Users to epoch timestamp

* Rollback epoch timestamp changes
2024-08-22 12:34:28 +02:00
Ashish Gupta
588535f36e
MINOR: fix status badge for search index application (#17536)
* fix status badge for search index application

* fix sonar and added separate color for activeError

* Running status

* remove the css for activeError

* fix count button styling in explore tree node

* fix the connector icon not proper in list

* remove the unused code

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-08-22 15:45:35 +05:30