2200 Commits

Author SHA1 Message Date
Mohit Yadav
c86bda9d94
Update Pagination with offset and limit for Reindexing (#12553) 2023-07-25 18:39:23 +05:30
Mohit Yadav
60c9477d18
fix date issues in table profile (#12574) 2023-07-25 11:11:42 +05:30
07Himank
699beec9c6
backend changes for feedback(Activity feed alert) (#12548) 2023-07-24 11:51:01 +05:30
07Himank
db5f6c594c
added missing aggregation for query API (#12395)
* added  missing aggregation

* fix: update aggregations keys in ui

* added field owner in glossary_search_index

* added filtering on aggregation

* working on filtering aggregation

* fix: update aggregate api

* fix: cypress tests

* fix: excluding cypress folder in sonar properties

* aggregation changes from backend for opensearch and elasticsearch

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-07-23 11:28:02 +05:30
Suresh Srinivas
493c073a66
Fixes #12459 Members of the group, that owns the object, can't resolve a task (#12535) 2023-07-21 11:16:47 -07:00
Sriharsha Chintalapani
bde7509a8c
Remove file appender from logging for tests (#12514) 2023-07-21 08:36:02 -07:00
Mohit Yadav
977e13d00c
Optimize db calls for entity_extension and field_relationship table (#12543)
* Optimize db calls for entity_extension and field_relationship table

* change count sql for postgres
2023-07-21 15:23:37 +05:30
07Himank
8e0fc86b4e
fixed glossary name not visible after reindex issue (#12438)
* fixed glossary name not visible after reindex issue and added display name as name if display name is null beacuse aggregation is done on owner display name

* fix
2023-07-20 10:32:43 +05:30
Mayur Singal
0c6435ae9b
Fix #2957: Add support for qlik sense enterprise connector (#12450) 2023-07-19 21:08:05 +05:30
Mohit Yadav
3534913b96
List Deleted table Profile (#12484) 2023-07-19 10:49:55 +05:30
Suresh Srinivas
159b6a2e4f
12142.task3 Add support for inheriting domain from parent to child (#12472) 2023-07-18 12:54:10 -07:00
07Himank
b6d5a438ec
Support '%' in entity Name (#12382)
* added support for the % in entity name

* added support for the % in glossary and glossary term  name

* Added U exclude

* Fixed pytest

* fix: support % in glossary name

* added suppport for % in entityName

* fix % issue in the glossary or term

* fix: glossary with % encoding

* fix: tags redirect issue for glossaries with %

* fix: glossary import path

* fixed CI

* fixed Py Test

* fixed PyTest

* fixed glossary resource test

---------

Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-07-18 17:58:16 +05:30
mohitdeuex
a5fafb1289 Typo fix 2023-07-18 16:57:24 +05:30
Suresh Srinivas
62e82ba492
Move setting common patch and updated fields to EntityRepository (#12469) 2023-07-17 21:41:25 -07:00
07Himank
532a78e0c0
added composition aggs to aggregate API (#12161) 2023-07-16 10:10:33 -07:00
Suresh Srinivas
0d119de96e
Fixes #12447 Use JSON schema constrain validation in CSV imports (#12448) 2023-07-15 15:02:17 -07:00
Mohit Yadav
0a6e91d69a
Fix issue while storing empty email (#12437)
* Fix issue while storing empty email

* Update TeamRepository.java

* chore(ui): if email is empty set value as undefined

* chore(ui): address comments

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-07-14 20:08:18 +05:30
Pere Miquel Brull
3433e2b5dd
Ingestion Pipeline - Bulk deploy API & Status response updated (#12365)
* Redeploy in tables init

* Use Status class

* Update response Status

* Format

* Rename pipelineServiceClientResponse
2023-07-14 07:38:29 +02:00
Mohit Yadav
9a643c3a41
Fix Missing We Config on Error Page Response in #UI (#12428) 2023-07-13 21:16:05 +05:30
Mohit Yadav
47eeb76d81
Fix Migration Issues, Log issues (#12409)
* Fix Migration Issues, Log issues

* Log FQNs creation
2023-07-13 18:30:02 +05:30
Onkar Ravgan
e200a42926
Removed datamodels references from dashboard and datamodels (#12371) 2023-07-13 14:26:28 +05:30
07Himank
36f8cf6900
Added Support tasks for all entity (#12289)
* working on support task for all entites

* added support task for topic entity

* added support task for all entities

* added ui support for entity task of all the entities

* solve issue for container and topic tasks

* fix the task issue and ui improvements for tag icons

* added support for tasks assigned to children

* code improvement

* ui improvement around tags for icons

* changes as per comments

* fix unit test

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-07-13 11:35:05 +05:30
Mohit Yadav
2c02052e21
Fix Pom versions (#12396) 2023-07-12 15:18:05 +02:00
Esmaeil Chitgar
7a52766b85
Fix assertEqual parameters in validateCreatedEntity method (#12304)
The assertEquals method parameters were mistakenly set to unique values, which has been corrected.
2023-07-11 08:28:45 +02:00
Suresh Srinivas
56ac4157e6
Cleanup sonarcloud issues (#12326) 2023-07-10 16:50:49 -07:00
Pere Miquel Brull
5ccddc3275
Add query_entity migration fix (#12340)
* Add query_entity migration fix

* Do not touch pipelines without tasks

* Move query entity queries

* Format
2023-07-10 16:08:32 +02:00
Teddy
82d53b470d
fix: quote username on query vote (#12316)
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-07-06 18:27:30 +05:30
Mohit Yadav
065a4c9ed3
Fix Test Issues (#12320) 2023-07-06 18:24:37 +05:30
Teddy
36c81af63e
fix: check for null field when building testCase doc (#12312) 2023-07-06 12:54:16 +02:00
Mohit Yadav
283cbcf379
Fix TestCase index (#12307) 2023-07-06 00:20:34 +05:30
karanh37
8bdf806694
fix(ui): glossary name with dot loading issue (#12295)
* fix: glossary name with a dot loading issue

* fix: redirection issues

* fix glossary listing

* fix: glossary path issues

* fix: delete issue for first glossary

* update resource

* fix: unit tests

* fix: minor ui issue

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-07-05 18:43:44 +05:30
Teddy
ba3a1e1ed6
fix: work around for DI reindexing (#12299)
* fix: work around for DI reindexing

* fix: substring to capitalize
2023-07-05 12:17:51 +00:00
Sriharsha Chintalapani
bc6ebee369
Fix TestCase indexing: exclude change descripiton from indexing (#12281)
* Fix TestCase indexing: exclude change descripiton from indexing

* Fix TestCase indexing: exclude change descripiton from indexing

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2023-07-05 10:42:51 +05:30
Mohit Yadav
0ae716a791
fix lookup issue in case the provided username with email does not ex… (#12283)
* fix lookup issue in case the provided username with email does not exist in the system

* typo
2023-07-05 10:41:23 +05:30
Suresh Srinivas
4f2831f3bb
Upgrade dependencies for 1.2.0 release (#12280) 2023-07-04 20:03:40 -07:00
Suresh Srinivas
a313dc19f3
11587 Task 1 - Simplify field inheritance from parent to child entities (#11588) 2023-07-04 10:00:16 -07:00
mohitdeuex
71fed53e33 Update query to use for list to fqn 2023-07-04 20:26:22 +05:30
Pere Miquel Brull
16280ffd1e
Fix db filter name (#12271) 2023-07-04 09:50:34 +02:00
Suresh Srinivas
97140e13fd
12142.task2 - Add domain and data product properties to entities (#12255) 2023-07-03 15:42:35 -07:00
mohitdeuex
2bb5c970f9 Remove quoted string postgres 2023-07-04 00:44:03 +05:30
mohitdeuex
89b0de4eac Migration error in listing by Name because of duplicate name 2023-07-03 22:57:36 +05:30
mohitdeuex
989914f84e Add server migration validation 2023-07-03 20:15:13 +05:30
mohitdeuex
e5d761445f Make read size as 1000 2023-07-03 16:38:17 +05:30
mohitdeuex
4a2e0d6c19 Use Batch for commit and remove transactions 2023-07-03 16:34:50 +05:30
07Himank
245303c8c8
solved table api throw 404 error (#12261) 2023-07-03 12:38:06 +02:00
Sriharsha Chintalapani
bdb438d12d
Fix migrations to handle entities with mal-formed FQN due to . in their name (#12217) 2023-07-03 15:48:40 +05:30
Suresh Srinivas
4d4993effc
12142.task1 - Add support for Domains (#12143) 2023-07-02 11:32:52 -07:00
Sriharsha Chintalapani
63de9a160b
Fix migrations to handle entities with mal-formed FQN due to . in their name (#12249)
* Fix migrations to handle entities with mal-formed FQN due to . in their name

* Fix migrations to handle entities with mal-formed FQN due to . in their name
2023-07-01 14:04:27 -07:00
mohitdeuex
60859791ff Add Logging in TableInitializer 2023-07-01 02:13:52 +05:30
Pere Miquel Brull
222a8f8984
[Docs] - SSO updates & Connectors workflow config (#12241)
* Rename docs and clean SSO

* Add connector partials

* Add connector partials

* Rename path
2023-06-30 12:25:11 +02:00