4912 Commits

Author SHA1 Message Date
sureshms
87ce20cf79 Added tests for entityUpdated event for entities upated using PUT 2021-11-10 15:08:21 -08:00
sureshms
5810c33930 Added tests for entityCreated event for entities created using POST 2021-11-10 13:44:47 -08:00
Sriharsha Chintalapani
6139a58c9a
Fix #1135: Add check style to have 2 space indentation (#1136) 2021-11-10 13:27:41 -08:00
sureshms
aa83f7b1ad Fixing test failures due to code merge 2021-11-10 13:25:25 -08:00
sureshms
589067265f Fixing merge errors 2021-11-10 12:59:24 -08:00
sureshms
db38f08735 Check change events for PUT entity operation 2021-11-10 12:45:20 -08:00
sureshms
e1238186b2 Change the name from EventsResource to EventResource 2021-11-10 12:44:35 -08:00
sureshms
fe49d144df WIP - adding tests to check change events 2021-11-10 12:44:35 -08:00
sureshms
922db8d785 Core changes for eventing completed 2021-11-10 12:44:35 -08:00
Sriharsha Chintalapani
b29a6c3699
Fix #1127: Terms in descriptions for fields of struct column not searchable (#1132)
* Fix #1127: Terms in descriptions for fields of struct column not searchable

