notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
netbox IP address management tool
4.6.7 net-mgmt on this many watch lists=7 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.6.7Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-05-26 18:06:46
Last Update: 2026-08-02 09:14:17
Commit Hash: dd75761
People watching this port, also watch:: nginx, clamav, cbsd, graylog, prometheus
Also Listed In: python
License: APACHE20
WWW:
https://github.com/netbox-community/netbox
Description:
NetBox is an open source web application designed to help manage and document computer networks. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It encompasses the following aspects of network management: - IP address management (IPAM) - IP networks and addresses, VRFs, and VLANs - Equipment racks - Organized by group and site - Devices - Types of devices and where they are installed - Connections - Network, console, and power connections among devices - Virtualization - Virtual machines and clusters - Data circuits - Long-haul communications circuits and providers
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2177 items)
Collapse this list.
  1. /usr/local/share/licenses/netbox-4.6.7/catalog.mk
  2. /usr/local/share/licenses/netbox-4.6.7/LICENSE
  3. /usr/local/share/licenses/netbox-4.6.7/APACHE20
  4. share/examples/netbox/850.netbox-housekeeping.sample
  5. share/examples/netbox/apache.conf
  6. share/examples/netbox/gunicorn.py
  7. share/examples/netbox/netbox_rq.sample
  8. share/examples/netbox/netboxrc.sample
  9. share/examples/netbox/nginx.conf
  10. share/netbox/account/__init__.py
  11. share/netbox/account/migrations/0001_initial.py
  12. share/netbox/account/migrations/__init__.py
  13. share/netbox/account/models.py
  14. share/netbox/account/urls.py
  15. share/netbox/account/views.py
  16. share/netbox/circuits/__init__.py
  17. share/netbox/circuits/api/__init__.py
  18. share/netbox/circuits/api/serializers.py
  19. share/netbox/circuits/api/serializers_/__init__.py
  20. share/netbox/circuits/api/serializers_/circuits.py
  21. share/netbox/circuits/api/serializers_/nested.py
  22. share/netbox/circuits/api/serializers_/providers.py
  23. share/netbox/circuits/api/urls.py
  24. share/netbox/circuits/api/views.py
  25. share/netbox/circuits/apps.py
  26. share/netbox/circuits/choices.py
  27. share/netbox/circuits/constants.py
  28. share/netbox/circuits/filtersets.py
  29. share/netbox/circuits/forms/__init__.py
  30. share/netbox/circuits/forms/bulk_edit.py
  31. share/netbox/circuits/forms/bulk_import.py
  32. share/netbox/circuits/forms/filtersets.py
  33. share/netbox/circuits/forms/model_forms.py
  34. share/netbox/circuits/graphql/__init__.py
  35. share/netbox/circuits/graphql/enums.py
  36. share/netbox/circuits/graphql/filter_mixins.py
  37. share/netbox/circuits/graphql/filters.py
  38. share/netbox/circuits/graphql/schema.py
  39. share/netbox/circuits/graphql/types.py
  40. share/netbox/circuits/migrations/0001_squashed.py
  41. share/netbox/circuits/migrations/0002_squashed_0029.py
  42. share/netbox/circuits/migrations/0003_squashed_0037.py
  43. share/netbox/circuits/migrations/0038_squashed_0042.py
  44. share/netbox/circuits/migrations/0043_circuittype_color.py
  45. share/netbox/circuits/migrations/0044_circuit_groups.py
  46. share/netbox/circuits/migrations/0045_circuit_distance.py
  47. share/netbox/circuits/migrations/0046_charfield_null_choices.py
  48. share/netbox/circuits/migrations/0047_circuittermination__termination.py
  49. share/netbox/circuits/migrations/0048_circuitterminations_cached_relations.py
  50. share/netbox/circuits/migrations/0049_natural_ordering.py
  51. share/netbox/circuits/migrations/0050_virtual_circuits.py
  52. share/netbox/circuits/migrations/0051_virtualcircuit_group_assignment.py
  53. share/netbox/circuits/migrations/0052_extend_circuit_abs_distance_upper_limit.py
  54. share/netbox/circuits/migrations/0053_owner.py
  55. share/netbox/circuits/migrations/0054_cable_connector_positions.py
  56. share/netbox/circuits/migrations/0055_add_comments_to_organizationalmodel.py
  57. share/netbox/circuits/migrations/0056_gfk_indexes.py
  58. share/netbox/circuits/migrations/0057_default_ordering_indexes.py
  59. share/netbox/circuits/migrations/0058_clear_stale_cable_profile_data.py
  60. share/netbox/circuits/migrations/0059_nullify_empty_cable_end.py
  61. share/netbox/circuits/migrations/__init__.py
  62. share/netbox/circuits/models/__init__.py
  63. share/netbox/circuits/models/base.py
  64. share/netbox/circuits/models/circuits.py
  65. share/netbox/circuits/models/providers.py
  66. share/netbox/circuits/models/virtual_circuits.py
  67. share/netbox/circuits/search.py
  68. share/netbox/circuits/signals.py
  69. share/netbox/circuits/tables/__init__.py
  70. share/netbox/circuits/tables/circuits.py
  71. share/netbox/circuits/tables/columns.py
  72. share/netbox/circuits/tables/providers.py
  73. share/netbox/circuits/tables/virtual_circuits.py
  74. share/netbox/circuits/tests/__init__.py
  75. share/netbox/circuits/tests/query_counts.json
  76. share/netbox/circuits/tests/test_api.py
  77. share/netbox/circuits/tests/test_filtersets.py
  78. share/netbox/circuits/tests/test_forms.py
  79. share/netbox/circuits/tests/test_models.py
  80. share/netbox/circuits/tests/test_signals.py
  81. share/netbox/circuits/tests/test_tables.py
  82. share/netbox/circuits/tests/test_views.py
  83. share/netbox/circuits/ui/__init__.py
  84. share/netbox/circuits/ui/panels.py
  85. share/netbox/circuits/urls.py
  86. share/netbox/circuits/views.py
  87. share/netbox/core/__init__.py
  88. share/netbox/core/api/__init__.py
  89. share/netbox/core/api/schema.py
  90. share/netbox/core/api/serializers.py
  91. share/netbox/core/api/serializers_/__init__.py
  92. share/netbox/core/api/serializers_/change_logging.py
  93. share/netbox/core/api/serializers_/data.py
  94. share/netbox/core/api/serializers_/jobs.py
  95. share/netbox/core/api/serializers_/object_types.py
  96. share/netbox/core/api/serializers_/tasks.py
  97. share/netbox/core/api/urls.py
  98. share/netbox/core/api/views.py
  99. share/netbox/core/apps.py
  100. share/netbox/core/checks.py
  101. share/netbox/core/choices.py
  102. share/netbox/core/constants.py
  103. share/netbox/core/data_backends.py
  104. share/netbox/core/dataclasses.py
  105. share/netbox/core/events.py
  106. share/netbox/core/exceptions.py
  107. share/netbox/core/filtersets.py
  108. share/netbox/core/forms/__init__.py
  109. share/netbox/core/forms/bulk_edit.py
  110. share/netbox/core/forms/bulk_import.py
  111. share/netbox/core/forms/filtersets.py
  112. share/netbox/core/forms/mixins.py
  113. share/netbox/core/forms/model_forms.py
  114. share/netbox/core/graphql/__init__.py
  115. share/netbox/core/graphql/enums.py
  116. share/netbox/core/graphql/filter_mixins.py
  117. share/netbox/core/graphql/filters.py
  118. share/netbox/core/graphql/mixins.py
  119. share/netbox/core/graphql/schema.py
  120. share/netbox/core/graphql/types.py
  121. share/netbox/core/jobs.py
  122. share/netbox/core/management/__init__.py
  123. share/netbox/core/management/commands/__init__.py
  124. share/netbox/core/management/commands/makemigrations.py
  125. share/netbox/core/management/commands/nbshell.py
  126. share/netbox/core/management/commands/rqworker.py
  127. share/netbox/core/management/commands/syncdatasource.py
  128. share/netbox/core/management/commands/upgrade.py
  129. share/netbox/core/migrations/0001_squashed_0005.py
  130. share/netbox/core/migrations/0006_datasource_type_remove_choices.py
  131. share/netbox/core/migrations/0007_job_add_error_field.py
  132. share/netbox/core/migrations/0008_contenttype_proxy.py
  133. share/netbox/core/migrations/0009_configrevision.py
  134. share/netbox/core/migrations/0010_gfk_indexes.py
  135. share/netbox/core/migrations/0011_move_objectchange.py
  136. share/netbox/core/migrations/0012_job_object_type_optional.py
  137. share/netbox/core/migrations/0013_job_data_encoder.py
  138. share/netbox/core/migrations/0014_datasource_sync_interval.py
  139. share/netbox/core/migrations/0015_remove_redundant_indexes.py
  140. share/netbox/core/migrations/0016_job_log_entries.py
  141. share/netbox/core/migrations/0017_objectchange_message.py
  142. share/netbox/core/migrations/0018_concrete_objecttype.py
  143. share/netbox/core/migrations/0019_configrevision_active.py
  144. share/netbox/core/migrations/0020_owner.py
  145. share/netbox/core/migrations/0021_job_queue_name.py
  146. share/netbox/core/migrations/0022_default_ordering_indexes.py
  147. share/netbox/core/migrations/0023_datasource_sync_permission.py
  148. share/netbox/core/migrations/0024_job_notifications.py
  149. share/netbox/core/migrations/__init__.py
  150. share/netbox/core/models/__init__.py
  151. share/netbox/core/models/change_logging.py
  152. share/netbox/core/models/config.py
  153. share/netbox/core/models/data.py
  154. share/netbox/core/models/files.py
  155. share/netbox/core/models/jobs.py
  156. share/netbox/core/models/object_types.py
  157. share/netbox/core/object_actions.py
  158. share/netbox/core/plugins.py
  159. share/netbox/core/querysets.py
  160. share/netbox/core/search.py
  161. share/netbox/core/signals.py
  162. share/netbox/core/tables/__init__.py
  163. share/netbox/core/tables/change_logging.py
  164. share/netbox/core/tables/columns.py
  165. share/netbox/core/tables/config.py
  166. share/netbox/core/tables/data.py
  167. share/netbox/core/tables/jobs.py
  168. share/netbox/core/tables/plugins.py
  169. share/netbox/core/tables/tasks.py
  170. share/netbox/core/tables/template_code.py
  171. share/netbox/core/tests/__init__.py
  172. share/netbox/core/tests/query_counts.json
  173. share/netbox/core/tests/test_api.py
  174. share/netbox/core/tests/test_changelog.py
  175. share/netbox/core/tests/test_data_backends.py
  176. share/netbox/core/tests/test_filtersets.py
  177. share/netbox/core/tests/test_jobs.py
  178. share/netbox/core/tests/test_management_command_coverage.py
  179. share/netbox/core/tests/test_management_commands.py
  180. share/netbox/core/tests/test_models.py
  181. share/netbox/core/tests/test_openapi_schema.py
  182. share/netbox/core/tests/test_signals.py
  183. share/netbox/core/tests/test_tables.py
  184. share/netbox/core/tests/test_views.py
  185. share/netbox/core/ui/__init__.py
  186. share/netbox/core/ui/panels.py
  187. share/netbox/core/urls.py
  188. share/netbox/core/utils.py
  189. share/netbox/core/views.py
  190. share/netbox/dcim/__init__.py
  191. share/netbox/dcim/api/__init__.py
  192. share/netbox/dcim/api/exceptions.py
  193. share/netbox/dcim/api/serializers.py
  194. share/netbox/dcim/api/serializers_/__init__.py
  195. share/netbox/dcim/api/serializers_/base.py
  196. share/netbox/dcim/api/serializers_/cables.py
  197. share/netbox/dcim/api/serializers_/device_components.py
  198. share/netbox/dcim/api/serializers_/devices.py
  199. share/netbox/dcim/api/serializers_/devicetype_components.py
  200. share/netbox/dcim/api/serializers_/devicetypes.py
  201. share/netbox/dcim/api/serializers_/manufacturers.py
  202. share/netbox/dcim/api/serializers_/nested.py
  203. share/netbox/dcim/api/serializers_/platforms.py
  204. share/netbox/dcim/api/serializers_/power.py
  205. share/netbox/dcim/api/serializers_/racks.py
  206. share/netbox/dcim/api/serializers_/rackunits.py
  207. share/netbox/dcim/api/serializers_/roles.py
  208. share/netbox/dcim/api/serializers_/sites.py
  209. share/netbox/dcim/api/serializers_/virtualchassis.py
  210. share/netbox/dcim/api/urls.py
  211. share/netbox/dcim/api/views.py
  212. share/netbox/dcim/apps.py
  213. share/netbox/dcim/base_filtersets.py
  214. share/netbox/dcim/cable_profiles.py
  215. share/netbox/dcim/choices.py
  216. share/netbox/dcim/constants.py
  217. share/netbox/dcim/exceptions.py
  218. share/netbox/dcim/fields.py
  219. share/netbox/dcim/filtersets.py
  220. share/netbox/dcim/forms/__init__.py
  221. share/netbox/dcim/forms/bulk_create.py
  222. share/netbox/dcim/forms/bulk_edit.py
  223. share/netbox/dcim/forms/bulk_import.py
  224. share/netbox/dcim/forms/common.py
  225. share/netbox/dcim/forms/connections.py
  226. share/netbox/dcim/forms/filtersets.py
  227. share/netbox/dcim/forms/formsets.py
  228. share/netbox/dcim/forms/mixins.py
  229. share/netbox/dcim/forms/model_forms.py
  230. share/netbox/dcim/forms/object_create.py
  231. share/netbox/dcim/forms/object_import.py
  232. share/netbox/dcim/graphql/__init__.py
  233. share/netbox/dcim/graphql/enums.py
  234. share/netbox/dcim/graphql/filter_mixins.py
  235. share/netbox/dcim/graphql/filters.py
  236. share/netbox/dcim/graphql/gfk_mixins.py
  237. share/netbox/dcim/graphql/mixins.py
  238. share/netbox/dcim/graphql/schema.py
  239. share/netbox/dcim/graphql/types.py
  240. share/netbox/dcim/lookups.py
  241. share/netbox/dcim/management/__init__.py
  242. share/netbox/dcim/management/commands/__init__.py
  243. share/netbox/dcim/management/commands/buildschema.py
  244. share/netbox/dcim/management/commands/trace_paths.py
  245. share/netbox/dcim/migrations/0001_squashed.py
  246. share/netbox/dcim/migrations/0002_squashed.py
  247. share/netbox/dcim/migrations/0003_squashed_0130.py
  248. share/netbox/dcim/migrations/0131_squashed_0159.py
  249. share/netbox/dcim/migrations/0160_squashed_0166.py
  250. share/netbox/dcim/migrations/0167_squashed_0182.py
  251. share/netbox/dcim/migrations/0183_devicetype_exclude_from_utilization.py
  252. share/netbox/dcim/migrations/0184_protect_child_interfaces.py
  253. share/netbox/dcim/migrations/0185_gfk_indexes.py
  254. share/netbox/dcim/migrations/0186_location_facility.py
  255. share/netbox/dcim/migrations/0187_alter_device_vc_position.py
  256. share/netbox/dcim/migrations/0188_racktype.py
  257. share/netbox/dcim/migrations/0189_moduletype_rack_airflow.py
  258. share/netbox/dcim/migrations/0190_nested_modules.py
  259. share/netbox/dcim/migrations/0191_module_bay_rebuild.py
  260. share/netbox/dcim/migrations/0192_inventoryitem_status.py
  261. share/netbox/dcim/migrations/0193_poweroutlet_color.py
  262. share/netbox/dcim/migrations/0194_charfield_null_choices.py
  263. share/netbox/dcim/migrations/0195_interface_vlan_translation_policy.py
  264. share/netbox/dcim/migrations/0196_qinq_svlan.py
  265. share/netbox/dcim/migrations/0197_natural_sort_collation.py
  266. share/netbox/dcim/migrations/0198_natural_ordering.py
  267. share/netbox/dcim/migrations/0199_macaddress.py
  268. share/netbox/dcim/migrations/0200_populate_mac_addresses.py
  269. share/netbox/dcim/migrations/0201_add_power_outlet_status.py
  270. share/netbox/dcim/migrations/0202_location_comments_region_comments_sitegroup_comments.py
  271. share/netbox/dcim/migrations/0203_add_rack_outer_height.py
  272. share/netbox/dcim/migrations/0203_device_role_nested.py
  273. share/netbox/dcim/migrations/0204_device_role_rebuild.py
  274. share/netbox/dcim/migrations/0205_moduletypeprofile.py
  275. share/netbox/dcim/migrations/0206_load_module_type_profiles.py
  276. share/netbox/dcim/migrations/0207_remove_redundant_indexes.py
  277. share/netbox/dcim/migrations/0208_devicerole_uniqueness.py
  278. share/netbox/dcim/migrations/0209_device_component_denorm_site_location.py
  279. share/netbox/dcim/migrations/0210_macaddress_ordering.py
  280. share/netbox/dcim/migrations/0211_platform_manufacturer_uniqueness.py
  281. share/netbox/dcim/migrations/0212_interface_tx_power_negative.py
  282. share/netbox/dcim/migrations/0213_platform_parent.py
  283. share/netbox/dcim/migrations/0214_platform_rebuild.py
  284. share/netbox/dcim/migrations/0215_rackreservation_status.py
  285. share/netbox/dcim/migrations/0216_latitude_longitude_validators.py
  286. share/netbox/dcim/migrations/0217_poweroutlettemplate_color.py
  287. share/netbox/dcim/migrations/0218_owner.py
  288. share/netbox/dcim/migrations/0219_devicetype_device_count.py
  289. share/netbox/dcim/migrations/0220_cable_profile.py
  290. share/netbox/dcim/migrations/0221_cable_connector_positions.py
  291. share/netbox/dcim/migrations/0222_port_mappings.py
  292. share/netbox/dcim/migrations/0223_frontport_positions.py
  293. share/netbox/dcim/migrations/0224_add_comments_to_organizationalmodel.py
  294. share/netbox/dcim/migrations/0225_gfk_indexes.py
  295. share/netbox/dcim/migrations/0226_add_mptt_tree_indexes.py
  296. share/netbox/dcim/migrations/0226_modulebay_rebuild_tree.py
  297. share/netbox/dcim/migrations/0227_alter_interface_speed_bigint.py
  298. share/netbox/dcim/migrations/0228_rack_group.py
  299. share/netbox/dcim/migrations/0229_cable_bundle.py
  300. share/netbox/dcim/migrations/0230_devicebay_modulebay_enabled.py
  301. share/netbox/dcim/migrations/0231_interface_rf_channel_frequency_precision.py
  302. share/netbox/dcim/migrations/0232_default_ordering_indexes.py
  303. share/netbox/dcim/migrations/0233_device_render_config_permission.py
  304. share/netbox/dcim/migrations/0234_cablepath_nodes_index.py
  305. share/netbox/dcim/migrations/0235_cabletermination_circuit_site_cache.py
  306. share/netbox/dcim/migrations/0236_moduletype_component_counts.py
  307. share/netbox/dcim/migrations/0237_module_remove_local_context_data.py
  308. share/netbox/dcim/migrations/0238_alter_cable__abs_length.py
  309. share/netbox/dcim/migrations/0239_add_portmapping_objectchange.py
  310. share/netbox/dcim/migrations/0240_clear_stale_cable_profile_data.py
  311. share/netbox/dcim/migrations/0241_nullify_empty_cable_end.py
  312. share/netbox/dcim/migrations/__init__.py
  313. share/netbox/dcim/migrations/initial_data/module_type_profiles/cpu.json
  314. share/netbox/dcim/migrations/initial_data/module_type_profiles/expansion_card.json
  315. share/netbox/dcim/migrations/initial_data/module_type_profiles/fan.json
  316. share/netbox/dcim/migrations/initial_data/module_type_profiles/gpu.json
  317. share/netbox/dcim/migrations/initial_data/module_type_profiles/hard_disk.json
  318. share/netbox/dcim/migrations/initial_data/module_type_profiles/memory.json
  319. share/netbox/dcim/migrations/initial_data/module_type_profiles/power_supply.json
  320. share/netbox/dcim/models/__init__.py
  321. share/netbox/dcim/models/base.py
  322. share/netbox/dcim/models/cables.py
  323. share/netbox/dcim/models/device_component_templates.py
  324. share/netbox/dcim/models/device_components.py
  325. share/netbox/dcim/models/devices.py
  326. share/netbox/dcim/models/mixins.py
  327. share/netbox/dcim/models/modules.py
  328. share/netbox/dcim/models/power.py
  329. share/netbox/dcim/models/racks.py
  330. share/netbox/dcim/models/sites.py
  331. share/netbox/dcim/object_actions.py
  332. share/netbox/dcim/search.py
  333. share/netbox/dcim/signals.py
  334. share/netbox/dcim/svg/__init__.py
  335. share/netbox/dcim/svg/cables.py
  336. share/netbox/dcim/svg/racks.py
  337. share/netbox/dcim/tables/__init__.py
  338. share/netbox/dcim/tables/cables.py
  339. share/netbox/dcim/tables/connections.py
  340. share/netbox/dcim/tables/devices.py
  341. share/netbox/dcim/tables/devicetypes.py
  342. share/netbox/dcim/tables/modules.py
  343. share/netbox/dcim/tables/power.py
  344. share/netbox/dcim/tables/racks.py
  345. share/netbox/dcim/tables/sites.py
  346. share/netbox/dcim/tables/template_code.py
  347. share/netbox/dcim/tests/__init__.py
  348. share/netbox/dcim/tests/query_counts.json
  349. share/netbox/dcim/tests/test_api.py
  350. share/netbox/dcim/tests/test_cable_profiles.py
  351. share/netbox/dcim/tests/test_cablepaths.py
  352. share/netbox/dcim/tests/test_cablepaths2.py
  353. share/netbox/dcim/tests/test_filtersets.py
  354. share/netbox/dcim/tests/test_forms.py
  355. share/netbox/dcim/tests/test_management_commands.py
  356. share/netbox/dcim/tests/test_models.py
  357. share/netbox/dcim/tests/test_natural_ordering.py
  358. share/netbox/dcim/tests/test_port_mappings.py
  359. share/netbox/dcim/tests/test_search.py
  360. share/netbox/dcim/tests/test_signals.py
  361. share/netbox/dcim/tests/test_tables.py
  362. share/netbox/dcim/tests/test_views.py
  363. share/netbox/dcim/tests/utils.py
  364. share/netbox/dcim/ui/__init__.py
  365. share/netbox/dcim/ui/panels.py
  366. share/netbox/dcim/urls.py
  367. share/netbox/dcim/utils.py
  368. share/netbox/dcim/views.py
  369. share/netbox/docs/_theme/main.html
  370. share/netbox/docs/administration/authentication/google.md
  371. share/netbox/docs/administration/authentication/microsoft-entra-id.md
  372. share/netbox/docs/administration/authentication/okta.md
  373. share/netbox/docs/administration/authentication/overview.md
  374. share/netbox/docs/administration/error-reporting.md
  375. share/netbox/docs/administration/management-commands.md
  376. share/netbox/docs/administration/netbox-shell.md
  377. share/netbox/docs/administration/permissions.md
  378. share/netbox/docs/administration/replicating-netbox.md
  379. share/netbox/docs/best-practices/modeling-pluggable-transceivers.md
  380. share/netbox/docs/best-practices/performance-handbook.md
  381. share/netbox/docs/configuration/data-validation.md
  382. share/netbox/docs/configuration/default-values.md
  383. share/netbox/docs/configuration/development.md
  384. share/netbox/docs/configuration/error-reporting.md
  385. share/netbox/docs/configuration/graphql-api.md
  386. share/netbox/docs/configuration/index.md
  387. share/netbox/docs/configuration/miscellaneous.md
  388. share/netbox/docs/configuration/plugins.md
  389. share/netbox/docs/configuration/remote-authentication.md
  390. share/netbox/docs/configuration/required-parameters.md
  391. share/netbox/docs/configuration/security.md
  392. share/netbox/docs/configuration/system.md
  393. share/netbox/docs/customization/custom-fields.md
  394. share/netbox/docs/customization/custom-links.md
  395. share/netbox/docs/customization/custom-scripts.md
  396. share/netbox/docs/customization/custom-validation.md
  397. share/netbox/docs/customization/export-templates.md
  398. share/netbox/docs/customization/reports.md
  399. share/netbox/docs/development/adding-models.md
  400. share/netbox/docs/development/application-registry.md
  401. share/netbox/docs/development/building-the-package.md
  402. share/netbox/docs/development/extending-models.md
  403. share/netbox/docs/development/getting-started.md
  404. share/netbox/docs/development/git-cheat-sheet.md
  405. share/netbox/docs/development/index.md
  406. share/netbox/docs/development/internationalization.md
  407. share/netbox/docs/development/models.md
  408. share/netbox/docs/development/release-checklist.md
  409. share/netbox/docs/development/search.md
  410. share/netbox/docs/development/signals.md
  411. share/netbox/docs/development/style-guide.md
  412. share/netbox/docs/development/translations.md
  413. share/netbox/docs/development/user-preferences.md
  414. share/netbox/docs/development/web-ui.md
  415. share/netbox/docs/extra.css
  416. share/netbox/docs/features/api-integration.md
  417. share/netbox/docs/features/authentication-permissions.md
  418. share/netbox/docs/features/background-jobs.md
  419. share/netbox/docs/features/change-logging.md
  420. share/netbox/docs/features/circuits.md
  421. share/netbox/docs/features/configuration-rendering.md
  422. share/netbox/docs/features/contacts.md
  423. share/netbox/docs/features/context-data.md
  424. share/netbox/docs/features/customization.md
  425. share/netbox/docs/features/devices-cabling.md
  426. share/netbox/docs/features/event-rules.md
  427. share/netbox/docs/features/facilities.md
  428. share/netbox/docs/features/ipam.md
  429. share/netbox/docs/features/journaling.md
  430. share/netbox/docs/features/l2vpn-overlay.md
  431. share/netbox/docs/features/notifications.md
  432. share/netbox/docs/features/power-tracking.md
  433. share/netbox/docs/features/resource-ownership.md
  434. share/netbox/docs/features/search.md
  435. share/netbox/docs/features/synchronized-data.md
  436. share/netbox/docs/features/tenancy.md
  437. share/netbox/docs/features/user-preferences.md
  438. share/netbox/docs/features/virtualization.md
  439. share/netbox/docs/features/vlan-management.md
  440. share/netbox/docs/features/vpn-tunnels.md
  441. share/netbox/docs/features/wireless.md
  442. share/netbox/docs/getting-started/planning.md
  443. share/netbox/docs/getting-started/populating-data.md
  444. share/netbox/docs/index.md
  445. share/netbox/docs/installation/1-postgresql.md
  446. share/netbox/docs/installation/2-redis.md
  447. share/netbox/docs/installation/3-netbox.md
  448. share/netbox/docs/installation/4a-gunicorn.md
  449. share/netbox/docs/installation/4b-uwsgi.md
  450. share/netbox/docs/installation/5-http-server.md
  451. share/netbox/docs/installation/6-ldap.md
  452. share/netbox/docs/installation/index.md
  453. share/netbox/docs/installation/upgrading.md
  454. share/netbox/docs/integrations/graphql-api.md
  455. share/netbox/docs/integrations/prometheus-metrics.md
  456. share/netbox/docs/integrations/rest-api.md
  457. share/netbox/docs/integrations/synchronized-data.md
  458. share/netbox/docs/integrations/webhooks.md
  459. share/netbox/docs/introduction.md
  460. share/netbox/docs/media/authentication/azure_ad_add_app_registration.png
  461. share/netbox/docs/media/authentication/azure_ad_add_client_secret.png
  462. share/netbox/docs/media/authentication/azure_ad_app_registration.png
  463. share/netbox/docs/media/authentication/azure_ad_app_registration_created.png
  464. share/netbox/docs/media/authentication/azure_ad_client_secret.png
  465. share/netbox/docs/media/authentication/azure_ad_client_secret_created.png
  466. share/netbox/docs/media/authentication/azure_ad_login_portal.png
  467. share/netbox/docs/media/authentication/google_login_portal.png
  468. share/netbox/docs/media/authentication/netbox_azure_ad_login.png
  469. share/netbox/docs/media/authentication/netbox_google_login.png
  470. share/netbox/docs/media/authentication/netbox_okta_login.png
  471. share/netbox/docs/media/authentication/okta_create_app_registration.png
  472. share/netbox/docs/media/authentication/okta_integration_parameters.png
  473. share/netbox/docs/media/authentication/okta_login_portal.png
  474. share/netbox/docs/media/authentication/okta_web_app_integration.png
  475. share/netbox/docs/media/development/github.png
  476. share/netbox/docs/media/development/github_fork_button.png
  477. share/netbox/docs/media/development/github_fork_dialog.png
  478. share/netbox/docs/media/development/github_new_issue.png
  479. share/netbox/docs/media/misc/reference_architecture.png
  480. share/netbox/docs/media/models/dcim_cable_trace.png
  481. share/netbox/docs/media/power_distribution.png
  482. share/netbox/docs/media/release-notes/netbox30_ui.png
  483. share/netbox/docs/media/run_permission.png
  484. share/netbox/docs/media/screenshots/cable-trace.png
  485. share/netbox/docs/media/screenshots/home-dark.png
  486. share/netbox/docs/media/screenshots/home-light.png
  487. share/netbox/docs/media/screenshots/prefixes-list.png
  488. share/netbox/docs/media/screenshots/rack.png
  489. share/netbox/docs/models/circuits/circuit.md
  490. share/netbox/docs/models/circuits/circuitgroup.md
  491. share/netbox/docs/models/circuits/circuitgroupassignment.md
  492. share/netbox/docs/models/circuits/circuittermination.md
  493. share/netbox/docs/models/circuits/circuittype.md
  494. share/netbox/docs/models/circuits/provider.md
  495. share/netbox/docs/models/circuits/provideraccount.md
  496. share/netbox/docs/models/circuits/providernetwork.md
  497. share/netbox/docs/models/circuits/virtualcircuit.md
  498. share/netbox/docs/models/circuits/virtualcircuittermination.md
  499. share/netbox/docs/models/circuits/virtualcircuittype.md
  500. share/netbox/docs/models/core/datafile.md
  501. share/netbox/docs/models/core/datasource.md
  502. share/netbox/docs/models/core/job.md
  503. share/netbox/docs/models/core/objectchange.md
  504. share/netbox/docs/models/core/objecttype.md
  505. share/netbox/docs/models/dcim/cable.md
  506. share/netbox/docs/models/dcim/cablebundle.md
  507. share/netbox/docs/models/dcim/consoleport.md
  508. share/netbox/docs/models/dcim/consoleporttemplate.md
  509. share/netbox/docs/models/dcim/consoleserverport.md
  510. share/netbox/docs/models/dcim/consoleserverporttemplate.md
  511. share/netbox/docs/models/dcim/device.md
  512. share/netbox/docs/models/dcim/devicebay.md
  513. share/netbox/docs/models/dcim/devicebaytemplate.md
  514. share/netbox/docs/models/dcim/devicerole.md
  515. share/netbox/docs/models/dcim/devicetype.md
  516. share/netbox/docs/models/dcim/frontport.md
  517. share/netbox/docs/models/dcim/frontporttemplate.md
  518. share/netbox/docs/models/dcim/interface.md
  519. share/netbox/docs/models/dcim/interfacetemplate.md
  520. share/netbox/docs/models/dcim/inventoryitem.md
  521. share/netbox/docs/models/dcim/inventoryitemrole.md
  522. share/netbox/docs/models/dcim/inventoryitemtemplate.md
  523. share/netbox/docs/models/dcim/location.md
  524. share/netbox/docs/models/dcim/macaddress.md
  525. share/netbox/docs/models/dcim/manufacturer.md
  526. share/netbox/docs/models/dcim/module.md
  527. share/netbox/docs/models/dcim/modulebay.md
  528. share/netbox/docs/models/dcim/modulebaytemplate.md
  529. share/netbox/docs/models/dcim/moduletype.md
  530. share/netbox/docs/models/dcim/moduletypeprofile.md
  531. share/netbox/docs/models/dcim/platform.md
  532. share/netbox/docs/models/dcim/powerfeed.md
  533. share/netbox/docs/models/dcim/poweroutlet.md
  534. share/netbox/docs/models/dcim/poweroutlettemplate.md
  535. share/netbox/docs/models/dcim/powerpanel.md
  536. share/netbox/docs/models/dcim/powerport.md
  537. share/netbox/docs/models/dcim/powerporttemplate.md
  538. share/netbox/docs/models/dcim/rack.md
  539. share/netbox/docs/models/dcim/rackgroup.md
  540. share/netbox/docs/models/dcim/rackreservation.md
  541. share/netbox/docs/models/dcim/rackrole.md
  542. share/netbox/docs/models/dcim/racktype.md
  543. share/netbox/docs/models/dcim/rearport.md
  544. share/netbox/docs/models/dcim/rearporttemplate.md
  545. share/netbox/docs/models/dcim/region.md
  546. share/netbox/docs/models/dcim/site.md
  547. share/netbox/docs/models/dcim/sitegroup.md
  548. share/netbox/docs/models/dcim/virtualchassis.md
  549. share/netbox/docs/models/dcim/virtualdevicecontext.md
  550. share/netbox/docs/models/extras/bookmark.md
  551. share/netbox/docs/models/extras/configcontext.md
  552. share/netbox/docs/models/extras/configcontextprofile.md
  553. share/netbox/docs/models/extras/configtemplate.md
  554. share/netbox/docs/models/extras/customfield.md
  555. share/netbox/docs/models/extras/customfieldchoiceset.md
  556. share/netbox/docs/models/extras/customlink.md
  557. share/netbox/docs/models/extras/eventrule.md
  558. share/netbox/docs/models/extras/exporttemplate.md
  559. share/netbox/docs/models/extras/imageattachment.md
  560. share/netbox/docs/models/extras/journalentry.md
  561. share/netbox/docs/models/extras/notification.md
  562. share/netbox/docs/models/extras/notificationgroup.md
  563. share/netbox/docs/models/extras/savedfilter.md
  564. share/netbox/docs/models/extras/subscription.md
  565. share/netbox/docs/models/extras/tableconfig.md
  566. share/netbox/docs/models/extras/tag.md
  567. share/netbox/docs/models/extras/webhook.md
  568. share/netbox/docs/models/ipam/aggregate.md
  569. share/netbox/docs/models/ipam/asn.md
  570. share/netbox/docs/models/ipam/asnrange.md
  571. share/netbox/docs/models/ipam/fhrpgroup.md
  572. share/netbox/docs/models/ipam/fhrpgroupassignment.md
  573. share/netbox/docs/models/ipam/ipaddress.md
  574. share/netbox/docs/models/ipam/iprange.md
  575. share/netbox/docs/models/ipam/prefix.md
  576. share/netbox/docs/models/ipam/rir.md
  577. share/netbox/docs/models/ipam/role.md
  578. share/netbox/docs/models/ipam/routetarget.md
  579. share/netbox/docs/models/ipam/service.md
  580. share/netbox/docs/models/ipam/servicetemplate.md
  581. share/netbox/docs/models/ipam/vlan.md
  582. share/netbox/docs/models/ipam/vlangroup.md
  583. share/netbox/docs/models/ipam/vlantranslationpolicy.md
  584. share/netbox/docs/models/ipam/vlantranslationrule.md
  585. share/netbox/docs/models/ipam/vrf.md
  586. share/netbox/docs/models/tenancy/contact.md
  587. share/netbox/docs/models/tenancy/contactgroup.md
  588. share/netbox/docs/models/tenancy/contactrole.md
  589. share/netbox/docs/models/tenancy/tenant.md
  590. share/netbox/docs/models/tenancy/tenantgroup.md
  591. share/netbox/docs/models/users/group.md
  592. share/netbox/docs/models/users/objectpermission.md
  593. share/netbox/docs/models/users/owner.md
  594. share/netbox/docs/models/users/ownergroup.md
  595. share/netbox/docs/models/users/token.md
  596. share/netbox/docs/models/users/user.md
  597. share/netbox/docs/models/virtualization/cluster.md
  598. share/netbox/docs/models/virtualization/clustergroup.md
  599. share/netbox/docs/models/virtualization/clustertype.md
  600. share/netbox/docs/models/virtualization/virtualdisk.md
  601. share/netbox/docs/models/virtualization/virtualmachine.md
  602. share/netbox/docs/models/virtualization/virtualmachinetype.md
  603. share/netbox/docs/models/virtualization/vminterface.md
  604. share/netbox/docs/models/vpn/ikepolicy.md
  605. share/netbox/docs/models/vpn/ikeproposal.md
  606. share/netbox/docs/models/vpn/ipsecpolicy.md
  607. share/netbox/docs/models/vpn/ipsecprofile.md
  608. share/netbox/docs/models/vpn/ipsecproposal.md
  609. share/netbox/docs/models/vpn/l2vpn.md
  610. share/netbox/docs/models/vpn/l2vpntermination.md
  611. share/netbox/docs/models/vpn/tunnel.md
  612. share/netbox/docs/models/vpn/tunnelgroup.md
  613. share/netbox/docs/models/vpn/tunneltermination.md
  614. share/netbox/docs/models/wireless/wirelesslan.md
  615. share/netbox/docs/models/wireless/wirelesslangroup.md
  616. share/netbox/docs/models/wireless/wirelesslink.md
  617. share/netbox/docs/netbox_logo_dark.svg
  618. share/netbox/docs/netbox_logo_light.svg
  619. share/netbox/docs/plugins/development/background-jobs.md
  620. share/netbox/docs/plugins/development/dashboard-widgets.md
  621. share/netbox/docs/plugins/development/data-backends.md
  622. share/netbox/docs/plugins/development/event-types.md
  623. share/netbox/docs/plugins/development/exceptions.md
  624. share/netbox/docs/plugins/development/filtersets.md
  625. share/netbox/docs/plugins/development/forms.md
  626. share/netbox/docs/plugins/development/graphql-api.md
  627. share/netbox/docs/plugins/development/index.md
  628. share/netbox/docs/plugins/development/migration-v4.md
  629. share/netbox/docs/plugins/development/models.md
  630. share/netbox/docs/plugins/development/navigation.md
  631. share/netbox/docs/plugins/development/permissions.md
  632. share/netbox/docs/plugins/development/rest-api.md
  633. share/netbox/docs/plugins/development/search.md
  634. share/netbox/docs/plugins/development/tables.md
  635. share/netbox/docs/plugins/development/templates.md
  636. share/netbox/docs/plugins/development/ui-components.md
  637. share/netbox/docs/plugins/development/user-interface.md
  638. share/netbox/docs/plugins/development/views.md
  639. share/netbox/docs/plugins/development/webhooks.md
  640. share/netbox/docs/plugins/index.md
  641. share/netbox/docs/plugins/installation.md
  642. share/netbox/docs/plugins/removal.md
  643. share/netbox/docs/reference/conditions.md
  644. share/netbox/docs/reference/filtering.md
  645. share/netbox/docs/reference/markdown.md
  646. share/netbox/docs/release-notes/index.md
  647. share/netbox/docs/release-notes/version-3.0.md
  648. share/netbox/docs/release-notes/version-3.1.md
  649. share/netbox/docs/release-notes/version-3.2.md
  650. share/netbox/docs/release-notes/version-3.3.md
  651. share/netbox/docs/release-notes/version-3.4.md
  652. share/netbox/docs/release-notes/version-3.5.md
  653. share/netbox/docs/release-notes/version-3.6.md
  654. share/netbox/docs/release-notes/version-3.7.md
  655. share/netbox/docs/release-notes/version-4.0.md
  656. share/netbox/docs/release-notes/version-4.1.md
  657. share/netbox/docs/release-notes/version-4.2.md
  658. share/netbox/docs/release-notes/version-4.3.md
  659. share/netbox/docs/release-notes/version-4.4.md
  660. share/netbox/docs/release-notes/version-4.5.md
  661. share/netbox/docs/release-notes/version-4.6.md
  662. share/netbox/extras/__init__.py
  663. share/netbox/extras/api/__init__.py
  664. share/netbox/extras/api/customfields.py
  665. share/netbox/extras/api/mixins.py
  666. share/netbox/extras/api/serializers.py
  667. share/netbox/extras/api/serializers_/__init__.py
  668. share/netbox/extras/api/serializers_/attachments.py
  669. share/netbox/extras/api/serializers_/bookmarks.py
  670. share/netbox/extras/api/serializers_/configcontexts.py
  671. share/netbox/extras/api/serializers_/configtemplates.py
  672. share/netbox/extras/api/serializers_/customfields.py
  673. share/netbox/extras/api/serializers_/customlinks.py
  674. share/netbox/extras/api/serializers_/dashboard.py
  675. share/netbox/extras/api/serializers_/events.py
  676. share/netbox/extras/api/serializers_/exporttemplates.py
  677. share/netbox/extras/api/serializers_/journaling.py
  678. share/netbox/extras/api/serializers_/notifications.py
  679. share/netbox/extras/api/serializers_/savedfilters.py
  680. share/netbox/extras/api/serializers_/scripts.py
  681. share/netbox/extras/api/serializers_/tableconfigs.py
  682. share/netbox/extras/api/serializers_/tags.py
  683. share/netbox/extras/api/urls.py
  684. share/netbox/extras/api/views.py
  685. share/netbox/extras/apps.py
  686. share/netbox/extras/choices.py
  687. share/netbox/extras/conditions.py
  688. share/netbox/extras/constants.py
  689. share/netbox/extras/dashboard/__init__.py
  690. share/netbox/extras/dashboard/forms.py
  691. share/netbox/extras/dashboard/utils.py
  692. share/netbox/extras/dashboard/widgets.py
  693. share/netbox/extras/data/__init__.py
  694. share/netbox/extras/data/iata.py
  695. share/netbox/extras/data/iso_3166.py
  696. share/netbox/extras/data/un_locode.py
  697. share/netbox/extras/events.py
  698. share/netbox/extras/fields.py
  699. share/netbox/extras/filters.py
  700. share/netbox/extras/filtersets.py
  701. share/netbox/extras/forms/__init__.py
  702. share/netbox/extras/forms/bulk_edit.py
  703. share/netbox/extras/forms/bulk_import.py
  704. share/netbox/extras/forms/filtersets.py
  705. share/netbox/extras/forms/misc.py
  706. share/netbox/extras/forms/model_forms.py
  707. share/netbox/extras/forms/reports.py
  708. share/netbox/extras/forms/scripts.py
  709. share/netbox/extras/graphql/__init__.py
  710. share/netbox/extras/graphql/enums.py
  711. share/netbox/extras/graphql/filter_lookups.py
  712. share/netbox/extras/graphql/filter_mixins.py
  713. share/netbox/extras/graphql/filters.py
  714. share/netbox/extras/graphql/mixins.py
  715. share/netbox/extras/graphql/schema.py
  716. share/netbox/extras/graphql/types.py
  717. share/netbox/extras/jobs.py
  718. share/netbox/extras/lookups.py
  719. share/netbox/extras/management/__init__.py
  720. share/netbox/extras/management/commands/__init__.py
  721. share/netbox/extras/management/commands/housekeeping.py
  722. share/netbox/extras/management/commands/populate_image_sizes.py
  723. share/netbox/extras/management/commands/reindex.py
  724. share/netbox/extras/management/commands/renaturalize.py
  725. share/netbox/extras/management/commands/runscript.py
  726. share/netbox/extras/management/commands/webhook_receiver.py
  727. share/netbox/extras/managers.py
  728. share/netbox/extras/migrations/0001_squashed.py
  729. share/netbox/extras/migrations/0002_squashed_0059.py
  730. share/netbox/extras/migrations/0060_squashed_0086.py
  731. share/netbox/extras/migrations/0087_squashed_0098.py
  732. share/netbox/extras/migrations/0099_cachedvalue_ordering.py
  733. share/netbox/extras/migrations/0100_customfield_ui_attrs.py
  734. share/netbox/extras/migrations/0101_eventrule.py
  735. share/netbox/extras/migrations/0102_move_configrevision.py
  736. share/netbox/extras/migrations/0103_gfk_indexes.py
  737. share/netbox/extras/migrations/0104_stagedchange_remove_change_logging.py
  738. share/netbox/extras/migrations/0105_customfield_min_max_values.py
  739. share/netbox/extras/migrations/0106_bookmark_user_cascade_deletion.py
  740. share/netbox/extras/migrations/0107_cachedvalue_extras_cachedvalue_object.py
  741. share/netbox/extras/migrations/0108_convert_reports_to_scripts.py
  742. share/netbox/extras/migrations/0109_script_model.py
  743. share/netbox/extras/migrations/0110_remove_eventrule_action_parameters.py
  744. share/netbox/extras/migrations/0111_rename_content_types.py
  745. share/netbox/extras/migrations/0112_tag_update_object_types.py
  746. share/netbox/extras/migrations/0113_customfield_rename_object_type.py
  747. share/netbox/extras/migrations/0114_customfield_add_comments.py
  748. share/netbox/extras/migrations/0115_convert_dashboard_widgets.py
  749. share/netbox/extras/migrations/0116_custom_link_button_color.py
  750. share/netbox/extras/migrations/0117_move_objectchange.py
  751. share/netbox/extras/migrations/0118_customfield_uniqueness.py
  752. share/netbox/extras/migrations/0119_notifications.py
  753. share/netbox/extras/migrations/0120_eventrule_event_types.py
  754. share/netbox/extras/migrations/0121_customfield_related_object_filter.py
  755. share/netbox/extras/migrations/0122_charfield_null_choices.py
  756. share/netbox/extras/migrations/0123_journalentry_kind_default.py
  757. share/netbox/extras/migrations/0124_remove_staging.py
  758. share/netbox/extras/migrations/0125_alter_tag_options_tag_weight.py
  759. share/netbox/extras/migrations/0126_exporttemplate_file_name.py
  760. share/netbox/extras/migrations/0127_configtemplate_as_attachment_and_more.py
  761. share/netbox/extras/migrations/0128_tableconfig.py
  762. share/netbox/extras/migrations/0129_fix_script_paths.py
  763. share/netbox/extras/migrations/0130_imageattachment_description.py
  764. share/netbox/extras/migrations/0131_concrete_objecttype.py
  765. share/netbox/extras/migrations/0132_configcontextprofile.py
  766. share/netbox/extras/migrations/0133_make_cf_minmax_decimal.py
  767. share/netbox/extras/migrations/0134_owner.py
  768. share/netbox/extras/migrations/0135_configtemplate_debug.py
  769. share/netbox/extras/migrations/0136_customfield_validation_schema.py
  770. share/netbox/extras/migrations/0137_default_ordering_indexes.py
  771. share/netbox/extras/migrations/0138_customfieldchoiceset_choice_colors.py
  772. share/netbox/extras/migrations/0139_alter_customfieldchoiceset_extra_choices.py
  773. share/netbox/extras/migrations/0140_imageattachment_image_size.py
  774. share/netbox/extras/migrations/__init__.py
  775. share/netbox/extras/models/__init__.py
  776. share/netbox/extras/models/configs.py
  777. share/netbox/extras/models/customfields.py
  778. share/netbox/extras/models/dashboard.py
  779. share/netbox/extras/models/mixins.py
  780. share/netbox/extras/models/models.py
  781. share/netbox/extras/models/notifications.py
  782. share/netbox/extras/models/scripts.py
  783. share/netbox/extras/models/search.py
  784. share/netbox/extras/models/tags.py
  785. share/netbox/extras/querysets.py
  786. share/netbox/extras/reports.py
  787. share/netbox/extras/scripts.py
  788. share/netbox/extras/search.py
  789. share/netbox/extras/signals.py
  790. share/netbox/extras/storage.py
  791. share/netbox/extras/tables/__init__.py
  792. share/netbox/extras/tables/columns.py
  793. share/netbox/extras/tables/tables.py
  794. share/netbox/extras/templatetags/__init__.py
  795. share/netbox/extras/templatetags/custom_links.py
  796. share/netbox/extras/templatetags/dashboard.py
  797. share/netbox/extras/templatetags/log_levels.py
  798. share/netbox/extras/tests/__init__.py
  799. share/netbox/extras/tests/query_counts.json
  800. share/netbox/extras/tests/test_api.py
  801. share/netbox/extras/tests/test_conditions.py
  802. share/netbox/extras/tests/test_custom_validation.py
  803. share/netbox/extras/tests/test_customfields.py
  804. share/netbox/extras/tests/test_customvalidators.py
  805. share/netbox/extras/tests/test_dashboard.py
  806. share/netbox/extras/tests/test_event_rules.py
  807. share/netbox/extras/tests/test_filtersets.py
  808. share/netbox/extras/tests/test_forms.py
  809. share/netbox/extras/tests/test_jobs.py
  810. share/netbox/extras/tests/test_lookups.py
  811. share/netbox/extras/tests/test_management_commands.py
  812. share/netbox/extras/tests/test_models.py
  813. share/netbox/extras/tests/test_scripts.py
  814. share/netbox/extras/tests/test_signals.py
  815. share/netbox/extras/tests/test_tables.py
  816. share/netbox/extras/tests/test_tags.py
  817. share/netbox/extras/tests/test_templatetags.py
  818. share/netbox/extras/tests/test_utils.py
  819. share/netbox/extras/tests/test_views.py
  820. share/netbox/extras/ui/panels.py
  821. share/netbox/extras/urls.py
  822. share/netbox/extras/utils.py
  823. share/netbox/extras/validators.py
  824. share/netbox/extras/views.py
  825. share/netbox/extras/webhooks.py
  826. share/netbox/generate_secret_key.py
  827. share/netbox/ipam/__init__.py
  828. share/netbox/ipam/api/__init__.py
  829. share/netbox/ipam/api/field_serializers.py
  830. share/netbox/ipam/api/serializers.py
  831. share/netbox/ipam/api/serializers_/__init__.py
  832. share/netbox/ipam/api/serializers_/asns.py
  833. share/netbox/ipam/api/serializers_/fhrpgroups.py
  834. share/netbox/ipam/api/serializers_/ip.py
  835. share/netbox/ipam/api/serializers_/nested.py
  836. share/netbox/ipam/api/serializers_/roles.py
  837. share/netbox/ipam/api/serializers_/services.py
  838. share/netbox/ipam/api/serializers_/vlans.py
  839. share/netbox/ipam/api/serializers_/vrfs.py
  840. share/netbox/ipam/api/urls.py
  841. share/netbox/ipam/api/views.py
  842. share/netbox/ipam/apps.py
  843. share/netbox/ipam/choices.py
  844. share/netbox/ipam/constants.py
  845. share/netbox/ipam/fields.py
  846. share/netbox/ipam/filtersets.py
  847. share/netbox/ipam/formfields.py
  848. share/netbox/ipam/forms/__init__.py
  849. share/netbox/ipam/forms/bulk_create.py
  850. share/netbox/ipam/forms/bulk_edit.py
  851. share/netbox/ipam/forms/bulk_import.py
  852. share/netbox/ipam/forms/filtersets.py
  853. share/netbox/ipam/forms/model_forms.py
  854. share/netbox/ipam/graphql/__init__.py
  855. share/netbox/ipam/graphql/enums.py
  856. share/netbox/ipam/graphql/filter_mixins.py
  857. share/netbox/ipam/graphql/filters.py
  858. share/netbox/ipam/graphql/mixins.py
  859. share/netbox/ipam/graphql/schema.py
  860. share/netbox/ipam/graphql/types.py
  861. share/netbox/ipam/lookups.py
  862. share/netbox/ipam/management/__init__.py
  863. share/netbox/ipam/management/commands/__init__.py
  864. share/netbox/ipam/management/commands/rebuild_prefixes.py
  865. share/netbox/ipam/managers.py
  866. share/netbox/ipam/migrations/0001_squashed.py
  867. share/netbox/ipam/migrations/0002_squashed_0046.py
  868. share/netbox/ipam/migrations/0047_squashed_0053.py
  869. share/netbox/ipam/migrations/0054_squashed_0067.py
  870. share/netbox/ipam/migrations/0068_move_l2vpn.py
  871. share/netbox/ipam/migrations/0069_gfk_indexes.py
  872. share/netbox/ipam/migrations/0070_vlangroup_vlan_id_ranges.py
  873. share/netbox/ipam/migrations/0071_prefix_scope.py
  874. share/netbox/ipam/migrations/0072_prefix_cached_relations.py
  875. share/netbox/ipam/migrations/0073_charfield_null_choices.py
  876. share/netbox/ipam/migrations/0074_vlantranslationpolicy_vlantranslationrule.py
  877. share/netbox/ipam/migrations/0075_vlan_qinq.py
  878. share/netbox/ipam/migrations/0076_natural_ordering.py
  879. share/netbox/ipam/migrations/0077_vlangroup_tenant.py
  880. share/netbox/ipam/migrations/0078_iprange_mark_utilized.py
  881. share/netbox/ipam/migrations/0079_add_service_fhrp_group_parent_gfk.py
  882. share/netbox/ipam/migrations/0080_populate_service_parent.py
  883. share/netbox/ipam/migrations/0081_remove_service_device_virtual_machine_add_parent_gfk_index.py
  884. share/netbox/ipam/migrations/0082_add_prefix_network_containment_indexes.py
  885. share/netbox/ipam/migrations/0083_vlangroup_populate_total_vlan_ids.py
  886. share/netbox/ipam/migrations/0084_owner.py
  887. share/netbox/ipam/migrations/0085_add_comments_to_organizationalmodel.py
  888. share/netbox/ipam/migrations/0086_gfk_indexes.py
  889. share/netbox/ipam/migrations/0087_add_asn_role.py
  890. share/netbox/ipam/migrations/0088_rename_vlangroup_total_vlan_ids.py
  891. share/netbox/ipam/migrations/0089_default_ordering_indexes.py
  892. share/netbox/ipam/migrations/0090_vlangroup_recompute_total_vlan_ids.py
  893. share/netbox/ipam/migrations/0091_alter_service_index_and_ordering.py
  894. share/netbox/ipam/migrations/0092_iprange_host_indexes.py
  895. share/netbox/ipam/migrations/0093_alter_prefix__region_alter_prefix__site_group.py
  896. share/netbox/ipam/migrations/__init__.py
  897. share/netbox/ipam/models/__init__.py
  898. share/netbox/ipam/models/asns.py
  899. share/netbox/ipam/models/fhrp.py
  900. share/netbox/ipam/models/ip.py
  901. share/netbox/ipam/models/services.py
  902. share/netbox/ipam/models/vlans.py
  903. share/netbox/ipam/models/vrfs.py
  904. share/netbox/ipam/querysets.py
  905. share/netbox/ipam/search.py
  906. share/netbox/ipam/signals.py
  907. share/netbox/ipam/tables/__init__.py
  908. share/netbox/ipam/tables/asn.py
  909. share/netbox/ipam/tables/fhrp.py
  910. share/netbox/ipam/tables/ip.py
  911. share/netbox/ipam/tables/services.py
  912. share/netbox/ipam/tables/template_code.py
  913. share/netbox/ipam/tables/vlans.py
  914. share/netbox/ipam/tables/vrfs.py
  915. share/netbox/ipam/tests/__init__.py
  916. share/netbox/ipam/tests/query_counts.json
  917. share/netbox/ipam/tests/test_api.py
  918. share/netbox/ipam/tests/test_fields.py
  919. share/netbox/ipam/tests/test_filtersets.py
  920. share/netbox/ipam/tests/test_forms.py
  921. share/netbox/ipam/tests/test_lookups.py
  922. share/netbox/ipam/tests/test_management_commands.py
  923. share/netbox/ipam/tests/test_models.py
  924. share/netbox/ipam/tests/test_ordering.py
  925. share/netbox/ipam/tests/test_querysets.py
  926. share/netbox/ipam/tests/test_signals.py
  927. share/netbox/ipam/tests/test_tables.py
  928. share/netbox/ipam/tests/test_views.py
  929. share/netbox/ipam/ui/__init__.py
  930. share/netbox/ipam/ui/attrs.py
  931. share/netbox/ipam/ui/panels.py
  932. share/netbox/ipam/urls.py
  933. share/netbox/ipam/utils.py
  934. share/netbox/ipam/validators.py
  935. share/netbox/ipam/views.py
  936. share/netbox/manage.py
  937. share/netbox/media/.gitkeep
  938. share/netbox/mkdocs.yml
  939. share/netbox/netbox/__init__.py
  940. share/netbox/netbox/__main__.py
  941. share/netbox/netbox/api/__init__.py
  942. share/netbox/netbox/api/authentication.py
  943. share/netbox/netbox/api/exceptions.py
  944. share/netbox/netbox/api/features.py
  945. share/netbox/netbox/api/fields.py
  946. share/netbox/netbox/api/gfk_fields.py
  947. share/netbox/netbox/api/metadata.py
  948. share/netbox/netbox/api/pagination.py
  949. share/netbox/netbox/api/renderers.py
  950. share/netbox/netbox/api/routers.py
  951. share/netbox/netbox/api/serializers/__init__.py
  952. share/netbox/netbox/api/serializers/base.py
  953. share/netbox/netbox/api/serializers/bulk.py
  954. share/netbox/netbox/api/serializers/features.py
  955. share/netbox/netbox/api/serializers/fields.py
  956. share/netbox/netbox/api/serializers/generic.py
  957. share/netbox/netbox/api/serializers/models.py
  958. share/netbox/netbox/api/serializers/nested.py
  959. share/netbox/netbox/api/views.py
  960. share/netbox/netbox/api/viewsets/__init__.py
  961. share/netbox/netbox/api/viewsets/mixins.py
  962. share/netbox/netbox/authentication/__init__.py
  963. share/netbox/netbox/authentication/misc.py
  964. share/netbox/netbox/choices.py
  965. share/netbox/netbox/cli.py
  966. share/netbox/netbox/config/__init__.py
  967. share/netbox/netbox/config/parameters.py
  968. share/netbox/netbox/configuration_example.py
  969. share/netbox/netbox/configuration_testing.py
  970. share/netbox/netbox/constants.py
  971. share/netbox/netbox/context.py
  972. share/netbox/netbox/context_managers.py
  973. share/netbox/netbox/context_processors.py
  974. share/netbox/netbox/data_backends.py
  975. share/netbox/netbox/denormalized.py
  976. share/netbox/netbox/events.py
  977. share/netbox/netbox/filtersets.py
  978. share/netbox/netbox/forms/__init__.py
  979. share/netbox/netbox/forms/bulk_edit.py
  980. share/netbox/netbox/forms/bulk_import.py
  981. share/netbox/netbox/forms/bulk_rename.py
  982. share/netbox/netbox/forms/filtersets.py
  983. share/netbox/netbox/forms/mixins.py
  984. share/netbox/netbox/forms/model_forms.py
  985. share/netbox/netbox/forms/search.py
  986. share/netbox/netbox/graphql/__init__.py
  987. share/netbox/netbox/graphql/enums.py
  988. share/netbox/netbox/graphql/filter_lookups.py
  989. share/netbox/netbox/graphql/filter_mixins.py
  990. share/netbox/netbox/graphql/filters.py
  991. share/netbox/netbox/graphql/pagination.py
  992. share/netbox/netbox/graphql/scalars.py
  993. share/netbox/netbox/graphql/schema.py
  994. share/netbox/netbox/graphql/types.py
  995. share/netbox/netbox/graphql/views.py
  996. share/netbox/netbox/jobs.py
  997. share/netbox/netbox/metrics.py
  998. share/netbox/netbox/middleware.py
  999. share/netbox/netbox/models/__init__.py
  1000. share/netbox/netbox/models/deletion.py
  1001. share/netbox/netbox/models/features.py
  1002. share/netbox/netbox/models/mixins.py
  1003. share/netbox/netbox/monkey.py
  1004. share/netbox/netbox/navigation/__init__.py
  1005. share/netbox/netbox/navigation/menu.py
  1006. share/netbox/netbox/object_actions.py
  1007. share/netbox/netbox/plugins/__init__.py
  1008. share/netbox/netbox/plugins/navigation.py
  1009. share/netbox/netbox/plugins/registration.py
  1010. share/netbox/netbox/plugins/templates.py
  1011. share/netbox/netbox/plugins/urls.py
  1012. share/netbox/netbox/plugins/utils.py
  1013. share/netbox/netbox/plugins/views.py
  1014. share/netbox/netbox/preferences.py
  1015. share/netbox/netbox/registry.py
  1016. share/netbox/netbox/scaffold.py
  1017. share/netbox/netbox/search/__init__.py
  1018. share/netbox/netbox/search/backends.py
  1019. share/netbox/netbox/search/utils.py
  1020. share/netbox/netbox/settings.py
  1021. share/netbox/netbox/settings_utils.py
  1022. share/netbox/netbox/signals.py
  1023. share/netbox/netbox/tables/__init__.py
  1024. share/netbox/netbox/tables/columns.py
  1025. share/netbox/netbox/tables/tables.py
  1026. share/netbox/netbox/tables/template_code.py
  1027. share/netbox/netbox/tests/__init__.py
  1028. share/netbox/netbox/tests/dummy_plugin/__init__.py
  1029. share/netbox/netbox/tests/dummy_plugin/api/serializers.py
  1030. share/netbox/netbox/tests/dummy_plugin/api/urls.py
  1031. share/netbox/netbox/tests/dummy_plugin/api/views.py
  1032. share/netbox/netbox/tests/dummy_plugin/data_backends.py
  1033. share/netbox/netbox/tests/dummy_plugin/events.py
  1034. share/netbox/netbox/tests/dummy_plugin/graphql.py
  1035. share/netbox/netbox/tests/dummy_plugin/jobs.py
  1036. share/netbox/netbox/tests/dummy_plugin/middleware.py
  1037. share/netbox/netbox/tests/dummy_plugin/migrations/0001_initial.py
  1038. share/netbox/netbox/tests/dummy_plugin/migrations/0002_dummynetboxmodel.py
  1039. share/netbox/netbox/tests/dummy_plugin/migrations/__init__.py
  1040. share/netbox/netbox/tests/dummy_plugin/models.py
  1041. share/netbox/netbox/tests/dummy_plugin/navigation.py
  1042. share/netbox/netbox/tests/dummy_plugin/preferences.py
  1043. share/netbox/netbox/tests/dummy_plugin/search.py
  1044. share/netbox/netbox/tests/dummy_plugin/tables.py
  1045. share/netbox/netbox/tests/dummy_plugin/template_content.py
  1046. share/netbox/netbox/tests/dummy_plugin/tests/__init__.py
  1047. share/netbox/netbox/tests/dummy_plugin/tests/test_graphql.py
  1048. share/netbox/netbox/tests/dummy_plugin/urls.py
  1049. share/netbox/netbox/tests/dummy_plugin/views.py
  1050. share/netbox/netbox/tests/dummy_plugin/webhook_callbacks.py
  1051. share/netbox/netbox/tests/dummy_plugin/widgets.py
  1052. share/netbox/netbox/tests/test_api.py
  1053. share/netbox/netbox/tests/test_authentication.py
  1054. share/netbox/netbox/tests/test_base_classes.py
  1055. share/netbox/netbox/tests/test_cli.py
  1056. share/netbox/netbox/tests/test_config.py
  1057. share/netbox/netbox/tests/test_forms.py
  1058. share/netbox/netbox/tests/test_graphql.py
  1059. share/netbox/netbox/tests/test_import.py
  1060. share/netbox/netbox/tests/test_jobs.py
  1061. share/netbox/netbox/tests/test_middleware.py
  1062. share/netbox/netbox/tests/test_migrations.py
  1063. share/netbox/netbox/tests/test_model_features.py
  1064. share/netbox/netbox/tests/test_model_test_coverage.py
  1065. share/netbox/netbox/tests/test_models.py
  1066. share/netbox/netbox/tests/test_object_actions.py
  1067. share/netbox/netbox/tests/test_plugins.py
  1068. share/netbox/netbox/tests/test_registry.py
  1069. share/netbox/netbox/tests/test_scaffold.py
  1070. share/netbox/netbox/tests/test_search.py
  1071. share/netbox/netbox/tests/test_settings_utils.py
  1072. share/netbox/netbox/tests/test_tables.py
  1073. share/netbox/netbox/tests/test_ui.py
  1074. share/netbox/netbox/tests/test_views.py
  1075. share/netbox/netbox/ui/__init__.py
  1076. share/netbox/netbox/ui/actions.py
  1077. share/netbox/netbox/ui/attrs.py
  1078. share/netbox/netbox/ui/layout.py
  1079. share/netbox/netbox/ui/panels.py
  1080. share/netbox/netbox/ui/utils.py
  1081. share/netbox/netbox/urls.py
  1082. share/netbox/netbox/utils.py
  1083. share/netbox/netbox/views/__init__.py
  1084. share/netbox/netbox/views/errors.py
  1085. share/netbox/netbox/views/generic/__init__.py
  1086. share/netbox/netbox/views/generic/base.py
  1087. share/netbox/netbox/views/generic/bulk_views.py
  1088. share/netbox/netbox/views/generic/feature_views.py
  1089. share/netbox/netbox/views/generic/mixins.py
  1090. share/netbox/netbox/views/generic/object_views.py
  1091. share/netbox/netbox/views/generic/utils.py
  1092. share/netbox/netbox/views/htmx.py
  1093. share/netbox/netbox/views/misc.py
  1094. share/netbox/netbox/wsgi.py
  1095. share/netbox/project-static/.prettierignore
  1096. share/netbox/project-static/.prettierrc
  1097. share/netbox/project-static/.sassrc
  1098. share/netbox/project-static/bundle.cjs
  1099. share/netbox/project-static/dist/Inter-Black-7VL4YR6G.woff
  1100. share/netbox/project-static/dist/Inter-Black-NU3KAVPI.woff2
  1101. share/netbox/project-static/dist/Inter-BlackItalic-4BVAVUVI.woff2
  1102. share/netbox/project-static/dist/Inter-BlackItalic-HJLUEYVW.woff
  1103. share/netbox/project-static/dist/Inter-Bold-6AVOS7AV.woff2
  1104. share/netbox/project-static/dist/Inter-Bold-RTIBL5DO.woff
  1105. share/netbox/project-static/dist/Inter-BoldItalic-AID2XGS3.woff2
  1106. share/netbox/project-static/dist/Inter-BoldItalic-UU7SOVRI.woff
  1107. share/netbox/project-static/dist/Inter-ExtraBold-B5RSZK6R.woff
  1108. share/netbox/project-static/dist/Inter-ExtraBold-VAPCTO5F.woff2
  1109. share/netbox/project-static/dist/Inter-ExtraBoldItalic-R7DLWYIK.woff
  1110. share/netbox/project-static/dist/Inter-ExtraBoldItalic-W26CJYY7.woff2
  1111. share/netbox/project-static/dist/Inter-ExtraLight-A7NHN7KT.woff
  1112. share/netbox/project-static/dist/Inter-ExtraLight-DVW3SATI.woff2
  1113. share/netbox/project-static/dist/Inter-ExtraLightItalic-KXZYPKOE.woff2
  1114. share/netbox/project-static/dist/Inter-ExtraLightItalic-SKGXKLLA.woff
  1115. share/netbox/project-static/dist/Inter-Italic-GHDVOOKA.woff
  1116. share/netbox/project-static/dist/Inter-Italic-RW2ZALTO.woff2
  1117. share/netbox/project-static/dist/Inter-Light-ARG5Y6MT.woff
  1118. share/netbox/project-static/dist/Inter-Light-XBRUIIRZ.woff2
  1119. share/netbox/project-static/dist/Inter-LightItalic-4OWY6V5R.woff2
  1120. share/netbox/project-static/dist/Inter-LightItalic-WFS25IQZ.woff
  1121. share/netbox/project-static/dist/Inter-Medium-JV63DMR7.woff2
  1122. share/netbox/project-static/dist/Inter-Medium-KH2CGZVE.woff
  1123. share/netbox/project-static/dist/Inter-MediumItalic-P7H6BBYU.woff2
  1124. share/netbox/project-static/dist/Inter-MediumItalic-PO2E4FIG.woff
  1125. share/netbox/project-static/dist/Inter-Regular-373XMOLM.woff2
  1126. share/netbox/project-static/dist/Inter-Regular-DR3VC6YG.woff
  1127. share/netbox/project-static/dist/Inter-SemiBold-TJ6HPMMH.woff
  1128. share/netbox/project-static/dist/Inter-SemiBold-UMRILHOG.woff2
  1129. share/netbox/project-static/dist/Inter-SemiBoldItalic-ABO2DCC7.woff2
  1130. share/netbox/project-static/dist/Inter-SemiBoldItalic-DM4JJSFU.woff
  1131. share/netbox/project-static/dist/Inter-Thin-MEKOZMGA.woff
  1132. share/netbox/project-static/dist/Inter-Thin-TCINWRKS.woff2
  1133. share/netbox/project-static/dist/Inter-ThinItalic-WRULPH3M.woff2
  1134. share/netbox/project-static/dist/Inter-ThinItalic-ZFOL6JFL.woff
  1135. share/netbox/project-static/dist/Inter-italic.var-7LS4VCXC.woff2
  1136. share/netbox/project-static/dist/Inter-roman.var-EDENVCUS.woff2
  1137. share/netbox/project-static/dist/Inter.var-FTIQFLGO.woff2
  1138. share/netbox/project-static/dist/cable_trace.css
  1139. share/netbox/project-static/dist/graphiql/graphiql.min.css
  1140. share/netbox/project-static/dist/graphiql/graphiql.min.js
  1141. share/netbox/project-static/dist/graphiql/index.umd.js
  1142. share/netbox/project-static/dist/graphiql/js.cookie.min.js
  1143. share/netbox/project-static/dist/graphiql/plugin-explorer-style.css
  1144. share/netbox/project-static/dist/graphiql/react-dom.production.min.js
  1145. share/netbox/project-static/dist/graphiql/react.production.min.js
  1146. share/netbox/project-static/dist/materialdesignicons-webfont-4ZM36VVG.woff
  1147. share/netbox/project-static/dist/materialdesignicons-webfont-7OXPFKOV.woff2
  1148. share/netbox/project-static/dist/materialdesignicons-webfont-A5TO3SM5.eot
  1149. share/netbox/project-static/dist/materialdesignicons-webfont-OFFE53R5.ttf
  1150. share/netbox/project-static/dist/netbox-external.css
  1151. share/netbox/project-static/dist/netbox.css
  1152. share/netbox/project-static/dist/netbox.js
  1153. share/netbox/project-static/dist/netbox.js.map
  1154. share/netbox/project-static/dist/rack_elevation.css
  1155. share/netbox/project-static/dist/roboto-mono-latin-100-JQJ4Z5FD.woff2
  1156. share/netbox/project-static/dist/roboto-mono-latin-100-SMKVIC22.woff
  1157. share/netbox/project-static/dist/roboto-mono-latin-100italic-DARDHGP2.woff
  1158. share/netbox/project-static/dist/roboto-mono-latin-100italic-SF7I3UQS.woff2
  1159. share/netbox/project-static/dist/roboto-mono-latin-200-GAB3DPCB.woff2
  1160. share/netbox/project-static/dist/roboto-mono-latin-200-GNXGWAU7.woff
  1161. share/netbox/project-static/dist/roboto-mono-latin-200italic-MBEOZD5A.woff
  1162. share/netbox/project-static/dist/roboto-mono-latin-200italic-YC3AN6RQ.woff2
  1163. share/netbox/project-static/dist/roboto-mono-latin-300-76QG53G7.woff2
  1164. share/netbox/project-static/dist/roboto-mono-latin-300-KB4HCXJB.woff
  1165. share/netbox/project-static/dist/roboto-mono-latin-300italic-ATWQWJG4.woff2
  1166. share/netbox/project-static/dist/roboto-mono-latin-300italic-UCTTXECO.woff
  1167. share/netbox/project-static/dist/roboto-mono-latin-400-L25YYWY3.woff
  1168. share/netbox/project-static/dist/roboto-mono-latin-400-OKRWGZOX.woff2
  1169. share/netbox/project-static/dist/roboto-mono-latin-400italic-3G7XMJ7A.woff
  1170. share/netbox/project-static/dist/roboto-mono-latin-400italic-UPQRVZWX.woff2
  1171. share/netbox/project-static/dist/roboto-mono-latin-500-4ZB2P7GK.woff
  1172. share/netbox/project-static/dist/roboto-mono-latin-500-67YXJMLO.woff2
  1173. share/netbox/project-static/dist/roboto-mono-latin-500italic-RXGCSZS4.woff
  1174. share/netbox/project-static/dist/roboto-mono-latin-500italic-U7WRIR22.woff2
  1175. share/netbox/project-static/dist/roboto-mono-latin-600-USMEYMTS.woff
  1176. share/netbox/project-static/dist/roboto-mono-latin-600-ZRZYGQNG.woff2
  1177. share/netbox/project-static/dist/roboto-mono-latin-600italic-THUILB76.woff2
  1178. share/netbox/project-static/dist/roboto-mono-latin-600italic-TLIW3M4P.woff
  1179. share/netbox/project-static/dist/roboto-mono-latin-700-PEQVO3WV.woff
  1180. share/netbox/project-static/dist/roboto-mono-latin-700-QNNSSZIK.woff2
  1181. share/netbox/project-static/dist/roboto-mono-latin-700italic-KTWD2UYU.woff
  1182. share/netbox/project-static/dist/roboto-mono-latin-700italic-WWLRMKIN.woff2
  1183. share/netbox/project-static/eslint.config.js
  1184. share/netbox/project-static/img/logo_netbox_bright_teal.svg
  1185. share/netbox/project-static/img/logo_netbox_dark_teal.svg
  1186. share/netbox/project-static/img/motif.svg
  1187. share/netbox/project-static/img/netbox.ico
  1188. share/netbox/project-static/img/netbox_icon.svg
  1189. share/netbox/project-static/img/netbox_touch-icon-180.png
  1190. share/netbox/project-static/img/plugin-default.svg
  1191. share/netbox/project-static/img/rest-api.ico
  1192. share/netbox/project-static/js/setmode.js
  1193. share/netbox/project-static/netbox-graphiql/package.json
  1194. share/netbox/project-static/package.json
  1195. share/netbox/project-static/src/bs.ts
  1196. share/netbox/project-static/src/buttons/connectionToggle.ts
  1197. share/netbox/project-static/src/buttons/depthToggle.ts
  1198. share/netbox/project-static/src/buttons/floatBulk.ts
  1199. share/netbox/project-static/src/buttons/index.ts
  1200. share/netbox/project-static/src/buttons/markdownPreview.ts
  1201. share/netbox/project-static/src/buttons/moveOptions.ts
  1202. share/netbox/project-static/src/buttons/reslug.ts
  1203. share/netbox/project-static/src/buttons/secretToggle.ts
  1204. share/netbox/project-static/src/buttons/selectAll.ts
  1205. share/netbox/project-static/src/buttons/selectMultiple.ts
  1206. share/netbox/project-static/src/clipboard.ts
  1207. share/netbox/project-static/src/colorMode.ts
  1208. share/netbox/project-static/src/dashboard.ts
  1209. share/netbox/project-static/src/dateSelector.ts
  1210. share/netbox/project-static/src/forms/clearField.ts
  1211. share/netbox/project-static/src/forms/elements.ts
  1212. share/netbox/project-static/src/forms/filterModifiers.ts
  1213. share/netbox/project-static/src/forms/index.ts
  1214. share/netbox/project-static/src/forms/savedFiltersSelect.ts
  1215. share/netbox/project-static/src/forms/speedSelector.ts
  1216. share/netbox/project-static/src/global.d.ts
  1217. share/netbox/project-static/src/hotkeys.ts
  1218. share/netbox/project-static/src/htmx.ts
  1219. share/netbox/project-static/src/index.ts
  1220. share/netbox/project-static/src/messages.ts
  1221. share/netbox/project-static/src/netbox.ts
  1222. share/netbox/project-static/src/objectSelector.ts
  1223. share/netbox/project-static/src/quickAdd.ts
  1224. share/netbox/project-static/src/racks.ts
  1225. share/netbox/project-static/src/search.ts
  1226. share/netbox/project-static/src/select/classes/dynamicParamsMap.ts
  1227. share/netbox/project-static/src/select/classes/dynamicTomSelect.ts
  1228. share/netbox/project-static/src/select/classes/netboxTomSelect.ts
  1229. share/netbox/project-static/src/select/config.ts
  1230. share/netbox/project-static/src/select/dynamic.ts
  1231. share/netbox/project-static/src/select/index.ts
  1232. share/netbox/project-static/src/select/static.ts
  1233. share/netbox/project-static/src/select/types.ts
  1234. share/netbox/project-static/src/sidenav.ts
  1235. share/netbox/project-static/src/state/index.ts
  1236. share/netbox/project-static/src/stores/index.ts
  1237. share/netbox/project-static/src/stores/objectDepth.ts
  1238. share/netbox/project-static/src/stores/previousPkCheck.ts
  1239. share/netbox/project-static/src/stores/rackImages.ts
  1240. share/netbox/project-static/src/stores/secret.ts
  1241. share/netbox/project-static/src/tableConfig.ts
  1242. share/netbox/project-static/src/util.ts
  1243. share/netbox/project-static/styles/_variables.scss
  1244. share/netbox/project-static/styles/custom/_code.scss
  1245. share/netbox/project-static/styles/custom/_dashboard.scss
  1246. share/netbox/project-static/styles/custom/_interfaces.scss
  1247. share/netbox/project-static/styles/custom/_markdown.scss
  1248. share/netbox/project-static/styles/custom/_misc.scss
  1249. share/netbox/project-static/styles/custom/_notifications.scss
  1250. share/netbox/project-static/styles/custom/racks.scss
  1251. share/netbox/project-static/styles/external.scss
  1252. share/netbox/project-static/styles/netbox.scss
  1253. share/netbox/project-static/styles/overrides/_bootstrap.scss
  1254. share/netbox/project-static/styles/overrides/_tabler.scss
  1255. share/netbox/project-static/styles/overrides/_tomselect.scss
  1256. share/netbox/project-static/styles/svg/cable_trace.scss
  1257. share/netbox/project-static/styles/svg/rack_elevation.scss
  1258. share/netbox/project-static/styles/transitional/_badges.scss
  1259. share/netbox/project-static/styles/transitional/_cards.scss
  1260. share/netbox/project-static/styles/transitional/_forms.scss
  1261. share/netbox/project-static/styles/transitional/_layout.scss
  1262. share/netbox/project-static/styles/transitional/_navigation.scss
  1263. share/netbox/project-static/styles/transitional/_progress.scss
  1264. share/netbox/project-static/styles/transitional/_tables.scss
  1265. share/netbox/project-static/styles/transitional/_tabs.scss
  1266. share/netbox/project-static/tsconfig.json
  1267. share/netbox/project-static/yarn.lock
  1268. share/netbox/release.yaml
  1269. share/netbox/reports/__init__.py
  1270. share/netbox/scripts/__init__.py
  1271. share/netbox/templates/403.html
  1272. share/netbox/templates/404.html
  1273. share/netbox/templates/500.html
  1274. share/netbox/templates/account/base.html
  1275. share/netbox/templates/account/bookmarks.html
  1276. share/netbox/templates/account/notifications.html
  1277. share/netbox/templates/account/password.html
  1278. share/netbox/templates/account/preferences.html
  1279. share/netbox/templates/account/profile.html
  1280. share/netbox/templates/account/subscriptions.html
  1281. share/netbox/templates/account/token.html
  1282. share/netbox/templates/account/token_list.html
  1283. share/netbox/templates/account/usertoken_edit.html
  1284. share/netbox/templates/base/40x.html
  1285. share/netbox/templates/base/base.html
  1286. share/netbox/templates/base/layout.html
  1287. share/netbox/templates/circuits/circuit.html
  1288. share/netbox/templates/circuits/circuit/attrs/commit_rate.html
  1289. share/netbox/templates/circuits/circuit_termination/attrs/connection.html
  1290. share/netbox/templates/circuits/circuit_termination/attrs/speed.html
  1291. share/netbox/templates/circuits/circuitgroup.html
  1292. share/netbox/templates/circuits/circuitgroupassignment.html
  1293. share/netbox/templates/circuits/circuittermination.html
  1294. share/netbox/templates/circuits/circuittype.html
  1295. share/netbox/templates/circuits/inc/circuit_termination.html
  1296. share/netbox/templates/circuits/inc/circuit_termination_fields.html
  1297. share/netbox/templates/circuits/panels/circuit_circuit_termination.html
  1298. share/netbox/templates/circuits/provider.html
  1299. share/netbox/templates/circuits/provideraccount.html
  1300. share/netbox/templates/circuits/providernetwork.html
  1301. share/netbox/templates/circuits/virtualcircuit.html
  1302. share/netbox/templates/circuits/virtualcircuittermination.html
  1303. share/netbox/templates/circuits/virtualcircuittype.html
  1304. share/netbox/templates/core/buttons/bulk_sync.html
  1305. share/netbox/templates/core/configrevision.html
  1306. share/netbox/templates/core/configrevision_restore.html
  1307. share/netbox/templates/core/datafile.html
  1308. share/netbox/templates/core/datafile/attrs/size.html
  1309. share/netbox/templates/core/datasource.html
  1310. share/netbox/templates/core/datasource/attrs/ignore_rules.html
  1311. share/netbox/templates/core/datasource/attrs/source_url.html
  1312. share/netbox/templates/core/htmx/system_db_schema.html
  1313. share/netbox/templates/core/inc/config_data.html
  1314. share/netbox/templates/core/inc/datafile_panel.html
  1315. share/netbox/templates/core/inc/plugin_installation.html
  1316. share/netbox/templates/core/job.html
  1317. share/netbox/templates/core/job/attrs/object_type.html
  1318. share/netbox/templates/core/job/attrs/scheduled.html
  1319. share/netbox/templates/core/job/base.html
  1320. share/netbox/templates/core/job/log.html
  1321. share/netbox/templates/core/job/log_entries.html
  1322. share/netbox/templates/core/object_jobs.html
  1323. share/netbox/templates/core/objectchange.html
  1324. share/netbox/templates/core/objectchange/attrs/changed_object.html
  1325. share/netbox/templates/core/objectchange/attrs/request_id.html
  1326. share/netbox/templates/core/objectchange/attrs/user.html
  1327. share/netbox/templates/core/objectchange_list.html
  1328. share/netbox/templates/core/panels/configrevision_comment.html
  1329. share/netbox/templates/core/panels/configrevision_data.html
  1330. share/netbox/templates/core/panels/datafile_content.html
  1331. share/netbox/templates/core/panels/datasource_backend.html
  1332. share/netbox/templates/core/panels/objectchange_difference.html
  1333. share/netbox/templates/core/panels/objectchange_postchange.html
  1334. share/netbox/templates/core/panels/objectchange_prechange.html
  1335. share/netbox/templates/core/panels/objectchange_related.html
  1336. share/netbox/templates/core/plugin.html
  1337. share/netbox/templates/core/plugin_list.html
  1338. share/netbox/templates/core/rq_queue_list.html
  1339. share/netbox/templates/core/rq_task.html
  1340. share/netbox/templates/core/rq_task_list.html
  1341. share/netbox/templates/core/rq_worker.html
  1342. share/netbox/templates/core/rq_worker_list.html
  1343. share/netbox/templates/core/system.html
  1344. share/netbox/templates/dcim/attrs/total_weight.html
  1345. share/netbox/templates/dcim/bulk_disconnect.html
  1346. share/netbox/templates/dcim/buttons/bulk_add_components.html
  1347. share/netbox/templates/dcim/buttons/bulk_disconnect.html
  1348. share/netbox/templates/dcim/cable_edit.html
  1349. share/netbox/templates/dcim/cable_trace.html
  1350. share/netbox/templates/dcim/cablebundle.html
  1351. share/netbox/templates/dcim/connections_list.html
  1352. share/netbox/templates/dcim/consoleport.html
  1353. share/netbox/templates/dcim/consoleserverport.html
  1354. share/netbox/templates/dcim/device.html
  1355. share/netbox/templates/dcim/device/attrs/ipaddress.html
  1356. share/netbox/templates/dcim/device/attrs/parent_device.html
  1357. share/netbox/templates/dcim/device/attrs/rack.html
  1358. share/netbox/templates/dcim/device/base.html
  1359. share/netbox/templates/dcim/device/inc/interface_table_controls.html
  1360. share/netbox/templates/dcim/device/interfaces.html
  1361. share/netbox/templates/dcim/device_edit.html
  1362. share/netbox/templates/dcim/devicebay.html
  1363. share/netbox/templates/dcim/devicebay_depopulate.html
  1364. share/netbox/templates/dcim/devicebay_populate.html
  1365. share/netbox/templates/dcim/devicerole.html
  1366. share/netbox/templates/dcim/devicetype.html
  1367. share/netbox/templates/dcim/devicetype/attrs/height.html
  1368. share/netbox/templates/dcim/devicetype/base.html
  1369. share/netbox/templates/dcim/frontport.html
  1370. share/netbox/templates/dcim/htmx/cable_edit.html
  1371. share/netbox/templates/dcim/inc/cable_termination.html
  1372. share/netbox/templates/dcim/inc/cable_toggle_buttons.html
  1373. share/netbox/templates/dcim/inc/connection_endpoints.html
  1374. share/netbox/templates/dcim/inc/endpoint_connection.html
  1375. share/netbox/templates/dcim/inc/interface_vlans_table.html
  1376. share/netbox/templates/dcim/inc/moduletype_buttons.html
  1377. share/netbox/templates/dcim/inc/panels/inventory_items.html
  1378. share/netbox/templates/dcim/inc/panels/racktype_dimensions.html
  1379. share/netbox/templates/dcim/inc/panels/racktype_numbering.html
  1380. share/netbox/templates/dcim/inc/rack_elevation.html
  1381. share/netbox/templates/dcim/interface.html
  1382. share/netbox/templates/dcim/interface/attrs/mac_address.html
  1383. share/netbox/templates/dcim/interface/attrs/speed.html
  1384. share/netbox/templates/dcim/inventoryitem.html
  1385. share/netbox/templates/dcim/location.html
  1386. share/netbox/templates/dcim/manufacturer.html
  1387. share/netbox/templates/dcim/module.html
  1388. share/netbox/templates/dcim/modulebay.html
  1389. share/netbox/templates/dcim/moduletype.html
  1390. share/netbox/templates/dcim/panels/cable_termination_a.html
  1391. share/netbox/templates/dcim/panels/cable_termination_b.html
  1392. share/netbox/templates/dcim/panels/component_inventory_items.html
  1393. share/netbox/templates/dcim/panels/connection.html
  1394. share/netbox/templates/dcim/panels/device_rack_elevations.html
  1395. share/netbox/templates/dcim/panels/front_port_mappings.html
  1396. share/netbox/templates/dcim/panels/interface_connection.html
  1397. share/netbox/templates/dcim/panels/interface_virtual_circuit.html
  1398. share/netbox/templates/dcim/panels/interface_wireless.html
  1399. share/netbox/templates/dcim/panels/interface_wireless_lans.html
  1400. share/netbox/templates/dcim/panels/module_type.html
  1401. share/netbox/templates/dcim/panels/module_type_attributes.html
  1402. share/netbox/templates/dcim/panels/power_utilization.html
  1403. share/netbox/templates/dcim/panels/rack_elevations.html
  1404. share/netbox/templates/dcim/panels/rack_reservation_elevations.html
  1405. share/netbox/templates/dcim/panels/rear_port_mappings.html
  1406. share/netbox/templates/dcim/panels/virtual_chassis_members.html
  1407. share/netbox/templates/dcim/platform.html
  1408. share/netbox/templates/dcim/powerfeed.html
  1409. share/netbox/templates/dcim/powerfeed/attrs/connected_device.html
  1410. share/netbox/templates/dcim/powerfeed/attrs/utilization.html
  1411. share/netbox/templates/dcim/poweroutlet.html
  1412. share/netbox/templates/dcim/powerpanel.html
  1413. share/netbox/templates/dcim/powerport.html
  1414. share/netbox/templates/dcim/rack.html
  1415. share/netbox/templates/dcim/rack/base.html
  1416. share/netbox/templates/dcim/rack/non_racked_devices.html
  1417. share/netbox/templates/dcim/rack/reservations.html
  1418. share/netbox/templates/dcim/rack_elevation_list.html
  1419. share/netbox/templates/dcim/rack_list.html
  1420. share/netbox/templates/dcim/rackgroup.html
  1421. share/netbox/templates/dcim/rackreservation.html
  1422. share/netbox/templates/dcim/rackrole.html
  1423. share/netbox/templates/dcim/rearport.html
  1424. share/netbox/templates/dcim/region.html
  1425. share/netbox/templates/dcim/site.html
  1426. share/netbox/templates/dcim/sitegroup.html
  1427. share/netbox/templates/dcim/trace/attachment.html
  1428. share/netbox/templates/dcim/trace/cable.html
  1429. share/netbox/templates/dcim/trace/circuit.html
  1430. share/netbox/templates/dcim/trace/device.html
  1431. share/netbox/templates/dcim/trace/object.html
  1432. share/netbox/templates/dcim/trace/powerpanel.html
  1433. share/netbox/templates/dcim/trace/termination.html
  1434. share/netbox/templates/dcim/virtualchassis_add_member.html
  1435. share/netbox/templates/dcim/virtualchassis_edit.html
  1436. share/netbox/templates/dcim/virtualchassis_remove_member.html
  1437. share/netbox/templates/django/forms/widgets/attrs.html
  1438. share/netbox/templates/django/forms/widgets/checkbox.html
  1439. share/netbox/templates/django/forms/widgets/clearable_file_input.html
  1440. share/netbox/templates/django/forms/widgets/input.html
  1441. share/netbox/templates/django/forms/widgets/select.html
  1442. share/netbox/templates/django/forms/widgets/textarea.html
  1443. share/netbox/templates/exceptions/import_error.html
  1444. share/netbox/templates/exceptions/permission_error.html
  1445. share/netbox/templates/exceptions/programming_error.html
  1446. share/netbox/templates/extras/configtemplate/attrs/data_file.html
  1447. share/netbox/templates/extras/customfield/attrs/choice_set.html
  1448. share/netbox/templates/extras/customfield/attrs/related_object_filter.html
  1449. share/netbox/templates/extras/customfield/attrs/search_weight.html
  1450. share/netbox/templates/extras/customfield/attrs/type.html
  1451. share/netbox/templates/extras/dashboard/reset.html
  1452. share/netbox/templates/extras/dashboard/widget.html
  1453. share/netbox/templates/extras/dashboard/widget_add.html
  1454. share/netbox/templates/extras/dashboard/widget_config.html
  1455. share/netbox/templates/extras/dashboard/widgets/bookmarks.html
  1456. share/netbox/templates/extras/dashboard/widgets/objectcounts.html
  1457. share/netbox/templates/extras/dashboard/widgets/objectlist.html
  1458. share/netbox/templates/extras/dashboard/widgets/rssfeed.html
  1459. share/netbox/templates/extras/eventrule/attrs/action_data.html
  1460. share/netbox/templates/extras/htmx/script_result.html
  1461. share/netbox/templates/extras/inc/configcontext_data.html
  1462. share/netbox/templates/extras/inc/format_toggle.html
  1463. share/netbox/templates/extras/inc/result_pending.html
  1464. share/netbox/templates/extras/inc/script_list_content.html
  1465. share/netbox/templates/extras/journalentry.html
  1466. share/netbox/templates/extras/object_changelog.html
  1467. share/netbox/templates/extras/object_configcontext.html
  1468. share/netbox/templates/extras/object_imageattachments.html
  1469. share/netbox/templates/extras/object_journal.html
  1470. share/netbox/templates/extras/object_render_config.html
  1471. share/netbox/templates/extras/panels/configcontext_assignment.html
  1472. share/netbox/templates/extras/panels/configcontext_data.html
  1473. share/netbox/templates/extras/panels/configcontextprofile_schema.html
  1474. share/netbox/templates/extras/panels/custom_fields.html
  1475. share/netbox/templates/extras/panels/customfield_related_objects.html
  1476. share/netbox/templates/extras/panels/customfieldchoiceset_choices.html
  1477. share/netbox/templates/extras/panels/eventrule_event_types.html
  1478. share/netbox/templates/extras/panels/imageattachment_file.html
  1479. share/netbox/templates/extras/panels/imageattachment_image.html
  1480. share/netbox/templates/extras/panels/notificationgroup_groups.html
  1481. share/netbox/templates/extras/panels/notificationgroup_users.html
  1482. share/netbox/templates/extras/panels/object_types.html
  1483. share/netbox/templates/extras/panels/savedfilter_object_types.html
  1484. share/netbox/templates/extras/panels/tableconfig_columns.html
  1485. share/netbox/templates/extras/panels/tableconfig_ordering.html
  1486. share/netbox/templates/extras/panels/tag_item_types.html
  1487. share/netbox/templates/extras/panels/tag_object_types.html
  1488. share/netbox/templates/extras/panels/tags.html
  1489. share/netbox/templates/extras/report/base.html
  1490. share/netbox/templates/extras/report/jobs.html
  1491. share/netbox/templates/extras/report/source.html
  1492. share/netbox/templates/extras/schema/devicetype_schema.jinja2
  1493. share/netbox/templates/extras/script.html
  1494. share/netbox/templates/extras/script/base.html
  1495. share/netbox/templates/extras/script/jobs.html
  1496. share/netbox/templates/extras/script/source.html
  1497. share/netbox/templates/extras/script_list.html
  1498. share/netbox/templates/extras/script_result.html
  1499. share/netbox/templates/extras/tableconfig_edit.html
  1500. share/netbox/templates/extras/tag/attrs/tagged_item_count.html
  1501. share/netbox/templates/extras/templatetags/log_level.html
  1502. share/netbox/templates/generic/_base.html
  1503. share/netbox/templates/generic/bulk_add.html
  1504. share/netbox/templates/generic/bulk_add_component.html
  1505. share/netbox/templates/generic/bulk_delete.html
  1506. share/netbox/templates/generic/bulk_edit.html
  1507. share/netbox/templates/generic/bulk_import.html
  1508. share/netbox/templates/generic/bulk_rename.html
  1509. share/netbox/templates/generic/confirmation_form.html
  1510. share/netbox/templates/generic/object.html
  1511. share/netbox/templates/generic/object_children.html
  1512. share/netbox/templates/generic/object_delete.html
  1513. share/netbox/templates/generic/object_edit.html
  1514. share/netbox/templates/generic/object_list.html
  1515. share/netbox/templates/graphql/graphiql.html
  1516. share/netbox/templates/home.html
  1517. share/netbox/templates/htmx/bulk_add_form.html
  1518. share/netbox/templates/htmx/delete_form.html
  1519. share/netbox/templates/htmx/form.html
  1520. share/netbox/templates/htmx/notifications.html
  1521. share/netbox/templates/htmx/object_selector.html
  1522. share/netbox/templates/htmx/object_selector_results.html
  1523. share/netbox/templates/htmx/quick_add.html
  1524. share/netbox/templates/htmx/quick_add_created.html
  1525. share/netbox/templates/htmx/table.html
  1526. share/netbox/templates/inc/alerts/danger.html
  1527. share/netbox/templates/inc/alerts/info.html
  1528. share/netbox/templates/inc/alerts/success.html
  1529. share/netbox/templates/inc/alerts/warning.html
  1530. share/netbox/templates/inc/banner.html
  1531. share/netbox/templates/inc/filter_list.html
  1532. share/netbox/templates/inc/htmx_modal.html
  1533. share/netbox/templates/inc/light_toggle.html
  1534. share/netbox/templates/inc/messages.html
  1535. share/netbox/templates/inc/missing_prerequisites.html
  1536. share/netbox/templates/inc/notification_bell.html
  1537. share/netbox/templates/inc/paginator.html
  1538. share/netbox/templates/inc/panel_table.html
  1539. share/netbox/templates/inc/panels/comments.html
  1540. share/netbox/templates/inc/panels/custom_fields.html
  1541. share/netbox/templates/inc/panels/image_attachments.html
  1542. share/netbox/templates/inc/panels/related_objects.html
  1543. share/netbox/templates/inc/panels/tags.html
  1544. share/netbox/templates/inc/sync_warning.html
  1545. share/netbox/templates/inc/table.html
  1546. share/netbox/templates/inc/table_controls_htmx.html
  1547. share/netbox/templates/inc/table_htmx.html
  1548. share/netbox/templates/inc/toast.html
  1549. share/netbox/templates/inc/user_menu.html
  1550. share/netbox/templates/ipam/aggregate.html
  1551. share/netbox/templates/ipam/aggregate/attrs/utilization.html
  1552. share/netbox/templates/ipam/aggregate/base.html
  1553. share/netbox/templates/ipam/aggregate/prefixes.html
  1554. share/netbox/templates/ipam/asn.html
  1555. share/netbox/templates/ipam/asnrange.html
  1556. share/netbox/templates/ipam/asnrange/base.html
  1557. share/netbox/templates/ipam/attrs/vrf.html
  1558. share/netbox/templates/ipam/fhrpgroup.html
  1559. share/netbox/templates/ipam/inc/ipaddress_edit_header.html
  1560. share/netbox/templates/ipam/inc/max_depth.html
  1561. share/netbox/templates/ipam/inc/max_length.html
  1562. share/netbox/templates/ipam/inc/panels/fhrp_groups.html
  1563. share/netbox/templates/ipam/inc/prefix_edit_header.html
  1564. share/netbox/templates/ipam/inc/toggle_available.html
  1565. share/netbox/templates/ipam/inc/vlan_edit_header.html
  1566. share/netbox/templates/ipam/ipaddress.html
  1567. share/netbox/templates/ipam/ipaddress/attrs/assigned_object.html
  1568. share/netbox/templates/ipam/ipaddress/attrs/nat_inside.html
  1569. share/netbox/templates/ipam/ipaddress/attrs/nat_outside.html
  1570. share/netbox/templates/ipam/ipaddress/base.html
  1571. share/netbox/templates/ipam/ipaddress_assign.html
  1572. share/netbox/templates/ipam/ipaddress_bulk_add.html
  1573. share/netbox/templates/ipam/ipaddress_edit.html
  1574. share/netbox/templates/ipam/iprange.html
  1575. share/netbox/templates/ipam/iprange/attrs/utilization.html
  1576. share/netbox/templates/ipam/iprange/base.html
  1577. share/netbox/templates/ipam/iprange/ip_addresses.html
  1578. share/netbox/templates/ipam/panels/fhrp_groups.html
  1579. share/netbox/templates/ipam/panels/prefix_addressing.html
  1580. share/netbox/templates/ipam/prefix.html
  1581. share/netbox/templates/ipam/prefix/attrs/aggregate.html
  1582. share/netbox/templates/ipam/prefix/base.html
  1583. share/netbox/templates/ipam/prefix/ip_addresses.html
  1584. share/netbox/templates/ipam/prefix/ip_ranges.html
  1585. share/netbox/templates/ipam/prefix/prefixes.html
  1586. share/netbox/templates/ipam/prefix_bulk_add.html
  1587. share/netbox/templates/ipam/prefix_edit.html
  1588. share/netbox/templates/ipam/prefix_list.html
  1589. share/netbox/templates/ipam/rir.html
  1590. share/netbox/templates/ipam/role.html
  1591. share/netbox/templates/ipam/service.html
  1592. share/netbox/templates/ipam/service/attrs/ip_addresses.html
  1593. share/netbox/templates/ipam/vlan.html
  1594. share/netbox/templates/ipam/vlan/base.html
  1595. share/netbox/templates/ipam/vlan_bulk_add.html
  1596. share/netbox/templates/ipam/vlan_edit.html
  1597. share/netbox/templates/ipam/vlangroup.html
  1598. share/netbox/templates/ipam/vlangroup/attrs/vid_ranges.html
  1599. share/netbox/templates/login.html
  1600. share/netbox/templates/media_failure.html
  1601. share/netbox/templates/rest_framework/api.html
  1602. share/netbox/templates/search.html
  1603. share/netbox/templates/tenancy/attrs/email.html
  1604. share/netbox/templates/tenancy/attrs/link.html
  1605. share/netbox/templates/tenancy/attrs/phone.html
  1606. share/netbox/templates/tenancy/contactgroup.html
  1607. share/netbox/templates/tenancy/object_contacts.html
  1608. share/netbox/templates/tenancy/tenant.html
  1609. share/netbox/templates/tenancy/tenantgroup.html
  1610. share/netbox/templates/ui/actions/copy_content.html
  1611. share/netbox/templates/ui/actions/link.html
  1612. share/netbox/templates/ui/attrs/address.html
  1613. share/netbox/templates/ui/attrs/boolean.html
  1614. share/netbox/templates/ui/attrs/choice.html
  1615. share/netbox/templates/ui/attrs/color.html
  1616. share/netbox/templates/ui/attrs/datetime.html
  1617. share/netbox/templates/ui/attrs/generic_object.html
  1618. share/netbox/templates/ui/attrs/gps_coordinates.html
  1619. share/netbox/templates/ui/attrs/image.html
  1620. share/netbox/templates/ui/attrs/nested_object.html
  1621. share/netbox/templates/ui/attrs/numeric.html
  1622. share/netbox/templates/ui/attrs/object.html
  1623. share/netbox/templates/ui/attrs/object_list.html
  1624. share/netbox/templates/ui/attrs/text.html
  1625. share/netbox/templates/ui/attrs/timezone.html
  1626. share/netbox/templates/ui/attrs/utilization.html
  1627. share/netbox/templates/ui/exception.html
  1628. share/netbox/templates/ui/panels/_base.html
  1629. share/netbox/templates/ui/panels/comments.html
  1630. share/netbox/templates/ui/panels/context_table.html
  1631. share/netbox/templates/ui/panels/embedded_table.html
  1632. share/netbox/templates/ui/panels/json.html
  1633. share/netbox/templates/ui/panels/object_attributes.html
  1634. share/netbox/templates/ui/panels/objects_table.html
  1635. share/netbox/templates/ui/panels/related_objects.html
  1636. share/netbox/templates/ui/panels/text_code.html
  1637. share/netbox/templates/users/attrs/full_name.html
  1638. share/netbox/templates/users/group.html
  1639. share/netbox/templates/users/inc/new_token_banner.html
  1640. share/netbox/templates/users/inc/user_activity.html
  1641. share/netbox/templates/users/inc/v1_token_warning.html
  1642. share/netbox/templates/users/objectpermission.html
  1643. share/netbox/templates/users/owner.html
  1644. share/netbox/templates/users/ownergroup.html
  1645. share/netbox/templates/users/panels/actions.html
  1646. share/netbox/templates/users/panels/object_types.html
  1647. share/netbox/templates/users/panels/token_example.html
  1648. share/netbox/templates/users/token.html
  1649. share/netbox/templates/users/token_edit.html
  1650. share/netbox/templates/users/user.html
  1651. share/netbox/templates/virtualization/buttons/bulk_add_components.html
  1652. share/netbox/templates/virtualization/cluster.html
  1653. share/netbox/templates/virtualization/cluster/base.html
  1654. share/netbox/templates/virtualization/cluster_add_devices.html
  1655. share/netbox/templates/virtualization/clustergroup.html
  1656. share/netbox/templates/virtualization/clustertype.html
  1657. share/netbox/templates/virtualization/panels/cluster_resources.html
  1658. share/netbox/templates/virtualization/panels/virtual_machine_resources.html
  1659. share/netbox/templates/virtualization/virtualdisk.html
  1660. share/netbox/templates/virtualization/virtualdisk/attrs/size.html
  1661. share/netbox/templates/virtualization/virtualmachine.html
  1662. share/netbox/templates/virtualization/virtualmachine/attrs/ipaddress.html
  1663. share/netbox/templates/virtualization/virtualmachine/base.html
  1664. share/netbox/templates/virtualization/virtualmachinetype.html
  1665. share/netbox/templates/virtualization/virtualmachinetype/attrs/default_memory.html
  1666. share/netbox/templates/virtualization/vminterface.html
  1667. share/netbox/templates/vpn/attrs/preshared_key.html
  1668. share/netbox/templates/vpn/tunnel.html
  1669. share/netbox/templates/vpn/tunnelgroup.html
  1670. share/netbox/templates/wireless/attrs/auth_psk.html
  1671. share/netbox/templates/wireless/panels/wirelesslink_interface.html
  1672. share/netbox/templates/wireless/wirelesslangroup.html
  1673. share/netbox/tenancy/__init__.py
  1674. share/netbox/tenancy/api/__init__.py
  1675. share/netbox/tenancy/api/serializers.py
  1676. share/netbox/tenancy/api/serializers_/__init__.py
  1677. share/netbox/tenancy/api/serializers_/contacts.py
  1678. share/netbox/tenancy/api/serializers_/nested.py
  1679. share/netbox/tenancy/api/serializers_/tenants.py
  1680. share/netbox/tenancy/api/urls.py
  1681. share/netbox/tenancy/api/views.py
  1682. share/netbox/tenancy/apps.py
  1683. share/netbox/tenancy/choices.py
  1684. share/netbox/tenancy/filtersets.py
  1685. share/netbox/tenancy/forms/__init__.py
  1686. share/netbox/tenancy/forms/bulk_edit.py
  1687. share/netbox/tenancy/forms/bulk_import.py
  1688. share/netbox/tenancy/forms/filtersets.py
  1689. share/netbox/tenancy/forms/forms.py
  1690. share/netbox/tenancy/forms/model_forms.py
  1691. share/netbox/tenancy/graphql/__init__.py
  1692. share/netbox/tenancy/graphql/enums.py
  1693. share/netbox/tenancy/graphql/filter_mixins.py
  1694. share/netbox/tenancy/graphql/filters.py
  1695. share/netbox/tenancy/graphql/mixins.py
  1696. share/netbox/tenancy/graphql/schema.py
  1697. share/netbox/tenancy/graphql/types.py
  1698. share/netbox/tenancy/migrations/0001_squashed_0012.py
  1699. share/netbox/tenancy/migrations/0002_squashed_0011.py
  1700. share/netbox/tenancy/migrations/0012_contactassignment_custom_fields.py
  1701. share/netbox/tenancy/migrations/0013_gfk_indexes.py
  1702. share/netbox/tenancy/migrations/0014_contactassignment_ordering.py
  1703. share/netbox/tenancy/migrations/0015_contactassignment_rename_content_type.py
  1704. share/netbox/tenancy/migrations/0016_charfield_null_choices.py
  1705. share/netbox/tenancy/migrations/0017_natural_ordering.py
  1706. share/netbox/tenancy/migrations/0018_contact_groups.py
  1707. share/netbox/tenancy/migrations/0019_contactgroup_comments_tenantgroup_comments.py
  1708. share/netbox/tenancy/migrations/0020_remove_contactgroupmembership.py
  1709. share/netbox/tenancy/migrations/0021_owner.py
  1710. share/netbox/tenancy/migrations/0022_add_comments_to_organizationalmodel.py
  1711. share/netbox/tenancy/migrations/0023_add_mptt_tree_indexes.py
  1712. share/netbox/tenancy/migrations/0024_default_ordering_indexes.py
  1713. share/netbox/tenancy/migrations/__init__.py
  1714. share/netbox/tenancy/models/__init__.py
  1715. share/netbox/tenancy/models/contacts.py
  1716. share/netbox/tenancy/models/tenants.py
  1717. share/netbox/tenancy/search.py
  1718. share/netbox/tenancy/tables/__init__.py
  1719. share/netbox/tenancy/tables/columns.py
  1720. share/netbox/tenancy/tables/contacts.py
  1721. share/netbox/tenancy/tables/template_code.py
  1722. share/netbox/tenancy/tables/tenants.py
  1723. share/netbox/tenancy/tests/__init__.py
  1724. share/netbox/tenancy/tests/query_counts.json
  1725. share/netbox/tenancy/tests/test_api.py
  1726. share/netbox/tenancy/tests/test_filtersets.py
  1727. share/netbox/tenancy/tests/test_models.py
  1728. share/netbox/tenancy/tests/test_tables.py
  1729. share/netbox/tenancy/tests/test_views.py
  1730. share/netbox/tenancy/ui/__init__.py
  1731. share/netbox/tenancy/ui/panels.py
  1732. share/netbox/tenancy/urls.py
  1733. share/netbox/tenancy/views.py
  1734. share/netbox/translations/cs/LC_MESSAGES/django.mo
  1735. share/netbox/translations/cs/LC_MESSAGES/django.po
  1736. share/netbox/translations/da/LC_MESSAGES/django.mo
  1737. share/netbox/translations/da/LC_MESSAGES/django.po
  1738. share/netbox/translations/de/LC_MESSAGES/django.mo
  1739. share/netbox/translations/de/LC_MESSAGES/django.po
  1740. share/netbox/translations/en/LC_MESSAGES/django.mo
  1741. share/netbox/translations/en/LC_MESSAGES/django.po
  1742. share/netbox/translations/es/LC_MESSAGES/django.mo
  1743. share/netbox/translations/es/LC_MESSAGES/django.po
  1744. share/netbox/translations/fr/LC_MESSAGES/django.mo
  1745. share/netbox/translations/fr/LC_MESSAGES/django.po
  1746. share/netbox/translations/it/LC_MESSAGES/django.mo
  1747. share/netbox/translations/it/LC_MESSAGES/django.po
  1748. share/netbox/translations/ja/LC_MESSAGES/django.mo
  1749. share/netbox/translations/ja/LC_MESSAGES/django.po
  1750. share/netbox/translations/ko/LC_MESSAGES/django.mo
  1751. share/netbox/translations/ko/LC_MESSAGES/django.po
  1752. share/netbox/translations/lv/LC_MESSAGES/django.mo
  1753. share/netbox/translations/lv/LC_MESSAGES/django.po
  1754. share/netbox/translations/nl/LC_MESSAGES/django.mo
  1755. share/netbox/translations/nl/LC_MESSAGES/django.po
  1756. share/netbox/translations/pl/LC_MESSAGES/django.mo
  1757. share/netbox/translations/pl/LC_MESSAGES/django.po
  1758. share/netbox/translations/pt/LC_MESSAGES/django.mo
  1759. share/netbox/translations/pt/LC_MESSAGES/django.po
  1760. share/netbox/translations/ru/LC_MESSAGES/django.mo
  1761. share/netbox/translations/ru/LC_MESSAGES/django.po
  1762. share/netbox/translations/tr/LC_MESSAGES/django.mo
  1763. share/netbox/translations/tr/LC_MESSAGES/django.po
  1764. share/netbox/translations/uk/LC_MESSAGES/django.mo
  1765. share/netbox/translations/uk/LC_MESSAGES/django.po
  1766. share/netbox/translations/zh/LC_MESSAGES/django.mo
  1767. share/netbox/translations/zh/LC_MESSAGES/django.po
  1768. share/netbox/users/__init__.py
  1769. share/netbox/users/api/__init__.py
  1770. share/netbox/users/api/serializers.py
  1771. share/netbox/users/api/serializers_/__init__.py
  1772. share/netbox/users/api/serializers_/mixins.py
  1773. share/netbox/users/api/serializers_/nested.py
  1774. share/netbox/users/api/serializers_/owners.py
  1775. share/netbox/users/api/serializers_/permissions.py
  1776. share/netbox/users/api/serializers_/tokens.py
  1777. share/netbox/users/api/serializers_/users.py
  1778. share/netbox/users/api/urls.py
  1779. share/netbox/users/api/views.py
  1780. share/netbox/users/apps.py
  1781. share/netbox/users/choices.py
  1782. share/netbox/users/constants.py
  1783. share/netbox/users/filterset_mixins.py
  1784. share/netbox/users/filtersets.py
  1785. share/netbox/users/forms/__init__.py
  1786. share/netbox/users/forms/bulk_edit.py
  1787. share/netbox/users/forms/bulk_import.py
  1788. share/netbox/users/forms/filtersets.py
  1789. share/netbox/users/forms/model_forms.py
  1790. share/netbox/users/graphql/__init__.py
  1791. share/netbox/users/graphql/filters.py
  1792. share/netbox/users/graphql/mixins.py
  1793. share/netbox/users/graphql/schema.py
  1794. share/netbox/users/graphql/types.py
  1795. share/netbox/users/migrations/0001_squashed_0011.py
  1796. share/netbox/users/migrations/0002_squashed_0004.py
  1797. share/netbox/users/migrations/0005_alter_user_table.py
  1798. share/netbox/users/migrations/0006_custom_group_model.py
  1799. share/netbox/users/migrations/0007_objectpermission_update_object_types.py
  1800. share/netbox/users/migrations/0008_flip_objectpermission_assignments.py
  1801. share/netbox/users/migrations/0009_update_group_perms.py
  1802. share/netbox/users/migrations/0010_add_token_meta_ordering.py
  1803. share/netbox/users/migrations/0011_concrete_objecttype.py
  1804. share/netbox/users/migrations/0012_drop_django_admin_log_table.py
  1805. share/netbox/users/migrations/0013_user_remove_is_staff.py
  1806. share/netbox/users/migrations/0014_users_token_v2.py
  1807. share/netbox/users/migrations/0015_owner.py
  1808. share/netbox/users/migrations/0016_default_ordering_indexes.py
  1809. share/netbox/users/migrations/__init__.py
  1810. share/netbox/users/models/__init__.py
  1811. share/netbox/users/models/owners.py
  1812. share/netbox/users/models/permissions.py
  1813. share/netbox/users/models/preferences.py
  1814. share/netbox/users/models/tokens.py
  1815. share/netbox/users/models/users.py
  1816. share/netbox/users/preferences.py
  1817. share/netbox/users/signals.py
  1818. share/netbox/users/tables.py
  1819. share/netbox/users/tests/__init__.py
  1820. share/netbox/users/tests/query_counts.json
  1821. share/netbox/users/tests/test_api.py
  1822. share/netbox/users/tests/test_filtersets.py
  1823. share/netbox/users/tests/test_models.py
  1824. share/netbox/users/tests/test_preferences.py
  1825. share/netbox/users/tests/test_signals.py
  1826. share/netbox/users/tests/test_tables.py
  1827. share/netbox/users/tests/test_views.py
  1828. share/netbox/users/ui/__init__.py
  1829. share/netbox/users/ui/panels.py
  1830. share/netbox/users/urls.py
  1831. share/netbox/users/utils.py
  1832. share/netbox/users/views.py
  1833. share/netbox/utilities/__init__.py
  1834. share/netbox/utilities/api.py
  1835. share/netbox/utilities/apps.py
  1836. share/netbox/utilities/choices.py
  1837. share/netbox/utilities/constants.py
  1838. share/netbox/utilities/conversion.py
  1839. share/netbox/utilities/counters.py
  1840. share/netbox/utilities/data.py
  1841. share/netbox/utilities/datetime.py
  1842. share/netbox/utilities/debug.py
  1843. share/netbox/utilities/error_handlers.py
  1844. share/netbox/utilities/exceptions.py
  1845. share/netbox/utilities/export.py
  1846. share/netbox/utilities/fields.py
  1847. share/netbox/utilities/filters.py
  1848. share/netbox/utilities/filtersets.py
  1849. share/netbox/utilities/forms/__init__.py
  1850. share/netbox/utilities/forms/bulk_import.py
  1851. share/netbox/utilities/forms/constants.py
  1852. share/netbox/utilities/forms/fields/__init__.py
  1853. share/netbox/utilities/forms/fields/array.py
  1854. share/netbox/utilities/forms/fields/content_types.py
  1855. share/netbox/utilities/forms/fields/csv.py
  1856. share/netbox/utilities/forms/fields/dynamic.py
  1857. share/netbox/utilities/forms/fields/expandable.py
  1858. share/netbox/utilities/forms/fields/fields.py
  1859. share/netbox/utilities/forms/forms.py
  1860. share/netbox/utilities/forms/mixins.py
  1861. share/netbox/utilities/forms/rendering.py
  1862. share/netbox/utilities/forms/utils.py
  1863. share/netbox/utilities/forms/widgets/__init__.py
  1864. share/netbox/utilities/forms/widgets/apiselect.py
  1865. share/netbox/utilities/forms/widgets/datetime.py
  1866. share/netbox/utilities/forms/widgets/misc.py
  1867. share/netbox/utilities/forms/widgets/modifiers.py
  1868. share/netbox/utilities/forms/widgets/select.py
  1869. share/netbox/utilities/html.py
  1870. share/netbox/utilities/htmx.py
  1871. share/netbox/utilities/jinja2.py
  1872. share/netbox/utilities/jobs.py
  1873. share/netbox/utilities/json.py
  1874. share/netbox/utilities/jsonschema.py
  1875. share/netbox/utilities/management/__init__.py
  1876. share/netbox/utilities/management/commands/__init__.py
  1877. share/netbox/utilities/management/commands/calculate_cached_counts.py
  1878. share/netbox/utilities/markdown.py
  1879. share/netbox/utilities/migration.py
  1880. share/netbox/utilities/mptt.py
  1881. share/netbox/utilities/object_types.py
  1882. share/netbox/utilities/ordering.py
  1883. share/netbox/utilities/paginator.py
  1884. share/netbox/utilities/password_validation.py
  1885. share/netbox/utilities/permissions.py
  1886. share/netbox/utilities/prefetch.py
  1887. share/netbox/utilities/proxy.py
  1888. share/netbox/utilities/query.py
  1889. share/netbox/utilities/query_functions.py
  1890. share/netbox/utilities/querydict.py
  1891. share/netbox/utilities/querysets.py
  1892. share/netbox/utilities/relations.py
  1893. share/netbox/utilities/release.py
  1894. share/netbox/utilities/request.py
  1895. share/netbox/utilities/rqworker.py
  1896. share/netbox/utilities/secret_key.py
  1897. share/netbox/utilities/security.py
  1898. share/netbox/utilities/serialization.py
  1899. share/netbox/utilities/serializers/json.py
  1900. share/netbox/utilities/socks.py
  1901. share/netbox/utilities/string.py
  1902. share/netbox/utilities/tables.py
  1903. share/netbox/utilities/templates/builtins/badge.html
  1904. share/netbox/utilities/templates/builtins/checkmark.html
  1905. share/netbox/utilities/templates/builtins/copy_content.html
  1906. share/netbox/utilities/templates/builtins/customfield_value.html
  1907. share/netbox/utilities/templates/builtins/htmx_table.html
  1908. share/netbox/utilities/templates/builtins/tag.html
  1909. share/netbox/utilities/templates/buttons/add.html
  1910. share/netbox/utilities/templates/buttons/bookmark.html
  1911. share/netbox/utilities/templates/buttons/bulk_delete.html
  1912. share/netbox/utilities/templates/buttons/bulk_edit.html
  1913. share/netbox/utilities/templates/buttons/bulk_rename.html
  1914. share/netbox/utilities/templates/buttons/clone.html
  1915. share/netbox/utilities/templates/buttons/delete.html
  1916. share/netbox/utilities/templates/buttons/edit.html
  1917. share/netbox/utilities/templates/buttons/export.html
  1918. share/netbox/utilities/templates/buttons/import.html
  1919. share/netbox/utilities/templates/buttons/subscribe.html
  1920. share/netbox/utilities/templates/buttons/sync.html
  1921. share/netbox/utilities/templates/form_helpers/render_custom_fields.html
  1922. share/netbox/utilities/templates/form_helpers/render_errors.html
  1923. share/netbox/utilities/templates/form_helpers/render_field.html
  1924. share/netbox/utilities/templates/form_helpers/render_fieldset.html
  1925. share/netbox/utilities/templates/form_helpers/render_form.html
  1926. share/netbox/utilities/templates/helpers/applied_filters.html
  1927. share/netbox/utilities/templates/helpers/table_config_form.html
  1928. share/netbox/utilities/templates/helpers/utilization_graph.html
  1929. share/netbox/utilities/templates/navigation/menu.html
  1930. share/netbox/utilities/templates/tabs/model_view_tabs.html
  1931. share/netbox/utilities/templates/widgets/apiselect.html
  1932. share/netbox/utilities/templates/widgets/clearable_file_input.html
  1933. share/netbox/utilities/templates/widgets/colorselect_option.html
  1934. share/netbox/utilities/templates/widgets/filter_modifier.html
  1935. share/netbox/utilities/templates/widgets/markdown_input.html
  1936. share/netbox/utilities/templates/widgets/number_with_options.html
  1937. share/netbox/utilities/templates/widgets/select_option.html
  1938. share/netbox/utilities/templates/widgets/select_option_with_pk.html
  1939. share/netbox/utilities/templates/widgets/sluginput.html
  1940. share/netbox/utilities/templates/widgets/splitmultiselect.html
  1941. share/netbox/utilities/templatetags/__init__.py
  1942. share/netbox/utilities/templatetags/builtins/__init__.py
  1943. share/netbox/utilities/templatetags/builtins/filters.py
  1944. share/netbox/utilities/templatetags/builtins/tags.py
  1945. share/netbox/utilities/templatetags/buttons.py
  1946. share/netbox/utilities/templatetags/form_helpers.py
  1947. share/netbox/utilities/templatetags/helpers.py
  1948. share/netbox/utilities/templatetags/mptt.py
  1949. share/netbox/utilities/templatetags/navigation.py
  1950. share/netbox/utilities/templatetags/perms.py
  1951. share/netbox/utilities/templatetags/plugins.py
  1952. share/netbox/utilities/templatetags/tabs.py
  1953. share/netbox/utilities/testing/__init__.py
  1954. share/netbox/utilities/testing/api.py
  1955. share/netbox/utilities/testing/base.py
  1956. share/netbox/utilities/testing/filtersets.py
  1957. share/netbox/utilities/testing/mixins.py
  1958. share/netbox/utilities/testing/query_counts.py
  1959. share/netbox/utilities/testing/tables.py
  1960. share/netbox/utilities/testing/utils.py
  1961. share/netbox/utilities/testing/views.py
  1962. share/netbox/utilities/tests/__init__.py
  1963. share/netbox/utilities/tests/test_api.py
  1964. share/netbox/utilities/tests/test_api_graphql.py
  1965. share/netbox/utilities/tests/test_choices.py
  1966. share/netbox/utilities/tests/test_conversions.py
  1967. share/netbox/utilities/tests/test_counters.py
  1968. share/netbox/utilities/tests/test_data.py
  1969. share/netbox/utilities/tests/test_error_handlers.py
  1970. share/netbox/utilities/tests/test_filter_modifiers.py
  1971. share/netbox/utilities/tests/test_filters.py
  1972. share/netbox/utilities/tests/test_forms.py
  1973. share/netbox/utilities/tests/test_jsonschema.py
  1974. share/netbox/utilities/tests/test_management_commands.py
  1975. share/netbox/utilities/tests/test_managers.py
  1976. share/netbox/utilities/tests/test_ordering.py
  1977. share/netbox/utilities/tests/test_permissions.py
  1978. share/netbox/utilities/tests/test_prefetch.py
  1979. share/netbox/utilities/tests/test_query_counts.py
  1980. share/netbox/utilities/tests/test_release.py
  1981. share/netbox/utilities/tests/test_request.py
  1982. share/netbox/utilities/tests/test_rqworker.py
  1983. share/netbox/utilities/tests/test_secret_key.py
  1984. share/netbox/utilities/tests/test_serialization.py
  1985. share/netbox/utilities/tests/test_templatetags.py
  1986. share/netbox/utilities/tests/test_utils.py
  1987. share/netbox/utilities/tracking.py
  1988. share/netbox/utilities/urls.py
  1989. share/netbox/utilities/validators.py
  1990. share/netbox/utilities/views.py
  1991. share/netbox/virtualization/__init__.py
  1992. share/netbox/virtualization/api/__init__.py
  1993. share/netbox/virtualization/api/serializers.py
  1994. share/netbox/virtualization/api/serializers_/__init__.py
  1995. share/netbox/virtualization/api/serializers_/clusters.py
  1996. share/netbox/virtualization/api/serializers_/nested.py
  1997. share/netbox/virtualization/api/serializers_/virtualmachines.py
  1998. share/netbox/virtualization/api/urls.py
  1999. share/netbox/virtualization/api/views.py
  2000. share/netbox/virtualization/apps.py
  2001. share/netbox/virtualization/choices.py
  2002. share/netbox/virtualization/filtersets.py
  2003. share/netbox/virtualization/forms/__init__.py
  2004. share/netbox/virtualization/forms/bulk_create.py
  2005. share/netbox/virtualization/forms/bulk_edit.py
  2006. share/netbox/virtualization/forms/bulk_import.py
  2007. share/netbox/virtualization/forms/filtersets.py
  2008. share/netbox/virtualization/forms/model_forms.py
  2009. share/netbox/virtualization/forms/object_create.py
  2010. share/netbox/virtualization/graphql/__init__.py
  2011. share/netbox/virtualization/graphql/enums.py
  2012. share/netbox/virtualization/graphql/filter_mixins.py
  2013. share/netbox/virtualization/graphql/filters.py
  2014. share/netbox/virtualization/graphql/schema.py
  2015. share/netbox/virtualization/graphql/types.py
  2016. share/netbox/virtualization/migrations/0001_squashed_0022.py
  2017. share/netbox/virtualization/migrations/0023_squashed_0036.py
  2018. share/netbox/virtualization/migrations/0037_protect_child_interfaces.py
  2019. share/netbox/virtualization/migrations/0038_virtualdisk.py
  2020. share/netbox/virtualization/migrations/0039_virtualmachine_serial_number.py
  2021. share/netbox/virtualization/migrations/0040_convert_disk_size.py
  2022. share/netbox/virtualization/migrations/0041_charfield_null_choices.py
  2023. share/netbox/virtualization/migrations/0042_vminterface_vlan_translation_policy.py
  2024. share/netbox/virtualization/migrations/0043_qinq_svlan.py
  2025. share/netbox/virtualization/migrations/0044_cluster_scope.py
  2026. share/netbox/virtualization/migrations/0045_clusters_cached_relations.py
  2027. share/netbox/virtualization/migrations/0046_alter_cluster__location_alter_cluster__region_and_more.py
  2028. share/netbox/virtualization/migrations/0047_natural_ordering.py
  2029. share/netbox/virtualization/migrations/0048_populate_mac_addresses.py
  2030. share/netbox/virtualization/migrations/0049_owner.py
  2031. share/netbox/virtualization/migrations/0050_virtualmachine_start_on_boot.py
  2032. share/netbox/virtualization/migrations/0051_add_comments_to_organizationalmodel.py
  2033. share/netbox/virtualization/migrations/0052_gfk_indexes.py
  2034. share/netbox/virtualization/migrations/0053_virtualmachine_standalone_device_assignment.py
  2035. share/netbox/virtualization/migrations/0054_virtualmachinetype.py
  2036. share/netbox/virtualization/migrations/0055_default_ordering_indexes.py
  2037. share/netbox/virtualization/migrations/0056_virtualmachine_render_config_permission.py
  2038. share/netbox/virtualization/migrations/0057_alter_cluster__region_alter_cluster__site_group.py
  2039. share/netbox/virtualization/migrations/__init__.py
  2040. share/netbox/virtualization/models/__init__.py
  2041. share/netbox/virtualization/models/clusters.py
  2042. share/netbox/virtualization/models/virtualmachines.py
  2043. share/netbox/virtualization/object_actions.py
  2044. share/netbox/virtualization/search.py
  2045. share/netbox/virtualization/signals.py
  2046. share/netbox/virtualization/tables/__init__.py
  2047. share/netbox/virtualization/tables/clusters.py
  2048. share/netbox/virtualization/tables/template_code.py
  2049. share/netbox/virtualization/tables/virtualmachines.py
  2050. share/netbox/virtualization/tests/__init__.py
  2051. share/netbox/virtualization/tests/query_counts.json
  2052. share/netbox/virtualization/tests/test_api.py
  2053. share/netbox/virtualization/tests/test_filtersets.py
  2054. share/netbox/virtualization/tests/test_models.py
  2055. share/netbox/virtualization/tests/test_signals.py
  2056. share/netbox/virtualization/tests/test_tables.py
  2057. share/netbox/virtualization/tests/test_views.py
  2058. share/netbox/virtualization/ui/__init__.py
  2059. share/netbox/virtualization/ui/panels.py
  2060. share/netbox/virtualization/urls.py
  2061. share/netbox/virtualization/views.py
  2062. share/netbox/vpn/__init__.py
  2063. share/netbox/vpn/api/__init__.py
  2064. share/netbox/vpn/api/serializers.py
  2065. share/netbox/vpn/api/serializers_/__init__.py
  2066. share/netbox/vpn/api/serializers_/crypto.py
  2067. share/netbox/vpn/api/serializers_/l2vpn.py
  2068. share/netbox/vpn/api/serializers_/tunnels.py
  2069. share/netbox/vpn/api/urls.py
  2070. share/netbox/vpn/api/views.py
  2071. share/netbox/vpn/apps.py
  2072. share/netbox/vpn/choices.py
  2073. share/netbox/vpn/constants.py
  2074. share/netbox/vpn/filtersets.py
  2075. share/netbox/vpn/forms/__init__.py
  2076. share/netbox/vpn/forms/bulk_edit.py
  2077. share/netbox/vpn/forms/bulk_import.py
  2078. share/netbox/vpn/forms/filtersets.py
  2079. share/netbox/vpn/forms/model_forms.py
  2080. share/netbox/vpn/graphql/__init__.py
  2081. share/netbox/vpn/graphql/enums.py
  2082. share/netbox/vpn/graphql/filters.py
  2083. share/netbox/vpn/graphql/schema.py
  2084. share/netbox/vpn/graphql/types.py
  2085. share/netbox/vpn/migrations/0001_initial.py
  2086. share/netbox/vpn/migrations/0002_move_l2vpn.py
  2087. share/netbox/vpn/migrations/0003_ipaddress_multiple_tunnel_terminations.py
  2088. share/netbox/vpn/migrations/0004_alter_ikepolicy_mode.py
  2089. share/netbox/vpn/migrations/0005_rename_indexes.py
  2090. share/netbox/vpn/migrations/0006_charfield_null_choices.py
  2091. share/netbox/vpn/migrations/0007_natural_ordering.py
  2092. share/netbox/vpn/migrations/0008_add_l2vpn_status.py
  2093. share/netbox/vpn/migrations/0009_remove_redundant_indexes.py
  2094. share/netbox/vpn/migrations/0010_owner.py
  2095. share/netbox/vpn/migrations/0011_add_comments_to_organizationalmodel.py
  2096. share/netbox/vpn/migrations/0012_default_ordering_indexes.py
  2097. share/netbox/vpn/migrations/__init__.py
  2098. share/netbox/vpn/models/__init__.py
  2099. share/netbox/vpn/models/crypto.py
  2100. share/netbox/vpn/models/l2vpn.py
  2101. share/netbox/vpn/models/tunnels.py
  2102. share/netbox/vpn/search.py
  2103. share/netbox/vpn/tables/__init__.py
  2104. share/netbox/vpn/tables/crypto.py
  2105. share/netbox/vpn/tables/l2vpn.py
  2106. share/netbox/vpn/tables/tunnels.py
  2107. share/netbox/vpn/tests/__init__.py
  2108. share/netbox/vpn/tests/query_counts.json
  2109. share/netbox/vpn/tests/test_api.py
  2110. share/netbox/vpn/tests/test_filtersets.py
  2111. share/netbox/vpn/tests/test_models.py
  2112. share/netbox/vpn/tests/test_tables.py
  2113. share/netbox/vpn/tests/test_views.py
  2114. share/netbox/vpn/ui/__init__.py
  2115. share/netbox/vpn/ui/panels.py
  2116. share/netbox/vpn/urls.py
  2117. share/netbox/vpn/views.py
  2118. share/netbox/wireless/__init__.py
  2119. share/netbox/wireless/api/__init__.py
  2120. share/netbox/wireless/api/serializers.py
  2121. share/netbox/wireless/api/serializers_/__init__.py
  2122. share/netbox/wireless/api/serializers_/nested.py
  2123. share/netbox/wireless/api/serializers_/wirelesslans.py
  2124. share/netbox/wireless/api/serializers_/wirelesslinks.py
  2125. share/netbox/wireless/api/urls.py
  2126. share/netbox/wireless/api/views.py
  2127. share/netbox/wireless/apps.py
  2128. share/netbox/wireless/choices.py
  2129. share/netbox/wireless/constants.py
  2130. share/netbox/wireless/filtersets.py
  2131. share/netbox/wireless/forms/__init__.py
  2132. share/netbox/wireless/forms/bulk_edit.py
  2133. share/netbox/wireless/forms/bulk_import.py
  2134. share/netbox/wireless/forms/filtersets.py
  2135. share/netbox/wireless/forms/model_forms.py
  2136. share/netbox/wireless/graphql/__init__.py
  2137. share/netbox/wireless/graphql/enums.py
  2138. share/netbox/wireless/graphql/filter_mixins.py
  2139. share/netbox/wireless/graphql/filters.py
  2140. share/netbox/wireless/graphql/schema.py
  2141. share/netbox/wireless/graphql/types.py
  2142. share/netbox/wireless/migrations/0001_squashed_0008.py
  2143. share/netbox/wireless/migrations/0009_wirelesslink_distance.py
  2144. share/netbox/wireless/migrations/0010_charfield_null_choices.py
  2145. share/netbox/wireless/migrations/0011_wirelesslan__location_wirelesslan__region_and_more.py
  2146. share/netbox/wireless/migrations/0012_alter_wirelesslan__location_and_more.py
  2147. share/netbox/wireless/migrations/0013_natural_ordering.py
  2148. share/netbox/wireless/migrations/0014_wirelesslangroup_comments.py
  2149. share/netbox/wireless/migrations/0015_extend_wireless_link_abs_distance_upper_limit.py
  2150. share/netbox/wireless/migrations/0016_owner.py
  2151. share/netbox/wireless/migrations/0017_gfk_indexes.py
  2152. share/netbox/wireless/migrations/0018_add_mptt_tree_indexes.py
  2153. share/netbox/wireless/migrations/0019_default_ordering_indexes.py
  2154. share/netbox/wireless/migrations/0020_alter_wirelesslan__region_and_more.py
  2155. share/netbox/wireless/migrations/__init__.py
  2156. share/netbox/wireless/models.py
  2157. share/netbox/wireless/search.py
  2158. share/netbox/wireless/signals.py
  2159. share/netbox/wireless/tables/__init__.py
  2160. share/netbox/wireless/tables/wirelesslan.py
  2161. share/netbox/wireless/tables/wirelesslink.py
  2162. share/netbox/wireless/tests/__init__.py
  2163. share/netbox/wireless/tests/query_counts.json
  2164. share/netbox/wireless/tests/test_api.py
  2165. share/netbox/wireless/tests/test_filtersets.py
  2166. share/netbox/wireless/tests/test_models.py
  2167. share/netbox/wireless/tests/test_signals.py
  2168. share/netbox/wireless/tests/test_tables.py
  2169. share/netbox/wireless/tests/test_views.py
  2170. share/netbox/wireless/ui/__init__.py
  2171. share/netbox/wireless/ui/panels.py
  2172. share/netbox/wireless/urls.py
  2173. share/netbox/wireless/utils.py
  2174. share/netbox/wireless/views.py
  2175. @owner
  2176. @group
  2177. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • netbox>0:net-mgmt/netbox
