5395 Commits

Author SHA1 Message Date
Chirag Madlani
d030c6cbfe
fix(ui): automate license header process via pre-commit hook (#9523)
* fix(ui): automate license header process via pre-commit hook

* remove header duplications

* update .less files license header
2022-12-27 12:37:58 +05:30
Suresh Srinivas
758c976cba
Fixes #9259 Change Tags APIs to conform with rest of the APIs (#9260) 2022-12-26 12:32:17 -08:00
Chirag Madlani
12dadb0b8e
fix(ui): license header added for missing files (#9522)
* fix(ui): license header added for missing files
fix localization keys

* revert webpack file
2022-12-26 14:13:28 +05:30
Nahuel
2c43ebba6f
Fix#9448: Add ES volumes (#9506)
* Add ES volumes

* Fix run_local_docker script

* Fix error run_local_docker script

* Update Es volumes in docker-compose files
2022-12-23 17:33:30 +01:00
Suresh Srinivas
c931ee3447
Fixes #9510 Enable authorization tests for all the entities (#9511) 2022-12-23 07:47:09 -08:00
Pere Miquel Brull
ec6ebb3694
Organise dynamic importers (#9513)
Organise dynamic importers (#9513)
2022-12-23 12:17:06 +01:00
Sachin Chaurasiya
82619bb05b
chore : remove unused request description modal (#9515) 2022-12-23 16:11:30 +05:30
Chirag Madlani
8431d23dba
fix(ui): missing localization for activity feed alert (#9514) 2022-12-23 10:15:24 +00:00
Shailesh Parmar
b7ca64f6eb
Cypress: Fixed data quality and profiler cypress test (#9461)
* Cypress: Fixed data quality and profiler cypress test

* added API wait for data quality test
2022-12-23 15:24:14 +05:30
Sachin Chaurasiya
c9fac5eb8b
fix : e2e teams spec (#9492) 2022-12-23 11:07:07 +05:30
Chirag Madlani
8d7781c862
chore(ui): eliminate unused packages and code (#9501) 2022-12-23 10:32:09 +05:30
Akash Jain
a5d440e8ef
fix: docs-k8s (#9505) 2022-12-23 00:20:54 +05:30
Pere Miquel Brull
8806244348
Removing ES volumes (#9503)
* Fix ES volumes permissions

* Remove ES volumes
2022-12-22 18:02:09 +01:00
Shailesh Parmar
e0e37b5afc
fix redirection issue from entity details page to profiler page (#9494) 2022-12-22 21:10:11 +05:30
Akash Jain
6030f4da79
Update docker-openmetadata-server.yml (#9498) 2022-12-22 18:44:16 +05:30
Onkar Ravgan
14fa96958f
Added dbt workflow docs (#9493)
* Added dbt workflow docs

* added dbt small case

* Fixed review comments
2022-12-22 13:11:18 +00:00
Aniket Katkar
631ab1beb2
fix: ui fixes for 0.13.1 (#9486)
* Ui fixes for 0.13.1

* fixes for add rule, add policy, edit rule, policy details pages

* fix: do not show pipeline execution tree if results are not present

* minor ui fixes

* fix localization

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2022-12-22 11:15:51 +00:00
Mayur Singal
5be0634d86
Dagster YAML & Test connection Fix (#9489)
* Dagster YAML Fix

* Test connection fix
2022-12-22 11:00:27 +00:00
Pere Miquel Brull
3f8be2d0df
Fix python version install (#9490) 2022-12-22 11:25:06 +01:00
Teddy
f2535526c6
0131 release notes in doc (#9481)
* doc: added release notes and cleaned up releases

* doc: updated release with latest changes

* doc: updated general release notes
2022-12-22 11:19:55 +01:00
Ayush Shah
b3d7719289
Add Azure Datalake to the list (#9487)
* Add Azure Datalake to the list

* Put Yaml configs under the relevant sections
2022-12-22 11:15:57 +01:00
Vj-L
03f2b564cc
Updated the docs for upgrade bare-metal (#9485)
* Updated the docs for upgrade bare-metal

* Updated the docs for upgrade bare-metal

* Updated as per the comments

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-12-22 15:19:26 +05:30
Ayush Shah
01d5ee8dd6
Modify: Security Doc, remove old version sections (#9484) 2022-12-22 08:51:11 +00:00
Sriharsha Chintalapani
b4e274c8d5
Add schemaText to topic Index (#9482)
* Add schemaText to topic Index

* Remove ChangeDescription from TopicIndex
2022-12-22 09:42:51 +01:00
Ashish Gupta
871da6f6db
UI :- Added Data Insights in elasticsearch for re-indexing (#9292)
* Added Data Insights in elasticsearch for re-indexing

* minor changes

* label changes

* added localisation

* added localisation in constant
2022-12-22 08:17:55 +00:00
Pere Miquel Brull
0e0779a926
Fix dict type hint for older versions (#9480) 2022-12-22 07:40:11 +00:00
Pere Miquel Brull
467ae1b1e9
Docs - Ingestion Pipeline deployment troubleshooting & Lineage Backend breaking changes (#9469) 2022-12-22 06:48:37 +00:00
Mohit Yadav
69c04d9be5
Added Webhook Deprecation in 0.13.1 (#9459)
* Added Webhook Deprecation on 0.13.1

* Breaking changes for 0.13.1

* Updated

* doc(alerts): added alerts page and gif

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2022-12-22 11:06:06 +05:30
Aniket Katkar
5097a9cf16
Added skeleton loader for 'My Data' and 'Following' Section on home page (#9476)
Fixed counts mismatch for view all button in 'My Data' Section
2022-12-22 10:41:20 +05:30
Akash Jain
26300363b4
fix: GKE k8s Docs (#9467)
* updated the docs

* Update gke.md
2022-12-22 09:37:31 +05:30
Aniket Katkar
f588d0fd3c
UI: Improved quick filters search dropdown functionality. (#9455)
* Made changes in SearchDropdown component to make it more generic
(The options will contain key field to send as data and label field for visualization)

* Made changes to DataInsight page for changes in SearchDropdown

* Fixed bugs and unit tests

* Changed option labels for tier dropdown on DataInsight page
2022-12-22 08:22:24 +05:30
Mohit Yadav
517da06ece
Ingestion Bot Fix + AcitvityFeedAlerts Update (#9475) 2022-12-22 04:42:16 +05:30
Sachin Chaurasiya
20fa7b10fa
doc : Update what's new for 0.13.1 (#9474) 2022-12-21 19:26:49 +00:00
Vj-L
f3855a1909
Added the default volumes for ElasticSearch (#9452)
* Added the default volumes for ElasticSearch

* Added docs for ES Volumes

* Updated as per the comments

* Updated as per the comments

* Added the docs for bare-metal upgrade

* Apply suggestions from code review

* Update docker/local-metadata/docker-compose.yml

* Pylint check addressed

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
Co-authored-by: Nahuel <nahuel@getcollate.io>
2022-12-21 18:29:49 +00:00
Chirag Madlani
66a6e5e9a9
fix(ui): add beta tag for notifications (#9471) 2022-12-21 17:55:34 +00:00
Pere Miquel Brull
247014bbc7
Docs - Docker 0.13.1 upgrade instructions (#9438)
Docs - Docker 0.13.1 upgrade instructions (#9438)
2022-12-21 17:41:52 +01:00
Mayur Singal
e10fff89b4
Messaging Broker Minor Fix (#9468) 2022-12-21 17:41:26 +01:00
Akash Jain
a7fd28b5d8
fix: Add docs for running the metadata CLI for backup in k8s upgrade (#9465)
* updated docs

* update command output

* Update openmetadata-docs/content/deployment/upgrade/kubernetes.md

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

* Update openmetadata-docs/content/deployment/upgrade/kubernetes.md

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

* Update openmetadata-docs/content/deployment/upgrade/kubernetes.md

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

* Update openmetadata-docs/content/deployment/upgrade/kubernetes.md

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-12-21 16:55:32 +01:00
Shailesh Parmar
1f8fff8aef
UI: Fixed redirection link in add test suite page (#9464) 2022-12-21 14:56:26 +00:00
Teddy
9bc4b08960
Add freshness documentation (#9449) 2022-12-21 14:54:45 +00:00
Onkar Ravgan
ef405b5659
Added dbt breaking changes docs (#9453)
* Added dbt breaking changes docs

* Addressed review comments
2022-12-21 14:55:57 +01:00
Akash Jain
f04b1b7ac3
docs: Update Airflow volumes docs (#9458) 2022-12-21 13:49:17 +00:00
Ayush Shah
ba94f78aaa
Add docs for data quality (#9457) 2022-12-21 13:41:37 +00:00
Ashish Gupta
a68af7f3d7
Lowercase DBT label in WhatsNewPage (#9456) 2022-12-21 13:27:56 +00:00
Chirag Madlani
a190fae414
feat(ui): alert details page (#9454)
* feat(ui): alert details page
fix edit alert flow broken

* incorporate backend changes

* address comments
2022-12-21 13:20:30 +00:00
Parth Panchal
9c9c33f318
Added pagination to Report Data (#9440) 2022-12-21 18:50:29 +05:30
Shailesh Parmar
6d4dcf8448
UI: Worked on UI improvement and spacing issue (#9443)
* UI: Worked on UI improvement and spacing issue

* updated title id

* fixed selector tour

* updated glossary font to 16px
2022-12-21 12:31:30 +00:00
Sachin Chaurasiya
93f4cb19dd
doc : Update what's new for 0.13.1 (#9451)
* doc : Update what's new for 0.13.1

* Update the content
2022-12-21 12:04:14 +00:00
Ashish Gupta
5641e3d1ac
Change dbt label to lowecase and remove dbt remove dbt from Database service (#9447) 2022-12-21 16:53:37 +05:30
Mohit Yadav
70d5536745
Added Test cases for Alerts + bug Fixes (#9421)
* Added Test cases for Alerts + bug Fixes

* removed commented code

* random bool

* added anno

* Disabling test for AlertAction and Alert + alertAction random name

* Bulk Create AlertAction Api
2022-12-21 15:34:18 +05:30