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

chore(dev): Wrap vector-config in vector-lib as configurable #18944

Merged
merged 6 commits into from
Oct 26, 2023

Commits on Oct 25, 2023

  1. chore(dev): Wrap vector-config in vector-lib as configurable

    There already exists a `vector_lib::config` export so I figured adding
    `vector-config` to that module would make things too confusing. Since most of
    `vector-config` has to do with the `configurable` terminology, that seemed a
    natural fit for this export.
    
    Note that, unlike the previous wrappers, we are unable to get rid of the import
    of `vector-config` into the base package. This is because the macros in
    `vector-config-macros` explicitly assume the use of `vector-config` in their
    coding.
    bruceg committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f4d60af View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    6807d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82002b3 View commit details
    Browse the repository at this point in the history
  3. Fixup stray FIXME

    bruceg committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f8578bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7983942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb05ec1 View commit details
    Browse the repository at this point in the history