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

10520 remove Napalm code references #11768

Merged
merged 51 commits into from
Feb 24, 2023
Merged

10520 remove Napalm code references #11768

merged 51 commits into from
Feb 24, 2023

Commits on Jan 9, 2023

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

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    d997fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1890286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4faa3b4 View commit details
    Browse the repository at this point in the history
  4. Closes #11254: Introduce the X-Request-ID HTTP header to annotate the…

    … unique ID of each request for change logging
    jeremystretch committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ff4eb41 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Closes #8184: Enable HTMX for embedded tables (#11518)

    * Enable HTMX rendering for embedded tables
    
    * Start converting embedded tables to use HTMX (WIP)
    
    * Additional table conversions (WIP)
    
    * Standardize HTMX usage for nested group models
    
    * Enable HTMX for additional emebedded tables
    
    * Fix HTMX table rendering for ObjectChildrenView
    
    * Standardize usage of inc/panel_table.html
    
    * Hide selection boxes in embedded tables
    jeremystretch authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    943dca7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    dceffca View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Add the enabled filed to InterfaceTemplate

    kkthxbye authored and jeremystretch committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    024df81 View commit details
    Browse the repository at this point in the history
  2. Changelog for #11440

    jeremystretch committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    bab1ce7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    47b5704 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    ff0e413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d9332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    449522a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfa60e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2061906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    350b8c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dacc699 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8745f8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ad163e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ff14e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d32b88 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    36e9002 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    c8779a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49fd6c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Closes #11558: Add support for remote data sources (#11646)

    * WIP
    
    * WIP
    
    * Add git sync
    
    * Fix file hashing
    
    * Add last_synced to DataSource
    
    * Build out UI & API resources
    
    * Add status field to DataSource
    
    * Add UI control to sync data source
    
    * Add API endpoint to sync data sources
    
    * Fix display of DataSource job results
    
    * DataSource password should be write-only
    
    * General cleanup
    
    * Add data file UI view
    
    * Punt on HTTP, FTP support for now
    
    * Add DataSource URL validation
    
    * Add HTTP proxy support to git fetcher
    
    * Add management command to sync data sources
    
    * DataFile REST API endpoints should be read-only
    
    * Refactor fetch methods into backend classes
    
    * Replace auth & git branch fields with general-purpose parameters
    
    * Fix last_synced time
    
    * Render discrete form fields for backend parameters
    
    * Enable dynamic edit form for DataSource
    
    * Register DataBackend classes in application registry
    
    * Add search indexers for DataSource, DataFile
    
    * Add single & bulk delete views for DataFile
    
    * Add model documentation
    
    * Convert DataSource to a primary model
    
    * Introduce pre_sync & post_sync signals
    
    * Clean up migrations
    
    * Rename url to source_url
    
    * Clean up filtersets
    
    * Add API & filterset tests
    
    * Add view tests
    
    * Add initSelect() to HTMX refresh handler
    
    * Render DataSourceForm fieldsets dynamically
    
    * Update compiled static resources
    jeremystretch authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4d87ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    169869b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a461123 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    1f11cd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Closes #9073: Remote data support for config contexts (#11692)

    * WIP
    
    * Add bulk sync view for config contexts
    
    * Introduce 'sync' permission for synced data models
    
    * Docs & cleanup
    
    * Remove unused method
    
    * Add a REST API endpoint to synchronize config context data
    jeremystretch authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2c35c53 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    9862888 View commit details
    Browse the repository at this point in the history
  2. Merge migrations

    jeremystretch committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    653edc3 View commit details
    Browse the repository at this point in the history
  3. Changelog for #11693

    jeremystretch committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4c40206 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    a9e58bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99ecc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ad9bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa6cad1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    944bda5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    959a2ab View commit details
    Browse the repository at this point in the history
  2. Closes #11765: Remove StaticSelect & StaticSelectMultiple (#11767)

    * Remove StaticSelect, StaticSelectMultiple form widgets
    
    * Tag custom ChoiceField, MultipleChoiceField classes for removal in v3.6
    jeremystretch authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d6c41fb View commit details
    Browse the repository at this point in the history
  3. 10520 merge feature

    arthanson committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5982da4 View commit details
    Browse the repository at this point in the history
  4. 10520 remove lldp

    arthanson committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d885e15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48f65fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30c945a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Closes #11559: Implement config template rendering (#11769)

    * WIP
    
    * Add config_template field to Device
    
    * Pre-fetch referenced templates
    
    * Correct up_to_date callable
    
    * Add config_template FK to Device
    
    * Update & merge migrations
    
    * Add config_template FK to Platform
    
    * Add tagging support for ConfigTemplate
    
    * Catch exceptions when rendering device templates in UI
    
    * Refactor ConfigTemplate.render()
    
    * Add support for returning plain text content
    
    * Add ConfigTemplate model documentation
    
    * Add feature documentation for config rendering
    jeremystretch authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    e442bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422d5db View commit details
    Browse the repository at this point in the history
  3. 10520 fix merge conflicts

    arthanson committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5dcd16b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2f7f05 View commit details
    Browse the repository at this point in the history
  5. 10520 re-add serializer

    arthanson committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c279cfc View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. 10520 update docs

    arthanson committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    7e68cb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    df27528 View commit details
    Browse the repository at this point in the history