Tags: SujaeKong/datahub
Tags
fix: ingestion docker image (datahub-project#2027) The environment was not set correctly, so it could not fire kafka events. It (mce-cli) always worked when running outside of docker. I also added a dev ingestion docker image / script which may be much faster if you've already built locally. Tested: 1. Cleaned docker volumes and started datahub. Verified it is empty. 2. Built with gradle. 3. Ran ./docker/ingestion/ingestion-dev.sh. Verified data shows in DataHub. 4. Ran step 1 again. 5. Ran ./docker/ingestion/ingestion.sh. Verified data shows in DataHub.
refactor search index builder to store urn parts efficiently (datahub… …-project#1937) (datahub-project#1972) * refactor search index builder to store urn parts efficiently (datahub-project#1937) Co-authored-by: Jyoti Wadhwani <jywadhwa@linkedin.com> * set urn for all documents * rebase, fix merge conflicts and modify tests Co-authored-by: Jyoti Wadhwani <jywadhwa@linkedin.com>
Announce DataHub's participation in Hacktoberfest (datahub-project#1927) * Announce DataHub's participation in Hacktoberfest * Move the hactoberfest content around * Add quality standards of PR for hacktoberfest * Update README.md Co-authored-by: Mars Lan <mars.th.lan@gmail.com>
docs: add external link (datahub-project#1828) * Update README.md * Update links.md
feat(kubernetes): Improve the security of the kubernetes/helm charts (d… …atahub-project#1782) * 1747 | remove obsolete yaml files * 1747 | remove configmap and its hardcoded references * 1747 | add missing input parameter of neo4j.host * 1747 | remove obsolete secrets and parameterize the rest * 1747 | auto-generate gms secret * 1747 | remove fullName overrides * 1747 | fix parameters in subchart's values.yaml * 1747 | remove hardcoding from parameters for gms host and port * 1747 | upgrade chart version * 1747 | update helm docs * 1747 | add extraEnv, extraVolume and extraMounts * 1747 | Alters pull policy of images to 'always' for ldh Co-authored-by: shakti-garg <shakti.garg@gmail.com>
docs: add a sequence diagram and a description (datahub-project#1757) * add a sequence diagram and a description * update descrpition based on feedback * Update README.md * Update README.md Co-authored-by: Mars Lan <mars.th.lan@gmail.com>
[fix] load default picture link if not present (datahub-project#1709)