To install the port:
cd /usr/ports/net-mgmt/netbox/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/netbox
  • pkg install netbox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: netbox
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1785518136 SHA256 (netbox-community-netbox-v4.6.7_GH0.tar.gz) = f64d8c5964d10851af0e0f95ede2bd7baa2c4e0d9362430e2c0980194bce941e SIZE (netbox-community-netbox-v4.6.7_GH0.tar.gz) = 20091357

Packages (timestamps in pop-ups are UTC):
netbox
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.5.84.5.92.9.114.3.7_1-n/an/an/a
FreeBSD:13:quarterly4.5.84.5.8-4.3.7-n/an/an/a
FreeBSD:14:latest4.6.5--4.3.6----
FreeBSD:14:quarterly4.6.54.6.5-4.3.74.6.6-3.6.9-
FreeBSD:15:latest--n/a4.3.6n/an/a3.7.1-
FreeBSD:15:quarterly4.6.54.6.5n/a-n/an/a--
FreeBSD:16:latest4.6.54.6.6n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.12 : lang/python312
Test dependencies:
  1. python3.12 : lang/python312
Runtime dependencies:
  1. py312-django60>=6.0.7<6.1 : www/py-django60@py312
  2. py312-dj60-django-cors-headers>=4.9.0<5 : www/py-dj60-django-cors-headers@py312
  3. py312-dj60-django-debug-toolbar>=7.0.0<8 : www/py-dj60-django-debug-toolbar@py312
  4. py312-dj60-django-filter>=26.1<27 : www/py-dj60-django-filter@py312
  5. py312-dj60-django-htmx>=1.28.0<2 : www/py-dj60-django-htmx@py312
  6. py312-dj60-django-mptt>=0.18.0<0.19 : www/py-dj60-django-mptt@py312
  7. py312-dj60-django-prometheus>=2.4.0<2.6 : www/py-dj60-django-prometheus@py312
  8. py312-dj60-django-redis>=7.0.0<8 : www/py-dj60-django-redis@py312
  9. py312-dj60-django-rich>=2.2.0<3 : www/py-dj60-django-rich@py312
  10. py312-dj60-django-rq>=4.1.1<4.2.0 : devel/py-dj60-django-rq@py312
  11. py312-dj60-django-storages>=1.14.6<2 : www/py-dj60-django-storages@py312
  12. py312-dj60-django-tables2>=2.8.0<2.9 : www/py-dj60-django-tables2@py312
  13. py312-dj60-django-taggit>=6.1.0<7 : www/py-dj60-django-taggit@py312
  14. py312-dj60-django-timezone-field>=7.2.2<8 : www/py-dj60-django-timezone-field@py312
  15. py312-dj60-djangorestframework>=3.17.1<3.18.0 : www/py-dj60-djangorestframework@py312
  16. py312-dj60-drf-spectacular>=0.30.0<1 : www/py-dj60-drf-spectacular@py312
  17. py312-dj60-drf-spectacular-sidecar>=2026.7.1 : www/py-dj60-drf-spectacular-sidecar@py312
  18. py312-dj60-social-auth-app-django>=5.9.0<6 : www/py-dj60-social-auth-app-django@py312
  19. py312-dj60-sorl-thumbnail>=13.0.0<14 : graphics/py-dj60-sorl-thumbnail@py312
  20. py312-dj60-strawberry-graphql>=0.323.2<1 : devel/py-dj60-strawberry-graphql@py312
  21. py312-dj60-strawberry-graphql-django>=0.86.5<1 : www/py-dj60-strawberry-graphql-django@py312
  22. py312-django-pglocks>=1.0.4<1.1 : www/py-django-pglocks@py312
  23. py312-colorama>=0.4.6<1 : devel/py-colorama@py312
  24. py312-feedparser>=6.0.12<7 : textproc/py-feedparser@py312
  25. py312-Jinja2>=3.1.6<4 : devel/py-Jinja2@py312
  26. py312-jsonschema>=4.26.0<5 : devel/py-jsonschema@py312
  27. py312-markdown>=3.10.2<4 : textproc/py-markdown@py312
  28. py312-mkdocs>=1.6.1<2 : textproc/py-mkdocs@py312
  29. py312-mkdocs-material>=9.7.7<10 : textproc/py-mkdocs-material@py312
  30. py312-mkdocstrings>=1.0.6<2 : textproc/py-mkdocstrings@py312
  31. py312-mkdocstrings-python>=2.0.5 : textproc/py-mkdocstrings-python@py312
  32. py312-netaddr>=1.3.0<2 : net/py-netaddr@py312
  33. py312-nh3>=0.3.6<1 : www/py-nh3@py312
  34. py312-pillow>=11.3.0 : graphics/py-pillow@py312
  35. py312-psycopg>=3.2.13<4 : databases/py-psycopg@py312
  36. py312-psycopg-c>=3.2.13<4 : databases/py-psycopg-c@py312
  37. py312-psycopg-pool>=3.3.0<4 : databases/py-psycopg-pool@py312
  38. py312-redis>=7.4.0<8 : databases/py-redis@py312
  39. py312-requests>=2.34.2<3 : www/py-requests@py312
  40. py312-rq>=2.10<3 : devel/py-rq@py312
  41. py312-social-auth-core4>=4.8.7<4.9.0 : security/py-social-auth-core4@py312
  42. py312-svgwrite>=1.4.3<2 : graphics/py-svgwrite@py312
  43. py312-tablib>=3.9.0<4 : textproc/py-tablib@py312
  44. py312-tzdata>=2026.3 : devel/py-tzdata@py312
  45. py312-pyyaml>=6.0.3<7 : devel/py-pyyaml@py312
  46. py312-gunicorn>=26.0.0 : www/py-gunicorn@py312
  47. py312-zensical>=0.0.52<1 : textproc/py-zensical@py312
  48. python3.12 : lang/python312
