Commit Graph

  • cb82810b27 Clean up new has_field_errors mechanism, fix issue with ObjectAttribute Jason Novinger 2025-05-16 11:32:51 -0500
  • 3f3d379a1c Suppress warning under VMInterfaceTest Jeremy Stretch 2025-05-16 12:30:23 -0400
  • 4db269635a Fix warning suppression under VLANTest Jeremy Stretch 2025-05-16 12:26:28 -0400
  • 3d6e6bc283 Suppress deprecation warnings in ScriptTest Jeremy Stretch 2025-05-16 12:20:59 -0400
  • a3adb6de48 Gah, remove django migration header comment Jason Novinger 2025-05-16 10:13:30 -0500
  • b4e15b6730 Addresses PR feedback Jason Novinger 2025-05-16 10:02:38 -0500
  • f166e8d8ce Suppress extraneous logging in InterfaceTest Jeremy Stretch 2025-05-16 09:56:54 -0400
  • 26091cfa87 Suppress extraneous logging in BackgroundTaskTestCase Jeremy Stretch 2025-05-16 09:51:50 -0400
  • 21f5fe873c
    Fixes typo larsen0815 2025-05-16 15:09:52 +0200
  • 83dc65acb5
    Improve upgrade instructions larsen0815 2025-05-16 12:19:07 +0200
  • b6c8502408 Update source translation strings github-actions 2025-05-16 05:02:28 +0000
  • 4795fab16f
    Fixes #19486: Fix connection card rendering for Console Server Ports (#19498) Aaron 2025-05-15 10:40:03 -0400
  • c211b624d0 Merge branch 'feature' of https://github.com/netbox-community/netbox into feature-ip-prefix-link Daniel Sheppard 2025-05-15 08:40:58 -0500
  • 4c8301b3a5 Update migration Daniel Sheppard 2025-05-15 08:35:45 -0500
  • de2e2b5c82 Update source translation strings github-actions 2025-05-15 05:02:17 +0000
  • 027b6a7d17 Remove extraneous div tag This fixes a visual anomaly with the console server port details page, where cards are inadvertantly nested inside each other. Aaron Queen 2025-05-14 20:05:45 -0400
  • cf7ab43f39
    Closes #19493: Change filter() to filter_type() (#19494) Jeremy Stretch 2025-05-14 11:34:25 -0400
  • 18b7a3187a Remove more unnecessary comments Jason Novinger 2025-05-14 10:33:48 -0500
  • 4f0874cc3a Remove unnecessary comments Jason Novinger 2025-05-14 10:32:46 -0500
  • 82c574cc51 Include forgotten migration files Jason Novinger 2025-05-14 10:25:46 -0500
  • 7e1d558428 Fixes #19415: Increased Circuit/WirelessLink absolute distance upper limit Jason Novinger 2025-05-14 09:36:35 -0500
  • dfe9e87693 Closes #19493: Change filter() to filter_type() 19493-strawberry-django-filter_type Jeremy Stretch 2025-05-14 08:55:42 -0400
  • 1700a9265c
    Closes: #19200 Add Virtual Chassis name to pane on Device View (#19369) Renato Almeida de Oliveira 2025-05-14 09:28:11 -0300
  • 88985e2c37 Address PR feedback Jeremy Stretch 2025-05-14 08:14:22 -0400
  • 4db5c6de19 Merge branch 'main' into 19200-Add-Virtual-Chassis-name-to-pane-on-Device-View Jeremy Stretch 2025-05-14 08:12:56 -0400
  • 39b03abe72 Use colored labels when displaying virtual circuit types Aaron Queen 2025-05-13 20:26:01 -0400
  • b497b85665 Update source translation strings github-actions 2025-05-14 05:02:15 +0000
  • 0d29e5776c Update get_for_virtualmachine to support lookup by cluster location scope Update test case to include location scoped cluster Omri Abu 2025-05-13 22:20:54 -0400
  • 306fb39b2e Use colored labels when displaying virtual circuit types Aaron Queen 2025-05-13 20:26:01 -0400
  • cbe14b76c0 Release v4.3.1 v4.3.1 Jeremy Stretch 2025-05-13 15:01:16 -0400
  • c9d24bcf29 Release v4.3.1 Jeremy Stretch 2025-05-13 15:01:16 -0400
  • 3d1334a798
    Fixes #19464: Fix bulk editing of inventory items from device view (#19477) Jeremy Stretch 2025-05-13 13:23:02 -0400
  • 408550d3c7
    Fixes #19463: Hide button dropdown for tables which do not support saved configs (#19481) Jeremy Stretch 2025-05-13 13:22:15 -0400
  • 6b9b5c4184
    Merge pull request #19456 from netbox-community/19444-contact-groups-changelog bctiemann 2025-05-13 11:39:59 -0400
  • 59dce87ba0
    Fixes #19465: Fix ability to clear assigned prefix scope in UI (#19479) Jeremy Stretch 2025-05-13 11:21:06 -0400
  • f6a85775d7
    Merge pull request #19480 from netbox-community/19472-vdc-device-column bctiemann 2025-05-13 11:12:55 -0400
  • 26525c351d Fixes #19463: Hide button dropdown for tables which do not support saved configs Jeremy Stretch 2025-05-13 10:59:29 -0400
  • 33887e7c69 Fixes #19472: Fix devie column rendering in virtual device contexts table Jeremy Stretch 2025-05-13 10:46:41 -0400
  • 967e374d10 Fixes #19465: Fix ability to clear assigned prefix scope in UI Jeremy Stretch 2025-05-13 10:33:27 -0400
  • 86056928b5 Fixes #19464: Fix bulk editing of inventory items from device view 19464-inventory-item-bulk-edit Jeremy Stretch 2025-05-13 08:53:14 -0400
  • b57ceca2fd Update source translation strings github-actions 2025-05-13 05:02:09 +0000
  • 8e13f2a9ec
    Merge pull request #19443 from netbox-community/19440-migration-connections bctiemann 2025-05-12 14:13:31 -0400
  • 6af4f5d7ee
    Merge pull request #19400 from netbox-community/19397-graphql-IPRangeFilter-role bctiemann 2025-05-12 14:05:13 -0400
  • 6054f8197d
    Merge pull request #19418 from netbox-community/19381-script bctiemann 2025-05-12 11:32:16 -0400
  • 049f048072 Fixes #19466. Remove unnecessary saving SLeontev 2025-05-12 11:04:06 +0300
  • fc98294812 Update source translation strings github-actions 2025-05-10 05:02:10 +0000
  • 4ca48843af Fix quote on add button Brian Tiemann 2025-05-09 18:17:56 -0400
  • 4b58678823
    feat(dcim): Add 2.5 Gbps and 5 Gbps options to InterfaceSpeedChoices (#19445) Martin Hauser 2025-05-09 21:02:30 +0200
  • abeed474f6 Fixes #19444: Fix changeloggin for contact group assignments Jeremy Stretch 2025-05-09 14:21:02 -0400
  • d1303f49e6
    Fixes #19432 - Update PostgreSQL Version in Programming Error Message (#19446) Martin Hauser 2025-05-09 16:38:47 +0200
  • 127452f4d5 feat(search): Add search index for tags Martin Hauser 2025-04-30 13:26:22 +0200
  • 2979067b65 Update source translation strings github-actions 2025-05-09 05:02:08 +0000
  • 235e9a34eb
    docs(release-checklist): Update PostgreSQL requirement Martin Hauser 2025-05-08 22:17:07 +0200
  • a34d011f97
    fix(templates): Update PostgreSQL version in error message Martin Hauser 2025-05-08 22:02:42 +0200
  • 138b22d458
    feat(dcim): Add 2.5 Gbps and 5 Gbps options to InterfaceSpeedChoices Martin Hauser 2025-05-08 21:52:07 +0200
  • 6c07aeeded Add 1000BASE-SX interface type Abraham Vegh 2025-05-06 13:31:35 -0400
  • 2abb56b457
    feat(search): Add search index for tags Martin Hauser 2025-04-30 13:26:22 +0200
  • 76aa255f07 Fixes #19440: Ensure data migrations use the correct database connection Jeremy Stretch 2025-05-08 14:53:52 -0400
  • 0c04a8d301
    feat(core): Add queue_name parameter to Job.enqueue() method (#19424) dianbofa 2025-05-08 23:39:55 +0800
  • 4d6648854d feat(core): Add queue_name parameter to enqueue() function dianbofa 2025-05-08 13:25:51 +0800
  • 6665810a6d
    Fixes #19361: Fix wrong graphql field data-types (#19373) Corubba 2025-05-07 17:29:52 +0200
  • 8baf15771a Fixes #17107: Circuit to Provider Network cabling visual bug Jason Novinger 2025-05-05 10:57:03 -0500
  • 23d1213c9c feat(core): Add queue_name parameter to Job.enqueue() method dianbofa 2025-05-07 19:23:13 +0800
  • 045417c45c Update source translation strings github-actions 2025-05-07 05:02:11 +0000
  • aac333a6d4 19381 fix data file script sync Arthur 2025-05-06 11:50:02 -0700
  • b4adc40b69
    Add 1000BASE-SX interface type Abraham Vegh 2025-05-06 13:31:35 -0400
  • 145ee11a3f
    Fixes #19309: N+1 problem on /interfaces, /ip-addresses and /prefixes requests (#19304) Andrey Tikhonov 2025-05-06 18:47:44 +0200
  • 6895b389e5 more prefetch for IPAddressViewSet Andrey Tikhonov 2025-05-06 13:25:55 +0200
  • 94618a9dfb Update source translation strings github-actions 2025-05-06 05:02:20 +0000
  • 21e813cee2
    #19404 Deduplicate IP Range API Serializer (#19405) mr1716 2025-05-05 15:31:12 -0400
  • 3063872ddb
    #19404 Deduplicate IP Range API Serializer mr1716 2025-05-05 15:08:53 -0400
  • 1bb1c96dc9 Fixes #17107: Circuit to Provider Network cabling visual bug Jason Novinger 2025-05-05 10:57:03 -0500
  • 2c014bade5 fix: Set qinq_role allow_null to True Étienne Brunel 2025-05-05 15:31:47 +0200
  • b17bfef7e5
    Fixes #19370: Update documentation default values (#19374) mr1716 2025-05-05 09:33:59 -0400
  • 257f446cff Tweak punctuation Jeremy Stretch 2025-05-05 09:33:02 -0400
  • b6b0494db0
    fix: Set qinq_role allow_null to True Étienne Brunel 2025-05-05 15:31:47 +0200
  • 88f7b6508c
    19380 call configure on embedded tables (#19390) Arthur Hanson 2025-05-05 06:29:32 -0700
  • bd4f1e7d2f Fixes #19397: Fix filtering IP ranges by role in GraphQL API 19397-graphql-IPRangeFilter-role Jeremy Stretch 2025-05-05 08:41:46 -0400
  • 52e9af926f 19380 call configure on embedded tables Arthur 2025-05-02 13:09:07 -0700
  • 6e49cee718
    Fixes #19376: Fix FieldDoesNotExist exception when global search results include a contact (#19389) Jeremy Stretch 2025-05-02 15:24:08 -0400
  • b20d2770d8 19380 call configure on embedded tables Arthur 2025-05-02 11:31:29 -0700
  • 7672ad74e9 19380 call configure on embedded tables Arthur 2025-05-02 11:07:48 -0700
  • f51291df86 Fixes #19376: Fix FieldDoesNotExist exception when global search results include a contact Jeremy Stretch 2025-05-02 13:49:34 -0400
  • 4868818576
    Fixes #19375: Fix table configuration after applying a saved table config (#19385) Jeremy Stretch 2025-05-02 13:13:28 -0400
  • 7c4c83426a
    Merge branch 'netbox-community:main' into remote-auth Elliott Balsley 2025-05-02 08:22:45 -0700
  • d84c901951 Fixes #19375: Fix table configuration after applying a saved table config Jeremy Stretch 2025-05-02 10:40:11 -0400
  • 7cd5dc0c84 Closes #19383: Extend security policy to provide guidance on compliance reporting Jeremy Stretch 2025-05-02 09:21:27 -0400
  • 4f27874dd6 Closes #19383: Extend security policy to provide guidance on compliance reporting Jeremy Stretch 2025-05-02 09:21:27 -0400
  • d04733a6ad
    Update plugins.md documentation default formatting mr1716 2025-05-02 06:52:47 -0400
  • aea51df06c Update source translation strings github-actions 2025-05-02 05:02:18 +0000
  • 7969c24e06
    Update security.md for default values mr1716 2025-05-01 15:58:52 -0400
  • 874d020d57 Merge branch 'main' into nav-menu-callables Brian Tiemann 2025-05-01 14:52:32 -0400
  • c34bf19ddc Fixes #19361: Fix wrong graphql field data-types corubba 2025-05-01 20:22:00 +0200
  • c95098c4f0
    Merge pull request #19371 from netbox-community/release-v4.3.0 v4.3.0 Jeremy Stretch 2025-05-01 12:44:46 -0400
  • c32d1e637f Corrected v4.3.0 release notes Jeremy Stretch 2025-05-01 12:24:02 -0400
  • 29f0ca6e0d Release v4.3.0 Jeremy Stretch 2025-05-01 10:22:40 -0400
  • 64b5867cb3 Merge branch 'main' into feature Jeremy Stretch 2025-05-01 09:45:38 -0400
  • dd9000919a Update source translation strings github-actions 2025-05-01 05:02:08 +0000
  • 653452d66c Add virtual chassis information to device template Renato Almeida de Oliveira Zaroubin 2025-05-01 01:14:46 +0000
  • e5cdd8f2b0 Release v4.2.9 v4.2.9 Jeremy Stretch 2025-04-30 13:56:13 -0400