4917 Commits

Author SHA1 Message Date
darth-coder00
306fb36502
Feat: Added DBT Models to Database details page (#1465) 2021-11-29 21:39:11 +05:30
Sachin Chaurasiya
902beedbe5
Adding support for recently search term (#1459) 2021-11-29 20:14:57 +05:30
parthp2107
9aad7efabc
adding new tests for my data page (#1458)
* adding new tests for my data page

* added chrome option
2021-11-29 20:08:48 +05:30
Sachin Chaurasiya
38b02a4bfb
Fixed Column node text in lineage and suggestion index for dbt models. (#1454)
* Fixed Column node text in lineage and suggestion index for dbt models.

* Added icon for dbt models.

* Minor fix
2021-11-29 14:05:17 +05:30
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
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
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
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