Library dependencies:
  1. libpq.so.5 : databases/postgresql18-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for netbox-4.6.7: EXAMPLES=on: Build and/or install examples ====> Options available for the group BACKENDS GIT=off: Git backend support LDAP=off: LDAP backend support S3=off: Amazon S3 backend support SENTRY=off: Sentry monitoring support ===> Use 'make config' to modify these settings
Options name:
net-mgmt_netbox
USES:
cpe pgsql:14+ python:3.12+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/netbox-community/netbox/tar.gz/v4.6.7?dummy=/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2026-03-04
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      1. With the NetBox 4.5 release Python 3.10 and 3.11 are officially no
         longer supported.  The whole code can still be compiled without any
         problems using Python 3.11, which is the current default version in
         the ports tree.
    
         Therefore, the minimum version for Python doesn't need to be raised
         for the time being, but this may change at any time as soon as
         backward-incompatible changes to the code lands into upstream for the
         next release.
    
         Thus, no further action is required at this time. However, it's still
         recommended to switch to Python 3.12 or newer in the near future.
    
      2. Please also check the pkg-message and the changelogs for further info.
    
    
Expand this list (10 items)
  • 2025-06-22
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      1. Please make sure that the PostgreSQL server for the NetBox instance is
         running version 14 or higher.  This is because Django 5.2 requires
         PostgreSQL 14 as a minimum.
    
      2. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2025-02-08
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      1. Please make sure that the PostgreSQL server for the NetBox instance is
         running version 13 or higher.  This is because PostgreSQL 12 reached
         its End of Life (EOL) on November 14, 2024 and was also removed from
         the ports tree at the beginning of 2025.
    
      2. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2024-07-15
    Affects: net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      The NetBox 4.0 release contains major changes, so at least the following
      items must be checked before proceeding with the upgrade:
    
      1. NetBox v4.0 requires Python 3.10 or later.
    
      2. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2023-09-10
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      1. Please make sure that the PostgreSQL server for the NetBox instance is
         running version 12 or higher.  This is because Django 4.2 requires
         PostgreSQL 12 as a minimum.
    
      2. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2023-06-02
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      1. If the plugin security/py-netbox-secretstore is used, which is no
         longer maintained by upstream, the following steps must be done before
         upgrading to NetBox 3.5:
    
         * Migrate from security/py-netbox-secretstore (= 1.4.2_2) to
           security/py-netbox-secrets (= 1.7.6) with a NetBox 3.4.x instance.
    
           It is very important that the versions of py-netbox-secretstore and
           py-netbox-secrets match as specified otherwise the migration will not
           be successful.
    
           The reason for this is that py-netbox-secrets 1.8.x is not backwards
           compatible with Netbox 3.4.  For further details please see the
           updating instructions of py-netbox-secretstore or the UPDATING entry
           of 2023-05-11.
    
      2. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2023-02-22
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      1. Please make sure that the PostgreSQL server for the NetBox instance is
         running version 11 or higher.  This is because PostgreSQL 10 is
         End-of-Life since November 2022 and Django 4.1 requires PostgreSQL 11
         as a minimum.
    
      2. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2022-06-16
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      /!\ WARNING /!\
    
      The NetBox 3.2 release contains major changes, so at least items 1.), 2.)
      and 3.) must be checked before proceeding with the upgrade!
    
      /!\ WARNING /!\
    
      1. This release includes a database migration that will remove the "asn",
         "contact_name", "contact_phone", and "contact_email" fields from the
         site model.  (These fields have been superseded by the ASN and contact
         models introduced in NetBox v3.1.)
    
         To protect against the accidental destruction of data, the upgrade
         process will fail if any sites still have data in any of these fields.
    
         To bypass this safeguard, set the NETBOX_DELETE_LEGACY_DATA environment
         variable when running the upgrade script, which will permit the
         destruction of legacy data.
    
         A set of migration scripts is available to assist with the migration of
         legacy site data:
    
         https://github.com/netbox-community/migration-scripts
    
      2. NetBox v3.2 requires Python 3.8 or later.
    
      3. If the NetBox Plugin "net-mgmt/py-netbox-plugin-extension" is used,
         please disable it before the migrations are applied.  This can be done
         by removing the entry "netbox_plugin_extensions" from the "PLUGINS"
         section in the NetBox configuration.
    
         Once the upgrade is done, this port/package can be safely removed as
         it's no longer required.
    
      4. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2022-01-18
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      1. Please make sure that the PostgreSQL server for the NetBox instance is
         running version 10 or higher.  This is because PostgreSQL 9.6 is
         End-of-Life since November 2021 and NetBox 3.1 makes use of the
         "macaddr8" field which was introduced with PostgreSQL 10.
    
      2. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2021-10-04
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      /!\ WARNING /!\
    
      The NetBox 3.0 release contains major changes, so at least items 1.), 2.)
      and 3.) must be checked before proceeding with the upgrade!
    
      /!\ WARNING /!\
    
      1. Please ensure that your local installation of net-mgmt/netbox is at
         the 2.11 release before attempting to upgrade to NetBox 3.0 or later.
    
      2. Please also note that the previously deprecated secrets functionality
         has been removed with NetBox 3.0.  This means, all of the secrets still
         remain in the database once upgraded, only the secrets functionality on
         the part of NetBox is no longer given.
    
         In order to continue to be able to access the stored secrets as usual
         (and then possibly migrate them to another solution, e.g.
         security/vault), please install the security/py-netbox-secretstore port
         once NetBox has been upgraded to 3.x and follow its installation
         instructions how to enable the plugin.
    
      3. If plugins are used, they should be temporarily deactivated to avoid
         disruptions during the upgrade process.
    
      4. Please also check the pkg-message and the changelogs for further info.
    
    
  • 2021-01-24
    Affects: users of net-mgmt/netbox
    Author: kai@FreeBSD.org
    Reason: 
      The Django templating language (DTL) is no longer supported for export
      templates.  Please ensure that all export templates use Jinja2 before
      upgrading.
    
      Also the support for embedded graphs was completely removed and several
      changes to the REST API were made.  Please check the changelogs for
      further details.
    
    
  • Collapse this list.

