1739 Commits

Author SHA1 Message Date
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
Matt
9fdda91f12
Fix description for User.NationalId tag (#2497) 2022-01-30 06:45:29 -08:00
Pere Miquel Brull
edea57b4ad
Add env vars for host and port + verbosity (#2490) 2022-01-29 16:02:36 -08:00
Matt
a82952f5d9
Reorganize docs (#2495)
* Reorganize docs

* Move UX Style guide to parent directory
2022-01-29 13:38:54 -08:00
Sriharsha Chintalapani
f6ac393007
Issue #2492: Improve messaging on docker command (#2493)
* Issue #2492: Improve messaging on docker command

* Issue #2492: Improve messaging on docker command
2022-01-29 09:47:21 +05:30
Alberto Miorin
0169e51ea8
Update CatalogGenericExceptionMapper.java (#2313) 2022-01-28 18:46:08 +01:00
Vivek Ratnavel Subramanian
52ec2e3ad1
Fix #2478: Update the auth header to Authorization Bearer for JWT token (#2483)
* Fix #2478: Update the auth header to Authorization Bearer for JWT token
2022-01-27 23:58:54 -08:00
Suresh Srinivas
2c6f6cb908
Fixes #2484 Move some of the repeated POST tests to base test class (#2485) 2022-01-27 20:34:46 -08:00
Teddy
4f3e330dd8
Issue 997-01 (#2476)
* Fix linting

* Fixed pyformat errors

* Address comments from PR review

* Added back phony in makefile

* Added back comment
2022-01-27 18:45:45 -08:00
Suresh Srinivas
10a94b265c
Fixes #2480 - Clean up create methods in entity resources tests (#2481) 2022-01-27 16:29:43 -08:00
Ayush Shah
3a6217a7e9
Fixed data profiling and raw data type issue (#2474)
* Fixed data profiling and raw data type issue

* Update metadata_rest.py

* Update sql_source.py
2022-01-27 18:59:35 +05:30
Mayur Singal
a8bdf844dd
make black (#2475)
Co-authored-by: Mayur SIngal <mayursingal@Mayurs-MacBook-Pro.local>
2022-01-27 18:58:30 +05:30
Akash Jain
8db5281f30
Added feature videos and change-logs for release 0.8.0 (#2471) (#2472)
Co-authored-by: darth-coder00 <86726556+darth-coder00@users.noreply.github.com>
2022-01-27 15:02:50 +05:30
Sriharsha Chintalapani
c36ae72ccd
Issue #2462: Fix profiler group_by query (#2463) 2022-01-27 14:26:32 +05:30
Akash Jain
48c1ad63c4
fix: ElasticSearch and Ingestion connectivity from openmetadata post soft link (#2470)
* soft linked openmetadata.yaml

* quick fix for ingestion and elasticsearch connect from server
2022-01-27 13:55:54 +05:30
Akash Jain
59aa59e284
soft linked openmetadata.yaml (#2469) 2022-01-27 13:07:10 +05:30
Vivek Ratnavel Subramanian
aaf1dbede1
Fix #2464: PipelineRepository throws NPE when description is updated (#2465)
* Fix #2464: PipelineRepository throws NPE when description is updated
2022-01-26 21:45:31 -08:00
Sriharsha Chintalapani
c529465c60
Issue #2466: Slack: support description change events at column level (#2467) 2022-01-26 21:11:15 -08:00
Sriharsha Chintalapani
4cd5c2bea2
Issue #2457: remove logging utils (#2458) 2022-01-26 10:26:17 -08:00
darth-coder00
5ff7e3ae64
Fix: #2459 No spaces in auto generated ingestion names (#2461)
* Fix: #2459 No spaces in auto generated ingestion names

* Validating Ingestion name in Ingestion modal
2022-01-26 10:25:46 -08:00
parthp2107
6827297f37
UI doc (#2454)
* GitBook: [#1] Addressed npm to yarn changes

* GitBook: [#2] Minor changes

* backend doc path change
2022-01-26 18:39:16 +05:30
Sachin Chaurasiya
2d43b208c0
Fix: Fixed #2443 Support associating a role for a given user. (#2452)
* Fix: Fixed #2443 Support associating a role for a given user.

* Minor fix
2022-01-26 18:05:08 +05:30
Shailesh Parmar
26b24a457a
handle error for delete api for services page (#2449)
* handle error for delete api for services page

* add ui changes for notification when no connection details are available

* error handle for add edit delete ingestion
2022-01-26 17:56:17 +05:30