3870 Commits

Author SHA1 Message Date
Chirag Madlani
cc2dcefa6d
fix(ui): notify auth provider for login failed event (#6484) 2022-08-01 07:47:26 -07:00
Pere Miquel Brull
f276a65612
Add One Login docs (#6477) 2022-08-01 07:46:04 -07:00
Nahuel
b85083416c
Update AWS redshift Maven repository url (#6485) 2022-08-01 16:41:02 +02:00
Aniket Katkar
ba24ce936c
fix(ui): Eliminating signup page error (#6471) 2022-08-01 07:06:37 -07:00
mohitdeuex
1d3e876121
[Backend][Java SDK] Version Validation Fix (#6472) 2022-08-01 06:58:47 -07:00
Vivek Ratnavel Subramanian
cdcc51d05c
Backend: Users api throws error in Postgres for isBot flag (#6470) 2022-08-01 13:46:17 +02:00
Teddy
a7fffc778c
Fixes #6476 -- Multiple db connections opened (#6478)
* Fixed scoped_session factory creation

* Fixed py format

* Added comment for GC + added explicit QueuePool definition
2022-08-01 13:42:35 +02:00
Sachin Chaurasiya
ce7c0180e2
Fix #6318 UI : Delete widget is showing wrong entity type (#6475)
* Fix #6318 UI : Delete widget is showing wrong entity type

* Clean dom

* Change normal button to antd button.
2022-08-01 15:55:08 +05:30
dependabot[bot]
a5c8074bbd
Bump eventsource in /openmetadata-ui/src/main/resources/ui (#6461)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.2)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 14:46:03 +05:30
Teddy
7c70adc33e
Changed ometa_service_name to database_service_name (#6454) 2022-08-01 07:41:46 +02:00
Vivek Ratnavel Subramanian
62877c2e5d
Fix #6333 Backend: Add API support to create and list announcements (#6446) 2022-07-31 21:02:49 -07:00
Suresh Srinivas
109b937fd4
Use JSON schema constraints to validate policies and other misc cleanup (#6451) 2022-07-30 15:23:18 -07:00
Vivek Ratnavel Subramanian
afab066f3e
Fix build error (#6450)
* Fix build error

* Fixed the path to apis.md

* Fix policyUtils
2022-07-30 13:21:52 -07:00
Shailesh Parmar
6fb888437a
UI: Added users and admin page to global settings menu (#6429)
* added users and admin page to global settings menu

* addressing comment
2022-07-30 23:17:07 +05:30
Francisco J. Jurado Moreno
512b241069
[ISSUE-5522] Fix profiler timeout (#6448)
* ChangeIsFunction by IsMethod

* Update test

* Remove whitespace
2022-07-30 10:03:10 -07:00
Vj-L
c4e88b69fa
Updated the image tag to 0.11.3 in docker compose file (#6388)
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-07-30 09:48:07 -07:00
Chirag Madlani
c76f96571d
fix(ui): notification badge & browser notifications (#6437) 2022-07-30 09:47:38 -07:00
Vivek Ratnavel Subramanian
dac17af9ca
Update rule.json 2022-07-30 09:45:26 -07:00
Kirill Popov
b32b11982e
Replaced wget with nc in entrypoint to support PostgreSQL (#6403)
Co-authored-by: Kirill Popov <kirill.popov@sbermarket.ru>
2022-07-30 09:42:01 -07:00
Pere Miquel Brull
c9cffa00db
Update roadmap (#6440)
* remove docs dir

* Update roadmap
2022-07-30 09:40:05 -07:00
Teddy
a920a4c17d
Fixed SQA Warning (#6442) 2022-07-30 09:39:36 -07:00
Mayur Singal
82de3a4cc6
GCS Datalake Object Filtering Fix (#6447) 2022-07-30 08:48:06 +05:30
Chirag Madlani
e102f0eb7c
feat(ui): support command + k global search support (#6322) 2022-07-29 14:12:58 -07:00
Sriharsha Chintalapani
27558457a7
Add ES indexing option to sort alphabetically (#6444) 2022-07-29 14:11:22 -07:00
Suresh Srinivas
3352ff5eb2
Remove priority from policy rules (#6438) 2022-07-29 11:04:49 -07:00
Sachin Chaurasiya
e11b409d70
Fix #4391 UI : Use user API to get owns and following data on home page. (#6431) 2022-07-29 08:59:07 -07:00
Chirag Madlani
173b820c22
revert(ui): react-slick added back as it's breaking login page (#6427)
* revert(ui): react-slick added back as it's breaking login page

* add missing packages

* add missing config

* add missing file

* update test
2022-07-29 18:58:41 +05:30
Sachin Chaurasiya
6e455e51ac
Fix #6410 UI: Homepage looks distorted on windows machine (#6435) 2022-07-29 18:30:05 +05:30
Nahuel
2203296b33
Fix detected high severity vulnerabilities by snyk in org.open-metadata:catalog (#6434) 2022-07-29 14:29:58 +02:00
Pere Miquel Brull
8ec2dbe6e4
Update vuln (#6432) 2022-07-29 13:08:12 +02:00
Nahuel
839d25217e
Fix: detected high severity vulnerabilities by Snyk (#6430)
* Fix detected high severity vulnrabilities by snyk

* Revert changes on ingestion/src/metadata/ingestion/source/database/mysql.py
2022-07-29 12:14:23 +02:00
Parth Panchal
a11a408983
Added Utils resource for optimising no of api calls (#6425)
* Added Utils resource for optimising no of api calls

* Added Utils resource for optimising no of api calls

* Added Utils resource for optimising no of api calls

* Added Utils resource for optimising no of api calls
2022-07-29 15:09:26 +05:30
Nahuel
989c9ebfe1
Add missing dependency to rpm profile in openmetadata-dist pom (#6426) 2022-07-29 11:13:11 +02:00
Teddy
6397b6a0b1
Fixes #6325 -- Implement multithreading for metrics computation (#6406)
* Added tests for multithreading SQA interface

* Added multithread support for metric computation

* Added thread ID to log debuger

* Cleaned up tests

* Fixed python formatting issues

* Added non blocking result processing + threadCount in config file to set numbers of threads

* Added frontend input field to set number of threads

* Fixed code smell, bug and comments from reviewer
2022-07-29 10:41:53 +02:00
Mayur Singal
bafca3b7b6
Fix #6387: Clean Ingestion (#6405)
* Fix #6387: Clean Ingestion

* postgres fix

* Fixed Location in Sample Data
2022-07-29 08:51:58 +02:00
Pere Miquel Brull
f8f9836a77
Fix snyk workflow (#6422)
Fix snyk workflow (#6422)
2022-07-29 08:02:31 +02:00
Pere Miquel Brull
824d05ac84
Install deps (#6419) 2022-07-29 07:06:06 +02:00
Suresh Srinivas
a8cf81ab12
Fixes #6417 - Add support for policy iterator (#6418) 2022-07-28 21:22:31 -07:00
Vivek Ratnavel Subramanian
fe7151e870
Fix flaky Cypress test (#6415)
* Fix flaky Cypress test

* Add jest fake timers
2022-07-29 09:49:22 +05:30
Pere Miquel Brull
ea918495ff
Fix #6382 - Snyk workflows (#6413)
Fix #6382 - Snyk workflows (#6413)
2022-07-28 23:06:33 +02:00
Sriharsha Chintalapani
5f8e2a7f4f
Generic Test Case definition to capture different testcases (#5647) 2022-07-28 13:58:41 -07:00
mohitdeuex
160806c013
[Backend][Slack] Slack integration with UI (#6261)
* [Backend][Slack] Slack integration with UI

* [Backend][Slack] Slack integration with UI - removed unused jdbi

* [Backend][Slack] Slack integration with UI - URL fix + init webhook url during initialization

* [Backend][Slack] Slack integration with UI - remove slack

* [Backend][Slack] add Slack generic to exisiting jsons

* [Backend][Slack] PG fix and Java CheckStyle
2022-07-28 23:45:12 +05:30
Chirag Madlani
3522a6ed67
fix(ui): skip test file to unblock checks (#6412) 2022-07-28 23:05:13 +05:30
Pere Miquel Brull
d49def330c
update menu icons (#6411) 2022-07-28 17:45:17 +02:00
Onkar Ravgan
7d7a06b188
Added powerbi account setup documentation (#6402)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-07-28 17:33:21 +02:00
Pere Miquel Brull
4449acf1c9
cognito sso (#6407) 2022-07-28 17:08:02 +02:00
Chirag Madlani
3036e7fb5c
feat(ui): support mention notification on notification popover (#6395)
* feat(ui): support mention notification on notification popover

* move timer to constant

* update notification text
2022-07-28 20:29:01 +05:30
Onkar Ravgan
7fdab21a72
Glue Topology Refactor (#6231)
* rebase with main

* refactored glue for topology

* added glue unit tests

* resolved review comments

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-07-28 15:04:43 +02:00
Pere Miquel Brull
b7eb41a560
Fix #5840 - Upgrade Airflow container to 2.3.3 (#6362)
Fix #5840 - Upgrade Airflow container to 2.3.3 (#6362)
2022-07-28 14:46:25 +02:00
Chirag Madlani
33f2f4b283
chore(ui): cleaup package.json (#6398)
* chore(ui): cleaup package.json

* update package & webpack file

* cleanup
2022-07-28 17:24:22 +05:30