-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Implement InitContainer in Docker QuickStart #12689
[FEAT] Implement InitContainer in Docker QuickStart #12689
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49caca5 - Browse repository at this point
Copy the full SHA 49caca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b98d0 - Browse repository at this point
Copy the full SHA 48b98d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb5013 - Browse repository at this point
Copy the full SHA dbb5013View commit details -
Add Airflow Migrations for IAM RDS connection (open-metadata#12259)
* Add Migrations * Add not null * Resolve comments
Configuration menu - View commit details
-
Copy full SHA for 93c4053 - Browse repository at this point
Copy the full SHA 93c4053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02fdab8 - Browse repository at this point
Copy the full SHA 02fdab8View commit details -
Fix migrations to handle entities with mal-formed FQN due to . in the…
…ir name (open-metadata#12217)
Configuration menu - View commit details
-
Copy full SHA for bdb438d - Browse repository at this point
Copy the full SHA bdb438dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 245303c - Browse repository at this point
Copy the full SHA 245303cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2e0d6 - Browse repository at this point
Copy the full SHA 4a2e0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d7614 - Browse repository at this point
Copy the full SHA e5d7614View commit details -
Docker env variables (open-metadata#12262)
* Updating Dockerfile with multistage * Updating reviewed changes * Docker Development changes * Docker workflow changes * Arguments update * Script path update * Arguments update * Resolving the reviewed suggestions * Adding the missing Env variables * Updating SAML env variable removal * Updating searchtype
Configuration menu - View commit details
-
Copy full SHA for 8431f57 - Browse repository at this point
Copy the full SHA 8431f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ad065 - Browse repository at this point
Copy the full SHA 74ad065View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b4117 - Browse repository at this point
Copy the full SHA c9b4117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 989914f - Browse repository at this point
Copy the full SHA 989914fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b0de4 - Browse repository at this point
Copy the full SHA 89b0de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17610cf - Browse repository at this point
Copy the full SHA 17610cfView commit details -
Added Server migration table to utility (open-metadata#12263)
* Added Server migration table to utility * updated to be in not to migrate * py checkstyle failure
Configuration menu - View commit details
-
Copy full SHA for 466e325 - Browse repository at this point
Copy the full SHA 466e325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb5c97 - Browse repository at this point
Copy the full SHA 2bb5c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for a839609 - Browse repository at this point
Copy the full SHA a839609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97140e1 - Browse repository at this point
Copy the full SHA 97140e1View commit details
Commits on Jul 4, 2023
-
Fixes open-metadata#12129 : enhance bigquery sample data query (open-…
…metadata#12130) * upgrade BigQuery Sampler * beautify code * revert old way of profiler & data quality, keep fetch new way sample * Update profiler_source.py * Update profiler_source.py --------- Co-authored-by: hung.duong <hung.duong@be.com.vn> Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64f147c - Browse repository at this point
Copy the full SHA 64f147cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16280ff - Browse repository at this point
Copy the full SHA 16280ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d7f1d - Browse repository at this point
Copy the full SHA 75d7f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e76bc - Browse repository at this point
Copy the full SHA 15e76bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bee0cc4 - Browse repository at this point
Copy the full SHA bee0cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fed53 - Browse repository at this point
Copy the full SHA 71fed53View commit details -
Configuration menu - View commit details
-
Copy full SHA for a313dc1 - Browse repository at this point
Copy the full SHA a313dc1View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f2831f - Browse repository at this point
Copy the full SHA 4f2831fView commit details -
fix lookup issue in case the provided username with email does not ex… (
open-metadata#12283) * fix lookup issue in case the provided username with email does not exist in the system * typo
Configuration menu - View commit details
-
Copy full SHA for 0ae716a - Browse repository at this point
Copy the full SHA 0ae716aView commit details -
Fix TestCase indexing: exclude change descripiton from indexing (open…
…-metadata#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>
Configuration menu - View commit details
-
Copy full SHA for bc6ebee - Browse repository at this point
Copy the full SHA bc6ebeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9ff1e0 - Browse repository at this point
Copy the full SHA e9ff1e0View commit details -
Fixes 11924 : Add pgspider support (open-metadata#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>
Configuration menu - View commit details
-
Copy full SHA for 9aede5e - Browse repository at this point
Copy the full SHA 9aede5eView commit details -
changed the after login API call method, to update the user details, …
…from PUT to PATCH (open-metadata#12287)
Configuration menu - View commit details
-
Copy full SHA for eaf4ab0 - Browse repository at this point
Copy the full SHA eaf4ab0View commit details -
bug(ui): fixed tag usage count redirection and recently view table li…
…st (open-metadata#12288) * bug(ui): fixed tag usage count redirection and recently view table list * added recently view functionality for mlmodel and container entity
Configuration menu - View commit details
-
Copy full SHA for 5e567c1 - Browse repository at this point
Copy the full SHA 5e567c1View commit details -
fix: work around for DI reindexing (open-metadata#12299)
* fix: work around for DI reindexing * fix: substring to capitalize
Configuration menu - View commit details
-
Copy full SHA for ba3a1e1 - Browse repository at this point
Copy the full SHA ba3a1e1View commit details -
refactor(ui): task flow (open-metadata#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>
Configuration menu - View commit details
-
Copy full SHA for 6139c59 - Browse repository at this point
Copy the full SHA 6139c59View commit details -
fix(ui): glossary name with dot loading issue (open-metadata#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>
Configuration menu - View commit details
-
Copy full SHA for 8bdf806 - Browse repository at this point
Copy the full SHA 8bdf806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dca644 - Browse repository at this point
Copy the full SHA 6dca644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 283cbcf - Browse repository at this point
Copy the full SHA 283cbcfView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ae3407 - Browse repository at this point
Copy the full SHA 9ae3407View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ff645 - Browse repository at this point
Copy the full SHA f8ff645View commit details -
fix: upgrade @azure/msal-browser from 2.22.0 to 2.37.0 (open-metadata…
…#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>
Configuration menu - View commit details
-
Copy full SHA for 9f5e85a - Browse repository at this point
Copy the full SHA 9f5e85aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c81af - Browse repository at this point
Copy the full SHA 36c81afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc3d55 - Browse repository at this point
Copy the full SHA ebc3d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 065a4c9 - Browse repository at this point
Copy the full SHA 065a4c9View commit details -
fix: quote username on query vote (open-metadata#12316)
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 82d53b4 - Browse repository at this point
Copy the full SHA 82d53b4View commit details -
doc: added DQ workflow warning (open-metadata#12234)
* doc: added DQ workflow warning * doc: added yaml to index
Configuration menu - View commit details
-
Copy full SHA for 320273a - Browse repository at this point
Copy the full SHA 320273aView commit details -
[Docs] - Connectors docs with new UI, partials and external orchestra…
…tor structure (open-metadata#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
Configuration menu - View commit details
-
Copy full SHA for 6e13530 - Browse repository at this point
Copy the full SHA 6e13530View commit details -
fix: general ui feedbacks (open-metadata#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>
Configuration menu - View commit details
-
Copy full SHA for 79d3e5d - Browse repository at this point
Copy the full SHA 79d3e5dView commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b3ebe3f - Browse repository at this point
Copy the full SHA b3ebe3fView commit details -
Fixes 11973: Pass required parameters while patching the description …
…of a TestCase (open-metadata#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
Configuration menu - View commit details
-
Copy full SHA for 59c384f - Browse repository at this point
Copy the full SHA 59c384fView commit details
Commits on Jul 9, 2023
-
* add jq to maven build * add jq to maven build * add jq to maven build
Configuration menu - View commit details
-
Copy full SHA for f9d5387 - Browse repository at this point
Copy the full SHA f9d5387View commit details
Commits on Jul 10, 2023
-
Fix OpenMetadata schema to TypeScript generation (open-metadata#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
Configuration menu - View commit details
-
Copy full SHA for 155cf35 - Browse repository at this point
Copy the full SHA 155cf35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d263d67 - Browse repository at this point
Copy the full SHA d263d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa81453 - Browse repository at this point
Copy the full SHA fa81453View commit details -
Configuration menu - View commit details
-
Copy full SHA for adde9a1 - Browse repository at this point
Copy the full SHA adde9a1View commit details -
Add query_entity migration fix (open-metadata#12340)
* Add query_entity migration fix * Do not touch pipelines without tasks * Move query entity queries * Format
Configuration menu - View commit details
-
Copy full SHA for 5ccddc3 - Browse repository at this point
Copy the full SHA 5ccddc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ac415 - Browse repository at this point
Copy the full SHA 56ac415View commit details
Commits on Jul 11, 2023
-
ui: added unit test for data quality component part 2 (open-metadata#…
…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
Configuration menu - View commit details
-
Copy full SHA for c3e37f4 - Browse repository at this point
Copy the full SHA c3e37f4View commit details -
Fix open-metadata#12313 - Airflow lineage parsing and schedules (open…
…-metadata#12339) * Fix docs * Fix lineage and intervals * Format
Configuration menu - View commit details
-
Copy full SHA for 6a1b119 - Browse repository at this point
Copy the full SHA 6a1b119View commit details -
Fix assertEqual parameters in validateCreatedEntity method (open-meta…
…data#12304) The assertEquals method parameters were mistakenly set to unique values, which has been corrected.
Configuration menu - View commit details
-
Copy full SHA for 7a52766 - Browse repository at this point
Copy the full SHA 7a52766View commit details -
changes in script to generate schemas documentation (open-metadata#12325
Configuration menu - View commit details
-
Copy full SHA for cf2aafa - Browse repository at this point
Copy the full SHA cf2aafaView commit details -
chore(ui): remove unused tags files and minor ui fixes (open-metadata…
…#12264) * remove unused tags files and minor ui fixes * no tags shown as per global styling * fix unit test
Configuration menu - View commit details
-
Copy full SHA for 8635fd7 - Browse repository at this point
Copy the full SHA 8635fd7View commit details -
chore(open-metadata#6741): use antlr parser for fqn and entityLink (o…
…pen-metadata#12324) * chore(open-metadata#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>
Configuration menu - View commit details
-
Copy full SHA for ce89dbc - Browse repository at this point
Copy the full SHA ce89dbcView commit details -
ui: replace ES api with table list api in schema details page (open-m…
…etadata#12355) * ui: replace ES api with table list api in schema details page * updated url wait
Configuration menu - View commit details
-
Copy full SHA for c930427 - Browse repository at this point
Copy the full SHA c930427View commit details -
Fix open-metadata#12321 - Deprecate impala scheme from Hive (open-met…
…adata#12327) * Deprecate impala scheme from Hive * Add migrations
Configuration menu - View commit details
-
Copy full SHA for 1b7c5e3 - Browse repository at this point
Copy the full SHA 1b7c5e3View commit details -
Bump semver in /openmetadata-ui/src/main/resources/ui (open-metadata#…
…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](npm/node-semver@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>
Configuration menu - View commit details
-
Copy full SHA for 1601f02 - Browse repository at this point
Copy the full SHA 1601f02View commit details -
ui: worked on feedback part -1 (open-metadata#12354)
* ui: worked on feedback part -1 * translation sync
Configuration menu - View commit details
-
Copy full SHA for ab53a47 - Browse repository at this point
Copy the full SHA ab53a47View commit details
Commits on Jul 12, 2023
-
fix: ui feedbacks (open-metadata#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
Configuration menu - View commit details
-
Copy full SHA for 09d1e9c - Browse repository at this point
Copy the full SHA 09d1e9cView commit details -
Bump semver from 5.7.1 to 5.7.2 (open-metadata#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](npm/node-semver@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>
Configuration menu - View commit details
-
Copy full SHA for 0590f05 - Browse repository at this point
Copy the full SHA 0590f05View commit details -
feat(ui): support custom cron syntax for ingestion (open-metadata#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>
Configuration menu - View commit details
-
Copy full SHA for 7b89c5f - Browse repository at this point
Copy the full SHA 7b89c5fView commit details -
fix(chore): Prepare Main Branch with next release (1.2.0) (open-metad…
…ata#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
Configuration menu - View commit details
-
Copy full SHA for 7f55b80 - Browse repository at this point
Copy the full SHA 7f55b80View commit details -
[Docs] - Ingestion Docs links and cleanup (open-metadata#12384)
* Add link to deployments * Add GA secrets
Configuration menu - View commit details
-
Copy full SHA for 78502c2 - Browse repository at this point
Copy the full SHA 78502c2View commit details -
[Test] - Run CI for Python 3.10 (open-metadata#12393)
* Run CI for Python 3.10 * Update py-tests-skip.yml
Configuration menu - View commit details
-
Copy full SHA for 604eca9 - Browse repository at this point
Copy the full SHA 604eca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e267d0f - Browse repository at this point
Copy the full SHA e267d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c02052 - Browse repository at this point
Copy the full SHA 2c02052View commit details -
Configuration menu - View commit details
-
Copy full SHA for d66aebd - Browse repository at this point
Copy the full SHA d66aebdView commit details -
Clean up profiler (open-metadata#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
Configuration menu - View commit details
-
Copy full SHA for b89cf64 - Browse repository at this point
Copy the full SHA b89cf64View commit details -
fix(ui): parent container is not populating in breadcrumb (open-metad…
…ata#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
Configuration menu - View commit details
-
Copy full SHA for 9bb4b18 - Browse repository at this point
Copy the full SHA 9bb4b18View commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3114496 - Browse repository at this point
Copy the full SHA 3114496View commit details -
Fix open-metadata#12190 - Bring support for Airflow 2.6 & Use Airflow…
… 2.6.3 as the new ingestion base (open-metadata#12398) * Bump Airflow version * Support Airflow 2.6 * Lint * Bump airflow version * Fix airflow 2.6 lineage * Fix airflow 2.6 lineage
Configuration menu - View commit details
-
Copy full SHA for a3bff29 - Browse repository at this point
Copy the full SHA a3bff29View commit details -
Configuration menu - View commit details
-
Copy full SHA for e698589 - Browse repository at this point
Copy the full SHA e698589View commit details -
Added Support tasks for all entity (open-metadata#12289)
* working on support task for all entites * added support task for topic entity * added support task for all entities * added ui support for entity task of all the entities * solve issue for container and topic tasks * fix the task issue and ui improvements for tag icons * added support for tasks assigned to children * code improvement * ui improvement around tags for icons * changes as per comments * fix unit test --------- Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Configuration menu - View commit details
-
Copy full SHA for 36f8cf6 - Browse repository at this point
Copy the full SHA 36f8cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a73f582 - Browse repository at this point
Copy the full SHA a73f582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9174cea - Browse repository at this point
Copy the full SHA 9174ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90160ac - Browse repository at this point
Copy the full SHA 90160acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e200a42 - Browse repository at this point
Copy the full SHA e200a42View commit details -
Task improvements (open-metadata#12361)
* chore(open-metadata#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 * chore(ui): task UI improvements * feat: add support for edit task assignees * fix: validation issue * minor improvements * chore: address comments * chore: show dropdown button on task action button --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a47e80b - Browse repository at this point
Copy the full SHA a47e80bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54fbe25 - Browse repository at this point
Copy the full SHA 54fbe25View commit details -
Fix Migration Issues, Log issues (open-metadata#12409)
* Fix Migration Issues, Log issues * Log FQNs creation
Configuration menu - View commit details
-
Copy full SHA for 47eeb76 - Browse repository at this point
Copy the full SHA 47eeb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a643c3 - Browse repository at this point
Copy the full SHA 9a643c3View commit details -
Fix open-metadata#12368 - Make sourcePythonClass not required to allo…
…w generic use of custom connectors (open-metadata#12408)
Configuration menu - View commit details
-
Copy full SHA for f0f74db - Browse repository at this point
Copy the full SHA f0f74dbView commit details -
Handle Table type for Snowflake Transient Tables (open-metadata#12274)
* Handle Table type for Snowflake Transient Tables * Clean the code by removing comments * Optimize the code * Optimize the code * Clean the code * Rename includeTempTables with includeTransientTables * Rename includeTempTables to includeTransientTables * Update Documentation and resolved migartion query error * Resolved migartion query for postgres connection --------- Co-authored-by: Vanshika Kabra <vanshikakabra@Vanshikas-MacBook-Pro.local> Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bbe58b1 - Browse repository at this point
Copy the full SHA bbe58b1View commit details
Commits on Jul 14, 2023
-
Ingestion Pipeline - Bulk deploy API & Status response updated (open-…
…metadata#12365) * Redeploy in tables init * Use Status class * Update response Status * Format * Rename pipelineServiceClientResponse
Configuration menu - View commit details
-
Copy full SHA for 3433e2b - Browse repository at this point
Copy the full SHA 3433e2bView commit details -
Fixes Issue open-metadata#11803 open-metadata#12103 - Add BigQuery St…
…ruct Support (open-metadata#12435) * 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 * fix: mapper logic for BQ struct types * feat: added BQ support for structs * feat: clean code smell + handle null self.col.table value * feat: ran python linting * feat: updated test for profiler handler + disabled flaky test * Update ingestion/tests/unit/profiler/pandas/test_sample.py Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com> --------- Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 42a4262 - Browse repository at this point
Copy the full SHA 42a4262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 838ff73 - Browse repository at this point
Copy the full SHA 838ff73View commit details -
fix( open-metadata#12403): áéíóú ÁÉÍÓÚ characters not allowed in glos…
…sary, glossary term, classification and tag names (open-metadata#12421)
Configuration menu - View commit details
-
Copy full SHA for 4c63398 - Browse repository at this point
Copy the full SHA 4c63398View commit details -
fix: glossary term incorrect relationship (open-metadata#12426)
* fix: glossary term incorrect relationship * revert tier changes
Configuration menu - View commit details
-
Copy full SHA for d8e64b4 - Browse repository at this point
Copy the full SHA d8e64b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d9f62 - Browse repository at this point
Copy the full SHA 44d9f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5602a87 - Browse repository at this point
Copy the full SHA 5602a87View commit details -
Fix issue while storing empty email (open-metadata#12437)
* Fix issue while storing empty email * Update TeamRepository.java * chore(ui): if email is empty set value as undefined * chore(ui): address comments --------- Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0a6e91d - Browse repository at this point
Copy the full SHA 0a6e91dView commit details
Commits on Jul 15, 2023
-
ui: revamp entity task component (open-metadata#12419)
* revamp entity task component * added test related to tags and description --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc29eba - Browse repository at this point
Copy the full SHA fc29ebaView commit details -
fix(ui): user page scroll issue on tabs and pagination (open-metadata…
…#12424) * fix user page scroll on tabs and pagination too * changes as per comments * fix unit test
Configuration menu - View commit details
-
Copy full SHA for 0093427 - Browse repository at this point
Copy the full SHA 0093427View commit details -
Fixes open-metadata#12447 Use JSON schema constrain validation in CSV…
… imports (open-metadata#12448)
Configuration menu - View commit details
-
Copy full SHA for 0d119de - Browse repository at this point
Copy the full SHA 0d119deView commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 532a78e - Browse repository at this point
Copy the full SHA 532a78eView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac9ccc3 - Browse repository at this point
Copy the full SHA ac9ccc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a0c9e - Browse repository at this point
Copy the full SHA 27a0c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9147bb0 - Browse repository at this point
Copy the full SHA 9147bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a0c85 - Browse repository at this point
Copy the full SHA 15a0c85View commit details -
ui: worked on skip test of the cypress (open-metadata#12430)
* ui: worked on skip test of the cypress * fixed data quality skip test * fixed failing cypress - redshiftWithDBT - DataQuality
Configuration menu - View commit details
-
Copy full SHA for 4e217aa - Browse repository at this point
Copy the full SHA 4e217aaView commit details -
fix: ui feedbacks (open-metadata#12423)
* fix: kpi overdue days * fix: add localization * fix: issue-12379 * fix: lose card borders * fix: localization * fix: lose card borders * fix: remove card borders * fix: cleanup unused code * fix: review comments * fix: address review comments * fix: add unit tests
Configuration menu - View commit details
-
Copy full SHA for 18ee80d - Browse repository at this point
Copy the full SHA 18ee80dView commit details -
fix(ui): show message based on pipeline service platform (open-metada…
…ta#12446) * fix(ui): show message based on pipeline service platform * chore: only show the message if airflow is not available * chore: remove tailwind classes * fix: unit test * test: add changes unit test * fix: unit test
Configuration menu - View commit details
-
Copy full SHA for 5ca757f - Browse repository at this point
Copy the full SHA 5ca757fView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62e82ba - Browse repository at this point
Copy the full SHA 62e82baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8734e77 - Browse repository at this point
Copy the full SHA 8734e77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44dc030 - Browse repository at this point
Copy the full SHA 44dc030View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a5fafb1 - Browse repository at this point
Copy the full SHA a5fafb1View commit details -
Support '%' in entity Name (open-metadata#12382)
* added support for the % in entity name * added support for the % in glossary and glossary term name * Added U exclude * Fixed pytest * fix: support % in glossary name * added suppport for % in entityName * fix % issue in the glossary or term * fix: glossary with % encoding * fix: tags redirect issue for glossaries with % * fix: glossary import path * fixed CI * fixed Py Test * fixed PyTest * fixed glossary resource test --------- Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com> Co-authored-by: karanh37 <karanh37@gmail.com> Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6d5a43 - Browse repository at this point
Copy the full SHA b6d5a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca16cd4 - Browse repository at this point
Copy the full SHA ca16cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e11ac - Browse repository at this point
Copy the full SHA a3e11acView commit details -
Configuration menu - View commit details
-
Copy full SHA for b699acd - Browse repository at this point
Copy the full SHA b699acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e79067d - Browse repository at this point
Copy the full SHA e79067dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 159b6a2 - Browse repository at this point
Copy the full SHA 159b6a2View commit details -
Code cleanup.20230718 (open-metadata#12493)
* Move setting common patch and updated fields to EntityRepository * Cleanup entityReferenceList.json and references
Configuration menu - View commit details
-
Copy full SHA for 3515461 - Browse repository at this point
Copy the full SHA 3515461View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3534913 - Browse repository at this point
Copy the full SHA 3534913View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceef442 - Browse repository at this point
Copy the full SHA ceef442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 940ab3d - Browse repository at this point
Copy the full SHA 940ab3dView commit details -
fix: lineage full screen view (open-metadata#12473)
* fix: remove redirection to separate page * fix: remove unused lineage page component * fix: position full screen container * fix: add unit tests * fix: add cypress for full screen toggle * fix: lineage style issue * fix: address comments
Configuration menu - View commit details
-
Copy full SHA for 6b46f4e - Browse repository at this point
Copy the full SHA 6b46f4eView commit details -
cypress: worked on skip test cypress part 2 (open-metadata#12460)
* cypress: worked on skip test cypress part 2 * fixed failing cypress for glossary
Configuration menu - View commit details
-
Copy full SHA for 0cfa519 - Browse repository at this point
Copy the full SHA 0cfa519View commit details -
build(deps): bump word-wrap in /openmetadata-ui/src/main/resources/ui (…
…open-metadata#12500) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap 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>
Configuration menu - View commit details
-
Copy full SHA for f80fda1 - Browse repository at this point
Copy the full SHA f80fda1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8708e - Browse repository at this point
Copy the full SHA 7f8708eView commit details -
Improvement(ui): service, database and schema page (open-metadata#12462)
* Refactored code for service, database details and schema details page Added feature to add tags and tiers to service page Applied new layouts to service and database schema details page * Bug fixes and refactoring of service, database and database schema pages * Removed unused components Fixed unit tests * Removed unnecessary code * Fixed code smells * reverted the type assertion changes * Corrected interface name Moved large function inside component to utils file * fixed activity feed tab API fetching error * fixed cypress test for tags spec
Configuration menu - View commit details
-
Copy full SHA for 5ed85c8 - Browse repository at this point
Copy the full SHA 5ed85c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6435a - Browse repository at this point
Copy the full SHA 0c6435aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2260b8d - Browse repository at this point
Copy the full SHA 2260b8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e049dc3 - Browse repository at this point
Copy the full SHA e049dc3View commit details
Commits on Jul 20, 2023
-
fixed glossary name not visible after reindex issue (open-metadata#12438
Configuration menu - View commit details
-
Copy full SHA for 8e0fc86 - Browse repository at this point
Copy the full SHA 8e0fc86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bac9b6 - Browse repository at this point
Copy the full SHA 8bac9b6View commit details -
improvements: added unit tests for version pages (open-metadata#12381)
* added unit tests for version page components for Dashboard, Pipelines, Tables and Topics * fixed entity version page test mock * added and improved unit tests for version page related components * fixed failing unit tests * moved all mock files in mock folder * Fixed test titles Worked on comments
Configuration menu - View commit details
-
Copy full SHA for 43c1f1e - Browse repository at this point
Copy the full SHA 43c1f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7e71d - Browse repository at this point
Copy the full SHA 3e7e71dView commit details -
Fix open-metadata#12301: Fix vertica col comments for projections wit…
…h the same name (open-metadata#12504)
Configuration menu - View commit details
-
Copy full SHA for fee567d - Browse repository at this point
Copy the full SHA fee567dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab1ec50 - Browse repository at this point
Copy the full SHA ab1ec50View commit details -
revamp user profile page to new ui (open-metadata#12507)
* revamp user profile page to new ui * sonar fixes * fixbuild failure * Rename Task-ic.svg to task-ic.svg * changes as per comments
Configuration menu - View commit details
-
Copy full SHA for 225c366 - Browse repository at this point
Copy the full SHA 225c366View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c61c1 - Browse repository at this point
Copy the full SHA c1c61c1View commit details -
Fixes 12439: Remove braces from approx_percentile method (Trino/Prest…
…o) in profiler (open-metadata#12440) * 🐛 Remove braces from approx_percentile method (Trino/Presto) * 👌 Updating code due to code review changes.
Configuration menu - View commit details
-
Copy full SHA for cd34729 - Browse repository at this point
Copy the full SHA cd34729View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 246bf15 - Browse repository at this point
Copy the full SHA 246bf15View commit details -
escape lineage ingest. name to prevent Airflow err (open-metadata#12521)
Co-authored-by: rudy.delouya <rudy.delouya@algodeep.ai>
Configuration menu - View commit details
-
Copy full SHA for abe58f4 - Browse repository at this point
Copy the full SHA abe58f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a03cb0 - Browse repository at this point
Copy the full SHA 2a03cb0View commit details -
Optimize db calls for entity_extension and field_relationship table (o…
…pen-metadata#12543) * Optimize db calls for entity_extension and field_relationship table * change count sql for postgres
Configuration menu - View commit details
-
Copy full SHA for 977e13d - Browse repository at this point
Copy the full SHA 977e13dView commit details -
fix(ui): disable auto renew for react-okta (open-metadata#12530)
* fix(ui): disable autorenew for react-okta * update okta token on renewal
Configuration menu - View commit details
-
Copy full SHA for 536d1e9 - Browse repository at this point
Copy the full SHA 536d1e9View commit details -
added docs for elasticsearch and opensearch for development Tab. (ope…
…n-metadata#12516) * added docs for elasticsearch and opensearch * addressing comments
Configuration menu - View commit details
-
Copy full SHA for 15d8864 - Browse repository at this point
Copy the full SHA 15d8864View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde7509 - Browse repository at this point
Copy the full SHA bde7509View commit details -
Fix/issue 12532 (open-metadata#12550)
* Updating Dockerfile with multistage * Updating reviewed changes * Docker Development changes * Docker workflow changes * Arguments update * Script path update * Arguments update * Resolving the reviewed suggestions * Issue-12532 and security-scan fix * Removing security-scan fix * Update Dockerfile * updating wget from curl
Configuration menu - View commit details
-
Copy full SHA for 948ddf3 - Browse repository at this point
Copy the full SHA 948ddf3View commit details -
Fixes open-metadata#12459 Members of the group, that owns the object,…
… can't resolve a task (open-metadata#12535)
Configuration menu - View commit details
-
Copy full SHA for 493c073 - Browse repository at this point
Copy the full SHA 493c073View commit details
Commits on Jul 22, 2023
-
chore(ui): stay on the same page when the task is resolved (open-meta…
…data#12537) * chore(ui): stay on the same page when the task is resolved * chore: update filter on reject task * chore: address comments * fix: cypress test
Configuration menu - View commit details
-
Copy full SHA for 59ae1d1 - Browse repository at this point
Copy the full SHA 59ae1d1View commit details -
Fix Cast and Col checks - Clickhouse (open-metadata#12556)
* Fix Cast and Col checks * fix lint
Configuration menu - View commit details
-
Copy full SHA for 30946ab - Browse repository at this point
Copy the full SHA 30946abView commit details
Commits on Jul 23, 2023
-
added missing aggregation for query API (open-metadata#12395)
* added missing aggregation * fix: update aggregations keys in ui * added field owner in glossary_search_index * added filtering on aggregation * working on filtering aggregation * fix: update aggregate api * fix: cypress tests * fix: excluding cypress folder in sonar properties * aggregation changes from backend for opensearch and elasticsearch --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Co-authored-by: karanh37 <karanh37@gmail.com> Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db5f6c5 - Browse repository at this point
Copy the full SHA db5f6c5View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8feada2 - Browse repository at this point
Copy the full SHA 8feada2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94166ae - Browse repository at this point
Copy the full SHA 94166aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a38b297 - Browse repository at this point
Copy the full SHA a38b297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 699beec - Browse repository at this point
Copy the full SHA 699beecView commit details -
Fixing/security scan (open-metadata#12562)
* Updating Dockerfile with multistage * Updating reviewed changes * Docker Development changes * Docker workflow changes * Arguments update * Script path update * Arguments update * Resolving the reviewed suggestions * Updating omd api version for security scan
Configuration menu - View commit details
-
Copy full SHA for 22e87df - Browse repository at this point
Copy the full SHA 22e87dfView commit details -
e2e: add cypress test for task flow (open-metadata#12551)
* chore(ui): stay on the same page when the task is resolved * chore: update filter on reject task * chore: address comments * fix: cypress test * e2e: add cypress test for task flow * refactor: minor changes * fix: assignee option data test id * test: add test for tags task * fix: unit test * fix: cypress test * chore: address comment * chore: address comments
Configuration menu - View commit details
-
Copy full SHA for 19e70d4 - Browse repository at this point
Copy the full SHA 19e70d4View commit details -
ui(fix): supported ellipses in tags and remove old componet (open-met…
…adata#12525) * supported ellipses in tags and remove old componnet * fix unit test * support tags to take entire width as per content * chanegs as per comments * fix cypress issue * fix cypress issue
Configuration menu - View commit details
-
Copy full SHA for 4a8f19a - Browse repository at this point
Copy the full SHA 4a8f19aView commit details -
feat(ui): supported read more in for tags on entity pages (open-metad…
…ata#12569) * supported readmore in for tags on entity pages * missing props
Configuration menu - View commit details
-
Copy full SHA for 8f95646 - Browse repository at this point
Copy the full SHA 8f95646View commit details -
fix(ui): loader on data quality page (open-metadata#12566)
* fix(ui): loader on data quality page * fix sonarcloud
Configuration menu - View commit details
-
Copy full SHA for 0cdf2aa - Browse repository at this point
Copy the full SHA 0cdf2aaView commit details -
ui: fixed ingestion button redirection issue, testCase api call issue (…
…open-metadata#12575) * ui: fixed ingestion button redirection issue, testCase api call issue * cypress fixed
Configuration menu - View commit details
-
Copy full SHA for 80e2fc3 - Browse repository at this point
Copy the full SHA 80e2fc3View commit details -
fix: fqn encoding fixes (open-metadata#12554)
* fix: encoding issues * fix: teams encoding issues * fix: services page * fix: roles and policies encoding * fix: kpi chart and other minor feedbacks * fix: pluralize string * fix: owner highlight feedback * fix: code smells * fix: review feedbacks * fix: tier ordering * fix: revert webpack file
Configuration menu - View commit details
-
Copy full SHA for 91b8df6 - Browse repository at this point
Copy the full SHA 91b8df6View commit details -
chore: feed and task improvements (open-metadata#12567)
* chore: feed and task improvements * fix: unit test * fix: flaky test
Configuration menu - View commit details
-
Copy full SHA for 31296f0 - Browse repository at this point
Copy the full SHA 31296f0View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 60c9477 - Browse repository at this point
Copy the full SHA 60c9477View commit details -
chore(client): new UI for the tier-card (open-metadata#12536)
* chore(client): tier-card ui update * minor change * test(client): for the new UI of tier-card * address comments * fix UI * replace some css with utility classes * add language locales for word Clear * some css and test fix * fix(client): cypress test for add and remove tier
Configuration menu - View commit details
-
Copy full SHA for e32b763 - Browse repository at this point
Copy the full SHA e32b763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c21da0 - Browse repository at this point
Copy the full SHA 6c21da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5883b - Browse repository at this point
Copy the full SHA be5883bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c86bda9 - Browse repository at this point
Copy the full SHA c86bda9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a1920 - Browse repository at this point
Copy the full SHA 83a1920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d921d - Browse repository at this point
Copy the full SHA 40d921dView commit details -
ui: Display createdDateTime and sizeInByte profile metrics open-metad…
…ata#12196 (open-metadata#12568) * ui: Display createdDateTime and sizeInByte profile metrics open-metadata#12196 * Modify Sample Data * updated profile matrix as per date object --------- Co-authored-by: Ayush Shah <ayush@getcollate.io>
Configuration menu - View commit details
-
Copy full SHA for 19c3c01 - Browse repository at this point
Copy the full SHA 19c3c01View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72e4d00 - Browse repository at this point
Copy the full SHA 72e4d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb0b2f - Browse repository at this point
Copy the full SHA cdb0b2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 307dcbf - Browse repository at this point
Copy the full SHA 307dcbfView commit details -
fixed: ui: add support of azure config in dbt form open-metadata#12589 (
open-metadata#12594) * fixed: ui: add support of azure config in dbt form open-metadata#12589 * translation-sync * fixed azure option selection in edit mode
Configuration menu - View commit details
-
Copy full SHA for f36ed5f - Browse repository at this point
Copy the full SHA f36ed5fView commit details -
chore: ui nested structure and form error casing feedback (open-metad…
…ata#12597) * chore(ui): ui feedback * fix: cypress test
Configuration menu - View commit details
-
Copy full SHA for f7bfdd6 - Browse repository at this point
Copy the full SHA f7bfdd6View commit details -
test(ui): e2e activity feed tests (open-metadata#12576)
* test(ui): e2e activity feed tests * support mention tests for feed widget * fix cypress and address comments * compare feed for mention * fix cypress
Configuration menu - View commit details
-
Copy full SHA for e3278cb - Browse repository at this point
Copy the full SHA e3278cbView commit details -
fix(ui): modify activity feed icon and text (open-metadata#12595)
* modify activity feed icon and text * fix edit icon issue in custom properties and made changes as per comments --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff7fbcd - Browse repository at this point
Copy the full SHA ff7fbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cdc84 - Browse repository at this point
Copy the full SHA 30cdc84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8ebf4 - Browse repository at this point
Copy the full SHA 0f8ebf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab4072 - Browse repository at this point
Copy the full SHA 8ab4072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 410cb98 - Browse repository at this point
Copy the full SHA 410cb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af1bc4 - Browse repository at this point
Copy the full SHA 5af1bc4View commit details -
feat: explore page tabs revamp (open-metadata#12602)
* feat: explore page tabs revamp * fix: layout changes
Configuration menu - View commit details
-
Copy full SHA for c71cf0c - Browse repository at this point
Copy the full SHA c71cf0cView commit details -
cypress: work on e2e cypress part 1 (open-metadata#12606)
* cypress: work on e2e cypress part 1 * updated Announcement cypress
Configuration menu - View commit details
-
Copy full SHA for 7be72a1 - Browse repository at this point
Copy the full SHA 7be72a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3888508 - Browse repository at this point
Copy the full SHA 3888508View commit details -
Fix open-metadata#7712: Align AuthProvider values in the JSON schema …
…definition (open-metadata#11508) * Fix open-metadata#7712: Align AuthProvider values in the JSON schema definition * Fix ingestion bot initialization, create jwt token if there is no authMechanism pre-configured * Fix ingestion bot initialization, create jwt token if there is no authMechanism pre-configured * Handle new providers * Lint * Fix open-metadata#7712: Align AuthProvider values in the JSON schema definition * Handle new providers * Fix ingestion bot initialization, create jwt token if there is no authMechanism pre-configured * Fix ingestion bot initialization, create jwt token if there is no authMechanism pre-configured * Lint * fix rebase * Fix test * Fix test * Fix Usage of Auth Provider in User Resource * remove unused function --------- Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com> Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com> Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67b68a7 - Browse repository at this point
Copy the full SHA 67b68a7View commit details -
[1.1.1] - Bump size for FQN (open-metadata#12092)
* Bump size for FQN * Bump table entityName size * Bump table entityName size * Fix table resource tests * Remove pattern from fqn * Remove pattern from fqn * Remove pattern from fqn * Generalize get_by_name in ometa client * Generalize get_by_name in ometa client * Format * Fix test suite * Remove limit from FQN max size * Remove limit from FQN max size * Add sample data * Update lint names * Add more sample data * Bump column name size * 1024 max FQN length * 1024 max FQN length * 1024 max FQN length * Bump FQN
Configuration menu - View commit details
-
Copy full SHA for 6773541 - Browse repository at this point
Copy the full SHA 6773541View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1417621 - Browse repository at this point
Copy the full SHA 1417621View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e17c98 - Browse repository at this point
Copy the full SHA 3e17c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6de61f - Browse repository at this point
Copy the full SHA c6de61fView commit details -
add aws-cognito to service provider (open-metadata#12614)
* add aws-incognito to service provider * Update openMetadataConnection.json * chore(ui): auth provider changes * chore: remove type casting * fix: unit test --------- Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f192185 - Browse repository at this point
Copy the full SHA f192185View commit details -
Support delete temporary credentials files of Google Cloud (open-meta…
…data#12590) Co-authored-by: Vanshika Kabra <vanshikakabra@Vanshikas-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 3111f91 - Browse repository at this point
Copy the full SHA 3111f91View commit details -
Support Azure Datalake Test Connection fixes (open-metadata#12579)
* Support Azure Datalake Test Connection fixes * Rename function name and remove unwanted argument --------- Co-authored-by: Vanshika Kabra <vanshikakabra@Vanshikas-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 02ec8b0 - Browse repository at this point
Copy the full SHA 02ec8b0View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8830d17 - Browse repository at this point
Copy the full SHA 8830d17View commit details -
chore(ui):update login carousel images (open-metadata#12616)
* chore(ui):update login carousel images * chore(ui): update image * chore: update image
Configuration menu - View commit details
-
Copy full SHA for 75f819f - Browse repository at this point
Copy the full SHA 75f819fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bad506b - Browse repository at this point
Copy the full SHA bad506bView commit details -
Fix open-metadata#12610: adminUsers lookup should be quoted, do not a…
…llow bot users s to be promoted to admin user via adminUsers config (open-metadata#12611) * Fix open-metadata#12610: adminUsers lookup should be quoted, do not allow bot users to be promoted to admin user via adminUsers config * Fix open-metadata#12610: adminUsers lookup should be quoted, do not allow bot users to be promoted to admin user via adminUsers config * remove changes to yaml --------- Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50fb66c - Browse repository at this point
Copy the full SHA 50fb66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e07ad - Browse repository at this point
Copy the full SHA f7e07adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 515c68d - Browse repository at this point
Copy the full SHA 515c68dView commit details -
fix(ui): infinite scroll issue in user activity feed page (open-metad…
…ata#12617) * fix the infinite scroll issue in user activity feed page * fix the functionality issue in activity thread on entity page * minor code fixes
Configuration menu - View commit details
-
Copy full SHA for fde17d4 - Browse repository at this point
Copy the full SHA fde17d4View commit details -
fix: cypress issues (open-metadata#12620)
* fix: cypress issues * fix: cypress tests * fix: tags cypress * miner fix in tag spec --------- Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 94d49e1 - Browse repository at this point
Copy the full SHA 94d49e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b9ac7 - Browse repository at this point
Copy the full SHA e3b9ac7View commit details -
cypress: worked on upgrade test part 2 (open-metadata#12625)
* cypress: worked on upgrade test part 2 * fixed task utils * fixed entity announcement
Configuration menu - View commit details
-
Copy full SHA for 4e48c4a - Browse repository at this point
Copy the full SHA 4e48c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9e5d8 - Browse repository at this point
Copy the full SHA cb9e5d8View commit details -
UI - feedback bug fixes and improvements (open-metadata#12592)
* fixed loading issue in KPI widget on landing page * fixed redirection links for the notification box tabs * Fixed redirection issue after soft and hard deleting data assets * fixed version page layout issue * Fixed data model restore issue * Added loader to summary panel while fetching permissions * Fixed alerts settings page error placeholder alignment issue * changed the dashboard and pipeline url display method * fixed cypress test * updated the logic to perform the after delete action in DeleteWidgetModal * changed the logic to update the history object through util functions * added `experimentalMemoryManagement` to the cypress config * reverted the cypress config changes * fixed flaky test * worked on comments * removed unnecessary code
Configuration menu - View commit details
-
Copy full SHA for fe3766e - Browse repository at this point
Copy the full SHA fe3766eView commit details -
Removing the docker cleaning from the steps (open-metadata#12637)
* Removing the docker cleaning from the steps * Updating the wait on action to check if that is an issue * Reverting the action version
Configuration menu - View commit details
-
Copy full SHA for e0d293a - Browse repository at this point
Copy the full SHA e0d293aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de769fb - Browse repository at this point
Copy the full SHA de769fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba6756 - Browse repository at this point
Copy the full SHA 2ba6756View commit details -
ui: fixed issue related to profiler and data quality (open-metadata#1…
…2615) * ui: fixed issue related to profiler and data quality * support logout confirmation modal * fix bredcrumbs for logviewer * fix unit tests * fix loading issue in profile tab * restore breadcrum for service ingestion * update confirmation modal * address comments --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 29714c9 - Browse repository at this point
Copy the full SHA 29714c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ae804 - Browse repository at this point
Copy the full SHA 78ae804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d766cc - Browse repository at this point
Copy the full SHA 4d766ccView commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bab2a6e - Browse repository at this point
Copy the full SHA bab2a6eView commit details -
cypress skip the alert page spec (open-metadata#12632)
* [Do not merge] testing cypress * fixed alert issue * skip alert test
Configuration menu - View commit details
-
Copy full SHA for 98b38e4 - Browse repository at this point
Copy the full SHA 98b38e4View commit details -
Make LoadingCache members final variables (open-metadata#12648)
* Make LoadingCache members final variables * Simplify singleton classes * Reuse Entity fields instead of declaring them again
Configuration menu - View commit details
-
Copy full SHA for b7e3242 - Browse repository at this point
Copy the full SHA b7e3242View commit details -
Fixes open-metadata#12651 Organization policy changes are overwritten…
… during server restart (open-metadata#12652)
Configuration menu - View commit details
-
Copy full SHA for 786dde1 - Browse repository at this point
Copy the full SHA 786dde1View commit details -
Support SingleStore metadata ingestion (JSON type fields) (open-metad…
…ata#12623) * Support SingleStore metadata ingestion (JSON type fields) * Removing Collate Keyword all datatypes --------- Co-authored-by: Vanshika Kabra <vanshikakabra@Vanshikas-MacBook-Pro.local> Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a0dd821 - Browse repository at this point
Copy the full SHA a0dd821View commit details
Commits on Jul 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b007b5e - Browse repository at this point
Copy the full SHA b007b5eView commit details -
fix: docker/development/Dockerfile to reduce vulnerabilities (open-me…
…tadata#12657) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Configuration menu - View commit details
-
Copy full SHA for 0477712 - Browse repository at this point
Copy the full SHA 0477712View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1308b7 - Browse repository at this point
Copy the full SHA b1308b7View commit details -
fix(ui): pagination and conversation thread bug fixes (open-metadata#…
…12640) * fixed schema page pagination bug fixed schema page conversation drawer error * fixed pagination bug for database details page * fixed pagination bug for service details page * Fixed loader shown for whole page for fetching schemas on database details page --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 470d5e8 - Browse repository at this point
Copy the full SHA 470d5e8View commit details -
Cypress upgrade tests part 3 (open-metadata#12626)
* Fixed upgrade cypress tests for AddAndRemoveTierAndOwner and AdvancedSearchQuickFilters specs * fixed failing cypress tests * fixed unit test * updated the cypress config to add `experimentalMemoryManagement` option * fixed flakiness test * added wait to avoid flakiness * changes to avoid flakiness while adding tier unskipped tests * worked on comments * fixed Teams cypress spec --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db090ec - Browse repository at this point
Copy the full SHA db090ecView commit details -
changed the name value in rename modal field to name for data asset h…
…eaders (open-metadata#12635) Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ab8b00 - Browse repository at this point
Copy the full SHA 7ab8b00View commit details -
fixed nested records avro (open-metadata#12633)
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf44c79 - Browse repository at this point
Copy the full SHA bf44c79View commit details -
Refactor Es OS code (open-metadata#12572)
* refactor Es OS code * refactoring Es OS code * hardcore RUN_ELASTIC_SEARCH_TESTCASES value to true * updated the size of maven-surefire from 1024 to 2048 * fixed blank service type issue for aggregation * debugging pr * debugging pr * added configuration to openmetadata-secure-test.yaml * debugging ci failure * debugging ci failure * debugging ci * debugging ci issue * added container to be created single time * added container to start just once * removed elasticSearchContainer = null * removed elasticSearchContainer = null * removed elasticsearchcontainer.stop * reverted ElasticSearchContainer Changes * revert extra memory added for jvm added * reverted JUnit.run.xml * resolved conflicts --------- Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a95d19e - Browse repository at this point
Copy the full SHA a95d19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e39918f - Browse repository at this point
Copy the full SHA e39918fView commit details -
cypress: fixed activity feed cypress failure (open-metadata#12661)
* cypress: fixed activity feed cypress failure * fixed activity cypress
Configuration menu - View commit details
-
Copy full SHA for 3f5f4ed - Browse repository at this point
Copy the full SHA 3f5f4edView commit details -
Configuration menu - View commit details
-
Copy full SHA for dacd13f - Browse repository at this point
Copy the full SHA dacd13fView commit details -
Fixed athena import and lineage/usage validation (open-metadata#12663)
* Athena fixes * fixed to lower version
Configuration menu - View commit details
-
Copy full SHA for 795498c - Browse repository at this point
Copy the full SHA 795498cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba9e85 - Browse repository at this point
Copy the full SHA 5ba9e85View commit details -
Python Dependency Conflict fixes (open-metadata#12667)
* Fixes Dependency conflict * add fix to dep
Configuration menu - View commit details
-
Copy full SHA for 2e259a9 - Browse repository at this point
Copy the full SHA 2e259a9View commit details -
chore(ui): teams page improvements (open-metadata#12603)
* chore(ui): teams page improvements * chore(ui): fetch basic and advanced details separately * chore(ui): only fetch asset for team type group * chore(ui): do not load page for advanced details * chore(ui): fetch all team advanced details separately * fix: unit test * test: cypress test for team * test: fix cypress test * fix: cypress test * fix: cy test --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3b0b2ef - Browse repository at this point
Copy the full SHA 3b0b2efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 361629f - Browse repository at this point
Copy the full SHA 361629fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6e5ee - Browse repository at this point
Copy the full SHA 8f6e5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f07c62 - Browse repository at this point
Copy the full SHA 5f07c62View commit details -
ui: fixed loading issue in table, and remove unwanted params from API…
… in table profiler (open-metadata#12668) * ui: fixed loading issue in table, and remove unwanted params from API in table profiler * fixed unit test and addressing comment * added "testDefinition" params to API as it required to for edit test
Configuration menu - View commit details
-
Copy full SHA for 43fdf78 - Browse repository at this point
Copy the full SHA 43fdf78View commit details -
fix(ui): service, database and database schema page bugs (open-metada…
…ta#12673) * fixed bugs on service details page * fixed bugs on database details page refactored database details page code * fixed bugs on database schema page * reverted the changes for code refactoring on dataset details page
Configuration menu - View commit details
-
Copy full SHA for f215a44 - Browse repository at this point
Copy the full SHA f215a44View commit details -
Update storageService.json (open-metadata#12529)
Add support to using a custom storage connection
Configuration menu - View commit details
-
Copy full SHA for 5d53335 - Browse repository at this point
Copy the full SHA 5d53335View commit details -
fix: add welcome screen (open-metadata#12669)
* fix: add welcome screen * fix: cypress tests * fix: welcome screen alignment issues
Configuration menu - View commit details
-
Copy full SHA for b954fcb - Browse repository at this point
Copy the full SHA b954fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d968304 - Browse repository at this point
Copy the full SHA d968304View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19e223e - Browse repository at this point
Copy the full SHA 19e223eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed9fb1 - Browse repository at this point
Copy the full SHA 9ed9fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 098625c - Browse repository at this point
Copy the full SHA 098625cView commit details -
Fix tests logging; do not initialize the search client if the search … (
open-metadata#12681) * Fix tests logging; do not initialize the search client if the search config is not present * Fix logging and parallelization defaults 1C * Fix logging and parallelization defaults 1C * Fix logging and parallelization defaults 1C * Fix logging and parallelization defaults 1C * Fix logging and parallelization defaults 1C * Fix logging and parallelization defaults 1C
Configuration menu - View commit details
-
Copy full SHA for 878fda4 - Browse repository at this point
Copy the full SHA 878fda4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819bb27 - Browse repository at this point
Copy the full SHA 819bb27View commit details -
fix(ui): ui breaking as url was not encoded. (open-metadata#12643)
* fix ui breaking because of url having percent in it * added support for % in about * fix test cases * checkstyle * url fix * fix storage url * encoded topic, mlmodel and pipeline entity --------- Co-authored-by: 07Himank <himank07mehta@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de06d50 - Browse repository at this point
Copy the full SHA de06d50View commit details -
[FIX] Implement InitContainer in Docker
Dhruvin Maniar authored and Dhruvin Maniar committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 0a7f089 - Browse repository at this point
Copy the full SHA 0a7f089View commit details