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

tempo-mixin: don't pull in entire jsonnet-libs repository as dependency #1909

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

yvrhdn
Copy link
Member

@yvrhdn yvrhdn commented Nov 23, 2022

What this PR does:
#1901 added a dependency on the entire jsonnet-libs repository, pulling it into vendor/. Instead we should add dependencies on subfolders (like we do for grafana-builder).
This PR removes the dependency and the vendored repository.

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Copy link
Member

@joe-elliott joe-elliott left a comment

Choose a reason for hiding this comment

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

Is this why jsonnet PRs are always so ridiculously large?

@yvrhdn yvrhdn enabled auto-merge (squash) November 23, 2022 14:21
@yvrhdn
Copy link
Member Author

yvrhdn commented Nov 23, 2022

Is this why jsonnet PRs are always so ridiculously large?

Every time we add a dependency on a new repository (even if it's just a subdirectory) it will pull in the entire repo into vendor/, so yeah that's kind of unavoidable 🤷🏻
In this case the dependency wasn't needed though, probably some leftovers from debugging 😅

@yvrhdn yvrhdn merged commit b35a0a6 into grafana:main Nov 23, 2022
@yvrhdn yvrhdn deleted the kvrhdn/tempo-mixin branch November 23, 2022 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants