Mohit Yadav
26db825b71
Added Support for Slack Related Configuration , Added Slack Bot , Sla… ( #11791 )
...
* Added Support for Slack Related Configuration , Added Slack Bot , Slack Installer and Slack Application Configuration
* comment
* Checkstyle
* Update Encrypt and Decrypt to encrypt all settings for slack
* Fix typo
* Update version for client and bolt
* Update deps
* Remove dependency for Slack bolt servlet
2023-06-06 00:55:14 +05:30
Pere Miquel Brull
da32d392d8
Revert ES backend version ( #11703 )
...
* Revert ES backend version
* Revert ES backend version
* Revert ES backend version
* Format
2023-05-23 10:00:06 -07:00
Pere Miquel Brull
22cf1d7b5f
fix: upgrade com.fasterxml.jackson.core:jackson-core from 2.14.2 to 2.15.0 ( #11669 )
...
Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-core from 2.14.2 to 2.15.0.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/
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-05-19 10:47:25 -07:00
07Himank
fb4e7c3c74
Fix Docker Image Java Vulnerabilities ( #11623 )
...
* fixed vulnerablity issue
* jackson-dataformat
---------
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-05-17 16:38:05 -07:00
Akash Jain
92d5bfa94e
fix: versions in main branch ( #11478 )
...
* fix: versions in main branch
* Prepare main branch for next release 1.1.0
* prepare main for latest release 1.0.1
2023-05-15 10:42:29 +05:30
dependabot[bot]
f7345b4810
Bump spring-core from 5.3.26 to 5.3.27 ( #11094 )
...
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.26 to 5.3.27.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-05-03 08:35:56 -07:00
Suresh Srinivas
17893f5bd9
Update dependencies for 1.0 release ( #11013 )
2023-04-12 06:49:56 -07:00
Sriharsha Chintalapani
eb92ea9069
Fix #10808 : Add configuration to enable HSTS, X-Frame-Options, X-Cont… ( #10809 )
...
* Fix #10808 : Add configuration to enable HSTS, X-Frame-Options, X-Content-Type-Options etc..
* Fix #10808 : Add configuration to enable HSTS, X-Frame-Options, X-Content-Type-Options etc..
2023-04-05 16:50:12 +02:00
Suresh Srinivas
c8b640674b
10041 part2 - Refactor and cleanup APIs ( #10900 )
...
* Use @Tag annotation to group APIs in the swagger documentation.
* Hide internal APIs
* Change API path events/subscription to events/subscriptions
* Change API path from automations/workflow to automations/workflows
* Change API path v1/testCase to v1/testCases
* Change API path v1/testDefinition to v1/testDefinitions
* Change API path v1/testSuite to v1/testSuites
* Rename Kpi and kpi in the documentation to KPI
* Change API path v1/testConnectionDefinition to v1/testConnectionDefinitions
* Update API section in the API documentation
* Fix test failures
* Correctly capitalize Test Cases and Test Suites in API docs
2023-04-03 13:03:48 -07:00
Mayur Singal
54b635dd60
1.0.0-alpha version upgrade ( #10826 )
2023-03-29 23:24:39 +05:30
dependabot[bot]
4db2a74c26
chore(deps): bump spring-core from 5.3.24 to 5.3.26 ( #10742 )
...
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.24 to 5.3.26.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.26 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nahuel <nahuel@getcollate.io>
2023-03-27 12:01:36 +00:00
Suresh Srinivas
460a9288a7
Update project dependencies ( #9978 )
2023-02-06 12:41:10 -08:00
Nahuel
b9a3c06104
Bump main branch to version 1.0.0 ( #10040 )
...
* Bump to version 0.13.2
* Bump mvn projects to 1.0.0-SNAPSHOT
* Bump python projects to 1.0.0.dev0
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-02-02 12:56:14 +01:00
Sriharsha Chintalapani
28c8ce1386
Fix #9750 : Refactor interfaces into openmetadata-spec module ( #9751 )
2023-01-30 11:47:30 -08:00
Sriharsha Chintalapani
5a0742e06b
Remove snakeyaml dependency ( #9943 )
2023-01-29 21:55:50 -08:00
Parth Panchal
dbf0152c85
Added maven publish git action workflow ( #9568 )
2023-01-03 11:18:29 +05:30
Suresh Srinivas
1eb7ed95dc
Upgrade library dependencies ( #9547 )
...
* Upgrade minor version
* Update jersey-bom version
* Update dropwizard version
* Revert dropwizard and update jackson
* Upgrade to Dropwizard 2.1.4 switch default GrizzlyConnector to HttpUrlConnector
* Upgrade next set of dependencies
* Upgrade next set of dependencies - part 2
* Upgrade next set of dependencies - part 3
2022-12-30 15:20:44 -08:00
Chirag Madlani
bf6fc5f93a
prepare(release) next release ( #9479 )
...
* prepare(release) next release
* airflow typo
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-12-27 20:15:46 +05:30
07Himank
3053d57f79
Solve issues related to actitivity feed ( #9199 )
...
* solved Activity feed related issue
* solved Activity feed related issue
* Addressing comments
* test case related changes
* test case related changes
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
2022-12-09 12:30:45 +05:30
dependabot[bot]
2c19daaa7d
Bump postgresql from 42.5.0 to 42.5.1 ( #8992 )
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.5.0 to 42.5.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.5.0...REL42.5.1 )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2022-11-30 13:07:50 -08:00
dependabot[bot]
04ed3ed671
Bump snakeyaml from 1.31 to 1.32 ( #8392 )
...
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml ) from 1.31 to 1.32.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.32..snakeyaml-1.31 )
---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 19:56:55 -08:00
Suresh Srinivas
8aac249e86
Upgrade maven plugins ( #8441 )
2022-10-30 15:46:27 -07:00
Mohit Yadav
6efe6df96b
[LDAP] Added Ldap-Authentication ( #8256 )
...
* [LDAP] Add Ldap-Authentication
* Refactor Basic to Service Layer
* added read login config
* pom updates
* review comments
* review comments
* move authenticator after authorizer
* merge conflicts resolve
* add init method , for initializing authenticator
* sonar fix
2022-10-27 22:56:20 +05:30
Nahuel
1732d85dd6
Fix: Update Maven dependencies ( #8383 )
...
* Update Maven dependencies
* Update Jetty dependency
2022-10-27 16:21:30 +02:00
dependabot[bot]
4a4598a99c
Bump jackson-databind from 2.13.4 to 2.13.4.1 ( #8340 )
2022-10-24 11:28:05 -07:00
Sriharsha Chintalapani
4b12fee82b
Fix databind version ( #8339 )
2022-10-24 10:25:45 -07:00
dependabot[bot]
65e8a3a8a7
Bump jackson-databind from 2.13.4 to 2.13.4.1 ( #8316 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.13.4 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 09:26:12 -07:00
Suresh Srinivas
ed9127c539
Update maven plugins ( #8330 )
2022-10-24 09:20:51 -07:00
Suresh Srinivas
82b81572ac
Update javadoc version ( #8329 )
2022-10-23 22:07:58 -07:00
Sriharsha Chintalapani
7d745a04f1
Revert "Bump jackson-databind from 2.13.4 to 2.13.4.1 ( #8242 )" ( #8272 )
...
This reverts commit 7dd9804d783eefa9e7d6665ecde87d818f1ad547.
2022-10-19 21:40:46 -07:00
dependabot[bot]
7dd9804d78
Bump jackson-databind from 2.13.4 to 2.13.4.1 ( #8242 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.13.4 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 10:42:28 -07:00
Suresh Srinivas
322539aae0
Update older dependency versions ( #8152 )
2022-10-14 12:02:27 -07:00
Sriharsha Chintalapani
df5a0cf6df
Update jackson version ( #8141 )
2022-10-13 18:39:10 -07:00
mosiac1
d8a4cbeeb9
UI ( #6189 ) | Update SearchResource and add new searchAPI frontend implementation ( #8083 )
...
* Update SearchResource and add new searchAPI frontend implementation
SearchResource now supports `query_filter` and `post_filter` as json
encoded Elasticsearch filters; `fetch_source` and
`include_source_fileds` for reducing response sizes.
* Remove
* Use async/await for searchAPI
* Move formatting to util functions
2022-10-13 09:30:56 +05:30
Suresh Srinivas
7499277fcb
Update dependencies for release 0.13 ( #7913 )
...
* Update openmetadata-client module dependencies
* Update common module dependencies
* Update openmetadata-spec module dependencies
* Update openmetadata-ui module dependencies
* Update openmetadata-service module dependencies
* Upgrade remaining dependencies
2022-10-04 09:30:05 -07:00
dependabot[bot]
6d739e989e
Bump jetty-io from 9.4.39.v20210325 to 9.4.40.v20210413 ( #7906 )
...
Bumps [jetty-io](https://github.com/eclipse/jetty.project ) from 9.4.39.v20210325 to 9.4.40.v20210413.
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.39.v20210325...jetty-9.4.40.v20210413 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-io
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 21:13:25 -07:00
Sriharsha Chintalapani
6563940b6f
Fix #7172 : List teams API throwing 404 for soft deleted team even with include=all ( #7618 )
2022-09-21 13:34:31 -07:00
mohitdeuex
4b594d0d6e
[BasicAuth] Added Basic Authentication ( #7390 )
...
* Fixed issue with testCases not posted in slack
* Return empty string in case of faling to build url
* [BasicAuth] Added Basic Authentication APIs
* [BasicAuth] Checkstyle
* [BasicAuth] Test yaml updated
* [BasicAuth] Update review comments
* [BasicAuth] Refresh logic added
* [BasicAuth] Add sql updates
* [BasicAuth] Maintain dependency version in main pom.xml
* [BasicAuth] Updated as per new module
* [BasicAuth] Fixes for refresh and missing edge scenario handled
* [BasicAuth] remove quotes
* [BasicAuth] Fix merge conflicts
2022-09-19 11:38:45 +05:30
Sriharsha Chintalapani
656b50dd3a
Fix #7469 : Refactor OpenMetadata code modules ( #7474 )
2022-09-14 23:14:02 -07:00
Akash Jain
f2fc45ea41
feat: prepare-for-next-release-0-13-0 ( #7348 )
2022-09-09 01:25:41 +05:30
Suresh Srinivas
7302c1658d
Upgrade dependencies for 0.12 release ( #6815 )
2022-08-18 16:13:04 -07:00
mohitdeuex
6005cdf435
[Backend][JavaClientFix] Java Client Fix ( #6726 )
...
* [Backend][JavaClientFix] Updated package for generated code , use lombok annotation for logging, fixed code as per standards
* [Backend][JavaClientFix] Added core and client
* [Backend][JavaClientFix] Checkstyle fix
2022-08-15 11:05:49 +05:30
Nahuel
80ca224c39
Fix: Avoid store sensitive info in events repository using custom annotation ( #6666 )
...
* Avoid store sensitive infomation in created event when a Secrets Manager is configured
* Refactor code to start using custom annotations in the json schma deffinition
* Remove unused config object
* Add removed comment
* Add separated entity comparision for events in EntityResourceTest
* Add missing mask property in service connection schemas
* Update openmetadata-core pom.xml
* Missing import in openmetadata-core pom.xml
2022-08-12 15:56:37 -07:00
Parth Panchal
99453279c0
Sonar cloud findings fix ( #6709 )
...
* Sonar cloud findings fix
* Sonar cloud findings fix
* Sonar cloud findings fix
* Sonar cloud findings fix
2022-08-12 22:15:57 +05:30
Nahuel
a90787c54a
Fix Snyk vulnerability found in org.postgresql:postgresql@42.3.6 ( #6612 )
2022-08-05 10:33:00 -07:00
Suresh Srinivas
951251a444
Fixes #6518 - Support conditional policies and policies overhaul ( #6519 )
2022-08-03 12:08:19 -07:00
Nahuel
b85083416c
Update AWS redshift Maven repository url ( #6485 )
2022-08-01 16:41:02 +02:00
Suresh Srinivas
109b937fd4
Use JSON schema constraints to validate policies and other misc cleanup ( #6451 )
2022-07-30 15:23:18 -07:00
Nahuel
2203296b33
Fix detected high severity vulnerabilities by snyk in org.open-metadata:catalog ( #6434 )
2022-07-29 14:29:58 +02:00
Nahuel
839d25217e
Fix: detected high severity vulnerabilities by Snyk ( #6430 )
...
* Fix detected high severity vulnrabilities by snyk
* Revert changes on ingestion/src/metadata/ingestion/source/database/mysql.py
2022-07-29 12:14:23 +02:00