4912 Commits

Author SHA1 Message Date
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
Sachin Chaurasiya
8b4b4821a5
Fix : Ingestion workflow changes are not being updated on Airflow. (#1336)
* Fix : Ingestion workflow changes are not being updated on Airflow.

* Removed commented codes.
2021-11-23 19:52:02 +05:30
parthp2107
f5ec367335
added git workflow for docs (#1337) 2021-11-23 17:24:42 +05:30
Parth Panchal
b920da8caf testing selenium workflow 2021-11-23 17:20:43 +05:30
Parth Panchal
fac74827e2 testing selenium workflow 2021-11-23 17:14:44 +05:30
Parth Panchal
2da90a3c2f adding paths in selenium workflow 2021-11-23 17:14:14 +05:30
Parth Panchal
f737a7ca1d adding paths in selenium workflow 2021-11-23 17:12:42 +05:30
Sachin Chaurasiya
3f5510f340
GitBook: [#27] Adding guide for generate types from JSON Schema. (#1332)
* GitBook: [#27] Adding guide for generate types from JSON Schema.

* Removed unwanted files.

Co-authored-by: Sachin Chaurasiya <sachin.c@deuexsolutions.com>
2021-11-23 15:11:26 +05:30
parthp2107
72f5320914
adding selenium tests for ingestion page (#1333)
* adding selenium tests for ingestion page

* adding few tests changes and addressing reviewdog findings

* testing selenium workflow
2021-11-23 14:58:11 +05:30
Parth Panchal
03057b8bc6 Revert "adding git workflow"
This reverts commit 2fd8a884f8d016820604232beaead05c973f91ce.
2021-11-23 14:45:05 +05:30
Parth Panchal
2fd8a884f8 adding git workflow 2021-11-23 14:37:58 +05:30
Ayush Shah
7156bf60a0
Import Error fix - Okta (#1315)
* Import Error fix

* Import errors fixed

* Make file updated as per comments
2021-11-22 15:06:05 -08:00