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

4867 multiple mac addresses #17902

Open
wants to merge 54 commits into
base: feature
Choose a base branch
from
Open

Commits on Oct 28, 2024

  1. Create MACAddress model and migrations to convert existing .mac_addre…

    …ss fields to standalone objects
    bctiemann committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    44b6270 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Add migrations

    bctiemann committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e0b1c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eed926c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    b8572dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5849f8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03bc2f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    eec59cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc5157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de4cafe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f64c941 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfaa354 View commit details
    Browse the repository at this point in the history
  6. Fix serializer tests

    bctiemann committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a631b69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5be2092 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e27d2b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d91407 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3eb80b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2536f94 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Fix bulk edit/create tests (bulk editing Interfaces will be unsupport…

    …ed because of inheritance from ComponentBulkEditForm)
    bctiemann committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2d767b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9206054 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2a0a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6231516 View commit details
    Browse the repository at this point in the history
  5. Undo unrelated work

    bctiemann committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e763207 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b42b90 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. API endpoints

    bctiemann committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4f660fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ab8c4c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    3fd3bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d604e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff2225 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    016a533 View commit details
    Browse the repository at this point in the history
  5. Move MACAddressSerializer

    bctiemann committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5913ae0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    3f32c5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a7a4f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Perform is_primary validation on MACAddress model and just check if o…

    …ne already exists for the interface
    bctiemann committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5029dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    640a325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90cf71b View commit details
    Browse the repository at this point in the history
  4. Model cleanup

    bctiemann committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e46d9a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2e5af5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17a2b53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    563caa9 View commit details
    Browse the repository at this point in the history
  8. Style cleanup

    bctiemann committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3d244bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    944eada View commit details
    Browse the repository at this point in the history
  10. Remove unused views

    bctiemann committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    57bc188 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b066330 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4655372 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eddf0e4 View commit details
    Browse the repository at this point in the history
  14. Add device and VM filtering

    bctiemann committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c7fd292 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c8ec6b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    fc4483d View commit details
    Browse the repository at this point in the history
  2. Reorganize "Addressing" sections to remove from proximity to "Device …

    …Components" and related groupings
    bctiemann committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0214b9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a10052 View commit details
    Browse the repository at this point in the history
  4. Clean up migrations

    jeremystretch committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3183f37 View commit details
    Browse the repository at this point in the history
  5. Misc cleanup

    jeremystretch committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0575dff View commit details
    Browse the repository at this point in the history
  6. Add filterset test

    jeremystretch committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e4530bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0db3b0 View commit details
    Browse the repository at this point in the history