Number of commits found: 185 (showing only 85 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.9
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.2.9
19 Aug 2022 05:09:33
commit hash: a3ba1ba2f4530f5281f176d51667124b8d7988bacommit hash: a3ba1ba2f4530f5281f176d51667124b8d7988bacommit hash: a3ba1ba2f4530f5281f176d51667124b8d7988bacommit hash: a3ba1ba2f4530f5281f176d51667124b8d7988ba files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.2.9

Changelog:

Enhancements:
* Add PON interface types
* Enable bulk renaming of devices
* Pretty print JSON custom field data when editing
* Display extra addressing details for IPv4 prefixes
* Add phone & email details to contacts panel
* Add clear button to quick search fields
* Add DOCSIS interface type

Bug Fixes:
* Remove button for adding inventory item templates to module
  type components
* Fix Markdown rendering for custom fields in table columns
* Workaround for upstream timezone data bug

https://github.com/netbox-community/netbox/releases/tag/v3.2.9

MFH:		2022Q3
3.2.8
15 Aug 2022 10:25:03
commit hash: 7ff236a64ab8dd6d67a06dafc17fc66a0d575882commit hash: 7ff236a64ab8dd6d67a06dafc17fc66a0d575882commit hash: 7ff236a64ab8dd6d67a06dafc17fc66a0d575882commit hash: 7ff236a64ab8dd6d67a06dafc17fc66a0d575882 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.2.8

Changelog:

Enhancements:
* Add/edit {module} substitution to help text for component
  template name
* Add site group field to rack reservation form
* Add nat_outside column to the IPAddress table
* Add contacts column to virtual machines table
* Increase granularity in utilization graph values
* Add manufacturer column to modules table
* Linkify location column in power panels table
* Include color attribute in front & rear port YAML import/export
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.2.7
21 Jul 2022 15:42:07
commit hash: ecc1f249a124335e3dac5a2ab60b8a15b6931a07commit hash: ecc1f249a124335e3dac5a2ab60b8a15b6931a07commit hash: ecc1f249a124335e3dac5a2ab60b8a15b6931a07commit hash: ecc1f249a124335e3dac5a2ab60b8a15b6931a07 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.2.7

Changelog:

Enhancements:
* Support filter expressions for the serial field on racks, devices,
  and inventory items
* Check for UserConfig instance during user login
* Add wireless LANs and links to global search

Bug Fixes:
* Standardize form submission buttons and behavior when using enter key
* Fix filtered bulk deletion of VM Interfaces
* Fix image URLs in rack elevations when using external storage
* Fix SOCIAL_AUTH_PIPELINE config parameter not taking effect
* Fix regression introduced by #9632
* Permit filtering interfaces by arbitrary speed value in UI
* Retain original slug values when modifying object names
* Fix exception when viewing a report with no description

https://github.com/netbox-community/netbox/releases/tag/v3.2.7

MFH:		2022Q3
3.2.6
14 Jul 2022 08:55:12
commit hash: 09873f1e904efb8d268b5d3e27961558d50ec2d7commit hash: 09873f1e904efb8d268b5d3e27961558d50ec2d7commit hash: 09873f1e904efb8d268b5d3e27961558d50ec2d7commit hash: 09873f1e904efb8d268b5d3e27961558d50ec2d7 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.2.6

* Fix pkg-message output by adding missing delimiter that should have
  been included in the previous commit 48cad252e510.

Changelog:

Enhancements:
* Enable dynamic configuration for default powerfeed attributes
* Allow filtering modules by bay ID
* Enable modifying virtual chassis properties when
  creating/editing a device
* Add filters for assigned device & VM to IP addresses list
* Add tenant group column for all object tables with tenant assignments
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.2.5
23 Jun 2022 19:28:24
commit hash: 48cad252e510c26676542b91886e063c93deebfdcommit hash: 48cad252e510c26676542b91886e063c93deebfdcommit hash: 48cad252e510c26676542b91886e063c93deebfdcommit hash: 48cad252e510c26676542b91886e063c93deebfd files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.2.5

Changelog:

Enhancements:
* Shift-click to select multiple objects in a list
* Support filtering IP addresses by multiple parent prefixes
* Include count of IP ranges under tenant view
* Initialize manufacturer selection when inserting a new module
* Add support for custom Jinja2 filters
* Linkify related power port on power outlet view
* Provide one-click edit link for objects in tables
* Move Markdown reference to local documentation
* Add VLAN group selector to interface bulk edit forms
* Leave dropdown open upon selection for multi-select fields
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.2.4
16 Jun 2022 16:28:34
commit hash: d96a960530f3c20a9edd7837583ff7bec092566fcommit hash: d96a960530f3c20a9edd7837583ff7bec092566fcommit hash: d96a960530f3c20a9edd7837583ff7bec092566fcommit hash: d96a960530f3c20a9edd7837583ff7bec092566f files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.2.4

* Prune obsolete update instructions/notes for NetBox releases older
  than 2.9.

* Remove the DOCS option as the embedded documentation for NetBox now
  needs to be built locally because the necessary procedure requires a
  running instance of NetBox.

Changelog since 3.1.11:

It contains many bugfixes/enhancements and the following new features:

* Plugins Framework Extensions
* Modules & Module Types
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.11
06 Apr 2022 10:47:31
commit hash: ed33521243c332e3ad665a498e76e8d26b3bd42bcommit hash: ed33521243c332e3ad665a498e76e8d26b3bd42bcommit hash: ed33521243c332e3ad665a498e76e8d26b3bd42bcommit hash: ed33521243c332e3ad665a498e76e8d26b3bd42b files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.1.11

Changelog:

Enhancements:
* Show bridge interface members under interface view
* Enable filtering child devices by parent device ID
* Permit wildcard values in IP address DNS names
* Include site and prefixes columns in VLAN group VLANs table
* Add Checkpoint ClusterXL protocol for FHRP groups
* Use monospace font for text areas in config revision form
* Linkify circuits count in providers list
* Add bulk edit capability for site contact fields

Bug Fixes:
* Prevent exception when searching for a rack position with no rack
  specified under device edit view
* Fix device count for racks in global search results

https://github.com/netbox-community/netbox/releases/tag/v3.1.11

MFH:		2022Q2
3.1.10
26 Mar 2022 13:04:43
commit hash: cea17a346863fe33b896d962987742a6d77618bfcommit hash: cea17a346863fe33b896d962987742a6d77618bfcommit hash: cea17a346863fe33b896d962987742a6d77618bfcommit hash: cea17a346863fe33b896d962987742a6d77618bf files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.1.10

Changelog:

Enhancements:
* Use a different color for 100% utilization bars
* Enable adding non-racked devices from site & location views
* Add missing object types to global search form
* Add rack columns to cables list
* Enable filtering objects by assigned contacts & contact roles
* Add device type, role columns to device bay table

Bug Fixes:
* Fix help link under FHRP group assigment creation view
* Retain global search bar query after submitting
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.9
08 Mar 2022 06:42:19
commit hash: 2329b01216a3d7475b82cd203e55fd7dcb925e97commit hash: 2329b01216a3d7475b82cd203e55fd7dcb925e97commit hash: 2329b01216a3d7475b82cd203e55fd7dcb925e97commit hash: 2329b01216a3d7475b82cd203e55fd7dcb925e97 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.1.9

Changelog:

Enhancements:
* Enable filtering by exact description match for all applicable models
* Add description to tag table search function
* Show assigned ASNs/sites under list views
* Add PC and UPC fiber end faces for LC/SC/LSH port types
* Allow empty string substitution when renaming objects in bulk
* Link to rack elevations list from site view
* Add SCTP to service protocols list

Bug Fixes:
* Fix bulk import to restrict bridge, parent, and LAG to
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.8
16 Feb 2022 06:19:31
commit hash: cc230705c46570c4413884cf737a24626c3c200dcommit hash: cc230705c46570c4413884cf737a24626c3c200dcommit hash: cc230705c46570c4413884cf737a24626c3c200dcommit hash: cc230705c46570c4413884cf737a24626c3c200d files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.1.8

Changelog:

Enhancements:
* Linkify devices on the far side of a rack elevation
* Embiggen configuration form fields for banner message content
* Add full username column to changelog table
* Enable tab completion for nbshell

Bug Fixes:
* Implement replaceAll string utility function to improve
  browser compatibility
* Null date columns should return empty strings during CSV export
* Fix display of VC members when position is zero
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.7
06 Feb 2022 14:07:28
commit hash: 9b04cf81837b8583db37977d5d52284a001a9c18commit hash: 9b04cf81837b8583db37977d5d52284a001a9c18commit hash: 9b04cf81837b8583db37977d5d52284a001a9c18commit hash: 9b04cf81837b8583db37977d5d52284a001a9c18 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.1.7

Enhancements:
* Include IP range data under IPAM role views
* Introduce alternative ASDOT-formatted column for ASNs
* Add ASNs to global search function
* Enable controlling the order of custom script form fields
  with field_order
* Add contacts to global search function
* Linkify manufacturer column in device type table
* Bring the ASN Web UI up to the standard set by other objects
* Include locations count under tenant view
* Render boolean custom fields as icons in object tables
* Indicate CSV or YAML as format for "all data" export
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.6
18 Jan 2022 18:18:11
commit hash: ebef030ed2d5659ac0cddad753d6b5d2340536fdcommit hash: ebef030ed2d5659ac0cddad753d6b5d2340536fdcommit hash: ebef030ed2d5659ac0cddad753d6b5d2340536fdcommit hash: ebef030ed2d5659ac0cddad753d6b5d2340536fd files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.1.6

Changelog since 3.0.12:

It contains many bugfixes/enhancements and the following new features:

* Contact Objects
* Wireless Networks
* Dynamic Configuration Updates
* First Hop Redundancy Protocol (FHRP) Groups
* Conditional Webhooks
* Interface Bridging
* Multiple ASNs per Site
* Single Sign-On (SSO) Authentication

https://netbox.readthedocs.io/en/stable/release-notes/version-3.1/

MFH:		No (feature release)
3.0.12_1
09 Jan 2022 20:00:33
commit hash: ecee0b0bbcd5b8c926b6f8a48a2958e22a22aeaccommit hash: ecee0b0bbcd5b8c926b6f8a48a2958e22a22aeaccommit hash: ecee0b0bbcd5b8c926b6f8a48a2958e22a22aeaccommit hash: ecee0b0bbcd5b8c926b6f8a48a2958e22a22aeac files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Make online documentation available [1]

* Since the 3.x release of NetBox its documentation has also been made
  available locally.  In order for this to be possible, the
  documentation must be generated accordingly beforehand.

* Also relax the requirements for Pillow because there have been no
  problems so far and to make future updates of Pillow easier.

* Bump PORTREVISION due changed package contents.

Reported by:	Linda Lapinlampi (via e-mail) [1]
MFH:		2022Q1 (after 3d)
3.0.12
31 Dec 2021 17:28:39
commit hash: e93b5ae356e381bc50da80fa2665fb1353dc6bf0commit hash: e93b5ae356e381bc50da80fa2665fb1353dc6bf0commit hash: e93b5ae356e381bc50da80fa2665fb1353dc6bf0commit hash: e93b5ae356e381bc50da80fa2665fb1353dc6bf0 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update pkg-message

* Improve the user experience for upgrades from 2.11.x to 3.x by giving         
                                                       more accurate info to
enable the sample housekeeping task script. [1]                                 
                               The instructions were taken from the NetBox page
of the FreeBSD wiki.

* While I'm here: Relax some dependencies for upcoming updates.

Suggested by:	Mike Geiger (via e-mail) [1]
3.0.12
27 Dec 2021 20:42:48
commit hash: 3d3c9cae6a0aedbbaab074a10ae94c506e48a1cecommit hash: 3d3c9cae6a0aedbbaab074a10ae94c506e48a1cecommit hash: 3d3c9cae6a0aedbbaab074a10ae94c506e48a1cecommit hash: 3d3c9cae6a0aedbbaab074a10ae94c506e48a1ce files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Unbreak build after 17c078833e73

PR:		260725
Reported by:	Marko Cupać, pkg-fallout
3.0.12
09 Dec 2021 18:52:57
commit hash: 8a4a580316782d615bf2bb7eb2cbf0b14dc641f5commit hash: 8a4a580316782d615bf2bb7eb2cbf0b14dc641f5commit hash: 8a4a580316782d615bf2bb7eb2cbf0b14dc641f5commit hash: 8a4a580316782d615bf2bb7eb2cbf0b14dc641f5 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.12

Changelog:

Enhancements:
* Get API user from LDAP only when FIND_GROUP_PERMS is enabled
* Linkify VLAN name in VLANs table
* Add L22-30 power port & outlet types
* Improve performance of the "quick find" function
* Add multi-standard ITA power outlet type

Bug Fixes:
* Fix issue where return_url is not honored when "Save & Continue"
  button is present
* Fix Markdown sanitization regex

https://github.com/netbox-community/netbox/releases/tag/v3.0.12
3.0.11
25 Nov 2021 18:03:39
commit hash: 34f18483d9a043af7f1e82f661aa806b81740b9bcommit hash: 34f18483d9a043af7f1e82f661aa806b81740b9bcommit hash: 34f18483d9a043af7f1e82f661aa806b81740b9bcommit hash: 34f18483d9a043af7f1e82f661aa806b81740b9b files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.11

Enhancements:
* Add missing q filters for necessary models
* Add virtual chassis filters for device components
* Add Markdown support for strikethrough formatting
* Add optional VLAN group column to prefixes table
* Improve live reloading of custom scripts
* Add IEEE 802.15.1 interface type

Bug Fixes:
* Fix excessive CPU utilization when AUTH_LDAP_FIND_GROUP_PERMS
  is enabled
* Make change logging middleware thread-safe
* Fix initialization of custom script MultiObjectVar field with
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.10
13 Nov 2021 14:03:21
commit hash: 673d67948abc2ea4d992102fcfd299cd96c0ed4acommit hash: 673d67948abc2ea4d992102fcfd299cd96c0ed4acommit hash: 673d67948abc2ea4d992102fcfd299cd96c0ed4acommit hash: 673d67948abc2ea4d992102fcfd299cd96c0ed4a files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.10

Enhancements:
* Add mini-DIN 8 console port type
* Add vid filter field to VLANs list
* Add visual aids to interfaces table for type, enabled status

Bug Fixes:
* Fix assignment of members to virtual chassis with initial position
  of zero
* Fix conflation of assigned IP status & role in interface tables
* Fix 404 when attaching multiple images in succession
* Fix minimum version check under Python v3.10
* Add missing outer dimension columns to rack table
* Preserve multi-line values during CSV file import
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.9
03 Nov 2021 16:17:25
commit hash: 39b118cfcfd80bb76d2e510fe3fb0948f9eae25bcommit hash: 39b118cfcfd80bb76d2e510fe3fb0948f9eae25bcommit hash: 39b118cfcfd80bb76d2e510fe3fb0948f9eae25bcommit hash: 39b118cfcfd80bb76d2e510fe3fb0948f9eae25b files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.9

Changelog:

Enhancements:
* Introduce the runscript management command
* Add an optional "ID" column to all tables
* Add "view elevations" button to location view

Bug Fixes:
* Improve color mode preference handling
* Correct devices count for locations within global search results
* Strip HTML from custom field descriptions
* Fix load_yaml method for custom scripts
* Fix circuit assignment when creating multiple terminations
  simultaneously
* Prevent inadvertent deletion of prior change records when deleting
  objects
* Require interface assignment when designating IP address as primary
  for device/VM during CSV import
* Preserve initial form data when bulk edit validation fails
* Restore missing tags column on IP range table
* Retain pagination preference when MAX_PAGE_SIZE is zero

https://github.com/netbox-community/netbox/releases/tag/v3.0.9
3.0.8_1
29 Oct 2021 22:20:40
commit hash: 19ca5eab2e3954f130ab453efd15232443879c15commit hash: 19ca5eab2e3954f130ab453efd15232443879c15commit hash: 19ca5eab2e3954f130ab453efd15232443879c15commit hash: 19ca5eab2e3954f130ab453efd15232443879c15 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Fix build after a06fe6e39adaf

* Remove the py-jsonschema dependency with its fixed version range that
  was required as a temporary workaround by upstream because releases
  of devel/py-swagger-spec-validator before 2.7.4, which are required by
  www/py-dj32-drf-yasg, were not compatible with jsonschema 4.x.

* Bump PORTREVISION due changed dependencies.
3.0.8
21 Oct 2021 15:32:12
commit hash: 3d4bc4ad9430652b27923d55a38efd628e05853ccommit hash: 3d4bc4ad9430652b27923d55a38efd628e05853ccommit hash: 3d4bc4ad9430652b27923d55a38efd628e05853ccommit hash: 3d4bc4ad9430652b27923d55a38efd628e05853c files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.8

Changelog:

Enhancements:
* Add UI field to filter interfaces by kind
* Add a utilization column to the IP ranges table

Bug Fixes:
* Fix incorrect Device LLDP interface row coloring
* Fix navigation UI issue that caused improper element overlap
* Restore horizontal scrolling for tables in narrow viewports
* Avoid exception when utilizing "create and add another" twice
  in succession
* Fix multi-value filtering of custom field objects
* Fix incorrect display of update/delete events for webhooks
* Fix rendering of UTF8-encoded data in change records
* Fix display of version when new release is available
* Fix alignment of object identifier under object view

https://github.com/netbox-community/netbox/releases/tag/v3.0.8
3.0.7
15 Oct 2021 09:13:40
commit hash: b2314a73df314c982cf4c62ad52339f9a6af6673commit hash: b2314a73df314c982cf4c62ad52339f9a6af6673commit hash: b2314a73df314c982cf4c62ad52339f9a6af6673commit hash: b2314a73df314c982cf4c62ad52339f9a6af6673 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.7

Changelog:

Enhancements:
* Improve ability to toggle images/labels in rack elevations
* Add USB micro AB type

Bug Fixes:
* Fix permissions evaluation and improve error handling for connected
  device REST API endpoint
* Correct redirect URL when attaching images via "add another" button
* Fix AttributeError exception when rendering a report or custom script
* Fix parent interface choices when bulk editing VM interfaces

https://github.com/netbox-community/netbox/releases/tag/v3.0.7
3.0.6
09 Oct 2021 19:26:01
commit hash: 44c47449fe3829799d6a70e815d3e9bc75daf4f3commit hash: 44c47449fe3829799d6a70e815d3e9bc75daf4f3commit hash: 44c47449fe3829799d6a70e815d3e9bc75daf4f3commit hash: 44c47449fe3829799d6a70e815d3e9bc75daf4f3 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.6

* Update pkg-descr while I'm here.

Changelog:

Enhancements:
* Default to current user when creating journal entries via REST API
* Include type, ID, and slug on object view
* Enable filtering cables by termination type & ID in REST API
* Include count of assigned virtual machines under platform view

Bug Fixes:
* Fix missing actions column on user-configured tables
* Fix exception when viewing a large number of child IPs within a prefix
* Fix site/provider network validation for circuit termination
  API serializer
* Pre-populate location data when adding a device to a rack
* Fix filtering connections by site ID

https://github.com/netbox-community/netbox/releases/tag/v3.0.6
3.0.5
06 Oct 2021 13:05:40
commit hash: 3920d9afce735b366e12f36eb95b2cca555ab837commit hash: 3920d9afce735b366e12f36eb95b2cca555ab837commit hash: 3920d9afce735b366e12f36eb95b2cca555ab837commit hash: 3920d9afce735b366e12f36eb95b2cca555ab837 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.5

Changelog:

Enhancements:
* Always show IP addresses tab under prefix view
* Cache rendered REST API specifications
* Add image attachment support for circuits, power panels
* Enable arbitrary ordering of custom scripts
* Don't select hidden rows when selecting all in a table

Bug Fixes:
* Fix bulk editing of child prefixes under aggregate view
* Custom field columns should be removed from tables upon their deletion
* Remove errant markup for null values in CSV export
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.4
04 Oct 2021 17:22:58
commit hash: 0627700a0bbe12ba86c7c4e636ebb434c2d326a7commit hash: 0627700a0bbe12ba86c7c4e636ebb434c2d326a7commit hash: 0627700a0bbe12ba86c7c4e636ebb434c2d326a7commit hash: 0627700a0bbe12ba86c7c4e636ebb434c2d326a7 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.0.4

Changelog since 2.11.12:

It contains many bugfixes/enhancements and the following new features:

* Updated User Interface
* GraphQL API
* IP Ranges
* Custom Model Validation
* SVG Cable Traces
* New Views for Models Previously Under the Admin UI
* REST API Token Provisioning
* New Housekeeping Command
* Custom Queue Support for Plugins

https://netbox.readthedocs.io/en/stable/release-notes/version-3.0/

MFH:		No (feature release)
2.11.12
31 Aug 2021 10:16:59
commit hash: 1dfa8d1c48b10840cea05e5eceb02c0acc3a5eebcommit hash: 1dfa8d1c48b10840cea05e5eceb02c0acc3a5eebcommit hash: 1dfa8d1c48b10840cea05e5eceb02c0acc3a5eebcommit hash: 1dfa8d1c48b10840cea05e5eceb02c0acc3a5eeb files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Add CPE info

* Also add the port to the "python" category while I'm here.
2.11.12
25 Aug 2021 08:31:13
commit hash: 04f31a3f5938596f627c983f020673799bb2e316commit hash: 04f31a3f5938596f627c983f020673799bb2e316commit hash: 04f31a3f5938596f627c983f020673799bb2e316commit hash: 04f31a3f5938596f627c983f020673799bb2e316 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 2.11.12

Changelog:

Enhancements:
* Add site group filter to devices list
* Recognize a /32 IPv4 address as a child of a /32 IPv4 prefix
* Add table configuration button to child prefixes view
* Introduce LOGIN_PERSISTENCE configuration parameter to persist
  user sessions
* Add search field to VM interfaces filter form

Bug Fixes:
* Model forms should save empty custom field values as null
* Enable filtering assigned VLANs by group in interface edit form
* Force assignment of null custom field values to objects
* Fix erroneous webhook dispatch on failure to save objects
* Show contextual label for IP address role
* Fix hidden "add components" dropdown on devices list

https://github.com/netbox-community/netbox/releases/tag/v2.11.12
2.11.11
13 Aug 2021 10:37:26
commit hash: ecc74cda08175224a5f5dfbff989f34a2dab335acommit hash: ecc74cda08175224a5f5dfbff989f34a2dab335acommit hash: ecc74cda08175224a5f5dfbff989f34a2dab335acommit hash: ecc74cda08175224a5f5dfbff989f34a2dab335a files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 2.11.11

Changelog:

Enhancements:
* Add C21 & C22 power types
* Employ a sandbox when rendering Jinja2 code for increased security

Bug Fixes:
* Add import button to VM interfaces list
* Fix validation of unit ranges when creating a rack reservation
* Fix validation of IP address assigned as device/VM primary via
  NAT relation
* Populate device field when cloning device components
* Allow assignment of scope to VLAN groups upon import
* Remove extraneous site column from VLAN group import form
* Fix exception on invalid CSV import column name
* Fix return URL persistence when adding multiple objects sequentially
* Remove extraneous columns from inventory item and device bay tables
* Add missing parent column to inventory item import form

https://github.com/netbox-community/netbox/releases/tag/v2.11.11
2.11.10
30 Jul 2021 06:49:03
commit hash: e2ebaf18fc3ae0aabc40bdea552342fe26cf38accommit hash: e2ebaf18fc3ae0aabc40bdea552342fe26cf38accommit hash: e2ebaf18fc3ae0aabc40bdea552342fe26cf38accommit hash: e2ebaf18fc3ae0aabc40bdea552342fe26cf38ac files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 2.11.10

Changelog:

Enhancements:
* Enable CSV import via uploaded file
* Add 6P/4P pass-through port types
* Add count of inventory items to manufacturer view
* Add "hardwired" type for power port types

Bug Fixes:
* Fix assignment of permissions based on LDAP groups
* Fix filtering of interface connections list
* Fix assignment of parent interfaces for bulk import
* Add missing display field to rack unit serializer
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.11.9
20 Jul 2021 12:29:27
commit hash: 8e1a50a558fa2a6ba256e1d4d53b791bfc628394commit hash: 8e1a50a558fa2a6ba256e1d4d53b791bfc628394commit hash: 8e1a50a558fa2a6ba256e1d4d53b791bfc628394commit hash: 8e1a50a558fa2a6ba256e1d4d53b791bfc628394 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 2.11.9

Changelogs since 2.10.10:

It contains many bugfixes/enhancements and the following new features:

* Journaling Support
* Parent Interface Assignments
* Pre- and Post-Change Snapshots in Webhooks
* Mark as Connected Without a Cable
* Allow Assigning Devices to Locations
* Dynamic Object Exports
* Variable Scope Support for VLAN Groups
* New Site Group Model
* Improved Change Logging
* Provider Network Modeling

https://netbox.readthedocs.io/en/stable/release-notes/version-2.11/

MFH:		(No, feature release)
2.10.10
18 Apr 2021 08:28:34
commit hash: f2a9b3469d37649d527bb47cca797670370ee2d4commit hash: f2a9b3469d37649d527bb47cca797670370ee2d4commit hash: f2a9b3469d37649d527bb47cca797670370ee2d4commit hash: f2a9b3469d37649d527bb47cca797670370ee2d4 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 2.10.10

Changelog:

Enhancements:
* Add DC terminal power port, outlet types
* Add Saf-D-Grid power port, outlet types
* Support Markdown rendering for report logs
* Add F connector port type
* Add SFP56 50GE interface type

Bug Fixes:
* Update parent device/VM when deleting a primary IP
* Fix VLAN assignment when editing VM interfaces in bulk
* Update object data when renaming a custom field
* Optimize change log cleanup
* Fix MAC address field display in VM interfaces search form
* Fix custom field filtering for cables, virtual chassis
* Fix choice field filters (multiple models)

https://github.com/netbox-community/netbox/releases/tag/v2.10.10

MFH:		2021Q2
2.10.9
15 Apr 2021 09:27:24
commit hash: 2d88de57d5ec7fbba7e36fb9c79db728c91a260ecommit hash: 2d88de57d5ec7fbba7e36fb9c79db728c91a260ecommit hash: 2d88de57d5ec7fbba7e36fb9c79db728c91a260ecommit hash: 2d88de57d5ec7fbba7e36fb9c79db728c91a260e files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 2.10.9

Changelog:

Enhancements:
* Add MAC address search field to VM interfaces list
* Omit child devices from non-racked devices list under rack view
* Add column to cable termination objects to display cable color
* Display NAPALM-enabled device tabs only when relevant
* Support disabling TLS certificate validation for Redis

Bug Fixes:
* Fix missing custom field filters for cables, rack reservations
* Add missing count_ipaddresses attribute to VMInterface serializer
* Permit users to manage their own REST API tokens without needing
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.10.8
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.10.8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.10.8
27 Mar 2021 11:00:17
Revision:569318Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.10.8

Changelog:

* Fix exception on cable trace in UI (regression in 2.10.7)

https://github.com/netbox-community/netbox/releases/tag/v2.10.8
2.10.7
26 Mar 2021 19:40:54
Revision:569268Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.10.7

Changelog:

Enhancements:
* Allow filtering device components by label
* Allow customization of the geographic mapping service via MAPS_URL
  config parameter
* Allow changing site assignment when bulk editing devices
* Support Markdown rendering for custom script descriptions
* Add UI search fields for asset tag for devices and racks

Bug Fixes:
* Restore ability to delete an uploaded device type image
* Denote when the total length of a cable trace may exceed the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.10.6
11 Mar 2021 18:56:34
Revision:568121Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Adjust RUN_DEPENDS

* Relax the version ranges of a few dependencies that will soon be updated.
2.10.6
11 Mar 2021 12:16:02
Revision:568082Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.10.6

Changelog:

Enhancements:
* Add IP addresses count to VRF view
* Add QSFP+ (64GFC) FibreChannel Interface option
* Enable custom links for device components
* Add edit/delete buttons for IP addresses on interface view
* Add button to add a new IP address on interface view

Bug Fixes:
* Fix VRF and Tenant field population when adding IP addresses from prefix
* Enable ordering of virtual machines by primary IP address
* Ordering of devices by primary IP should respect PREFER_IPV4 configuration
  parameter
* Fix options for filtering object permissions in admin UI
* Fix filtering prefixes list by multiple prefix values
* Invalidate cached queries when running renaturalize

https://github.com/netbox-community/netbox/releases/tag/v2.10.6
2.10.5
26 Feb 2021 12:13:12
Revision:566599Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.10.5

Changelog:

* Fix site unassignment from VLAN when using "None" option
* Fix REST API representation for circuit terminations connected to
  non-interface endpoints
* Fix filtering rack reservations by custom field
* Fix bulk editing of services when no port(s) are defined
* Ensure consistent treatment of duplicate IP addresses
* Fix redirect to device components view after disconnecting a cable
* Fix Redis Sentinel password application for caching
* Allow setting null tenant group on tenant via REST API
* Disallow the creation of available prefixes/IP addresses in violation of
  assigned permission constraints

https://github.com/netbox-community/netbox/releases/tag/v2.10.5
2.10.4
30 Jan 2021 13:29:58
Revision:563407Original commit files touched by this commit
sunpoet search for other commits by this committer
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+

PR:		250103
2.10.4
28 Jan 2021 07:47:16
Revision:563114Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.10.4

Changelog:

Enhancements:
* Show cable trace lengths in both meters and feet
* Add "management only" filter widget for interfaces list
* Allow filtering virtual chassis by name and master
* Add GG45 and TERA port types, and CAT7a and CAT8 cable types
* Show available type choices for all device component import forms

Bug Fixes:
* Correct swagger definition for ip_prefixes_available-ips_create API
* Restrict the creation of device bay templates on non-parent device types
* Restore power utilization panel under device view
* Fix ordering devices by primary IP address
* Fix display of white cables in trace view
* Fix filtering connection lists by device name
* Fix permissions assessment when adding VM interfaces in bulk
* Include VC member interfaces on interfaces tab count when viewing
  VC master
* Validate rack group is assigned to same site when creating a rack
* Correct rack elevation displayed when viewing a reservation

https://github.com/netbox-community/netbox/releases/tag/v2.10.4
2.10.3
24 Jan 2021 12:20:49
Revision:562467Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.10.3

* Prune obsolete update instructions/notes for NetBox releases prior 2.7.

Notable changes since 2.9.11:

It contains many bugfixes/enhancements and the following new features:

* Route Targets
* REST API bulk deletion
* REST API bulk update
* Reimplementation of custom fields
* Improved cable trace performance

https://github.com/netbox-community/netbox/blob/v2.10.3/docs/release-notes/version-2.10.md
2.9.11
21 Jan 2021 09:19:55
Revision:562183Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Adjust RUN_DEPENDS

* Relax the version ranges of a few dependencies that will soon be updated
  to pave the way for NetBox 2.10.
2.9.11
16 Dec 2020 05:37:37
Revision:558210Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.9.11

* Remove a superfluous dependency while I'm here.

Changelog:

Enhancements:
* Allow passing Python code to nbshell using --command
* Add CS and SN fiber port types

Bug Fixes:
* Fix setting user password via REST API
* Fix uniqueness constraint for virtual machine names
* Fix error when rendering config contexts when objects have multiple tags
  assigned
* Add direct link to secret on secrets list
* Fix updating secrets without setting new plaintext
* Restore tags field on cable connection forms
* Exclude SVG files from front/rear image upload for device types (currently
  unsupported)
* Show assigned IP addresses in interfaces list
* Fix validation for plugin version and required settings

https://github.com/netbox-community/netbox/releases/tag/v2.9.11
2.9.10
30 Nov 2020 12:57:35
Revision:556636Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.9.10

Changelog:

Enhancements:
* Add USB types for power ports and outlets
* Add "splice" type for pass-through ports

Bug Fixes:
* Fix exception when editing IP address with a NAT IP assigned to a
  non-racked device
* Avoid extraneous database queries when manipulating objects
* Fix non-deterministic ordering of prefixes and IP addresses
* Filter available racks by selected group when creating a rack reservation
* Limit rack groups by selected site when editing a rack
* Populate manufacturer field when adding a device component template
* Clear VLAN assignments when setting interface mode to none

https://github.com/netbox-community/netbox/releases/tag/v2.9.10
2.9.9
20 Nov 2020 08:57:11
Revision:555752Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.9.9

* Add to the EXAMPLES options a few example configurations and a sample
  rc script to make use of the RQ background service.

Changelog:

Enhancements:
* Return server error messages as JSON when handling REST API requests
* Link to rack groups within rack list table
* Be more strict when capturing anticipated ImportError exceptions

Bug Fixes:
* Fix auto-population of region field when editing a device
* Fix config context rendering when multiple tags are assigned to an object
* Dry running scripts should not trigger webhooks
* Add missing template extension tags for plugins for VM interface view
* Fix CreatedUpdatedFilterTest when running in non-UTC timezone
* Fix filtering of sites by null region

https://github.com/netbox-community/netbox/releases/tag/v2.9.9
2.9.8
10 Nov 2020 09:11:35
Revision:554823Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.9.8

* Limit the version ranges of the required Python packages and use very
  narrow ranges for those ones, which often cause regressions.

  That is because upstream already uses fixed Python package dependencies
  for a while and had relaxed them for a short period of time.

  However, because it led to regressions when some Python packages were
  updated during that time, upstream has been using fixed package
  dependencies again since then.

Changelog since 2.7.12:

It contains many bugfixes/enhancements and the following new features:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.7.12_1
21 Jun 2020 08:57:11
Revision:539757Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Change RUN_DEPENDS

* Switch the port from the repo-copied py-dj22-django* dependencies to the
  original ones as they're using Django 2.2 now.

* Bump PORTREVISION due changed dependencies.
2.7.12
16 Apr 2020 07:59:24
Revision:531828Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.7.12

Changelog:

Enhancements:
* Reference VRF by name rather than RD during IP/prefix import
* Use absolute URLs in rack elevation SVG renderings
* Allow connecting cables between two circuit terminations
* Add the webhook_receiver management command to assist in troubleshooting
  outgoing webhooks

Bug Fixes:
* Fix typing of count_ipaddresses on interface serializer
* Fail cleanly when trying to import multiple device types simultaneously
* Fix exception when disconnecting a cable from a power feed
* Tweak display of unset custom integer fields
* Fix reservation edit/delete button URLs on rack view

https://github.com/netbox-community/netbox/releases/tag/v2.7.12

MFH:		2020Q2
2.7.11
03 Apr 2020 18:46:25
Revision:530515Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.7.11

* Improve the sample rc script to allow passing of extra arguments, e.g. to
  listen on multiple interfaces/addresses [1] or use a configuration file
  instead using rc variables.

  Kudos to Thomas Kurschel for some extra testing of the updated rc script.

Changelog:

Enhancements:
* Add ability to automatically check for new releases (must be enabled by
  setting RELEASE_CHECK_URL)
* Custom script object variables now utilize dynamic form widgets
* Add descriptive tooltip to custom fields on object views
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.7.10
29 Mar 2020 12:11:29
Revision:529799Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.7.10

Changelog:

Enhancements:

* Embed model documentation within web UI
* Add bulk edit view for power panels
* Add CSV import view for services
* Add CSV import view for rack reservations
* Redirect to a user-friendly error page when CSS/JS resources fail to load

Bug Fixes:

* Exclude Python modules without Script classes from scripts list
* Allow bulk editing/deletion of all device components matching a query
* Catch AddrFormatError exception when filtering aggregates/prefixes by an
  invalid prefix

https://github.com/netbox-community/netbox/releases/tag/v2.7.10
2.7.9
24 Mar 2020 19:54:57
Revision:529063Original commit files touched by this commit
antoine search for other commits by this committer
Convert the tree to use PY_PILLOW

With hat:	portmgr
Originally submitted by:	kai
2.7.9
11 Mar 2020 19:29:04
Revision:528247Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.7.9

Changelog:

Enhancements:
* Enumerate ChoiceField type and value in API
* Extend upgrade script to clear expired user sessions
* Add dynamic lookup expressions for all filters
* Allow negative voltage for DC power feeds
* Allow filtering device component list views by type
* Add MRJ21 port and cable types
* Include device name in tooltip on rack elevations
* Add 10-inch option for rack width

Bug Fixes:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.7.8
05 Mar 2020 07:24:35
Revision:527811Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.7.8

Changelog:

Enhancements:
* Add a "decommissioning" cable status
* Return graceful error message when webhook queuing fails
* Omit internal fields from the change log data
* Support Jinja2 templating for webhook payload and headers
* Extend custom scripts to pass the commit value via run()
* Denote rack role on rack elevations list

Bug Fixes:
* Fix exception when deleting a device with interface connections when an
  interfaces webhook is defined
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.7.7
26 Feb 2020 07:58:35
Revision:527155Original commit files touched by this commit
mat search for other commits by this committer
Remove extra ].
2.7.7
25 Feb 2020 22:19:08
Revision:527141Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.7.7

