2200 Commits

Author SHA1 Message Date
Sriharsha Chintalapani
34ff582cf2
Allow user login using username and reassign roles based on users' ldap groups when login (#14550)
* Allow users to login with their user name in LDAP mode, and assign roles to user according to their LDAP group while login

* Fix #12503: Ldap feature: Allow user login using username and reassign roles based on users' ldap groups when login

---------

Co-authored-by: wentian <zb-wentian@kingmed.com.cn>
Co-authored-by: EricWent <135603556+EricWent@users.noreply.github.com>
2024-01-05 10:46:07 +05:30
Suresh Srinivas
17e86ad08f
Update maven plugins and dependencies (#14583)
* Update maven plugin versions

* Upgrade maven dependencies
2024-01-04 19:25:05 -08:00
Pere Miquel Brull
d16980a30c
MINOR - Fix Empty Test Suites list filter (#14546)
* MINOR - Fix Empty Test Suites list filter

* allowed empty test suite to appear in logical test suite page

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-01-04 19:27:37 +05:30
mohitdeuex
e0f16cf39e Make Test Method Protected 2024-01-04 14:18:16 +05:30
Pere Miquel Brull
86e679e932
MINOR - Update exception in PipelineServiceClientFactory (#14567)
* MINOR - Update exception in PipelineServiceClientFactory

* format
2024-01-03 16:42:03 +01:00
Sriharsha Chintalapani
7b934b10ae
fix: upgrade org.apache.santuario:xmlsec from 2.2.6 to 2.3.4 (#14509)
Snyk has created this PR to upgrade org.apache.santuario:xmlsec from 2.2.6 to 2.3.4.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/

See this project in Snyk:
https://app.snyk.io/org/harshach/project/97e6fbe6-21ff-4c69-b9c5-388bb60a9097?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-12-31 11:10:24 -08:00
Suresh Srinivas
ff423a4ad7
14492 part3 - Add import export support for Table (#14531) 2023-12-29 18:52:50 -08:00
Sriharsha Chintalapani
0303b44b9c
OpenMetadata Operations Command Line Utility (#14504)
* Add new OpenMetadataSetup command line application to migrate/deploy and re-index

* Add new OpenMetadataSetup command line application to migrate/deploy and re-index

* Add deployPipelines option

* Add reIndex option

* add subcommands

* add provision to store upgrade metrics

* rename bootstrap script

* fix styling checks

* Add changelog and store metrics into SERVER_CHANGE_LOG

* Cast jsonb

* Cast jsonb

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-12-29 08:22:58 +01:00
Teddy
2f679a9a48
FIXES #14294: return null if no aggregation value is present (#14514)
* fix: return null is no aggregation value is present

* fix: added Optional typing

* style: java linting

* fix: use Optional type hint

* style: java linting
2023-12-29 08:05:36 +01:00
Mohit Yadav
1f4ab99122
Validate Migration Needs Search Repository in Extensions (#14523) 2023-12-29 12:12:09 +05:30
Suresh Srinivas
4c47a2b90e
Add support for multi record CSV import export (#14520) 2023-12-28 14:03:47 -08:00
Pere Miquel Brull
b84ce33b80
#11799 - Fix Airfow ownership & add pipeline tasks (#14510)
* Fix airflow owner and add tasks

* Add pipeline tasks ownership

* MINOR - Fix py CI

* Add pipeline tasks ownership

* Add pipeline tasks ownership

* MINOR - Fix py CI

* MINOR - Fix py CI

* Add pipeline tasks ownership

* patch team

* patch team

* Format
2023-12-28 10:25:00 -08:00
Teddy
3886842bb7
FIXES #14396: Exclude empty test suites from quality page (#14511)
* fix: exclude empty test suites

* style: ran java linting

* fix: update expected test results
2023-12-28 14:25:49 +01:00
Teddy
3dc642989c
Fixes #7729 - Add logic to compute passed/failed rows (#14472)
* feat: add test case resolution task workflow

* chore: add migration for test case resolution feature

* fix: removed required field for object compatibiity in older migrations

* fix: minor testCaseResolution status logic

* chore: revert migration for test case incident

* chore: update migration file

* style: renamed variables

* feat: added logic to compute failed/passed rows

* feat: add support for row level computation in schema

* chore: add test definition migration

* feat: add logic to explicitly compute row level failure

* chore: clean up code

* style: fix java

* style: fix pyton format

* fix: unhidde API for incident manager

* style: fix java styling
2023-12-27 13:38:51 +01:00
Saurabh Yadav
0691c96eaf
FIxes 13543: Added Duckdb Ingestion Connector (#14468)
* changes

* Added duck db ingestion connector
2023-12-25 18:07:09 -08:00
Sriharsha Chintalapani
4b7f4f43d6
Fix #13982: Fix userFQN encoding while creating mentions (#14496)
* Fix #13982: Fix userFQN encoding while creating mentions

* quote only teams or users
2023-12-25 17:28:13 -08:00
Suresh Srinivas
e98ae8aa2a
14493 Part 1 - Support for database schema, table import export (#14494)
* Fixes #14493 - Import & export support for database

* Import export support for database schema
2023-12-25 13:09:07 -08:00
Suresh Srinivas
496ae26cef
Code clean up related to issues flagged by Sonar and IDE (#14491) 2023-12-22 16:08:04 -08:00
07Himank
f5f0e6b9f9
MINOR search fix (#14480) 2023-12-22 07:46:53 -08:00
Teddy
fe4c353bf3
Fixes #14331 - Add Test Case Incident Manager Migration (#14386)
* feat: add test case resolution task workflow

* chore: add migration for test case resolution feature

* fix: removed required field for object compatibiity in older migrations

* fix: minor testCaseResolution status logic

* chore: revert migration for test case incident

* chore: update migration file

* chore: clean up code

* style: fix java stylecheck
2023-12-22 11:01:51 +01:00
Mohit Yadav
cdddc0c891
Remove and unschedule jobs on (#14481) 2023-12-22 15:04:17 +05:30
Mohit Yadav
417e352358
Fix Charts Tasks for description update (#14456)
* Fix Charts Tasks for description update

* Fix Charts Tasks for description update
2023-12-21 12:03:17 +05:30
Suresh Srinivas
20f7ed182c
Code cleanup to fix errors flagged by Sonar (#14464) 2023-12-20 16:19:31 -08:00
Pere Miquel Brull
e16ad3c5dc
MINOR - Clean ingestion ES code and auth providers (#14358)
* MINOR - Clean ingestion ES code and auth providers

* clean parser

* Clean security config for the client

* Clean security config for the client

* Improve class conversion exceptions

* Fix tests

* Clean up java client

* Clean up java client

* clean parser

* Fix test

* Fix test

* fix NO_AUTH error

* Fix test

* Format

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-19 12:08:48 +01:00
Pere Miquel Brull
fac1896fdb
#13190 - Improve URL handling for Airflow REST Client (#14403)
* #13190 - Improve URL handling for Airflow REST Client

* Fmt

* Format
2023-12-19 12:08:17 +01:00
Mohit Yadav
a469d3bbe7
Add notification for Glossary Approval Task (#14438) 2023-12-19 10:24:54 +01:00
Ayush Shah
21909802b3
Apply Spotless issue fix (#14436) 2023-12-19 12:18:41 +05:30
Mohit Yadav
6612ac9a51
Adds Test in Glossary Term from various languages (#14319)
* Adds Test in Glossary Term from various languages

* Update GlossaryTermResourceTest.java
2023-12-19 09:24:22 +05:30
Sriharsha Chintalapani
123ed59923
Minor: update git-blmae-ignore-revs, and uncomment ClassificationResourceTest tests code (#14431) 2023-12-18 19:16:29 -08:00
Suresh Srinivas
451a20b3cd
Adopt Java 17 features (#14430)
* Adopt Java 17 features

* Make the code comments compact
2023-12-18 17:52:01 -08:00
Sriharsha Chintalapani
1294f93e15
Minor: Migrate to latest google code style library to support Java 17 and beyond (#14429)
* Minor: add spotless and use simplecontext

* Remove context from rule evaluaiton

* Fix EventSubscription tests

* Minor: Migrate to latest google code style library to support Java 17 and beyond

* Minor: Ignore code style migration from git blame
2023-12-18 12:56:17 -08:00
Pere Miquel Brull
a83a5ba3a3
MINOR - Skip delta tests for 3.11 (#14398)
* MINOR - Bump delta for 3.11

* Update flags

* MINOR - Bump delta for 3.11

* Update tests regex

* Update version

* Deprecations

* Format

* Version

* Try delta spark

* Skip delta tests for 3.11

* Update ingestion/tests/unit/topology/pipeline/test_airflow.py
2023-12-18 17:01:57 +01:00
Onkar Ravgan
1af1caf065
Prepare alation connector schemas (#14407) 2023-12-18 13:07:42 +05:30
Onkar Ravgan
ef48b7eae7
MINOR: Added custom properties methods in python sdk (#14402)
* Added custom properties methods in python sdk

* fixed tests
2023-12-18 12:57:14 +05:30
Pere Miquel Brull
d8984d267e
#14340 & #13849 - Clean secret ID and improve encrypt/decrypt exception management (#14356)
* Fix supported characters in SM

* Update SM

* Fixes

* Fixes

* Improve class conversion exceptions

* Comments

* Rename noop to db secrets manager providee

* Update sm

* Fix

* db SM

* db SM

* Fix test

* UI

* Update openmetadata-ui/src/main/resources/ui/src/mocks/IngestionListTable.mock.ts

* update default
2023-12-18 06:43:20 +01:00
Harsh Vador
c2b0c2687d
#14114: Support for personal access token (#14247)
* added user access token

* added locale files

* Add invalidate call when calling api for personal token

* added test cases

* refactor code

* code refactor

* change styling

* added test cases and code refactor

* added locale files

* fix failing test

* code refactor

* code refactor

* added common comp in bots page

* fix cypress tests

* add cypress tests

* added locale files

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-13 18:25:22 +05:30
Harsh Vador
d3b5a1af5d
fix old password match (#14273)
* fix old password match

* return bad request

* added test cases & code refactor

* comments addressed

* code refactor

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-12-13 14:32:47 +05:30
Teddy
20bc238413
FIX #14248 - Implement test case resolution task workflow (#14323)
* feat: add test case resolution task workflow

* fix: conflict with main
2023-12-12 10:13:11 +01:00
Teddy
a4f9b0ec4e
fix: renamed API endpoints from resolution to status (#14330) 2023-12-11 14:09:40 +01:00
07Himank
97d969059e
Made the indexFactory getter setter public because of CI error in collate (#14335) 2023-12-11 17:45:09 +05:30
07Himank
db921645f3
changes needed for adding knowledgeCenterIndex (#14223)
* chnages needed for adding knowledgeCenterIndex

* fix tests

* CI fix
2023-12-11 16:10:52 +05:30
Mohit Yadav
2cfa562d63
Fix User Issue for reset password, and encode usernames (#14314) 2023-12-08 12:02:52 +05:30
Sriharsha Chintalapani
56385b281e
Minor: Parse GlossaryTerm ChangeDescription gracefully (#14313) 2023-12-07 22:20:52 -08:00
Suresh Srinivas
3950cdb58a
Update dependencies and plugins (#14309) 2023-12-07 19:29:16 -08:00
Sriharsha Chintalapani
a4d10be24d
Fix #14308: Search is not working for column/schema field level (#14310) 2023-12-07 19:29:03 -08:00
Mohit Yadav
59081ab3d7
Propogate assets to es (#14302) 2023-12-07 17:02:08 +05:30
Mohit Yadav
216e738435
Propogate assets to es (#14299) 2023-12-07 16:42:43 +05:30
07Himank
f1280f97b9
MINOR : tag search fix (#14295) 2023-12-07 15:23:35 +05:30
Sriharsha Chintalapani
a7fddc7fec
Minor: fix entityType aggregation (#14284) (#14291)
* Minor: fix entityType aggregation (#14284)

* fix: add entity type filter

* add change on opensearchclient as well

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-12-07 15:17:27 +05:30
karanh37
a215f03a28
Assets improvements part 2 (#14255)
* fix: make filters consistent

* disable if no selection

* fix: hide notification

* fix: failed status data

* localization

* fix notification loading

* remove close icon here

* fix: cypress

* update error alert design

* fix alert styling

* fix: minor issues

* fix: redirect link of data product

* fix: minor suggestion prompt

* complete user flow

* fix: glossary cypress

* update alert view

* fix tags manipulation

* fix: domain reload fixes

Co-Authored-By: Ashish Gupta <ashish@getcollate.io>

* fix: minor loading issue on delete

* fix: add admin check for activity feed

Co-Authored-By: Ashish Gupta <ashish@getcollate.io>

* fix: minor css fixes

* fix: localisation

* fix: minor issue

* miner cypress fix

* add mlmodelservice as mlmodel parent

* fix: added null checks

---------

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>
Co-authored-by: 07Himank <himank07mehta@gmail.com>
2023-12-06 23:25:40 +05:30