7690 Commits

Author SHA1 Message Date
Sachin Chaurasiya
32ac45f11f
chore(ui): add focus, block and drag n drop extension in block editor (#13675)
* chore(ui): add focus, block and drag n drop extension in block editor

* chore: add title to handles

* add spacing for last node

* only apply spacing to direct child
2023-10-21 08:27:04 -07:00
karanh37
0fee1ccb3a
fix: hide app configuration for external app type (#13636) 2023-10-21 20:15:36 +05:30
Aniket Katkar
6c252b5722
chore(ui): feedback 1.2 part-1 (#13672)
* updated glossary term approval change message on version page
fixed widget heading stylings
aligned no data placeholders for all the widgets in the center
Fixed the schema styling as well as schema not updating properly for entities on custom property details page.

* localization changes for other languages
2023-10-20 23:11:37 +05:30
Sachin Chaurasiya
cacee460ed
chore(ui): improve block editor nodes (#13645)
* chore(ui): improve block editor nodes

* chore(ui): update format images

* chore: update mention and hashtag extension

* chore: autoFocus the embed link input in image extension

* chore: updating formatting

* add id to wrapper

* chore: move link to extensions

* fix typo

* chore: add clickable nodes constant

* minor improvements

* chore: refactor editor slots

* chore(ui): use formatContent for richtext viewer

* chore: add isHtmlString helper

* chore: make editor instance available via ref

* chore: update what's new features
2023-10-20 22:21:43 +05:30
Onkar Ravgan
0f0bccdd45
Converted and fixed pipelinestatus timestamps to milliseconds (#13670)
* fixed pipelinestatus timestamps in mills

* Added migrations
2023-10-20 09:39:24 -07:00
Sriharsha Chintalapani
eb9c7f681d
fix remaining vulnerabilities in server image (#13662) 2023-10-20 09:24:21 -07:00
Pere Miquel Brull
c3f2895195
[Docs] - Align How to Guides in 1.2 & Docker deployment (#13671)
* [Docs] - Align docker deployment docs

* [Docs] - Add How to guides in 1.2
2023-10-20 09:23:06 -07:00
Teddy
feb52647d2
fix: conditioned call to getColumnTags to columns fields (#13652) 2023-10-20 17:50:52 +02:00
Sachin Chaurasiya
096a08ce57
chore(ui): add filter classifications option in tags container (#13668) 2023-10-20 20:02:30 +05:30
Pere Miquel Brull
8cf8720a9d
Clean Airflow Lineage Backend and migrate status to millis (#13666)
* Clean Airflow Lineage Backend and migrate status to millis

* Format

* chore(ui): update executions startTs and endTs to millis

* Remove lineage providers

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-10-20 15:42:38 +02:00
07Himank
2454da18fd
fixed migrate-all issue in search (#13667)
* fixed migrate-all issue in search

* re-run checks

* re-run checks

* fix checkstyle
2023-10-20 18:50:02 +05:30
Sachin Chaurasiya
cc5b4d8251
chore(ui): add what's new content for 1.2.0 (#13629)
* chore(ui): add what's new content for 1.2.0

* add features video

* format the content part

* chore: update the features video
2023-10-20 16:46:23 +05:30
karanh37
65362c7474
UI feedbacks (#13651)
* fix: ui feedbacks

* fix: add localization

* fix: placeholder feedbacks

* fix: localization

* fix: minor css fix

* fix: add domains on teams page

* fix: team subscription

* fix: minor css

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-20 12:44:21 +05:30
Pere Miquel Brull
660bf01a5b
Fix Stored Procedures Lineage for multi-db processes (#13655) 2023-10-20 09:14:08 +02:00
Mohit Yadav
c9c6c94ddf
Add dummy sources (#13646)
* Add dummy sources

* Remove -pl
2023-10-20 11:09:24 +05:30
Aniket Katkar
2d3b4603a3
fix(ui): incorrect field data showing in data type for search indexes (#13654)
* fixed wrong field showing in data type for search indexes

* added tests for the new changes
2023-10-20 10:50:23 +05:30
Shailesh Parmar
1bd833d9a2
cypress: fixed failing cypress of main and downgraded cypress version to 12.17.4 (#13656) 2023-10-20 10:07:51 +05:30
Chaitanya110703
31ed0323eb
doc(README): remove typo (#13653) 2023-10-19 19:35:06 -07:00
Sriharsha Chintalapani
c3b65f5807
Fix vulnerabilities in server dependencies (#13659) 2023-10-19 19:33:33 -07:00
Suresh Srinivas
790b4c2287
Update dependencies and plugins for release 1.3.0 (#13658) 2023-10-19 17:14:29 -07:00
dependabot[bot]
bf880daf63
chore(deps): bump @babel/traverse (#13599)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-19 22:04:59 +05:30
Aniket Katkar
b2d0c67275
fix(ui): widget size labels (#13650)
* added localized labels for widget size selection

* localization changes for other languages

* fixed total assets widget overflow issue

* Changed placeholder color while dragging widget
2023-10-19 22:02:12 +05:30
Teddy
fc335f2aff
fix: limit fields to only required ones (#13647) 2023-10-19 16:16:20 +02:00
Chirag Madlani
c0108caf96
fix(ui): misc feedbacks and revamp user my_data and following page (#13609)
* fix(ui): misc feedbacks

* fix layout

* supported asset in user page

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2023-10-19 18:35:25 +05:30
Ayush Shah
ad86d8969f
Fix E2E failures (#13648) 2023-10-19 17:49:02 +05:30
Pere Miquel Brull
255bfb95b1
Remove duplicates from entity_extension_time_series and add the const… (#13626)
* Remove duplicates from entity_extension_time_series and add the constraing if missing

* Add sort buffer and work mem

* Revert "Add sort buffer and work mem"

This reverts commit fcfff5feb60c9212bb7c1cad34b524dc8c03bfc5.
2023-10-19 12:15:02 +02:00
Shailesh Parmar
accbc59d76
cypress: fixed failing cypress in main (part-1) (#13623)
* cypress: fixed failing cypress in main (part-1)

* fixed failing cypress

* fixed failing cypress test

* fixed ETE test
2023-10-19 14:09:25 +05:30
Sriharsha Chintalapani
2a96dfebc6
Fix source url look due to index alias issue (#13642)
* Fix source url look due to index alias issue

* Update pom.xml

* Update pom.xml

* Update pom.xml
2023-10-19 09:54:42 +02:00
mohitdeuex
2f8ad6baa6 Fix nexus staging to skip es and os deps 2023-10-19 12:20:18 +05:30
mohitdeuex
15c47b7c45 Testing with release profile 2023-10-19 12:20:18 +05:30
Aniket Katkar
52c316e644
chore(ui): refactored landing page layout (#13606) 2023-10-19 09:57:30 +05:30
Sriharsha Chintalapani
599d0e96ad
Add JavaDoc , Sources generation for shaded-deps module (#13641) 2023-10-18 23:56:26 +05:30
Ayush Shah
f94e2dbb47
Fix Hive Bytes issue, add athena yaml, fix bigquerymultiple project id token issue (#13640) 2023-10-18 23:48:21 +05:30
karanh37
d15f415460
fix: links in quill mentions (#13633)
* fix: links in quill mentions

* fix: unit tests

* fix: explore flockering
2023-10-18 10:20:37 -07:00
Akash Jain
e1a19f7c7e
fix(CI): Cypress CI enable parallelization (#13637) 2023-10-18 18:08:13 +05:30
07Himank
ee169f612d
fixed a minor fix in opensearch (#13634) 2023-10-18 17:48:41 +05:30
Akash Jain
139d0a3ae0
fix(CI): Cypress CI Runs group name scoping to CI (#13635) 2023-10-18 17:10:19 +05:30
Ayush Shah
ac9e8c9e89
Add E2E - Oracle, Athena. Remove Duplicated code (#13563) 2023-10-18 16:57:06 +05:30
Pere Miquel Brull
899cd7e1fe
Fix DQ Workflow (#13631)
* Fix DQ Workflow

* Fix DQ Workflow
2023-10-18 11:49:38 +02:00
Onkar Ravgan
d70cf2ea7a
Fixed status class pydantic model (#13627) 2023-10-18 12:21:39 +05:30
Mohit Yadav
3580e4512d
Add DataInsightsApp (#13549)
* Add DataInsightsApp

* Add app Screenshots

* Data insight app UI (#13566)

* fix: add data insights report application

* fix: minor ui feedbacks

* fix: minor css border

* fix: added carousel code for marketplace app details

* fix: add app screenshots

* fix: update app screenshots

* fix: type errors

* Add External App Ingestion Schema

* Add Deploy and Trigger under App resource

* Add pipeline Status and logs as single response

* Fix tests

* Fix tests

---------

Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <mail@harsha.io>
2023-10-17 19:51:33 -07:00
Shilpa Vernekar
513b632633
data quality articles (#13621) 2023-10-17 11:56:23 -07:00
Akash Jain
2ba87a0d2c
fix(CI): Maven Central Publish Command (#13625)
* fix(CI): Maven Central Publish Command

* Add the github workflow path as well!
2023-10-17 23:12:09 +05:30
Sriharsha Chintalapani
e1900d4ec1
Fix #13555: Long column names considered repeated (#13620) 2023-10-17 10:29:22 -07:00
Sriharsha Chintalapani
01c4ad3759
upgrade java version in openmetadata-clients pom (#13619) 2023-10-17 10:29:02 -07:00
Ashish Gupta
dfbd4d703d
chore(ui): ui styling fixes (#13614)
* fix leave team not working

* teams and other fixes

* icon alignment fix

* added fixes
2023-10-17 10:28:47 -07:00
karanh37
4ecfc2ac5d
fix: glossary feedbacks (#13594)
* fix: glossary feedbacks

* fix: localization keys

* fix: encoding issues in glossary

* fix: glossary approval reload

* fix: minor glossary issues

* fix: update position of custom attrs in settings page

* fix: sync permission and domain provider calls
2023-10-17 09:24:22 -07:00
Aniket Katkar
53576b0a7a
fix(ui): removed the persona settings option for non-admin users (#13605)
* removed the persona settings option for non-admin users

* replaced the grid container on my data page
2023-10-17 09:01:28 -07:00
Onkar Ravgan
84a41a6fbf
fixed dm column names (#13615) 2023-10-17 09:01:00 -07:00
Ashish Gupta
858d75f9c9
fix(ui): revamp lineage edge layout (#13612)
* revamp lineage edge layout

* fix unit test
2023-10-17 09:00:37 -07:00