Teddy
dbcc5e9dd2
ISSUE-1048: Add Version Mixin ( #2018 )
...
* Added entity version mixins logics to ometa API
* remove logging in line 385 used for testing
* Fixed black error + ran isort
* remove extra underscore in
* Added integration tests for OpenMetadata versions methods
* Fixed linting errors in versionMixin.py
2022-01-07 10:37:56 +01:00
Pere Miquel Brull
48ebcffbd0
[issue-1976] - Ingestion SonarCloud ( #2085 )
...
* Update path
* Prepare sonar properties
* Prepare coverage recipes
* Add coverage
* Simplify pytest
* Organise integration tests
* Update path
* Use setup instead of reqs
* Update recipes
* Fix PR event to target
* Update event_name
* Prepare sonar
* Run tests & sonar
* Use sonarcloud host
* Fix compose
* Use ingestion token
2022-01-07 10:28:38 +01:00
Alberto Miorin
c8de136cca
First part of #2091 : Python code in branch main is always formatted correctly ( #2093 )
2022-01-07 06:17:48 +01:00
Alberto Miorin
dd813a28f0
Fix #2088 , fix #2089 : Java checkstyle must run always AND Better naming for Github Actions Job names ( #2090 )
2022-01-07 05:04:29 +01:00
Alberto Miorin
34a9d31240
Fix #2052 : Revert the reverted pre-commit ( #2053 )
2022-01-07 03:53:21 +01:00
darth-coder00
dee7cd7717
Fix: Max width layout alignment for Teams, Tags and Services page ( #2083 )
2022-01-06 22:17:25 +05:30
darth-coder00
b866d8a73a
Fix: Search bar is searching in last active tab ( #2081 )
...
* Fix: Search bar is searching in last active tab
* Fix: Missing Sample data tab changes
2022-01-06 20:23:19 +05:30
Pere Miquel Brull
eb01c55676
Update naming ( #2080 )
2022-01-06 14:42:50 +01:00
Pere Miquel Brull
94ecb1e030
Map ports to localhost ( #2078 )
2022-01-06 14:32:31 +01:00
darth-coder00
d7a01df552
Fix: Blank space being added as recent search team ( #2071 )
...
* Fix: Blank space being added as recent search team
* Fix: missing java check-styles
2022-01-06 18:41:34 +05:30
Pere Miquel Brull
d91f6bcb11
[issue-1992] - Allow Delete + PUT ( #1993 )
...
* Select entity deleted or not
* Allow to PUT back a deleted Entity
* Update interface to get deleted flag
* Add delete + put test
* Rename to isDeleted
* Rename to DeletedOrExists
* Update delete_put test
* format
* Remove delete put test from interface
* Add mlmodel delete put test
* Add mlmodel delete put test
* Use minor version change for recover deleted
* Prepare delete put test
* Add recover soft delete relationships
* Fix recover for Entities with services
* Fix recover for Entities with services
* Add delete put tests
* Add delete put tests
* Format and sonar
2022-01-06 12:38:09 +01:00
Shailesh Parmar
a3ccb1183d
change sample-data tab position ( #2073 )
2022-01-06 17:08:01 +05:30
Alberto Miorin
c0a0c04306
Fix #2058 : Reformat a few Java files left for good ( #2072 )
2022-01-06 11:27:19 +01:00
Alberto Miorin
51c1228b2a
Fix #2064 : Use pull_request_target in java checkstyle ( #2070 )
2022-01-06 11:13:54 +01:00
parthp2107
293ae7626f
added test for incorrect filter count ( #2046 )
2022-01-06 11:54:56 +05:30
darth-coder00
9befb8aa34
Fixed misc UI issues #1972 , #1744 and other misc issues ( #2011 )
...
* Fixed misc UI issues #1972 , #1744 and other misc issues
* Addressing comments
* UI: Centered layout changes
* Layout fixes
* Addressing comments
* Post merge fixes
* Selenium test and minor UI fix
2022-01-06 11:42:35 +05:30
Alberto Miorin
57b0da7acc
Fix #2060 : java-checkstyle is not working anymore ( #2061 )
2022-01-05 20:10:37 -08:00
Alberto Miorin
34d8664693
Fix #2038 : Fix Java style tooling support for good ( #2051 )
2022-01-05 20:18:28 +01:00
Yasar Shaikh
c88d5cff84
fix( #2054 ) : Replaced replace() with replace ( #2056 )
2022-01-05 10:57:18 -08:00
Suresh Srinivas
fb78944633
Merge v003 and v004 versions of bootstramp sql for 0.8 release ( #2055 )
2022-01-05 10:36:17 -08:00
Akash Jain
0bbb283e70
fix: update base image to alpine linux and refactor dockerflie instructions ( #2050 )
...
* +alpine img and refactor dockerflie instructions
* local-metadata server image with alpine linux
* correcting rm openmetadata-*.tar.gz
* fix COPY destination folder ref
2022-01-05 10:11:24 -08:00
Alberto Miorin
35f1967962
Fix #2042 : Added missing java check-styles for openmetadata-ui ( #2043 )
2022-01-05 08:35:53 -08:00
Sachin Chaurasiya
83c452431e
UI : Moving Sample data to its separate tab. ( #2045 )
...
* UI : Moving Sample data to its separate tab.
* Adding horizontal scrolling indicator for sample table
2022-01-05 21:50:57 +05:30
mask
dea0f2117d
Remove public modifier for test methods( #1979 ) ( #2039 )
2022-01-05 03:34:14 -08:00
darth-coder00
9157511074
Feat: Enhanced Tour ( #2024 )
...
* Feat: Added Tour
* Addressing comment
2022-01-05 16:20:38 +05:30
Sachin Chaurasiya
5dd9089b7f
UI : Fixed Lineage Nodes positioning ( #2020 )
...
* UI : Fixed Lineage Nodes positioning
* Moved utils to utils file
* Addressing review comment
2022-01-05 14:49:54 +05:30
parthp2107
2be8b0c20c
tests for issues found ( #2021 )
2022-01-05 14:17:55 +05:30
Akash Jain
5685efd651
feat: openmetadata-ingestion-core pypi publish dev packages ( #2023 )
...
* update requirements-dev.txt
* integrate pypi incremental
* Add CI for #1875
* gitignore generated dir in ingestion-core
* update version to match ingestion package
2022-01-04 21:11:33 -08:00
Yasar Shaikh
58ccce1b45
fix( #2034 ): Used Regex in replaceAll methods to resolve code smells captured via Sonar ( #2035 )
2022-01-04 12:52:17 -08:00
Pere Miquel Brull
4bc41e2021
[issue-1990] - Add github token ( #1991 )
2022-01-04 19:05:09 +01:00
Suresh Srinivas
8a390d4dbb
Fixes #2031 - Fix some sonarcloud flagged issues ( #2032 )
2022-01-04 10:04:24 -08:00
Suresh Srinivas
d2473c8ca0
Fixes #2027 - Fix intermittent Webhook test failures ( #2030 )
2022-01-04 09:57:11 -08:00
Suresh Srinivas
36d518fa2d
Fixes #2010 - Upgrade dependencies for version 0.8 ( #2026 )
2022-01-04 09:21:48 -08:00
darth-coder00
5a8a16e14f
Fix: Added missing java check-styles ( #2015 )
2022-01-04 06:49:16 -08:00
Ayush Shah
860f0ae8db
Iterable from Collections not working ( #2019 )
2022-01-04 06:48:18 -08:00
Ayush Shah
19e5f737ff
Usage fix - removed service_name from bulk_sink ( #1956 )
...
* Query Usage fixed
* Usage updated
* Reformatted change
* Usage files reformatted
2022-01-04 17:12:10 +05:30
Sachin Chaurasiya
bcbd3aef22
Moving EntityLineage Utils to separate utils file. ( #2014 )
2022-01-04 15:10:57 +05:30
parthp2107
60ff85ccdc
selenium code clean-up ( #2012 )
...
* code clean-up
* removing extra code
2022-01-04 13:56:55 +05:30
Akash Jain
348e23ca6f
fix/ci-workflows ( #1997 )
...
* add pytest and pytest-cov
* add timeout; update make command usages
2022-01-04 12:49:22 +05:30
Mustapha
7382798d8e
Fixed the use of string concatenation causing sonar warning instead of String Format method ( #2009 )
2022-01-03 14:11:08 -08:00
Alberto Miorin
2f7b82abe0
Close #1696 : Find operations in relationship should be safer ( #2000 )
2022-01-03 21:54:34 +01:00
Ayush Shah
6175053dd4
Sample Topics fixed ( #2005 )
2022-01-03 11:00:04 -08:00
parthp2107
59de16125d
added workflow for selenium tests without sample data ( #1999 )
...
* added workflow for selenium tests without sample data
* change in drop-create command
* using different approach to start server
* minor change
* minor change
* adding timeout to start server step
2022-01-03 16:36:32 +05:30
Suresh Srinivas
40b7389741
Fixes #1988 Remove code duplication by moving common code to EntityRepository ( #1989 )
2021-12-31 14:17:04 -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
c272ff7254
Issue1980 ( #1981 )
...
* Issue1977 - Add support for recursive deletion of entities (#1978 )
* Recursive delete
* Fixes #1977 - Add support for recursive deletion of entities
* Fixes #1980 Remove conflicting dao member in Repository classes
2021-12-31 10:35:02 -08:00
Suresh Srinivas
7b96ccb827
Issue1977 - Add support for recursive deletion of entities ( #1978 )
...
* Recursive delete
* Fixes #1977 - Add support for recursive deletion of entities
2021-12-31 09:30:27 -08:00
Matt
46fa473771
Add User -> Role relationship ( #1975 )
2021-12-30 16:47:24 -08:00
Pere Miquel Brull
256c25934b
[issue - 1894] - Run sonar during install ( #1918 )
...
* Run sonar during install
* Add exclusions
* Remove exclusions
* Remove activation
* Update CI for PR and Push
* Activate profile
* debug environment
* debug environment
* debug environment
* Add SCA to active profiles
* Remove profile from CI
* Activate SCA by default
* Use mvn install
* Update PR source branch
2021-12-30 08:31:25 -08:00
Matt
485e661430
Add Role entity ( #1970 )
2021-12-30 08:30:12 -08:00