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

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

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