Nahuel
1732d85dd6
Fix: Update Maven dependencies ( #8383 )
...
* Update Maven dependencies
* Update Jetty dependency
2022-10-27 16:21:30 +02:00
Suresh Srinivas
82b81572ac
Update javadoc version ( #8329 )
2022-10-23 22:07:58 -07:00
Mahesh Pai R
0a1c701c76
Corrected null checks ( #8320 )
2022-10-23 05:43:37 -07:00
Sriharsha Chintalapani
1ef189540f
Revert "Fix ISSUE-3790: Remove unnecessary public modifiers ( #8268 )" ( #8295 )
...
This reverts commit 24f3ae763eaecc707d56fc62bea59b792eb7ad8b.
2022-10-20 10:04:35 -07:00
Shivam Shrey
24f3ae763e
Fix ISSUE-3790: Remove unnecessary public modifiers ( #8268 )
2022-10-20 08:58:52 -07:00
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
Ozan Uslan
84a1b11b11
Add private constructor to utility classes to hide the implicit public one ( #7850 )
2022-10-01 12:13:54 -07:00
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
4e335796ba
Deleting CipherText introduced for building pagination cursors is no longer used ( #7142 )
2022-09-01 14:10:50 -07:00
Suresh Srinivas
c2a70bd545
Fixes #6978 Helper function for building ChangeDescription ( #6979 )
...
* Fixing test failures
* Fixes #6978 Helper function for building ChangeDescription
2022-08-26 14:07:15 -07:00
Nahuel
30e7312203
Fix#5920: Expose hostPort
field for some services ( #6678 )
...
* Expose hostPort field for some services
* Fix failing tests after changes
* Remove added interface to json schemas
* Change implementation to use annotations for exposing fields of objects
* Update JsonUtils test
* Format Java code
2022-08-16 09:54:47 +02:00
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
dd8b7fb5b0
Maven publish config changes in pom.xml ( #6502 )
...
* Config for maven publish
* Config for maven publish
* Config for maven publish
* Config for maven publish
* Config for maven publish
* Config for maven publish
* Config for maven publish
2022-08-03 10:49:44 +05:30
Suresh Srinivas
109b937fd4
Use JSON schema constraints to validate policies and other misc cleanup ( #6451 )
2022-07-30 15:23:18 -07: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
Snyk bot
82c5592538
fix: upgrade com.auth0:java-jwt from 3.19.1 to 3.19.2 ( #6272 )
...
Snyk has created this PR to upgrade com.auth0:java-jwt from 3.19.1 to 3.19.2.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.auth0/java-jwt/
See this project in Snyk:
https://app.snyk.io/org/harshach/project/90e18217-fc70-4a90-bf04-270200cf86de?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-07-22 22:41:27 -07:00
Vj-L
011651f078
"Updated the tags with latest tag" ( #5962 )
...
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-07-08 16:43:39 +05:30
mohitdeuex
7f25b82408
[Backend][TaskNotification] Update the Group Id for to org.open-metadata ( #5663 )
2022-06-28 11:10:07 +05:30
Akash Jain
55e1be9ca4
feat: Prepare 0.11.0-snapshot version changes ( #4505 )
...
* updated version to 0.11.0-SNAPSHOT
* updated version to 0.11.0.dev* for ingestion
* docker version updates for metadata docker cli
* OM Server Env Variables from #4197 #4261 #4473
2022-04-27 00:41:17 +05:30
Suresh Srinivas
eb459c0b58
Fix for sonar flagged issues ( #4345 )
2022-04-22 18:57:08 -07:00
Akash Jain
540f5ca3b5
Fix: Prepare 0.10.0 snapshot ( #4190 )
...
* update pom versions to 0.10.0-SNAPSHOT
* fix version to latest release 0.9.1
* fix ingestion core version to 0.10.0
2022-04-19 17:40:42 +05:30
Suresh Srinivas
9f2ca9944f
Update the dependencies for 0.10 release ( #4176 )
2022-04-18 11:41:23 -07:00
Suresh Srinivas
a07d08871b
Fix some of the sonar cloud flagged issues ( #4175 )
2022-04-17 21:49:10 -07:00
Suresh Srinivas
6057a37015
Fixes #3717 Remove unnecessary exceptions thrown ( #3718 )
2022-03-28 14:58:24 -07:00
Snyk bot
c311acc1b0
fix: common/pom.xml & pom.xml to reduce vulnerabilities ( #3545 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
2022-03-21 10:14:02 -07:00
Suresh Srinivas
f7cc5160cc
Fix warnings from issue3501 where exceptions are no longer thrown ( #3512 )
2022-03-19 17:57:57 -07:00
Akash Jain
211a8a55e8
feat: Prepare 0.9.1-SNAPSHOT ( #3297 )
...
* prepare snapshot version for 0.9.1
* prepare dev version for ingestion 0.9.1
* prepare dev version for ingestion-core 0.9.1
* prepare Docker CI workflows for 0.9.1
2022-03-09 12:08:42 +05:30
Suresh Srinivas
6ad55972d4
Fixes #3069 - Attempt 2 - Add PATCH support Glossary and GlossaryTerms ( #3088 )
2022-03-02 18:22:09 -08:00
Suresh Srinivas
7ea9e448d0
Fixes #2942 - Fix bugs reported by Sonar issue on release 0.9 ( #2943 )
2022-02-23 20:40:25 -08:00
Suresh Srinivas
aa64b8c990
Fixes #2841 - Upgrade maven dependencies for release 0.9 ( #2842 )
2022-02-17 23:37:50 -08:00
Akash Jain
20309cde64
fix:cherry pick from 0.8.0 and miscellaneous fixes ( #2445 )
...
* updating ingestion-core version to 0.8.0
* updating ingestion version to 0.8.0
* fixing file copy path
* update docker images to point to 0.8.0
* set up new release version
* reset ingestion version to 0.9.0.dev0
* reset ingestion-core version to 0.9.0
2022-01-26 14:00:27 +05:30
Shreshtha Misra
97c6ae9272
Fix issue #2037- Use lombok Slf4j annotation to initialize logger ( #2282 )
...
* Fix #2037-add lombok
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2022-01-19 12:36:48 -08:00
Suresh Srinivas
5a8e2ee31f
Issue2194 - Change dateTime field to unix epoch timestamp milliseconds and add support for webhook secret key ( #2195 )
...
* Add support for webhook secret key
* Fixes #2194 - Change dateTime field to unix epoch timestamp milliseconds and add support for webhook secret key
* Fixes #2194 - Added support for upgrading existing metadata to move dateTime attributes to timestamp
2022-01-13 12:08:42 -08:00
Matt
ed797dc335
Remove unused Guice ( #2120 )
2022-01-09 21:03:50 -08:00
mask
dea0f2117d
Remove public modifier for test methods( #1979 ) ( #2039 )
2022-01-05 03:34:14 -08:00
Suresh Srinivas
8a390d4dbb
Fixes #2031 - Fix some sonarcloud flagged issues ( #2032 )
2022-01-04 10:04:24 -08:00
Suresh Srinivas
a649e723cd
Fixes #1984 - Remove unused code in Json related utils ( #1985 )
2021-12-31 11:52:11 -08:00
Suresh Srinivas
b396cbd373
Fixes #1910 - Add support for enabling and disabling webhook ( #1911 )
2021-12-23 20:10:38 -08:00
Sriharsha Chintalapani
bb847bc004
Revert "Use defaults of google java format action ( #1845 )" ( #1912 )
...
This reverts commit 782209ead58f4cd82882872e9f8f40779d8b6e54.
2021-12-23 19:22:47 -08:00
Suresh Srinivas
5892595b1f
Fixes #1900 - Initial implementation of webhook API ( #1905 )
...
Co-authored-by: Suresh Srinivas <sureshsrinivas@Suresh-Collate.local>
2021-12-23 11:26:00 -08:00
Matt
f1a8a7886e
Link Lifecycle Policy to specific Location ( #1720 )
...
- Amend ingestion to support Location reference from Policy
- Amend PolicyResource and PolicyRepository to accommodate Location reference
2021-12-23 11:06:15 -08:00
Alberto Miorin
782209ead5
Use defaults of google java format action ( #1845 )
...
* Use defaults of google java format action
* Fix the first Java file
* Add lint-staged
* Remove husky
2021-12-21 17:51:18 +01:00
Sriharsha Chintalapani
7111267669
Update version to 0.8 and ingestion to 0.6 ( #1859 )
2021-12-20 22:02:59 -08:00
Matt
f4c3947fc5
Add googleformatter to auto-format Java classes ( #1705 )
2021-12-16 16:13:50 +01:00
parthp2107
a9e70e6a89
License header update ( #1498 )
...
* updated liscense header
* updated license header
* updated license header
* updated license header
* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Suresh Srinivas
0415983120
Fixes #1234 Upgrade project dependencies to the latest versions ( #1235 )
...
* Fixes #1234 Upgrade project dependencies to the latest versions
* Add libssl to github maven workflow
Co-authored-by: sureshms <suresh@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2021-11-17 11:24:19 -08:00
Sriharsha Chintalapani
9dee0e4e5c
update version to 0.7.0-SNAPSHOT ( #1196 )
2021-11-15 19:03:32 -08:00
sureshms
1f8b7a99c6
Remove jdbi2 dependency
2021-10-22 13:30:40 -07:00
Sriharsha Chintalapani
4c647a3887
Set version to 0.6.0-SNAPSHOT ( #764 )
2021-10-14 07:47:00 -07:00