841 Commits

Author SHA1 Message Date
mgorsk1
204cffdffa
Fixes 13896: fix fullyQualifiedName field mapping for database schema search (#13898)
* fix fqn field mapping for database schema search

* 👌 Updating code due to code review changes.

---------

Co-authored-by: 07Himank <112613760+07Himank@users.noreply.github.com>
2023-11-10 14:17:35 +05:30
Sriharsha Chintalapani
fe3e0b4b0a
Filter unnecessary jars and only look for openmetadata jars to register data json files (#13536) 2023-11-09 10:34:16 -08:00
Sriharsha Chintalapani
4ec585dca4
fix: openmetadata-service/pom.xml to reduce vulnerabilities (#13888)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1042268

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-11-09 10:25:37 -08:00
Ashish Gupta
f6cd27e4a7
fix(ui): domain page and Asset modal issues (#13763)
* fix domain label issue in dropdown

* fix placeholder issue, alias issue on query, remove domain item form  filter in domain, alignment issue

* fix unwanted api calls in domains version page

* supported all in add asset modal and set it to default

* fix the loading issue in asset modal while search and on save button

* fix link issue for services in asset cards

* fix wrong entity name

* added data asset alias and a aggs to count on index

* fix: assets component refactor

* fix: use aggregation query for index count on explore

* removed all alias from metadata service

* fix: asset selection data product patch

* fix: add data products on missing pages

* fix: review comments

* fix: domain cypress

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-11-09 20:19:02 +05:30
Mayur Singal
a8145a82fa
Fix #13603: Configurable Sample Data Rows for Profiler (#13807)
* Fix #13603: Configurable Sample Data Rows

* Fix #13603: Configurable Sample Data Rows for Profiler

* fix table config

* support configurable overwriting of sample data

* add support for schema and database profiler configuration

* chore(ui): put sampleDataStorageConfig under advanced config

* fix tests

* py format

* chore(ui): add sampleDataCount in table profiler config

* fix tests

* pylint & tests

* feat(ui): add profiler settings tab in database and database schema page

* chore(ui): show different inputs for profile sample type

* schema changes to make default storange config null

* add unit test

* schema changes to fix api

* update profiler setting schema

* move profiler settings to manage button

* sync locals

* fix(ui): unit tests

* fix tests

* py format

* fix lint

* minor improvements

* chore(ui): update profiler settings schema

* resolve review comments

* pytest

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-11-09 18:49:42 +05:30
07Himank
149be22dcd
remove wildcard search from source url search OS (#13910)
* remove wildcard search from os sourceurl

* checkstyle

* imorovement
2023-11-09 16:38:49 +05:30
Mohit Yadav
bd6e2962c0
Remove Migration Extension Path Env (#13908) 2023-11-09 14:04:28 +05:30
Mohit Yadav
2577490700
- Removed Logo Configuration from the openmetadata.yaml (#13873)
* - Removed Logi Configuration from the openmetadata.yaml
- Migrated Login Configuration to the UI

* Removed ApplicationConfig from tests

* Added Custom Header Logo Url

* Update field to favicon

* support login conifguration

* chore(ui): update logo and login config md files

* fix validation issue

* add cypress

* restructure folders and set default fallback for favicon

* autofocus to first field of edit form

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-11-08 20:05:00 +05:30
07Himank
1a14ac6e72
update respective index with the assets (#13843)
* update respective index with the assets

* checkstyle

* addressing comments

* add listorempty
2023-11-08 10:36:03 +05:30
Teddy
04f6bc7b62
fix: paginating test cases with testSuiteId filter (#13886) 2023-11-07 17:27:09 +00:00
Suresh Srinivas
a89e317a2b
Fixes #13863 - Show inherited relationships of an entity (#13864)
* Fixes #13863 - Show inherited relationships of an entity

* Test failure fixes

* Commenting out invalid python test
2023-11-07 09:11:06 -08:00
Mohit Yadav
8d411e2506
Prevent Rules with same name in a Policy (#13883) 2023-11-07 21:29:07 +05:30
Mohit Yadav
a2d99a4631
Allow Activity Feed to have User entity Updates (#13877) 2023-11-07 21:27:33 +05:30
Mohit Yadav
8694341cc8
Fix Pagination Api failure (#13881) 2023-11-07 18:35:23 +05:30
Mohit Yadav
5989b99536
Populate Assignees while adding posts to a thread (#13882) 2023-11-07 18:31:21 +05:30
Mohit Yadav
4a73978c77
Fixes #13803 : Reduce the number of call in case of columns (#13819)
* Fixes #13803 : Reduce the number of call in case of columns

* Add Generic Method and Interface for Fields

* Removed unnecessary comments

* Make FieldInterface return List<? extends FieldInterface> for getChildren

* Fix Failing Tests

* - Remove Pipeline or Kill on app Disable
- Add AppMarketPlaceResourceTest
- Reschedule app automatically on restore

* Add Debug Log in validate Change Event

* Fix BotResourceTest

* Api Refactor on UI
2023-11-07 13:06:38 +05:30
Teddy
9d238d142a
fix: handle postgres migration error (#13844)
* fix: handle postgres migration error

* fix: removed MySQL comment
2023-11-03 15:03:03 +01:00
07Himank
1c56d8c181
Backend support for filtering by votes (#13813)
* Backend support for filtering by votes

* remove the condition

* checkstyle
2023-11-03 12:32:31 +05:30
07Himank
b82c33574f
added data product to missing things (#13830) 2023-11-03 12:31:29 +05:30
Teddy
5318646526
fix: handle null aggregation bucket (#13791) 2023-11-01 09:46:31 -07:00
Andrey Skibunov
3c8ec74d37
Feature: Dashboard MSTR Integration (#13604)
* Dashboard MSTR Integration

* Format

* Format and linting

---------

Co-authored-by: Andrey.Skibunov <Andrey.Skibunov@life.com.by>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-10-30 12:10:12 +01:00
Pere Miquel Brull
ec5a35c08d
Fix mvn postgres CI (#13747) 2023-10-27 11:37:18 -07:00
07Himank
9637fcf11b
Fix tag search issue (#13736)
* fixing tag search issue

* fix
2023-10-27 13:03:00 +05:30
Mohit Yadav
ff96ea4c48
Make the Marketplace definition update during startup (#13734)
* Make the Marketplace definition updated

* fix: removed descriptions from App listing

* fix: hide description on app listing page

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2023-10-26 12:07:20 -07:00
Sriharsha Chintalapani
a054c56f02
Upgrade xmlsec version for onelogin/saml (#13731)
Co-authored-by: Dhruvin Maniar <dhruvinmaniar123@users.noreply.github.com>
2023-10-26 10:13:32 -07:00
mohitdeuex
17421b75a6 Add Latest Endpoint back for AUT 2023-10-26 15:39:48 +05:30
Mohit Yadav
17f36d1ca5
Add Description for Data Insights and report app (#13714)
* Add Description for Data Insights and report app

* Add Default Empty value for after in logs

* fix: description changes

* fix: restrict to day schedule for external apps

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2023-10-26 14:44:22 +05:30
Mohit Yadav
528ea335f7
Separate Status and Logs Endpoints (#13709)
* Separate Status and Logs Endpoints

* fix: change endpoints from UI

* Handle Quartz to Unix Conversion in Backend

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2023-10-26 02:00:27 +05:30
Onkar Ravgan
b89f5eaad0
Fixed NaN values in Cost Analysis aggregate APIs (#13708)
* fixed nan in aggregations

* review comments
2023-10-25 20:48:05 +02:00
Pere Miquel Brull
41a2aeb1af
[Docs] - Prepare 1.2 docs (#13706)
* Update workflow imports

* LineageRequest without desc

* Usage Workflow

* Usage Workflow

* 1.2 docs publish

* 1.2 docs publish
2023-10-25 16:30:51 +02:00
07Himank
456c30fba9
Fix data product issue (#13698)
* delete data products when the domain of it is deleted

* typo in comment
2023-10-25 17:02:43 +05:30
mohitdeuex
de44024b0f Make Recreate Index by Default True 2023-10-25 12:43:54 +05:30
Suresh Srinivas
672bf03951
Update dependencies and plugins for release 1.3.0 (#13676) 2023-10-22 18:34:33 -07:00
karanh37
0fee1ccb3a
fix: hide app configuration for external app type (#13636) 2023-10-21 20:15:36 +05:30
Sriharsha Chintalapani
eb9c7f681d
fix remaining vulnerabilities in server image (#13662) 2023-10-20 09:24:21 -07:00
Teddy
feb52647d2
fix: conditioned call to getColumnTags to columns fields (#13652) 2023-10-20 17:50:52 +02:00
07Himank
2454da18fd
fixed migrate-all issue in search (#13667)
* fixed migrate-all issue in search

* re-run checks

* re-run checks

* fix checkstyle
2023-10-20 18:50:02 +05:30
Sriharsha Chintalapani
c3b65f5807
Fix vulnerabilities in server dependencies (#13659) 2023-10-19 19:33:33 -07:00
Suresh Srinivas
790b4c2287
Update dependencies and plugins for release 1.3.0 (#13658) 2023-10-19 17:14:29 -07:00
Sriharsha Chintalapani
2a96dfebc6
Fix source url look due to index alias issue (#13642)
* Fix source url look due to index alias issue

* Update pom.xml

* Update pom.xml

* Update pom.xml
2023-10-19 09:54:42 +02:00
07Himank
ee169f612d
fixed a minor fix in opensearch (#13634) 2023-10-18 17:48:41 +05:30
Mohit Yadav
3580e4512d
Add DataInsightsApp (#13549)
* Add DataInsightsApp

* Add app Screenshots

* Data insight app UI (#13566)

* fix: add data insights report application

* fix: minor ui feedbacks

* fix: minor css border

* fix: added carousel code for marketplace app details

* fix: add app screenshots

* fix: update app screenshots

* fix: type errors

* Add External App Ingestion Schema

* Add Deploy and Trigger under App resource

* Add pipeline Status and logs as single response

* Fix tests

* Fix tests

---------

Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <mail@harsha.io>
2023-10-17 19:51:33 -07:00
07Himank
e70d95b875
Fixed inconsistency in search entity and remove chart from all alias (#13602) 2023-10-17 18:35:19 +05:30
Pere Miquel Brull
75902ac8d8
Revert "Fixes #13595 Consolidate changes by a user in a single session to a s… (#13596)" (#13598)
This reverts commit 45ad6bd05deccd279b3345270701881f2b07ede5.
2023-10-17 12:58:40 +02:00
Suresh Srinivas
45ad6bd05d
Fixes #13595 Consolidate changes by a user in a single session to a s… (#13596)
* Fixes #13595 Consolidate changes by a user in a single session to a single change

* Fix bugs found during testing
2023-10-16 20:41:14 -07:00
07Himank
cf94097e3c
Added missing search things (#13583)
* missing search things

* revert config local setting

* revert gs term mapping

* fix py test
2023-10-16 19:51:11 +05:30
07Himank
cdb94e476b
Fix glossary highlighter (#13586)
* fix glossary highlighter issue

* indentation
2023-10-16 19:22:44 +05:30
Pere Miquel Brull
6869fc04d7
Prepare migration context (#13518)
* Prepare migration context

* Prepare migration context

* Prepare migration context

* Prepare migration context

* Prepare migration context

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-10-15 15:17:04 +02:00
Chirag Madlani
7c25b5fddd
fix(ui): ui feedbacks for 1.2 release (#13522)
* fix(ui): ui feedbacks for 1.2 release

* fix notification panel height issue and data model expand icon issue

* Data Quality, test creation, and minimizing the side panel. It shows the name as "Setup Guide.", It should be "Data Profiler Metrics."

* changes locales

* fix: displayName for the test cases

* fix: Remove Domain shows tool tip as "Remove Owner"

* chore: remove box shadow from primary buttons

* fix: icon alignment in activity feed tab

* Long names should be truncated

* Increase the profile picture size to align with both the name and the persona

* Text in Knowledge panels should be of the same size

* Domain should be displayed on the explore card if the domain is available for any entity

* If the Domains not configure the search filter is empty. "No data available." -> "No Domains are Assigned to Tables" etc.

* fix: unit tests

* fix: unit tets

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-10-14 07:10:01 -07:00
Chirag Madlani
753e182e21
fix cypress failures (#13547)
* fix cypress fialures

* fix escape sequence for ES search

* exclude services tests

* revert cypress config

* remove unwated escape call

* skip service cypress

* mapping name mismatch

* escape search query for enter

* fix cypress failures

* fix cypress failures part 2

---------

Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-10-14 16:45:28 +05:30