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

mdatagen: get package name from metadata #11468

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. mdatagen: get package name from metadata

    I noticed a mistake in my previous PR open-telemetry#11232; some function calls did
    not pass the correct package name in (passing in "metadata" instead of
    the intended generated package name). This PR attempts to address the
    potential for this mistake to even occur by providing a wrapper
    `generateFile` function that automatically uses the generated package
    name from the metadata. The original version of the function that
    accepts a package name is intact for the templates that are going in the
    base package instead of the generated one.
    braydonk committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a7da76a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    32052b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. add changelog

    braydonk committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ccfcb7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7446e0 View commit details
    Browse the repository at this point in the history
  3. rerun gogenerate

    braydonk committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    19d7127 View commit details
    Browse the repository at this point in the history