* Remove the "post-patch" target because the "requirements.txt" is only used
  for installations via devel/py-pip.

Notable changes since 2.6.12:

* Bulk import of device components via CSV files
* External file storage support (FTP, S3, SFTP, etc.)
* Rack elevations rendered by SVG (= Scalable Vector Graphics)
* Separate configuration for Webhooks and Cache databases via Redis
* Add ability to clone objects (pre-populate form fields)
* Toggle config context display between JSON and YAML
* Add support for Redis Sentinel
* Further cable and port types
* Many other enhancements and bugfixes

https://github.com/netbox-community/netbox/blob/v2.7.7/docs/release-notes/version-2.7.md
2.6.12
16 Jan 2020 15:21:51
Revision:523242Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.6.12

Changelog:

Enhancements:
* Improved NAPALM method documentation in Swagger (OpenAPI)
* Preview image attachments when hovering over the link
* Allow NAPALM driver settings to be changed with request headers
* Toggle the display of child prefixes/IP addresses
* Search by description when assigning IP address to interfaces
* Add tenant filter field for cables
* Enable filtering of interfaces by name on the device view
* Add rack selection field to rack elevations view
* Paginate assigned circuits at the provider details view
* Add total path length to cable trace
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.11
07 Jan 2020 16:24:19
Revision:522343Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Relax RUN_DEPENDS

