Suresh Srinivas
4c76a7bafe
Merge pull request #1416 from open-metadata/issue1375
2021-11-26 15:01:06 -08:00
sureshms
269fc9ede5
Fixes #1375 - EventResource malformed entity info
2021-11-26 14:16:29 -08:00
Suresh Srinivas
9cd170c95b
Merge pull request #1359 from open-metadata/issue1358
...
Fixes #1358 - Add change events to Service entity
2021-11-26 12:05:09 -08:00
darth-coder00
dc1576cd91
Feat: Added DBT Model Details page and Explore page tab ( #1394 )
...
* Feat: Added DBT Model tab to Explore page
* Feat: Added DBTModel Details page
* Changed dataset to dbtModel
* Added support to add tier tag
* Adding suggestions support for DBT Models.
* Added ViewDefinition Tab UI
Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2021-11-26 23:27:11 +05:30
Pere Miquel Brull
fdd6ca14b7
Merge pull request #1409 from TeddyCr/issue-1049
...
issue-1049: Refactor code to use functions from utils.helper
2021-11-26 18:51:01 +01:00
Ayush Shah
267a3d7aa2
Removed Platform from docker-compose.yml files, emulation fix
2021-11-26 18:10:27 +01:00
Teddy Crepineau
2507b7006a
issue-1049: Refactor code to use functions from utils.helper
2021-11-26 16:16:34 +01:00
Sachin Chaurasiya
c74d7612bc
Adding Lineage node expansion to show columns . ( #1393 )
...
* Adding Lineage node expansion to show columns .
* Adding support for getting columns of expanded node.
* Refactoring.
* Reafctoring and style changes.
* Minor changes
* Changing prop type.
* minor style changes.
2021-11-26 20:37:33 +05:30
parthp2107
6582f38a37
changed data-testids and commented code for recent api change ( #1401 )
...
* changed data-testids and commented code for recent api changes
* changing paths in selenium workflow
2021-11-26 17:02:04 +05:30
Shailesh Parmar
bd3beb4604
Test: Added test for ingestion and confirmation modal ( #1389 )
2021-11-25 16:06:46 +05:30
darth-coder00
bfbb751faa
Fix: Issue #1348 - My Data and Followers are empty ( #1388 )
...
* Fix: Issue #1348 - My Data and Followers are empty
* Addressing comment
2021-11-25 15:48:33 +05:30
Sachin Chaurasiya
ee1db17351
UI : Adding support for Lineage Incremental loading. ( #1341 )
...
* Added support for Lineage Incremental loading.
* Added loadNode Handler
* Added position prop to loadNode Handler.
* Adding changes to get down and up stream data incrementally.
* Adding checks for leaf nodes part-1
* minor change
* Changed file extenstion from tsx to ts as its only contains types.
* Adding checks for leafnodes
* Removed onClick from node text.
* Changed depth value to 3
* Minor fix
* Added micro interaction for loading nodes.
2021-11-25 15:34:52 +05:30
Shailesh Parmar
9c01d574fc
Test: added test suits for ingestionPage and ingestion component ( #1374 )
...
* Test: unit test for ingestionpage and ingestion component
* updated ingestion component test
* miner change
2021-11-25 14:30:05 +05:30
parthp2107
dc627bd1a3
GitBook: [ #41 ] Fixing OpenMetadata server config for okta ( #1383 )
2021-11-25 14:29:30 +05:30
parthp2107
2389de1465
removing tests from catalog-rest-service module and configuring it in openmetadata-ui module ( #1382 )
2021-11-25 14:28:47 +05:30
darth-coder00
6c323b9592
Feat: Added root level package.json to avoid global installation of npm packages ( #1384 )
...
* Feat: Added root level package.json to avoid global installation of npm packages
* Updated typescripts from schema
2021-11-25 14:25:22 +05:30
Akash Jain
74a10382a2
Fix: Docker Image to use new Dist Location while running locally ( #1381 )
...
* fix path for dist folder
* updated docs wrt new dist folder
2021-11-25 12:33:20 +05:30
Akash Jain
e288a64781
feat: Adding CI for python integration tests ( #1368 )
...
* Adding CI for python integration tests
* Adding Paths
2021-11-24 22:20:36 -08:00
sureshms
62d5f47c3d
Fixes #1358 - Miscellaneous cleanups
2021-11-24 15:49:35 -08:00
sureshms
c8cc96f6f5
Fixes #1358 - Add change events to PipelineService and StorageService entity
2021-11-24 15:47:53 -08:00
sureshms
ec6c6f48c4
Fixes #1358 - Add change events to DatabaseService entity
2021-11-24 15:47:53 -08:00
sureshms
ece03712f8
Fixes #1358 - Add change events to DashboardService entity
2021-11-24 15:47:53 -08:00
sureshms
8664ef78b2
Fixes #1358 - Add change events to MessagingService entity
2021-11-24 15:47:53 -08:00
Alberto Miorin
94446e7540
Fix #1061 : Need description for tags ( #1322 )
2021-11-24 12:23:51 -08:00
Akash Jain
96c65e7ebd
fix: remove spaCy dependencies from setup.py ( #1362 )
...
* remove spaCy dependencies from setup.py
* Spacy, PII and Processor dependencies removed
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2021-11-24 12:23:17 -08:00
Ayush Shah
11e2229972
Added OMeta API, removed wget ( #1376 )
...
* Added OMeta API, removed wget
* Added curl instead of Wget in run_local_docker.sh
2021-11-24 11:57:33 -08:00
Sriharsha Chintalapani
27c439a53d
Update README.md
...
update ingestion docs to point to docs.open-metadata.org
2021-11-24 09:06:56 -08:00
Sriharsha Chintalapani
d2458777c8
Update README.md
2021-11-24 07:18:33 -08:00
Shailesh Parmar
aba1fcd02c
Improvement: change ui of pagination from load more to next-previous for services page ( #1365 )
...
* change ui of pagination from load more to next-previous pagination for services page
* remove boolean casting
2021-11-24 19:32:10 +05:30
darth-coder00
2ba99faa7d
Fix: Moved mvn copy-plugin from pom of catalog-rest-service to pom of openmetadata-ui ( #1367 )
2021-11-24 19:31:39 +05:30
Sachin Chaurasiya
2f64b04321
Removing version filters from versioning side panel. ( #1364 )
2021-11-24 17:38:07 +05:30
Sriharsha Chintalapani
a180adc39c
Fix #1299 : Move UI module into its own maven module ( #1351 )
...
* Fix #1299 : Move UI module into its own maven module
* Fix #1299 : fix indentation in selenium tests
* Fix #1299 : fix indentation in selenium tests
* Fix #1299 : fix indentation in selenium tests
* Fix: Updated json2ts command script
* Removed ignored file for bundle analyzer
* Updated gitignore
* Cleaning up the gitignore
Co-authored-by: darth-coder00 <aashit@getcollate.io>
2021-11-24 13:18:54 +05:30
Suresh Srinivas
0d0e52aa8a
Merge pull request #1355 from open-metadata/issue1325
...
Issue1325 - Not getting cursor based paging for Messaging and Pipeline services
2021-11-23 22:36:59 -08:00
sureshms
41a281338a
Fixes #1325 - Not getting cursor based paging for Messaging and Pipeline services
2021-11-23 22:01:14 -08:00
Ayush Shah
eb34d04285
Setup.py modified to support 3.10
2021-11-23 21:50:44 -08:00
Akash Jain
d62b2c5a06
Merge pull request #1338 from open-metadata/selenium-paths
...
Selenium paths
2021-11-24 10:39:00 +05:30
sureshms
80ae01c737
Part 1 - Support pagination for MessagingService
2021-11-23 20:50:25 -08:00
Sachin Chaurasiya
e9aca27602
GitBook: [ #27 ] Adding guide for generate types from JSON Schema.
2021-11-23 19:58:23 -08:00
Ayush Shah
60dc4b44bc
GitBook: [ #32 ] Page link Glue Catalog
2021-11-23 19:58:23 -08:00
Ayush Shah
ed4119af2c
GitBook: [ #31 ] Release version changed from 0.5.0 to 0.6.0, added connectors
2021-11-23 19:58:23 -08:00
Shannon Bradshaw
a1fc3c6ee9
GitBook: [ #30 ] Re-addition of 0.6 features to Features page.
2021-11-23 19:58:23 -08:00
Shannon Bradshaw
0bf62da23d
GitBook: [ #29 ] Clean up Run in Kubernetes docs.
2021-11-23 19:58:23 -08:00
Shannon Bradshaw
e5b7b96f11
GitBook: [ #28 ] Refactor docker-based installation docs.
2021-11-23 19:58:23 -08:00
sureshms
51c5001266
Paging in progress
2021-11-23 19:33:33 -08:00
Suresh Srinivas
d339e651f1
Merge pull request #1350 from open-metadata/issue1349
...
Fixes #1349 - Make service entity PUT request consistent with other e…
2021-11-23 19:22:05 -08:00
sureshms
19ab27c866
Fixes #1349 - Make service entity PUT request consistent with other entity PUT request
2021-11-23 14:11:22 -08:00
Sriharsha Chintalapani
5a3bdf2f70
Fix #1327 : rename Model to DBTModel and provide indexing support ( #1330 )
...
* Fix #1327 : rename Model to DBTModel and provide indexing support
* Fix #1327 : update dbt connector
* Fix #1327 : add search index for dbt models
* Fix #1327 : Address checkstyle issues
2021-11-23 13:37:52 -08:00
darth-coder00
4fa46156cc
Bugfix: Updated json2ts script to avoid empty files from generating ( #1342 )
...
* Bugfix: Updated json2ts script to avoid empty files from generating
* Added TS generation script to build script
* Removing json2ts from build script
2021-11-23 21:42:25 +05:30
Shailesh Parmar
f6dfc62a4b
Feat: Added Pagination for services page ( #1334 )
...
* change ui to support paging for services page
* fix count issue on tab change
* change pagine with load more btn with micro interaction
* made seprate component for load more pagination button
* make seprate type for loading status and miner fix
* miner fix
2021-11-23 20:00:45 +05:30
Sachin Chaurasiya
499c9c546f
Fix : UI: in versioning panel show Major vs Minor prominently. ( #1320 )
...
* Fix : UI: in versioning panel show Major vs Minor prominently.
* Added some extra styling for major version.
* Moved versionTypes to constant file.
* Moved component specific css to styles folder.
* minor fix
* changed dropdown placholder styling.
* Fixed styling for timeline-line
* refactored checks for major version
* minor styles changes.
* minor fix
2021-11-23 20:00:02 +05:30