2511 Commits

Author SHA1 Message Date
Vivek Ratnavel Subramanian
e6343a79d7
Fix #2555: PUT APIs should only allow admin and owners to update a resource in secure env (#2608) 2022-02-04 12:39:08 -08:00
Mayur Singal
6128fa30dc
Fix #2620: pk_columns & unique_columns fixed (#2621)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-04 12:38:12 -08:00
Mayur Singal
5a6e7d743e
ISSUE-545: Added tests for QueryProcessor (#2510)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-04 08:20:20 -08:00
kshinde2512
e889e79393
Revamping selenium tests mydatapage (#2386)
* Api tests

* test - revamping MyDataPageTest

* addressing style check

* test - revamping MydataTestPage,TableDetailsTest,ExplorePageTest

* test - java and python checkstyle

* Code changes

* Java and Oython checkstyles

* pushing topic details page

* Addressed all changes in comments

* Adressing Java checkstyles

* Addressing comments

* Deleted extra files

* Adding data tesid

* common page changes added

* Indentation change

* indent change

* Indent changes

* Indent changes

* Minor code change

* Removed public modifier and added assertions

Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-02-04 19:45:44 +05:30
parthp2107
6f1fb33418
revamped no data test cases for selenium (#2619)
* revamped no data test cases

* addressing style check
2022-02-04 18:09:54 +05:30
Mayur Singal
bc13e343a1
issue-2572: added comments for vertica columns (#2596)
* issue-2572: added comments for vertica columns

* moved sql queries to sql_queries.py

* fixed sonar bug and sql query

Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-02-04 15:43:27 +05:30
SeungwanJo
9a0ffc08e4
add ingestion hive col_comment (#2594) 2022-02-04 15:43:14 +05:30
parthp2107
d3f34c9490
revamped common tests in selenium (#2616) 2022-02-04 15:25:00 +05:30
parthp2107
de6a06b013
Pagination, filter, exception tests cases revamped (#2613) 2022-02-04 11:56:22 +05:30
Sriharsha Chintalapani
09476bf4b1
Fix #2189: 'Matches' doesn't show up for every search results (#2605) 2022-02-03 20:08:48 -08:00
Sriharsha Chintalapani
be975848c6
Fix #2202: search give no results for pipelines (#2606) 2022-02-03 20:08:36 -08:00
Sriharsha Chintalapani
a0d40eb65e
Fix #2069: Not all tag filters displayed (#2607) 2022-02-03 20:08:25 -08:00
Vivek Ratnavel Subramanian
64c157498d
Fix #2609: Ignore .idea from git (#2610) 2022-02-03 15:02:37 -08:00
darth-coder00
026be84d66
Fix: #2549 (#2603) 2022-02-04 00:07:54 +05:30
Sachin Chaurasiya
aa36f2b370
Fix: UI: Owner permission check is missing in Lineage editor . (#2589) 2022-02-03 21:05:22 +05:30
Sachin Chaurasiya
1656777da4
Fix #2432 Need a way to delete recently searched item on the main page. (#2595) 2022-02-03 20:19:35 +05:30
Sachin Chaurasiya
abb4d0f218
Fix #2574 #2571 #2573 (#2592) 2022-02-03 19:57:02 +05:30
parthp2107
43f4417f8d
moved variables used multiple times into a single class (#2588) 2022-02-03 16:05:31 +05:30
parthp2107
b4e608928b
Roles revamp (#2586)
* revamped roles page selenium tests

* addressing style-chcek

* removing commented code
2022-02-03 14:16:39 +05:30
Ayush Shah
513a113187
Sample Teams ingestion fixed (#2554)
* Sample Teams ingestion fixed

* Error Handling in creating teams and fixed secretstr

* modified sample_data for teams
2022-02-03 13:58:59 +05:30
parthp2107
dc4f7d7f98
revamped user listing selenium tests (#2583) 2022-02-03 12:08:31 +05:30
darth-coder00
b9ec9bea88
Fixed failing unit tests (#2580) 2022-02-03 09:37:27 +05:30
darth-coder00
6c92d2f9ec
Fix: #2067 No character display limit for column description (#2579) 2022-02-03 00:36:11 +05:30
Shailesh Parmar
c4ece1d883
Fix failing test (#2577) 2022-02-03 00:12:41 +05:30
Vivek Ratnavel Subramanian
07ac87b5c2
Fix #2434: All services must have owner (#2520) 2022-02-02 10:11:12 -08:00
Sachin Chaurasiya
199ca106e5
UI : Integrating Permissions API to get permissions for LoggedIn user. (#2557)
* UI : Integrating Permissions API to get permissions for LoggedIn user.

* Adding permission check for Lineage

* Adding Permission check for manage settings.

* Adding permission check for entity level tags

* Adding permission check for entities detail page.

* Adding permission check on Tags page

* Adding permission check for teams page

* Addressing review comments
2022-02-02 21:30:02 +05:30
parthp2107
60aa5f3939
Fix#2559: Revamped service listing page (#2570)
* revamped service listing page

* addressing style check
2022-02-02 17:10:42 +05:30
parthp2107
f99258ea4d
added webdriver path to selenium config (#2553)
* added webdriver path to selenium config

* addressing style check
2022-02-02 13:05:39 +05:30
Sachin Chaurasiya
4b56d2fb0e
Fix: #2551 migrationConfiguration is missing from conf/openmetadata-security.yaml. (#2552) 2022-02-02 12:20:42 +05:30
Pere Miquel Brull
9887e0773e
Fix #2516 - User Profile & Amundsen Source (#2546) 2022-02-01 13:55:26 -08:00
Vivek Ratnavel Subramanian
53d70975c4
Fix #2507: Getting 401 unauthorised error for retrieve permissions API (#2526) 2022-02-01 13:25:09 -08:00
Ayush Shah
763f125861
Bigquery Os unlink issue resolved (#2544)
* Bigquery Os unlink issue resolved

* Bigquery code modified
2022-02-01 23:33:08 +05:30
darth-coder00
411a57b9e1
Fix: #1430 Display latest value of number of rows alongside the trendline (#2543) 2022-02-01 21:24:34 +05:30
Sachin Chaurasiya
889e277636
UI : Adding generic type to HOC withLoader. (#2542)
* UI: Enhancing Table details page to load tab specific data.

* UI: Enhancing entities detail page to load tab specific data.

* Adding generic type to HOC withLoader.
2022-02-01 19:54:59 +05:30
Sachin Chaurasiya
a04fd51438
UI : Enhancing entities detail page to load tab specific data. (#2532)
* UI: Enhancing Table details page to load tab specific data.

* UI: Enhancing entities detail page to load tab specific data.
2022-02-01 18:50:22 +05:30
parthp2107
22b31f4618
revamped database service listing page (#2534) 2022-02-01 18:43:10 +05:30
darth-coder00
b468a189f6
Fix: Persist filters in query string for all tabs (#2339) 2022-02-01 18:19:56 +05:30
Sachin Chaurasiya
1830bc9ad2
UI: Enhancing Table details page to load tab specific data. (#2527) 2022-02-01 18:06:55 +05:30
parthp2107
f077a025a5
Revamping tags selenium tests (#2508)
* revemping tags selenium tests

* addressing style check

* completed tags page revamp

* addressing style-check

* removing extra code

* addressing style-check
2022-02-01 13:27:49 +05:30
Pere Miquel Brull
b82854c56e
Fix #2479 - Check migration at server start (#2489)
* Validate migrations on start

* Output to logs

* Validate Flyway Migrations at Catalog start

* Add flyway validation test config

* Sonarcloud try stream

* Revert migration validation
2022-02-01 08:31:34 +01:00
Akash Jain
80a7a2fc3d
update ingestion-core version for #2348 (#2523) 2022-01-31 22:07:17 -08:00
Robert Pack
67a1c23482
Fix #2348: Harmonize request titles in json schemas 2022-01-31 16:29:56 -08:00
Pere Miquel Brull
768aa310eb
Fix #2514 - Revamp Github profile (#2515)
* Add CONTRIBUTING.md

* Update README.md

* Add ISSUE_TEMPLATE

* Add sonar status
2022-01-31 09:57:49 -08:00
darth-coder00
92d6e943db
Added unit test coverage config (#2513) 2022-01-31 22:09:00 +05:30
Sachin Chaurasiya
1588b8c83d
Fix: #2437 Table entity page makes a call with all fields. (#2509)
* Fix: #2437 Table entity page makes a call with all fields.

* Addressing review comments
2022-01-31 20:20:32 +05:30
Shailesh Parmar
256edfcb8d
Fix: issue-2392 & 2297: Database Services page is not responsive to 1024 resolutions & 404 screen flickers while logging out (#2501)
* Fix: issue-2392: Database Services page is not responsive to 1024 resolutions

* Fix issue 2297: 404 screen flickers while logging out
2022-01-31 17:08:20 +05:30
Ayush Shah
73d848ac3b
Docker Typeerror fixed (#2504) 2022-01-31 12:30:12 +05:30
Matt
324a8a8d99
Add GET API for allowable operations (#2494)
- Amend PolicyEvaluator to support getAllowedOperations()
- Set up REST API for v1/config/permissions
- Integrate the above with DefaultAuthorizer
2022-01-30 12:53:17 -08:00
Pere Miquel Brull
6ea6f0c43d
Fix #2383 - Multiple validation workflows (#2500)
* Clean duplicated validation

* Move black dep to dev

* Fix black version for ingestion core

* Validate core generated in the same workflow
2022-01-30 12:26:41 -08:00
Pere Miquel Brull
d10639958c
Fix black version 21.12b0 (#2499) 2022-01-30 06:54:11 -08:00