* The 2020Q1 branch has 0.24.0 of www/py-dj22-django-taggit thus relax
  its version requirement of the RUN_DEPENDS to avoid a build failure there.

  Although net-mgmt/netbox requires the 1.1.0 release of
  www/py-dj22-django-taggit (pinned with "==" by upstream), it runs fine
  with either 0.24.0 (in 2020Q1) or 1.2.0 (since r521999).

MFH:		2020Q1 (build fix blanket)
2.6.11
06 Jan 2020 19:05:38
Revision:522268Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.6.11

* Remove the patch that fixed a regression when accessing the API
  documentation as it's no longer required. [1]

Changelog since 2.6.9:

Enhancements:
* Add ability to move inventory items between devices
* Extend admin UI to allow deleting old report results
* Add assigned_to_interface filter for IP addresses
* Fail gracefully on custom link rendering exception
* Provide request context when executing custom scripts
* Add date/time picker widgets
* Enable partial search for inventory items
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.9
01 Jan 2020 17:55:47
Revision:521755Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.6.9

* Remove two backported patches that are no longer required. [1]
* Backport a patch from upstream that fixes a regression when accessing the
  API documentation.
* Update the WWW field.

Changelog:

Enhancements:
* Include direct link to rack elevations on site view
* Move virtual machine results near devices in global search
* Added copy button for API tokens

