Shailesh Parmar
9bb4b18628
fix(ui): parent container is not populating in breadcrumb ( #12294 )
...
* fix(ui): parent container is not populating in breadcrumb
* fixed cypress for tagsAddRemove spec
* updated parent hierarchy in breadcrumb for container
* move fetch logic from container page to data header component
* addressing comments
* removed unwanted prop and added unit test for the change
2023-07-12 22:19:26 +05:30
Teddy
b89cf64f14
Clean up profiler ( #12369 )
...
* ref: implemented interface for profiler components + removed struct logic
* ref: ran python linting
* ref: added UML diagram to readme.md
* ref: empty commit for labeler check
* ref: remove multiple context manager for 3.7 3.8 compatibility
* ref: remove
2023-07-12 17:02:32 +02:00
Mohit Yadav
d66aebd5d3
Update pom.xml ( #12397 )
2023-07-12 18:58:40 +05:30
Mohit Yadav
2c02052e21
Fix Pom versions ( #12396 )
2023-07-12 15:18:05 +02:00
Shailesh Parmar
e267d0fe14
ui: work on data quality feedback part 2 ( #12386 )
2023-07-12 18:35:38 +05:30
Pere Miquel Brull
604eca9b21
[Test] - Run CI for Python 3.10 ( #12393 )
...
* Run CI for Python 3.10
* Update py-tests-skip.yml
2023-07-12 14:42:31 +02:00
Pere Miquel Brull
78502c2196
[Docs] - Ingestion Docs links and cleanup ( #12384 )
...
* Add link to deployments
* Add GA secrets
2023-07-12 17:47:03 +05:30
Anuj359
7f55b808e5
fix(chore): Prepare Main Branch with next release (1.2.0) ( #12364 )
...
* Updating Dockerfile with multistage
* Updating reviewed changes
* Docker Development changes
* Docker workflow changes
* Arguments update
* Script path update
* Arguments update
* Resolving the reviewed suggestions
* Preparing for next release and updating docker sort value changes
* Adding .dev0 in the python related release version
* Adding .dev0 in the python related release version
2023-07-12 16:55:18 +05:30
Chirag Madlani
7b89c5fefc
feat(ui): support custom cron syntax for ingestion ( #12358 )
...
* feat(ui): support custom cron syntax for ingestion
* fix: custom cron option issue and cron label issue
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-07-12 14:36:07 +05:30
dependabot[bot]
0590f05a92
Bump semver from 5.7.1 to 5.7.2 ( #12362 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
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-07-12 11:12:55 +05:30
karanh37
09d1e9cadd
fix: ui feedbacks ( #12356 )
...
* fix: glossary rename issue
* fix: owner label redirections
* fix: feedbacks
* fix: feedbacks
* fix: alignment issues of mydata, following and recently_viewed
* fix: feedbacks
* fix: remove maxlength
* fix: unit tests
* fix unit tests
* fix: cypress tests
* fix: cypress tests
* fix: review comments
2023-07-12 11:07:30 +05:30
Shailesh Parmar
ab53a472d3
ui: worked on feedback part -1 ( #12354 )
...
* ui: worked on feedback part -1
* translation sync
2023-07-11 21:33:15 +05:30
dependabot[bot]
1601f027b3
Bump semver in /openmetadata-ui/src/main/resources/ui ( #12343 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
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-07-11 21:28:40 +05:30
Pere Miquel Brull
1b7c5e3233
Fix #12321 - Deprecate impala scheme from Hive ( #12327 )
...
* Deprecate impala scheme from Hive
* Add migrations
2023-07-11 17:38:32 +02:00
Shailesh Parmar
c930427390
ui: replace ES api with table list api in schema details page ( #12355 )
...
* ui: replace ES api with table list api in schema details page
* updated url wait
2023-07-11 20:40:10 +05:30
Sachin Chaurasiya
ce89dbc94b
chore( #6741 ): use antlr parser for fqn and entityLink ( #12324 )
...
* chore(#6741 ): use antlr parser for fqn and entityLink
* chore: use this for class context
* chore: address comments
* chore: convert js to ts
* fix: typescript errors
* fix: entity link split method issue
* fix: split listener
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-11 18:46:04 +05:30
Ashish Gupta
8635fd7a28
chore(ui): remove unused tags files and minor ui fixes ( #12264 )
...
* remove unused tags files and minor ui fixes
* no tags shown as per global styling
* fix unit test
2023-07-11 14:05:17 +05:30
Aniket Katkar
cf2aafa770
changes in script to generate schemas documentation ( #12325 )
...
* changes in script to generate schemas documentation
* generated schema doc changes
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-07-11 09:59:51 +02:00
Esmaeil Chitgar
7a52766b85
Fix assertEqual parameters in validateCreatedEntity method ( #12304 )
...
The assertEquals method parameters were mistakenly set to unique values, which has been corrected.
2023-07-11 08:28:45 +02:00
Pere Miquel Brull
6a1b1190a7
Fix #12313 - Airflow lineage parsing and schedules ( #12339 )
...
* Fix docs
* Fix lineage and intervals
* Format
2023-07-11 07:35:22 +02:00
Shailesh Parmar
c3e37f4f55
ui: added unit test for data quality component part 2 ( #12279 )
...
* ui: added unit test for data quality component part 2
* added unit test for testSuitePage and editTestCaseModal
* updated test with findByLabelText function
* updated test for editTestCaseModal
* fixed redirection spec in cypress
2023-07-11 10:34:44 +05:30
Suresh Srinivas
56ac4157e6
Cleanup sonarcloud issues ( #12326 )
2023-07-10 16:50:49 -07:00
Pere Miquel Brull
5ccddc3275
Add query_entity migration fix ( #12340 )
...
* Add query_entity migration fix
* Do not touch pipelines without tasks
* Move query entity queries
* Format
2023-07-10 16:08:32 +02:00
Ayush Shah
adde9a1d30
Update py-cli-e2e-tests.yml ( #12338 )
2023-07-10 14:19:17 +05:30
Pere Miquel Brull
fa81453eab
Update sort buffer in quickstart docker ( #12330 )
2023-07-10 10:44:25 +02:00
Onkar Ravgan
d263d67b20
Fixed cli e2e yml ( #12337 )
2023-07-10 12:38:54 +05:30
Sriharsha Chintalapani
155cf354e3
Fix OpenMetadata schema to TypeScript generation ( #12335 )
...
* initial fix to add relative path to json schemas
* initial fix to add relative path to json schemas
* fix schema generation
* fix github workflow
* add license
* add jq to developer prerequisites
* add jq to developer prerequisites
2023-07-09 21:12:46 -07:00
Sriharsha Chintalapani
f9d538772c
Add jq ( #12336 )
...
* add jq to maven build
* add jq to maven build
* add jq to maven build
2023-07-09 14:56:57 -07:00
gauthk6
59c384f4e9
Fixes 11973: Pass required parameters while patching the description of a TestCase ( #12244 )
...
* Fixes a bug while patching the description of a TestCase
* Update docker-compose.yml
* Update docker-compose.yml
* Ran pre-commit checks and linter
* Added some clarifying points and fixed some grammatical errors in the documentation for installation instructions.
* revert changes made to docs
2023-07-07 09:51:23 +02:00
Ayush Shah
b3ebe3f2ea
Add Datalake E2E ( #12323 )
2023-07-07 09:13:18 +05:30
karanh37
79d3e5d05c
fix: general ui feedbacks ( #12257 )
...
* fix: ui feedbacks for lineage and breadcrumbs
* fix: add loader for entity popover card
* fix: feedbacks
* fix: layout issue
* fix: add expand collapse
* fix: feedbacks
* fix: explore url flicker
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-06 19:38:28 +05:30
Pere Miquel Brull
6e135302a7
[Docs] - Connectors docs with new UI, partials and external orchestrator structure ( #12318 )
...
* Test markdoc variables
* Restructure connectors
* Fix paths
* Update index
* Database services
* Prep dashboard images
* Prep dashboard images
* Migrate dashboards
* Update partials
* Refactor pipelines
* Add missing services
* Add missing services
* Add missing services
2023-07-06 15:11:13 +02:00
Teddy
320273a863
doc: added DQ workflow warning ( #12234 )
...
* doc: added DQ workflow warning
* doc: added yaml to index
2023-07-06 15:04:48 +02:00
Teddy
82d53b470d
fix: quote username on query vote ( #12316 )
...
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-07-06 18:27:30 +05:30
Mohit Yadav
065a4c9ed3
Fix Test Issues ( #12320 )
2023-07-06 18:24:37 +05:30
Mayur Singal
ebc3d55240
Update PIP in cypress and docker workflows ( #12317 )
2023-07-06 17:26:21 +05:30
Teddy
36c81af63e
fix: check for null field when building testCase doc ( #12312 )
2023-07-06 12:54:16 +02:00
Snyk bot
9f5e85ad02
fix: upgrade @azure/msal-browser from 2.22.0 to 2.37.0 ( #11802 )
...
Snyk has created this PR to upgrade @azure/msal-browser from 2.22.0 to 2.37.0.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-07-06 14:04:42 +05:30
Ashish Gupta
f8ff645e5d
feat(ui): supported latest ui for the database page ( #12277 )
...
* supported latest ui for the database page
* fix unit test
2023-07-06 12:29:45 +05:30
Ayush Shah
9ae3407be0
Fix Filter Pattern Delete issue ( #12293 )
2023-07-06 10:18:44 +05:30
Mohit Yadav
283cbcf379
Fix TestCase index ( #12307 )
2023-07-06 00:20:34 +05:30
Chirag Madlani
6dca644c46
fix(ui): cypress fix for login with email ( #12306 )
2023-07-05 21:13:29 +05:30
karanh37
8bdf806694
fix(ui): glossary name with dot loading issue ( #12295 )
...
* fix: glossary name with a dot loading issue
* fix: redirection issues
* fix glossary listing
* fix: glossary path issues
* fix: delete issue for first glossary
* update resource
* fix: unit tests
* fix: minor ui issue
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-07-05 18:43:44 +05:30
Sachin Chaurasiya
6139c59a87
refactor(ui): task flow ( #12248 )
...
* refactor(ui): task flow
* fix: task workflow
* fix(ui): pass initial value on modal form based on task type
* fix(ui): pass proper value in initial form values.
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
2023-07-05 18:30:15 +05:30
Teddy
ba3a1e1ed6
fix: work around for DI reindexing ( #12299 )
...
* fix: work around for DI reindexing
* fix: substring to capitalize
2023-07-05 12:17:51 +00:00
Shailesh Parmar
5e567c1991
bug(ui): fixed tag usage count redirection and recently view table list ( #12288 )
...
* bug(ui): fixed tag usage count redirection and recently view table list
* added recently view functionality for mlmodel and container entity
2023-07-05 14:47:27 +05:30
Aniket Katkar
eaf4ab0541
changed the after login API call method, to update the user details, from PUT to PATCH ( #12287 )
2023-07-05 14:47:18 +05:30
Megumi AIKAWA
9aede5e821
Fixes 11924 : Add pgspider support ( #12159 )
...
* Add PGSpider service connector
* add sqlalchemy-pgspider to setup.py
* Delete unnecessary code and move files.
* Change to work as a Postgres connector sub-module
* Rebuild PGSpiderLineage class into a set of funcs
---------
Co-authored-by: Pham Ngoc Son <son1.phamngoc@toshiba.co.jp>
2023-07-05 09:18:59 +02:00
Pere Miquel Brull
e9ff1e0f05
Fix glossary reviewer tests ( #12285 )
2023-07-05 08:53:20 +02:00
Sriharsha Chintalapani
bc6ebee369
Fix TestCase indexing: exclude change descripiton from indexing ( #12281 )
...
* Fix TestCase indexing: exclude change descripiton from indexing
* Fix TestCase indexing: exclude change descripiton from indexing
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2023-07-05 10:42:51 +05:30