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

Add LocationType Specification to DNA Center and Device42 #546

Merged
merged 36 commits into from
Oct 3, 2024

Commits on Sep 12, 2024

  1. refactor: 🚚 Consolidate all custom Exceptions for integrations into o…

    …ne file for easier re-use.
    jdrew82 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    409a43b View commit details
    Browse the repository at this point in the history
  2. feat: ✨ Update Job form to add fields to specify LocationType for Are…

    …as, Buildings, and Floors from DNAC.
    jdrew82 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e8c58ce View commit details
    Browse the repository at this point in the history
  3. feat: ✨ Add location_type attribute to Area, Building, and Floor Diff…

    …Sync models.
    
    Also update adapters and models to use the new attributes.
    jdrew82 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6634f90 View commit details
    Browse the repository at this point in the history
  4. refactor: 🔥 Remove Region and Site LocationTypes being created in sig…

    …nals as it is expected users will create these now and specify in Job form.
    jdrew82 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9fc6cbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8184aa View commit details
    Browse the repository at this point in the history
  6. fix: 🐛 Update load_controller_locations to use Job form vars and add …

    …support in case Controller is assigned Floor LocationType.
    jdrew82 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    523fab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0d8cf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e457e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfe4dcb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    89a9980 View commit details
    Browse the repository at this point in the history
  2. feat: ✨ Add Building LocationType Job form var to allow user to defin…

    …e LocationType used for imported Buildings.
    
    Will resort to Site LocationType to align with previous handling of LocationType for Buildings.
    jdrew82 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    22d85f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8f079b View commit details
    Browse the repository at this point in the history
  4. feat: ✨ Add location_type and building_loctype attributes to Building…

    … and Room DiffSync models.
    jdrew82 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    630b0ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3e8850 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3608913 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d40175a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d93a001 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    15e7ed4 View commit details
    Browse the repository at this point in the history
  2. docs: 📝 Fix issues in docs

    jdrew82 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7c464b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0da4f70 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0181df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63380b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8980691 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77f87ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05599c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f0e692 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14ee604 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c721b15 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    3961d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa46401 View commit details
    Browse the repository at this point in the history
  3. feat: ✨ Add function to validate LocationTypes specified in Job form …

    …are configured correctly.
    jdrew82 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    814f2d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32632a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58925e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f4d4be View commit details
    Browse the repository at this point in the history