Bug Fixes:
* Prevent the deletion of a virtual chassis when a cross-member LAG
  is present
* Respect custom field default values when creating objects via the REST API
* Fix exception on password change page for local users [1]
* Fix unable to assign IP to interface [1]

MFH:		2020Q1
2.6.8_1
15 Dec 2019 12:32:21
Revision:520173Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Fix assignment of IP addresses to interfaces

* Backport a patch from upstream's repository which fixes the assignment of
  existing IP addresses to interfaces.

  Without that patch the assignment of an IP address gives no error but the
  interface doesn't contain the assigned IP address at the end.

* Bump PORTREVISION for package change.

MFH:		2019Q4 (blanket: bugfix)
2.6.8
11 Dec 2019 19:30:22
Revision:519834Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.6.8

* Backport a patch from upstream that fixes an exception on password change
  page for local users.

Changelog:

Enhancements:
* Disable password change form for LDAP-authenticated users
* Display cable colors on device view
* Remove obsolete P3P policy header
* Add query filters for created and last_updated fields
* Allow the underscore character in IPAddress DNS names

Bug Fixes:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.7
02 Nov 2019 05:25:21
Revision:516284Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.6.7

* Change GH_ACCOUNT as upstream's repository redirects to a new location.

Changelog:

Enhancements:
* Add support for additional user defined headers to be added to
  webhook requests