* Fix #1127: Terms in descriptions for fields of struct column not searchable
2021-11-10 11:33:08 -08:00
Ayush Shah
9839191242
Issue 483 - Glue Implementation (#1124)
* Glue Tables and Pipeline workflows implemented

* Glue Config Added

* Relative imports changed to absolute

* Resolving Comments - Changed Imports, serviceTypes

* Type fixed in setup.py
2021-11-10 07:28:13 -08:00
darth-coder00
f1c1bc070c
Fixed add tag ui and in-database search (#1129) 2021-11-10 20:32:23 +05:30
Shailesh Parmar
3b74484989
Fix: made whole area clickable for drop-down box (#1125)
* Fix: make whole area clickable for drop-down box

* remove underline and bg color on hover for version
2021-11-10 14:27:56 +05:30
Sriharsha Chintalapani
cc539f37fd
Fix #1116: make elastic search database not include FQN (#1126) 2021-11-10 13:04:56 +05:30
Sriharsha Chintalapani
58460f3f2b
Fix #1034: workflow/bot operations API (#1053)
* [WIP] workflow/bot operations API

* workflow/bot operations API

* workflow/bot operations API- Fix tests

* workflow/bot operations API- Fix styling issues

* workflow/bot operations API- Fix styling issues

* workflow/bot operations API- Add list runs api

* workflow/bot operations API - Fix styling issues; address reviews

* workflow/bot operations API - Fix styling issues; address reviews

* workflow/bot operations API - Fix styling issues; address reviews
2021-11-09 20:56:45 -08:00
Suresh Srinivas
1822e6da90
Merge pull request #1123 from open-metadata/issue1106
Fixes 1106 - Version API returning 204 No Content for latest version
2021-11-09 18:51:36 -08:00
sureshms
bc725f2b1b Fixes 1106 - Version API returning 204 No Content for latest version 2021-11-09 18:32:31 -08:00
Pere Miquel Brull
a41e1d751e
[Issue-1119] - Generate Fix (#1120)
* Remove additionalProperties from table definitions

* Regenerate pydantic models
2021-11-09 15:08:21 -08:00
Shailesh Parmar
d0c523a655
fix: filter goes blank on click of any filter value (#1118) 2021-11-09 21:53:54 +05:30
Shailesh Parmar
042561857e
Fix: API call onClick of explore link from explore page (#1115)
* Fix: API call onClick of explore link from explore page

* fix failing test
2021-11-09 19:32:49 +05:30
Sachin Chaurasiya
f6125a9683
Refactor : UI Pipeline details page (#1102)
* Refactor : UI Pipeline details page

* addressing review comment
2021-11-09 15:49:16 +05:30
Sachin Chaurasiya
6d6fdd3de5
Docs : generate types from json schema (#1112) 2021-11-09 14:59:57 +05:30
Shailesh Parmar
76ae3f7c79
Fix: search-query bug on initial page load (#1105) 2021-11-09 10:43:38 +05:30
parthp2107
54be7783b2
added sendkey and enter key events (#1103)
* added sendkey and enter key events

* addressing reviewdog findings
2021-11-08 08:51:11 -08:00
parthp2107
ebc0c320c0
added frequently joined tables and columns tests (#1104)
* added frequently joined tables and columns tests

* addressing reviewdog findings
2021-11-08 08:50:36 -08:00
Sachin Chaurasiya
d438be99ac
Style : make navbar fixed on docs page (#1100) 2021-11-08 17:55:11 +05:30
Shailesh Parmar
e1d7260b3c
Feat: Change UI of ES error placeholder (#1044)
* Feat: issue-944 add documentation guid for user when ES disconnected and index is missing

* change miner UI of error placeholder

* fixed failing test

* rename entityList to entityIndexList

* show full screen error placeholder on index missing in explore page
2021-11-08 13:37:13 +05:30
Pere Miquel Brull
7771e42e1b
[Issue-801] - MLFeature & MLHyperParameters (#1071)
* Update model schema

* Update create model schema

* Disable additional params

* Update Model Resource & Repository

* Add tests for MLFeatures and MLHyperParameters
2021-11-07 22:44:15 -08:00
Sachin Chaurasiya
ff7fe1dd41
Fix : #1037 Make choosing at least one team required during the signup process. (#1094)
* Fix : #1037 Make choosing at least one team required during the signup process.

* add condition if team is selected.

* made error msg consitent with info msg
2021-11-08 11:56:17 +05:30
Sriharsha Chintalapani
fbfde8783a
Fix #1054: Table Entity should have extended entity to capture SQL Queries (#1055)
* Fix #1054: Table Entity should have extended entity to capture SQL Queries that ran against them

* Fix #1054: Table Entity should have extended entity to capture SQL Queries that ran against them

* Fix #1054: Table Entity should have extended entity to capture SQL Queries that ran against them

* Fix #1054: Table Entity should have extended entity to capture SQL Queries that ran against them
2021-11-07 21:20:48 -08:00
parthp2107
80d7ee0b10
added tests for pipeline details page (#1085)
* added tests for pipeline details page

* addressing reviewdog findings

* testng to junit

* adding chrome options

* running headless browser
2021-11-07 11:19:35 -08:00
vijaypm
d14755b4e1
Issue - 1091 (#1096)
* fixed issue with not being able to load config file; cleaned up unused code

* fixed test case to test configuration error

Co-authored-by: Vijay Mariadassou <vijay@mariadassou.com>
2021-11-07 11:19:06 -08:00
parthp2107
3489cbbfb1
Added BreadCrumb and Version test. Added data-testid for version. (#1086)
* added Follow, BreadCrumb and Version test. Added data-testid

* added Follow, BreadCrumb and Version test. Added data-testid

* addressing reviewdog findings
2021-11-07 12:54:42 +05:30
Sachin Chaurasiya
1ecc550681
Fix : #1047 Lineage and Dataprofiler should show helpful text when there is no data available. (#1092)
* Fix : #1047 Lineage and Dataprofiler should show helpful text when there is no data available.

* minor fix

* minor fix
2021-11-07 12:54:04 +05:30
Suresh Srinivas
7e242428a3
Merge pull request #1090 from open-metadata/issue1089 2021-11-06 19:40:26 -07:00
sureshms
b3e02741e8 Fixes #1089 Code cleanup - Move comparators and matchers to EntityUtil 2021-11-06 18:20:01 -07:00
vijaypm
d5758a0fbb
Issue 1023 (#1088)
* fixed bug that was setting to lowercase property names that were already in camelCase

* added datetime prefix to allow integration tests to be run repeatedly

* fixed test to use the ldap entries from ldap service in docker to test the service

* updated instructions for ldap test

* added comments to clarify the fix done in snake_to_camel method

Co-authored-by: Vijay Mariadassou <vijay@mariadassou.com>
2021-11-06 16:42:23 -07:00
Ayush Shah
bb3a7a57b8
Issue 1000 (#1083)
* Sample Users fix #1000

* User Entity Implemented

* Teams Entity Implemented

* Added displayName Param
2021-11-06 08:52:02 -07:00
Tom Vijlbrief
83073b20d9
Add Superset password hint to documentation (#1084) 2021-11-06 01:34:14 -07:00
parthp2107
bfe3d86583
git workflow for selenium tests (#945)
* Create selenium-tests.yml

* Update selenium-tests.yml

* added dependency and configured testng.xml in pom

* removing testng config

* headless browers, testng to junit

* removed webDriverManager

* removed webDriverManager

* testing commit

* pushing all tests

* end-to-end tests

* changed workflow for proper test running order

* checking docker build

* printing logs for testing

* reformatted the code

* printing logs

* addressed null pointer exception

* addressing git worflow errows

* removing logs from start server test

* running .sh script directly from workflow

* testing script

* testing script

* addressing reviewdog findings

* updated chrome drivers

* addressing failing tests

* searchbar to searchBox

* testing

* cleaning code and added api test config in pom.xml

* commenting tests - functionality absent

* addressing reviewdog finding

* addressing reviewdog finding

* uncommenting search tests

* added condition for no service exists and added click event to leftout actions

* addressing reviewdog findings
2021-11-06 00:58:19 -07:00
parthp2107
8584d12720
fixed get database service api (#1082) 2021-11-06 12:57:46 +05:30
parthp2107
ab9b65176f
added data-testid for click here to add service button (#1081) 2021-11-06 11:30:41 +05:30
Matt
845552670a
Fix topic partition count min to be an integer instead of string (#1063)
Co-authored-by: Matt <mithmatt@github.com>
2021-11-05 11:46:40 -07:00
Suresh Srinivas
433857ca0c
Merge pull request #1070 from ReyhanPatria/fix-annotation-docs
Fixed annotations docs
2021-11-05 11:20:49 -07:00
ReyhanPatria
5dfc143ccb Changed annotation docs 2021-11-06 01:07:05 +07:00
ReyhanPatria
19b459bc80 Fixed annotations docs 2021-11-05 23:26:11 +07:00
Sriharsha Chintalapani
1cdc35d05a
Fix #1064: Fix PolicyRepository implementation issues (#1065) 2021-11-05 11:54:53 +05:30
Matt
71aae8597c
Add Policy schema, repository and API resource (#924)
Co-authored-by: Matt <mithmatt@github.com>
2021-11-04 22:55:27 -07:00
ReyhanPatria
66a034c825
Added cursor pagination (#1057) 2021-11-04 17:28:23 -07:00
Suresh Srinivas
bdbb15f581
Merge pull request #1060 from open-metadata/issue1059 2021-11-04 16:15:07 -07:00