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

Release v4.1.4 #17763

Merged
merged 44 commits into from
Oct 15, 2024
Merged

Release v4.1.4 #17763

merged 44 commits into from
Oct 15, 2024

Commits on Sep 17, 2024

  1. #16009 Added btn-float-group style class and added to form templates …

    …for floating button groups
    atownson committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8715f6f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

  1. #16009 Removed floating div background and moved filter form buttons …

    …outside of card
    atownson committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    30e6704 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Added style classes to represent left and right justified floating bu…

    …tton groups
    atownson committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3b8a3dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e03eb4 View commit details
    Browse the repository at this point in the history
  3. Fix TS import

    atownson committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0cf8264 View commit details
    Browse the repository at this point in the history
  4. Added null check for the button group

    atownson committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1bfb6e6 View commit details
    Browse the repository at this point in the history
  5. Update TS styling

    atownson committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6d5af67 View commit details
    Browse the repository at this point in the history
  6. Satisfy prettier check

    atownson committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3c36549 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    648aeaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11dc00 View commit details
    Browse the repository at this point in the history
  3. Rename Microsoft Azure AD to Entra ID

    Occurrences of the old term have been replaced by the new term. However,
    the documentation still needs some work to reflect the new Entra ID
    screenshots and terminology.
    alehaa authored and jeremystretch committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bfcae80 View commit details
    Browse the repository at this point in the history
  4. 17671 fix RackType search

    arthanson authored and jeremystretch committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dda7837 View commit details
    Browse the repository at this point in the history
  5. Fixes: #17663 - Only remove extraneous attributes from extra if chang…

    …ing to a BooleanFilter (#17670)
    
    * Only remove extraneous attributes from extra if changing to a BooleanField
    
    * Add tests for MultipleChoiceField icontains and negation
    
    * Use enum in test consistently
    
    * Reorganize tests
    
    * Add __empty test to base filter lookup tests
    
    * Fix test name
    
    * Change var name for clarity
    bctiemann authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ce04ec2 View commit details
    Browse the repository at this point in the history
  6. Closes #17669: Enable filtering VLANs by assigned interface (#17674)

    * Closes #17669: Enable filtering VLANs by assigned interface
    
    * Add tests
    jeremystretch authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fec0bad View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 7, 2024

  1. Update changelog

    jeremystretch committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7472778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66d792e View commit details
    Browse the repository at this point in the history
  3. Fixes: #17566 - Fix issue Job.get_absolute_url() to prevent excepti…

    …on being thrown if no object_type is set (#17661)
    
    * Fixes: #17566 - Fix issue `Job.get_absolute_url()` to prevent exception being thrown if no object_type is set
    
    * Add back whitespace after statements
    
    * Remove whitespace.  Change to if statement
    DanSheps authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4b6e8a9 View commit details
    Browse the repository at this point in the history
  4. limits vlans on interface tables (#17662)

    * limits vlans on interface tables
    
    * limits vlans on interface tables
    
    * limits vlans on interface tables
    
    * limits vlans on interface tables
    thordreier authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    364826d View commit details
    Browse the repository at this point in the history
  5. Fixes: #17648 - Fix exception thrown in Job.delete() when no object…

    …_type specified (#17657)
    
    * Fixes: #17648 - Fix exception thrown in `Job.delete()` when no object_type specified
    
    * Remove unrelated fix
    
    * Change back elif to if
    
    * Remove unused imports
    
    ---------
    
    Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
    DanSheps and jeremystretch authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2fd23f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebd6c59 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    23e6534 View commit details
    Browse the repository at this point in the history
  2. Add EVPN-VPWS to L2VPNTypeChoices (#17694)

    * Add EVPN-VPWS to the availbable L2VPN Connection Types
    
    * Updated documentation to reference the new L2VPN type.
    caskings authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2172ddd View commit details
    Browse the repository at this point in the history
  3. Fix parsing of extra_choices (#17691)

    * Align strawberry resolver with expected return type
    
    * Align test data with expected representation of extra_choices in CustomFieldChoiceSet model
    
    ---------
    
    Co-authored-by: Griffin Ellis <griffin.ellis@pico.net>
    gellis713 and Griffin Ellis authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ec89a9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f851bd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e636c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    e3c3ca1 View commit details
    Browse the repository at this point in the history
  2. Closes #17725: Clean up import statements (#17728)

    * #17725: Resolve all F401 errors
    
    * Tweak noqa designation
    jeremystretch authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e59f776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e76346 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    1e6f222 View commit details
    Browse the repository at this point in the history
  2. Closes #17733: Replace pycodestyle with ruff (#17734)

    * Resolve F541 errors
    
    * Resolve F841 errors
    
    * Resolve F811 errors
    
    * Resolve F901 errors
    
    * Resolve E714 errors
    
    * Ignore F821 errors for GraphQL mixins
    
    * Replace pycodestyle with ruff
    
    * Move ignores to ruff.toml
    jeremystretch authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7ac6dff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a964645 View commit details
    Browse the repository at this point in the history
  4. 17614 Disallow removal of virtual chassis from device if set as master (

    #17731)
    
    * 17614 Disallow removal of virtual chassis from device if set as master
    
    * 17614 review changes
    
    * 17614 review changes
    arthanson authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9a655d8 View commit details
    Browse the repository at this point in the history
  5. 17644 fix login icon size (#17730)

    * 17644 fix login icon size
    
    * 17644 fix login icon size
    
    * 17644 review changes
    arthanson authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fcc4986 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfce55c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    111a1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba4b5fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17523 from atownson/issue_16009

    Closes #16009 - Added styling to form templates to enable floating button groups
    jeremystretch authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aab9656 View commit details
    Browse the repository at this point in the history
  4. Updates for project NetBox (#17762)

    * Translate django.po in cs
    
    100% translated source file: 'django.po'
    on 'cs'.
    
    * Translate django.po in fr
    
    100% translated source file: 'django.po'
    on 'fr'.
    
    * Translate django.po in uk
    
    100% translated source file: 'django.po'
    on 'uk'.
    
    * Translate django.po in it
    
    100% translated source file: 'django.po'
    on 'it'.
    
    * Translate django.po in de
    
    100% translated source file: 'django.po'
    on 'de'.
    
    * Translate django.po in zh
    
    100% translated source file: 'django.po'
    on 'zh'.
    
    * Translate django.po in da
    
    100% translated source file: 'django.po'
    on 'da'.
    
    * Translate django.po in ja
    
    100% translated source file: 'django.po'
    on 'ja'.
    
    * Translate django.po in es
    
    100% translated source file: 'django.po'
    on 'es'.
    
    * Translate django.po in nl
    
    100% translated source file: 'django.po'
    on 'nl'.
    
    * Translate django.po in ru
    
    100% translated source file: 'django.po'
    on 'ru'.
    
    * Translate django.po in pl
    
    100% translated source file: 'django.po'
    on 'pl'.
    
    * Translate django.po in tr
    
    100% translated source file: 'django.po'
    on 'tr'.
    
    * Translate django.po in pt
    
    100% translated source file: 'django.po'
    on 'pt'.
    
    ---------
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    75225c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c5a53b View commit details
    Browse the repository at this point in the history
  6. Release v4.1.4

    jeremystretch committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d2cbdfe View commit details
    Browse the repository at this point in the history