* Add ca_file_path to Webhook model to support user supplied CA certificate
  verification of webhook requests
* Add ChoiceVar for custom scripts
* Add 400GE OSFP interface type
* Add filtering for objects in admin UI
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.6
14 Oct 2019 10:41:15
Revision:514454Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.6.6

Changelog:

Enhancements:
* Add InfiniBand interface types
* Add rack and site filters for cables
* Disallow raw HTML in Markdown-rendered fields
* Add MultiObjectVar for custom scripts
* Enable editing of individual DeviceType components
* Render text and URL fields as textareas in the custom link form
* Introduce commit_default custom script attribute to not commit changes by
  default

Bug Fixes:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.6.5
30 Sep 2019 14:55:03
Revision:513395Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.6.5

* Introduce EXAMPLES option which installs a sample rc script to the example
  location.  Using the script will eliminate the need for
  sysutils/py-supervisor for those who run NetBox as a system service. [1]

  If there's a lot of interest it can also be installed in near future as
  regular rc script.

* Consolidate keywords in pkg-message to avoid accidental deletion of these.

Notable changes since 2.5.13:

* Improved performance via Caching through Redis
* Support for Power Panels and Feeds
* Introduction of view-only permissions
* Ability to create custom links under the admin UI
* Support for Prometheus metrics
* Many other enhancements and bug fixes

https://github.com/netbox-community/netbox/blob/v2.6.5/CHANGELOG.md

Submitted by:	Thomas Kurschel (via private email) [1]
2.5.13_1
02 Aug 2019 11:40:52
Revision:507871Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Convert pkg-message to UCL

Modernize the pkg-message to display hints/instructions in the future that
are specific to different upgrade paths.
2.5.13_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2.5.13
02 Jun 2019 22:42:40
Revision:503337Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.13

Changelog:

Enhancements:
* Add tenant group filters
* Catch all exceptions during export template rendering
* Add 2.5GE and 5GE interface form factors
* Add inventory item count to manufacturers list
* Add site link to rack reservations overview
* Enable bulk deletion of sites
* Improve performance for custom field access within templates
* Add interface name filter for IP addresses

Bug Fixes:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.5.12
25 May 2019 10:10:01
Revision:502550Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.12 and switch to Django 2.2

Upstream decided to switch from Django 2.1 to the 2.2 LTS release to fix a
rather annoying bug that generated intermittent errors when objects were
deleted/manipulated.

Therefore the same procedure must be done in almost the same way as in
r492690 to make NetBox compatible with Django 2.2 in the ports tree.

That means to repocopy the required Django 1.11 ports, assign them to
Django 2.2, limit them to Python 3.5+ and update all related
CONFLICTS_INSTALL entries accordingly:

* www/py-dj22-django-cors-headers [1]
* www/py-dj22-django-debug-toolbar
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.5.10
10 Apr 2019 07:29:48
Revision:498533Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.10

Changelog:

Enhancements:
* Add Jinja2 support for export templates

Bug Fixes:
* Redirect to list view after editing an object from list view
* DCIM interfaces API endpoint should not include VM interfaces
* Fix exception when retrieving change object for a component template
  via API
* Fix form widget for bulk cable label update
* Ignore site/rack fields when connecting a new cable via device search
* Fix exception at reports API endpoint
* Fix exception when writing mac address for an interface via API

https://github.com/digitalocean/netbox/blob/v2.5.10/CHANGELOG.md

Approved by:	mentors (implicit)
2.5.9
04 Apr 2019 20:01:32
Revision:497864Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.9

Changelog:

Enhancements:
* Add username to outbound webhook requests
* Add SSL support for django-rq (requires django-rq v1.3.1+)
* Add request ID to outbound webhook requests (for correlating all changes
  part of a single request)

Bug Fixes:
* Fixes deterministic ordering of interfaces
* Clarification of wording in API regarding filtering
* Add interface type for QSFP28 50GE
* Fix device role selection showing duplicate first entry
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.5.8
14 Mar 2019 19:44:15
Revision:495728Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.8

Changelog:

Enhancements:
* Printer friendly CSS

Bug Fixes:
* Correct documentation for VM interface serializer
* Fix endpoint grouping in API docs
* Fix filtering of sites/devices/VMs by multiple regions
* Provider filter form's site field should be blank by default
* Enforce deterministic ordering of device components returned by API
* Exclude circuit terminations from API interface connections endpoint
* Allow CSV import of prefixes/IPs to VRF without an RD assigned
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.5.7
23 Feb 2019 19:54:25
Revision:493729Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.7

Enhancements:

* Enable filtering of devices by rack face
* Add button to copy unlocked secret to clipboard
* Add Markdown rendering for provider NOC/admin contact fields
* Add cable types for OS1/OS2 singlemode fiber
* Add port types for APC fiber
* Enable filtering cables list by connection status
* Clarify purpose of tags field on interface edit form

Bug Fixes:

* Allow filtering devices by null rack position
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.5.6
20 Feb 2019 22:00:23
Revision:493470Original commit files touched by this commit
kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.6

While I'm here:
* Pet portlint

Notable changes since 2.4.9:

* Switched from Django 1.11 to 2.1
* Dropped support for Python 2
* Modeling of patch panels and cables with introducion of new pass-through
  port component type
* Removed deprecated User Activity log
* Introduction of further interface types
* Implemented Select2 for select fields in forms
* Many more enhancements/bug fixes, for all changes see:

https://github.com/digitalocean/netbox/blob/v2.5.6/CHANGELOG.md

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19178
2.4.9_1
01 Feb 2019 18:55:18
Revision:491837Original commit files touched by this commit
kai search for other commits by this committer
Change my maintainer email address to my new one at the FreeBSD project.

Reviewed by:	miwi (mentor)
Approved by:	miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
2.4.9_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2.4.9
09 Dec 2018 11:41:32
Revision:487038Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.4.9
- Removed WANT_PGSQL to drop the dependency for the PostgreSQL server as
suggested in bug #233775,
   because NetBox can also be used on a standalone client.
- Updated pkg-message to inform users that a PostgreSQL server is required to
store the NetBox's data.
  The page on the FreeBSD wiki contains already that info.

Changes by upstream (since 2.4.7):
- https://github.com/digitalocean/netbox/releases/tag/v2.4.9
- https://github.com/digitalocean/netbox/releases/tag/v2.4.8

PR:		233881
Submitted by:	maintainer
2.4.7
13 Nov 2018 08:45:23
Revision:484863Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.4.7

Changes by upstream:
- https://github.com/digitalocean/netbox/releases/tag/v2.4.7

PR:		233191
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2.4.6
08 Oct 2018 13:37:54
Revision:481541Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.4.6

Changes by upstream:
- https://github.com/digitalocean/netbox/blob/v2.4.6/CHANGELOG.md

PR:		232067
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2.4.4
30 Sep 2018 14:46:23
Revision:480961Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.4.4
- Refined instructions for upgrading
- Removed installation instructions. They are now accessible on the
  FreeBSD wiki. https://wiki.freebsd.org/Ports/net-mgmt/netbox

Changes by upstream:
- https://github.com/digitalocean/netbox/blob/v2.4.4/CHANGELOG.md

PR:		231822
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2.3.7
11 Aug 2018 14:34:18
Revision:476924Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.3.7

Changes by upstream:
- https://github.com/digitalocean/netbox/releases/tag/v2.3.7

PR:		230405
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2.3.6
27 Jul 2018 18:27:44
Revision:475452Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.3.6
Changes by upstream:
- https://github.com/digitalocean/netbox/compare/v2.3.5...v2.3.6

PR:		229900
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2.3.5
09 Jul 2018 19:16:24
Revision:474284Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.3.5
- Added Update instruction to pkg-message

Changes by upstream:
- https://github.com/digitalocean/netbox/compare/v2.3.3...v2.3.5

PR:		229627
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2.3.3
26 May 2018 18:06:29
Revision:470937Original commit files touched by this commit
miwi search for other commits by this committer
NetBox is an open source web application designed to help manage and document
computer networks. Initially conceived by the network engineering team at
DigitalOcean, NetBox was developed specifically to address the needs of network
and infrastructure engineers. It encompasses the following aspects of network
management:

- IP address management (IPAM) - IP networks and addresses, VRFs, and VLANs
- Equipment racks - Organized by group and site
- Devices - Types of devices and where they are installed
- Connections - Network, console, and power connections among devices
- Virtualization - Virtual machines and clusters
- Data circuits - Long-haul communications circuits and providers
- Secrets - Encrypted storage of sensitive credentials

WWW: https://github.com/digitalocean/netbox

PR:		227416
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.

Number of commits found: 185 (showing only 85 on this page)

«  1 | 2