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

pkg/private/common: move IfIDType out of private/common and to its own package #4604

Merged
merged 8 commits into from
Sep 19, 2024

Commits on Aug 30, 2024

  1. Move IfIDType out of private/common and to its own package.

    Given that IfIDType represents generic interface IDs as used in segements
    distributed by the control service, it seems that it shouln't be private
    either, even if it currently can be. So the new package isn't private.
    jiceatscion committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    45fe084 View commit details
    Browse the repository at this point in the history
  2. Renamed pkg ifid to iface.

    There was no way to convince forbidigo that our strict naming rules
    for interface id (which explcitly forbid lower case "ifid") that it was ok
    for a package name.
    jiceatscion committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f5c9c5c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    9dc402e View commit details
    Browse the repository at this point in the history
  2. Fix merge.

    jiceatscion committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6cb6c39 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    9a0fd2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70e2f7b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    295bf23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eee306 View commit details
    Browse the repository at this point in the history