Skip to content
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

refactor: move code to linkedin/datahub-gma. #1955

Merged
merged 3 commits into from
Oct 23, 2020
Merged

refactor: move code to linkedin/datahub-gma. #1955

merged 3 commits into from
Oct 23, 2020

Conversation

jplaisted
Copy link
Contributor

@jplaisted jplaisted commented Oct 22, 2020

"GMA" (Generalized Metadata Architecture) is the backend of DataHub, and has been moved to its own repository.

This deletes the code that was moved and uses jars that GMA publishes to bintray to load it.

Note that not all of GMA was moved, but most of it. We may still move more things to the other repository in the future.

Fixes #1911

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

@jplaisted jplaisted requested a review from mars-lan October 22, 2020 23:38
@jplaisted jplaisted marked this pull request as ready for review October 22, 2020 23:38
build.gradle Outdated Show resolved Hide resolved
gms/client/build.gradle Show resolved Hide resolved
gms/impl/build.gradle Show resolved Hide resolved
metadata-dao-impl/kafka-producer/build.gradle Outdated Show resolved Hide resolved
metadata-dao-impl/restli-dao/build.gradle Show resolved Hide resolved
@mars-lan mars-lan changed the title Move code to linkedin/datahub-gma. refactor: move code to linkedin/datahub-gma. Oct 23, 2020
@mars-lan mars-lan added the hacktoberfest-accepted Acceptance for hacktoberfest https://hacktoberfest.com/participation/ label Oct 23, 2020
gms/api/build.gradle Outdated Show resolved Hide resolved
metadata-dao-impl/restli-dao/build.gradle Show resolved Hide resolved
metadata-dao-impl/restli-dao/build.gradle Show resolved Hide resolved
metadata-jobs/mae-consumer-job/build.gradle Show resolved Hide resolved
metadata-utils/build.gradle Outdated Show resolved Hide resolved
Copy link
Contributor

@mars-lan mars-lan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

John Plaisted added 3 commits October 23, 2020 14:34
"GMA" (Generalized Metadata Architecture) is the backend of DataHub, and has been moved to its own repository.

This deletes the code that was moved and uses jars that GMA publishes to bintray to load it.

Note that not all of GMA was moved, but most of it. We may still move more things to the other repository in the future.
@jplaisted jplaisted merged commit 25b663c into datahub-project:master Oct 23, 2020
@jplaisted jplaisted deleted the useJars branch October 23, 2020 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Acceptance for hacktoberfest https://hacktoberfest.com/participation/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Move "gma" (backend) to linkedin/datahub-gma
2 participants