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 photosAll times are UTC
Ukraine
Port details
netbox IP address management tool
4.1.11 net-mgmt on this many watch lists=9 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.1.10Version 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: 2025-01-17 20:31:49
Commit Hash: 1fbfdf7
People watching this port, also watch:: nginx, prometheus, open-vm-tools, cbsd, clamav
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 (1695 items)
Collapse this list.
  1. /usr/local/share/licenses/netbox-4.1.11/catalog.mk
  2. /usr/local/share/licenses/netbox-4.1.11/LICENSE
  3. /usr/local/share/licenses/netbox-4.1.11/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/tables.py
  15. share/netbox/account/urls.py
  16. share/netbox/account/views.py
  17. share/netbox/circuits/__init__.py
  18. share/netbox/circuits/api/__init__.py
  19. share/netbox/circuits/api/nested_serializers.py
  20. share/netbox/circuits/api/serializers.py
  21. share/netbox/circuits/api/serializers_/__init__.py
  22. share/netbox/circuits/api/serializers_/circuits.py
  23. share/netbox/circuits/api/serializers_/nested.py
  24. share/netbox/circuits/api/serializers_/providers.py
  25. share/netbox/circuits/api/urls.py
  26. share/netbox/circuits/api/views.py
  27. share/netbox/circuits/apps.py
  28. share/netbox/circuits/choices.py
  29. share/netbox/circuits/filtersets.py
  30. share/netbox/circuits/forms/__init__.py
  31. share/netbox/circuits/forms/bulk_edit.py
  32. share/netbox/circuits/forms/bulk_import.py
  33. share/netbox/circuits/forms/filtersets.py
  34. share/netbox/circuits/forms/model_forms.py
  35. share/netbox/circuits/graphql/__init__.py
  36. share/netbox/circuits/graphql/filters.py
  37. share/netbox/circuits/graphql/schema.py
  38. share/netbox/circuits/graphql/types.py
  39. share/netbox/circuits/migrations/0001_squashed.py
  40. share/netbox/circuits/migrations/0002_squashed_0029.py
  41. share/netbox/circuits/migrations/0003_squashed_0037.py
  42. share/netbox/circuits/migrations/0038_squashed_0042.py
  43. share/netbox/circuits/migrations/0043_circuittype_color.py
  44. share/netbox/circuits/migrations/0044_circuit_groups.py
  45. share/netbox/circuits/migrations/__init__.py
  46. share/netbox/circuits/models/__init__.py
  47. share/netbox/circuits/models/circuits.py
  48. share/netbox/circuits/models/providers.py
  49. share/netbox/circuits/search.py
  50. share/netbox/circuits/signals.py
  51. share/netbox/circuits/tables/__init__.py
  52. share/netbox/circuits/tables/circuits.py
  53. share/netbox/circuits/tables/columns.py
  54. share/netbox/circuits/tables/providers.py
  55. share/netbox/circuits/tests/__init__.py
  56. share/netbox/circuits/tests/test_api.py
  57. share/netbox/circuits/tests/test_filtersets.py
  58. share/netbox/circuits/tests/test_views.py
  59. share/netbox/circuits/urls.py
  60. share/netbox/circuits/views.py
  61. share/netbox/core/__init__.py
  62. share/netbox/core/api/__init__.py
  63. share/netbox/core/api/nested_serializers.py
  64. share/netbox/core/api/schema.py
  65. share/netbox/core/api/serializers.py
  66. share/netbox/core/api/serializers_/__init__.py
  67. share/netbox/core/api/serializers_/change_logging.py
  68. share/netbox/core/api/serializers_/data.py
  69. share/netbox/core/api/serializers_/jobs.py
  70. share/netbox/core/api/urls.py
  71. share/netbox/core/api/views.py
  72. share/netbox/core/apps.py
  73. share/netbox/core/choices.py
  74. share/netbox/core/constants.py
  75. share/netbox/core/data_backends.py
  76. share/netbox/core/events.py
  77. share/netbox/core/exceptions.py
  78. share/netbox/core/filtersets.py
  79. share/netbox/core/forms/__init__.py
  80. share/netbox/core/forms/bulk_edit.py
  81. share/netbox/core/forms/bulk_import.py
  82. share/netbox/core/forms/filtersets.py
  83. share/netbox/core/forms/mixins.py
  84. share/netbox/core/forms/model_forms.py
  85. share/netbox/core/graphql/__init__.py
  86. share/netbox/core/graphql/filters.py
  87. share/netbox/core/graphql/mixins.py
  88. share/netbox/core/graphql/schema.py
  89. share/netbox/core/graphql/types.py
  90. share/netbox/core/jobs.py
  91. share/netbox/core/management/__init__.py
  92. share/netbox/core/management/commands/__init__.py
  93. share/netbox/core/management/commands/makemigrations.py
  94. share/netbox/core/management/commands/nbshell.py
  95. share/netbox/core/management/commands/rqworker.py
  96. share/netbox/core/management/commands/syncdatasource.py
  97. share/netbox/core/migrations/0001_squashed_0005.py
  98. share/netbox/core/migrations/0006_datasource_type_remove_choices.py
  99. share/netbox/core/migrations/0007_job_add_error_field.py
  100. share/netbox/core/migrations/0008_contenttype_proxy.py
  101. share/netbox/core/migrations/0009_configrevision.py
  102. share/netbox/core/migrations/0010_gfk_indexes.py
  103. share/netbox/core/migrations/0011_move_objectchange.py
  104. share/netbox/core/migrations/0012_job_object_type_optional.py
  105. share/netbox/core/migrations/__init__.py
  106. share/netbox/core/models/__init__.py
  107. share/netbox/core/models/change_logging.py
  108. share/netbox/core/models/config.py
  109. share/netbox/core/models/contenttypes.py
  110. share/netbox/core/models/data.py
  111. share/netbox/core/models/files.py
  112. share/netbox/core/models/jobs.py
  113. share/netbox/core/plugins.py
  114. share/netbox/core/querysets.py
  115. share/netbox/core/search.py
  116. share/netbox/core/signals.py
  117. share/netbox/core/tables/__init__.py
  118. share/netbox/core/tables/change_logging.py
  119. share/netbox/core/tables/columns.py
  120. share/netbox/core/tables/config.py
  121. share/netbox/core/tables/data.py
  122. share/netbox/core/tables/jobs.py
  123. share/netbox/core/tables/plugins.py
  124. share/netbox/core/tables/tasks.py
  125. share/netbox/core/tables/template_code.py
  126. share/netbox/core/tests/__init__.py
  127. share/netbox/core/tests/test_api.py
  128. share/netbox/core/tests/test_changelog.py
  129. share/netbox/core/tests/test_filtersets.py
  130. share/netbox/core/tests/test_models.py
  131. share/netbox/core/tests/test_views.py
  132. share/netbox/core/urls.py
  133. share/netbox/core/views.py
  134. share/netbox/dcim/__init__.py
  135. share/netbox/dcim/api/__init__.py
  136. share/netbox/dcim/api/exceptions.py
  137. share/netbox/dcim/api/nested_serializers.py
  138. share/netbox/dcim/api/serializers.py
  139. share/netbox/dcim/api/serializers_/__init__.py
  140. share/netbox/dcim/api/serializers_/base.py
  141. share/netbox/dcim/api/serializers_/cables.py
  142. share/netbox/dcim/api/serializers_/device_components.py
  143. share/netbox/dcim/api/serializers_/devices.py
  144. share/netbox/dcim/api/serializers_/devicetype_components.py
  145. share/netbox/dcim/api/serializers_/devicetypes.py
  146. share/netbox/dcim/api/serializers_/manufacturers.py
  147. share/netbox/dcim/api/serializers_/nested.py
  148. share/netbox/dcim/api/serializers_/platforms.py
  149. share/netbox/dcim/api/serializers_/power.py
  150. share/netbox/dcim/api/serializers_/racks.py
  151. share/netbox/dcim/api/serializers_/rackunits.py
  152. share/netbox/dcim/api/serializers_/roles.py
  153. share/netbox/dcim/api/serializers_/sites.py
  154. share/netbox/dcim/api/serializers_/virtualchassis.py
  155. share/netbox/dcim/api/urls.py
  156. share/netbox/dcim/api/views.py
  157. share/netbox/dcim/apps.py
  158. share/netbox/dcim/choices.py
  159. share/netbox/dcim/constants.py
  160. share/netbox/dcim/fields.py
  161. share/netbox/dcim/filtersets.py
  162. share/netbox/dcim/forms/__init__.py
  163. share/netbox/dcim/forms/bulk_create.py
  164. share/netbox/dcim/forms/bulk_edit.py
  165. share/netbox/dcim/forms/bulk_import.py
  166. share/netbox/dcim/forms/common.py
  167. share/netbox/dcim/forms/connections.py
  168. share/netbox/dcim/forms/filtersets.py
  169. share/netbox/dcim/forms/formsets.py
  170. share/netbox/dcim/forms/model_forms.py
  171. share/netbox/dcim/forms/object_create.py
  172. share/netbox/dcim/forms/object_import.py
  173. share/netbox/dcim/graphql/__init__.py
  174. share/netbox/dcim/graphql/filters.py
  175. share/netbox/dcim/graphql/gfk_mixins.py
  176. share/netbox/dcim/graphql/mixins.py
  177. share/netbox/dcim/graphql/schema.py
  178. share/netbox/dcim/graphql/types.py
  179. share/netbox/dcim/lookups.py
  180. share/netbox/dcim/management/__init__.py
  181. share/netbox/dcim/management/commands/__init__.py
  182. share/netbox/dcim/management/commands/buildschema.py
  183. share/netbox/dcim/management/commands/trace_paths.py
  184. share/netbox/dcim/migrations/0001_squashed.py
  185. share/netbox/dcim/migrations/0002_squashed.py
  186. share/netbox/dcim/migrations/0003_squashed_0130.py
  187. share/netbox/dcim/migrations/0131_squashed_0159.py
  188. share/netbox/dcim/migrations/0160_squashed_0166.py
  189. share/netbox/dcim/migrations/0167_squashed_0182.py
  190. share/netbox/dcim/migrations/0183_devicetype_exclude_from_utilization.py
  191. share/netbox/dcim/migrations/0184_protect_child_interfaces.py
  192. share/netbox/dcim/migrations/0185_gfk_indexes.py
  193. share/netbox/dcim/migrations/0186_location_facility.py
  194. share/netbox/dcim/migrations/0187_alter_device_vc_position.py
  195. share/netbox/dcim/migrations/0188_racktype.py
  196. share/netbox/dcim/migrations/0189_moduletype_rack_airflow.py
  197. share/netbox/dcim/migrations/0190_nested_modules.py
  198. share/netbox/dcim/migrations/0191_module_bay_rebuild.py
  199. share/netbox/dcim/migrations/__init__.py
  200. share/netbox/dcim/models/__init__.py
  201. share/netbox/dcim/models/cables.py
  202. share/netbox/dcim/models/device_component_templates.py
  203. share/netbox/dcim/models/device_components.py
  204. share/netbox/dcim/models/devices.py
  205. share/netbox/dcim/models/mixins.py
  206. share/netbox/dcim/models/power.py
  207. share/netbox/dcim/models/racks.py
  208. share/netbox/dcim/models/sites.py
  209. share/netbox/dcim/search.py
  210. share/netbox/dcim/signals.py
  211. share/netbox/dcim/svg/__init__.py
  212. share/netbox/dcim/svg/cables.py
  213. share/netbox/dcim/svg/racks.py
  214. share/netbox/dcim/tables/__init__.py
  215. share/netbox/dcim/tables/cables.py
  216. share/netbox/dcim/tables/connections.py
  217. share/netbox/dcim/tables/devices.py
  218. share/netbox/dcim/tables/devicetypes.py
  219. share/netbox/dcim/tables/modules.py
  220. share/netbox/dcim/tables/power.py
  221. share/netbox/dcim/tables/racks.py
  222. share/netbox/dcim/tables/sites.py
  223. share/netbox/dcim/tables/template_code.py
  224. share/netbox/dcim/tests/__init__.py
  225. share/netbox/dcim/tests/test_api.py
  226. share/netbox/dcim/tests/test_cablepaths.py
  227. share/netbox/dcim/tests/test_filtersets.py
  228. share/netbox/dcim/tests/test_forms.py
  229. share/netbox/dcim/tests/test_models.py
  230. share/netbox/dcim/tests/test_natural_ordering.py
  231. share/netbox/dcim/tests/test_views.py
  232. share/netbox/dcim/urls.py
  233. share/netbox/dcim/utils.py
  234. share/netbox/dcim/views.py
  235. share/netbox/docs/_theme/main.html
  236. share/netbox/docs/_theme/partials/copyright.html
  237. share/netbox/docs/administration/authentication/google.md
  238. share/netbox/docs/administration/authentication/microsoft-entra-id.md
  239. share/netbox/docs/administration/authentication/okta.md
  240. share/netbox/docs/administration/authentication/overview.md
  241. share/netbox/docs/administration/error-reporting.md
  242. share/netbox/docs/administration/housekeeping.md
  243. share/netbox/docs/administration/netbox-shell.md
  244. share/netbox/docs/administration/permissions.md
  245. share/netbox/docs/administration/replicating-netbox.md
  246. share/netbox/docs/configuration/data-validation.md
  247. share/netbox/docs/configuration/default-values.md
  248. share/netbox/docs/configuration/development.md
  249. share/netbox/docs/configuration/error-reporting.md
  250. share/netbox/docs/configuration/graphql-api.md
  251. share/netbox/docs/configuration/index.md
  252. share/netbox/docs/configuration/miscellaneous.md
  253. share/netbox/docs/configuration/plugins.md
  254. share/netbox/docs/configuration/remote-authentication.md
  255. share/netbox/docs/configuration/required-parameters.md
  256. share/netbox/docs/configuration/security.md
  257. share/netbox/docs/configuration/system.md
  258. share/netbox/docs/customization/custom-fields.md
  259. share/netbox/docs/customization/custom-links.md
  260. share/netbox/docs/customization/custom-scripts.md
  261. share/netbox/docs/customization/custom-validation.md
  262. share/netbox/docs/customization/export-templates.md
  263. share/netbox/docs/customization/reports.md
  264. share/netbox/docs/development/adding-models.md
  265. share/netbox/docs/development/application-registry.md
  266. share/netbox/docs/development/extending-models.md
  267. share/netbox/docs/development/getting-started.md
  268. share/netbox/docs/development/git-cheat-sheet.md
  269. share/netbox/docs/development/index.md
  270. share/netbox/docs/development/internationalization.md
  271. share/netbox/docs/development/models.md
  272. share/netbox/docs/development/release-checklist.md
  273. share/netbox/docs/development/search.md
  274. share/netbox/docs/development/signals.md
  275. share/netbox/docs/development/style-guide.md
  276. share/netbox/docs/development/translations.md
  277. share/netbox/docs/development/user-preferences.md
  278. share/netbox/docs/development/web-ui.md
  279. share/netbox/docs/extra.css
  280. share/netbox/docs/features/api-integration.md
  281. share/netbox/docs/features/authentication-permissions.md
  282. share/netbox/docs/features/background-jobs.md
  283. share/netbox/docs/features/change-logging.md
  284. share/netbox/docs/features/circuits.md
  285. share/netbox/docs/features/configuration-rendering.md
  286. share/netbox/docs/features/contacts.md
  287. share/netbox/docs/features/context-data.md
  288. share/netbox/docs/features/customization.md
  289. share/netbox/docs/features/devices-cabling.md
  290. share/netbox/docs/features/event-rules.md
  291. share/netbox/docs/features/facilities.md
  292. share/netbox/docs/features/ipam.md
  293. share/netbox/docs/features/journaling.md
  294. share/netbox/docs/features/l2vpn-overlay.md
  295. share/netbox/docs/features/notifications.md
  296. share/netbox/docs/features/power-tracking.md
  297. share/netbox/docs/features/search.md
  298. share/netbox/docs/features/synchronized-data.md
  299. share/netbox/docs/features/tenancy.md
  300. share/netbox/docs/features/virtualization.md
  301. share/netbox/docs/features/vlan-management.md
  302. share/netbox/docs/features/vpn-tunnels.md
  303. share/netbox/docs/features/wireless.md
  304. share/netbox/docs/getting-started/planning.md
  305. share/netbox/docs/getting-started/populating-data.md
  306. share/netbox/docs/index.md
  307. share/netbox/docs/installation/1-postgresql.md
  308. share/netbox/docs/installation/2-redis.md
  309. share/netbox/docs/installation/3-netbox.md
  310. share/netbox/docs/installation/4a-gunicorn.md
  311. share/netbox/docs/installation/4b-uwsgi.md
  312. share/netbox/docs/installation/5-http-server.md
  313. share/netbox/docs/installation/6-ldap.md
  314. share/netbox/docs/installation/index.md
  315. share/netbox/docs/installation/upgrading.md
  316. share/netbox/docs/integrations/graphql-api.md
  317. share/netbox/docs/integrations/prometheus-metrics.md
  318. share/netbox/docs/integrations/rest-api.md
  319. share/netbox/docs/integrations/synchronized-data.md
  320. share/netbox/docs/integrations/webhooks.md
  321. share/netbox/docs/introduction.md
  322. share/netbox/docs/media/authentication/azure_ad_add_app_registration.png
  323. share/netbox/docs/media/authentication/azure_ad_add_client_secret.png
  324. share/netbox/docs/media/authentication/azure_ad_app_registration.png
  325. share/netbox/docs/media/authentication/azure_ad_app_registration_created.png
  326. share/netbox/docs/media/authentication/azure_ad_client_secret.png
  327. share/netbox/docs/media/authentication/azure_ad_client_secret_created.png
  328. share/netbox/docs/media/authentication/azure_ad_login_portal.png
  329. share/netbox/docs/media/authentication/google_login_portal.png
  330. share/netbox/docs/media/authentication/netbox_azure_ad_login.png
  331. share/netbox/docs/media/authentication/netbox_google_login.png
  332. share/netbox/docs/media/authentication/netbox_okta_login.png
  333. share/netbox/docs/media/authentication/okta_create_app_registration.png
  334. share/netbox/docs/media/authentication/okta_integration_parameters.png
  335. share/netbox/docs/media/authentication/okta_login_portal.png
  336. share/netbox/docs/media/authentication/okta_web_app_integration.png
  337. share/netbox/docs/media/development/github.png
  338. share/netbox/docs/media/development/github_fork_button.png
  339. share/netbox/docs/media/development/github_fork_dialog.png
  340. share/netbox/docs/media/development/github_new_issue.png
  341. share/netbox/docs/media/installation/netbox_application_stack.png
  342. share/netbox/docs/media/installation/upgrade_paths.png
  343. share/netbox/docs/media/misc/reference_architecture.png
  344. share/netbox/docs/media/models/dcim_cable_trace.png
  345. share/netbox/docs/media/power_distribution.png
  346. share/netbox/docs/media/release-notes/netbox30_ui.png
  347. share/netbox/docs/media/run_permission.png
  348. share/netbox/docs/media/screenshots/cable-trace.png
  349. share/netbox/docs/media/screenshots/home-dark.png
  350. share/netbox/docs/media/screenshots/home-light.png
  351. share/netbox/docs/media/screenshots/prefixes-list.png
  352. share/netbox/docs/media/screenshots/rack.png
  353. share/netbox/docs/models/circuits/circuit.md
  354. share/netbox/docs/models/circuits/circuitgroup.md
  355. share/netbox/docs/models/circuits/circuitgroupassignment.md
  356. share/netbox/docs/models/circuits/circuittermination.md
  357. share/netbox/docs/models/circuits/circuittype.md
  358. share/netbox/docs/models/circuits/provider.md
  359. share/netbox/docs/models/circuits/provideraccount.md
  360. share/netbox/docs/models/circuits/providernetwork.md
  361. share/netbox/docs/models/core/datafile.md
  362. share/netbox/docs/models/core/datasource.md
  363. share/netbox/docs/models/core/job.md
  364. share/netbox/docs/models/dcim/cable.md
  365. share/netbox/docs/models/dcim/consoleport.md
  366. share/netbox/docs/models/dcim/consoleporttemplate.md
  367. share/netbox/docs/models/dcim/consoleserverport.md
  368. share/netbox/docs/models/dcim/consoleserverporttemplate.md
  369. share/netbox/docs/models/dcim/device.md
  370. share/netbox/docs/models/dcim/devicebay.md
  371. share/netbox/docs/models/dcim/devicebaytemplate.md
  372. share/netbox/docs/models/dcim/devicerole.md
  373. share/netbox/docs/models/dcim/devicetype.md
  374. share/netbox/docs/models/dcim/frontport.md
  375. share/netbox/docs/models/dcim/frontporttemplate.md
  376. share/netbox/docs/models/dcim/interface.md
  377. share/netbox/docs/models/dcim/interfacetemplate.md
  378. share/netbox/docs/models/dcim/inventoryitem.md
  379. share/netbox/docs/models/dcim/inventoryitemrole.md
  380. share/netbox/docs/models/dcim/inventoryitemtemplate.md
  381. share/netbox/docs/models/dcim/location.md
  382. share/netbox/docs/models/dcim/manufacturer.md
  383. share/netbox/docs/models/dcim/module.md
  384. share/netbox/docs/models/dcim/modulebay.md
  385. share/netbox/docs/models/dcim/modulebaytemplate.md
  386. share/netbox/docs/models/dcim/moduletype.md
  387. share/netbox/docs/models/dcim/platform.md
  388. share/netbox/docs/models/dcim/powerfeed.md
  389. share/netbox/docs/models/dcim/poweroutlet.md
  390. share/netbox/docs/models/dcim/poweroutlettemplate.md
  391. share/netbox/docs/models/dcim/powerpanel.md
  392. share/netbox/docs/models/dcim/powerport.md
  393. share/netbox/docs/models/dcim/powerporttemplate.md
  394. share/netbox/docs/models/dcim/rack.md
  395. share/netbox/docs/models/dcim/rackreservation.md
  396. share/netbox/docs/models/dcim/rackrole.md
  397. share/netbox/docs/models/dcim/racktype.md
  398. share/netbox/docs/models/dcim/rearport.md
  399. share/netbox/docs/models/dcim/rearporttemplate.md
  400. share/netbox/docs/models/dcim/region.md
  401. share/netbox/docs/models/dcim/site.md
  402. share/netbox/docs/models/dcim/sitegroup.md
  403. share/netbox/docs/models/dcim/virtualchassis.md
  404. share/netbox/docs/models/dcim/virtualdevicecontext.md
  405. share/netbox/docs/models/extras/bookmark.md
  406. share/netbox/docs/models/extras/branch.md
  407. share/netbox/docs/models/extras/configcontext.md
  408. share/netbox/docs/models/extras/configtemplate.md
  409. share/netbox/docs/models/extras/customfield.md
  410. share/netbox/docs/models/extras/customfieldchoiceset.md
  411. share/netbox/docs/models/extras/customlink.md
  412. share/netbox/docs/models/extras/eventrule.md
  413. share/netbox/docs/models/extras/exporttemplate.md
  414. share/netbox/docs/models/extras/imageattachment.md
  415. share/netbox/docs/models/extras/journalentry.md
  416. share/netbox/docs/models/extras/notification.md
  417. share/netbox/docs/models/extras/notificationgroup.md
  418. share/netbox/docs/models/extras/savedfilter.md
  419. share/netbox/docs/models/extras/stagedchange.md
  420. share/netbox/docs/models/extras/subscription.md
  421. share/netbox/docs/models/extras/tag.md
  422. share/netbox/docs/models/extras/webhook.md
  423. share/netbox/docs/models/ipam/aggregate.md
  424. share/netbox/docs/models/ipam/asn.md
  425. share/netbox/docs/models/ipam/asnrange.md
  426. share/netbox/docs/models/ipam/fhrpgroup.md
  427. share/netbox/docs/models/ipam/fhrpgroupassignment.md
  428. share/netbox/docs/models/ipam/ipaddress.md
  429. share/netbox/docs/models/ipam/iprange.md
  430. share/netbox/docs/models/ipam/prefix.md
  431. share/netbox/docs/models/ipam/rir.md
  432. share/netbox/docs/models/ipam/role.md
  433. share/netbox/docs/models/ipam/routetarget.md
  434. share/netbox/docs/models/ipam/service.md
  435. share/netbox/docs/models/ipam/servicetemplate.md
  436. share/netbox/docs/models/ipam/vlan.md
  437. share/netbox/docs/models/ipam/vlangroup.md
  438. share/netbox/docs/models/ipam/vrf.md
  439. share/netbox/docs/models/tenancy/contact.md
  440. share/netbox/docs/models/tenancy/contactgroup.md
  441. share/netbox/docs/models/tenancy/contactrole.md
  442. share/netbox/docs/models/tenancy/tenant.md
  443. share/netbox/docs/models/tenancy/tenantgroup.md
  444. share/netbox/docs/models/virtualization/cluster.md
  445. share/netbox/docs/models/virtualization/clustergroup.md
  446. share/netbox/docs/models/virtualization/clustertype.md
  447. share/netbox/docs/models/virtualization/virtualdisk.md
  448. share/netbox/docs/models/virtualization/virtualmachine.md
  449. share/netbox/docs/models/virtualization/vminterface.md
  450. share/netbox/docs/models/vpn/ikepolicy.md
  451. share/netbox/docs/models/vpn/ikeproposal.md
  452. share/netbox/docs/models/vpn/ipsecpolicy.md
  453. share/netbox/docs/models/vpn/ipsecprofile.md
  454. share/netbox/docs/models/vpn/ipsecproposal.md
  455. share/netbox/docs/models/vpn/l2vpn.md
  456. share/netbox/docs/models/vpn/l2vpntermination.md
  457. share/netbox/docs/models/vpn/tunnel.md
  458. share/netbox/docs/models/vpn/tunnelgroup.md
  459. share/netbox/docs/models/vpn/tunneltermination.md
  460. share/netbox/docs/models/wireless/wirelesslan.md
  461. share/netbox/docs/models/wireless/wirelesslangroup.md
  462. share/netbox/docs/models/wireless/wirelesslink.md
  463. share/netbox/docs/netbox_logo_dark.svg
  464. share/netbox/docs/netbox_logo_light.svg
  465. share/netbox/docs/plugins/development/background-jobs.md
  466. share/netbox/docs/plugins/development/dashboard-widgets.md
  467. share/netbox/docs/plugins/development/data-backends.md
  468. share/netbox/docs/plugins/development/event-types.md
  469. share/netbox/docs/plugins/development/exceptions.md
  470. share/netbox/docs/plugins/development/filtersets.md
  471. share/netbox/docs/plugins/development/forms.md
  472. share/netbox/docs/plugins/development/graphql-api.md
  473. share/netbox/docs/plugins/development/index.md
  474. share/netbox/docs/plugins/development/migration-v4.md
  475. share/netbox/docs/plugins/development/models.md
  476. share/netbox/docs/plugins/development/navigation.md
  477. share/netbox/docs/plugins/development/rest-api.md
  478. share/netbox/docs/plugins/development/search.md
  479. share/netbox/docs/plugins/development/staged-changes.md
  480. share/netbox/docs/plugins/development/tables.md
  481. share/netbox/docs/plugins/development/templates.md
  482. share/netbox/docs/plugins/development/views.md
  483. share/netbox/docs/plugins/index.md
  484. share/netbox/docs/plugins/installation.md
  485. share/netbox/docs/plugins/removal.md
  486. share/netbox/docs/reference/conditions.md
  487. share/netbox/docs/reference/filtering.md
  488. share/netbox/docs/reference/markdown.md
  489. share/netbox/docs/release-notes/index.md
  490. share/netbox/docs/release-notes/version-2.0.md
  491. share/netbox/docs/release-notes/version-2.1.md
  492. share/netbox/docs/release-notes/version-2.10.md
  493. share/netbox/docs/release-notes/version-2.11.md
  494. share/netbox/docs/release-notes/version-2.2.md
  495. share/netbox/docs/release-notes/version-2.3.md
  496. share/netbox/docs/release-notes/version-2.4.md
  497. share/netbox/docs/release-notes/version-2.5.md
  498. share/netbox/docs/release-notes/version-2.6.md
  499. share/netbox/docs/release-notes/version-2.7.md
  500. share/netbox/docs/release-notes/version-2.8.md
  501. share/netbox/docs/release-notes/version-2.9.md
  502. share/netbox/docs/release-notes/version-3.0.md
  503. share/netbox/docs/release-notes/version-3.1.md
  504. share/netbox/docs/release-notes/version-3.2.md
  505. share/netbox/docs/release-notes/version-3.3.md
  506. share/netbox/docs/release-notes/version-3.4.md
  507. share/netbox/docs/release-notes/version-3.5.md
  508. share/netbox/docs/release-notes/version-3.6.md
  509. share/netbox/docs/release-notes/version-3.7.md
  510. share/netbox/docs/release-notes/version-4.0.md
  511. share/netbox/docs/release-notes/version-4.1.md
  512. share/netbox/extras/__init__.py
  513. share/netbox/extras/api/__init__.py
  514. share/netbox/extras/api/customfields.py
  515. share/netbox/extras/api/mixins.py
  516. share/netbox/extras/api/nested_serializers.py
  517. share/netbox/extras/api/serializers.py
  518. share/netbox/extras/api/serializers_/__init__.py
  519. share/netbox/extras/api/serializers_/attachments.py
  520. share/netbox/extras/api/serializers_/bookmarks.py
  521. share/netbox/extras/api/serializers_/configcontexts.py
  522. share/netbox/extras/api/serializers_/configtemplates.py
  523. share/netbox/extras/api/serializers_/customfields.py
  524. share/netbox/extras/api/serializers_/customlinks.py
  525. share/netbox/extras/api/serializers_/dashboard.py
  526. share/netbox/extras/api/serializers_/events.py
  527. share/netbox/extras/api/serializers_/exporttemplates.py
  528. share/netbox/extras/api/serializers_/journaling.py
  529. share/netbox/extras/api/serializers_/notifications.py
  530. share/netbox/extras/api/serializers_/objecttypes.py
  531. share/netbox/extras/api/serializers_/savedfilters.py
  532. share/netbox/extras/api/serializers_/scripts.py
  533. share/netbox/extras/api/serializers_/tags.py
  534. share/netbox/extras/api/urls.py
  535. share/netbox/extras/api/views.py
  536. share/netbox/extras/apps.py
  537. share/netbox/extras/choices.py
  538. share/netbox/extras/conditions.py
  539. share/netbox/extras/constants.py
  540. share/netbox/extras/dashboard/__init__.py
  541. share/netbox/extras/dashboard/forms.py
  542. share/netbox/extras/dashboard/utils.py
  543. share/netbox/extras/dashboard/widgets.py
  544. share/netbox/extras/data/__init__.py
  545. share/netbox/extras/data/iata.py
  546. share/netbox/extras/data/iso_3166.py
  547. share/netbox/extras/data/un_locode.py
  548. share/netbox/extras/events.py
  549. share/netbox/extras/fields.py
  550. share/netbox/extras/filters.py
  551. share/netbox/extras/filtersets.py
  552. share/netbox/extras/forms/__init__.py
  553. share/netbox/extras/forms/bulk_edit.py
  554. share/netbox/extras/forms/bulk_import.py
  555. share/netbox/extras/forms/filtersets.py
  556. share/netbox/extras/forms/misc.py
  557. share/netbox/extras/forms/model_forms.py
  558. share/netbox/extras/forms/reports.py
  559. share/netbox/extras/forms/scripts.py
  560. share/netbox/extras/graphql/__init__.py
  561. share/netbox/extras/graphql/filters.py
  562. share/netbox/extras/graphql/mixins.py
  563. share/netbox/extras/graphql/schema.py
  564. share/netbox/extras/graphql/types.py
  565. share/netbox/extras/jobs.py
  566. share/netbox/extras/lookups.py
  567. share/netbox/extras/management/__init__.py
  568. share/netbox/extras/management/commands/__init__.py
  569. share/netbox/extras/management/commands/housekeeping.py
  570. share/netbox/extras/management/commands/reindex.py
  571. share/netbox/extras/management/commands/renaturalize.py
  572. share/netbox/extras/management/commands/runscript.py
  573. share/netbox/extras/management/commands/webhook_receiver.py
  574. share/netbox/extras/migrations/0001_squashed.py
  575. share/netbox/extras/migrations/0002_squashed_0059.py
  576. share/netbox/extras/migrations/0060_squashed_0086.py
  577. share/netbox/extras/migrations/0087_squashed_0098.py
  578. share/netbox/extras/migrations/0099_cachedvalue_ordering.py
  579. share/netbox/extras/migrations/0100_customfield_ui_attrs.py
  580. share/netbox/extras/migrations/0101_eventrule.py
  581. share/netbox/extras/migrations/0102_move_configrevision.py
  582. share/netbox/extras/migrations/0103_gfk_indexes.py
  583. share/netbox/extras/migrations/0104_stagedchange_remove_change_logging.py
  584. share/netbox/extras/migrations/0105_customfield_min_max_values.py
  585. share/netbox/extras/migrations/0106_bookmark_user_cascade_deletion.py
  586. share/netbox/extras/migrations/0107_cachedvalue_extras_cachedvalue_object.py
  587. share/netbox/extras/migrations/0108_convert_reports_to_scripts.py
  588. share/netbox/extras/migrations/0109_script_model.py
  589. share/netbox/extras/migrations/0110_remove_eventrule_action_parameters.py
  590. share/netbox/extras/migrations/0111_rename_content_types.py
  591. share/netbox/extras/migrations/0112_tag_update_object_types.py
  592. share/netbox/extras/migrations/0113_customfield_rename_object_type.py
  593. share/netbox/extras/migrations/0114_customfield_add_comments.py
  594. share/netbox/extras/migrations/0115_convert_dashboard_widgets.py
  595. share/netbox/extras/migrations/0116_custom_link_button_color.py
  596. share/netbox/extras/migrations/0117_move_objectchange.py
  597. share/netbox/extras/migrations/0118_customfield_uniqueness.py
  598. share/netbox/extras/migrations/0119_notifications.py
  599. share/netbox/extras/migrations/0120_eventrule_event_types.py
  600. share/netbox/extras/migrations/0121_customfield_related_object_filter.py
  601. share/netbox/extras/migrations/__init__.py
  602. share/netbox/extras/models/__init__.py
  603. share/netbox/extras/models/configs.py
  604. share/netbox/extras/models/customfields.py
  605. share/netbox/extras/models/dashboard.py
  606. share/netbox/extras/models/mixins.py
  607. share/netbox/extras/models/models.py
  608. share/netbox/extras/models/notifications.py
  609. share/netbox/extras/models/scripts.py
  610. share/netbox/extras/models/search.py
  611. share/netbox/extras/models/staging.py
  612. share/netbox/extras/models/tags.py
  613. share/netbox/extras/querysets.py
  614. share/netbox/extras/reports.py
  615. share/netbox/extras/scripts.py
  616. share/netbox/extras/search.py
  617. share/netbox/extras/signals.py
  618. share/netbox/extras/tables/__init__.py
  619. share/netbox/extras/tables/columns.py
  620. share/netbox/extras/tables/tables.py
  621. share/netbox/extras/templatetags/__init__.py
  622. share/netbox/extras/templatetags/custom_links.py
  623. share/netbox/extras/templatetags/dashboard.py
  624. share/netbox/extras/templatetags/log_levels.py
  625. share/netbox/extras/tests/__init__.py
  626. share/netbox/extras/tests/test_api.py
  627. share/netbox/extras/tests/test_conditions.py
  628. share/netbox/extras/tests/test_custom_validation.py
  629. share/netbox/extras/tests/test_customfields.py
  630. share/netbox/extras/tests/test_customvalidators.py
  631. share/netbox/extras/tests/test_event_rules.py
  632. share/netbox/extras/tests/test_filtersets.py
  633. share/netbox/extras/tests/test_forms.py
  634. share/netbox/extras/tests/test_models.py
  635. share/netbox/extras/tests/test_scripts.py
  636. share/netbox/extras/tests/test_tags.py
  637. share/netbox/extras/tests/test_views.py
  638. share/netbox/extras/urls.py
  639. share/netbox/extras/utils.py
  640. share/netbox/extras/validators.py
  641. share/netbox/extras/views.py
  642. share/netbox/extras/webhooks.py
  643. share/netbox/generate_secret_key.py
  644. share/netbox/ipam/__init__.py
  645. share/netbox/ipam/api/__init__.py
  646. share/netbox/ipam/api/field_serializers.py
  647. share/netbox/ipam/api/nested_serializers.py
  648. share/netbox/ipam/api/serializers.py
  649. share/netbox/ipam/api/serializers_/__init__.py
  650. share/netbox/ipam/api/serializers_/asns.py
  651. share/netbox/ipam/api/serializers_/fhrpgroups.py
  652. share/netbox/ipam/api/serializers_/ip.py
  653. share/netbox/ipam/api/serializers_/nested.py
  654. share/netbox/ipam/api/serializers_/roles.py
  655. share/netbox/ipam/api/serializers_/services.py
  656. share/netbox/ipam/api/serializers_/vlans.py
  657. share/netbox/ipam/api/serializers_/vrfs.py
  658. share/netbox/ipam/api/urls.py
  659. share/netbox/ipam/api/views.py
  660. share/netbox/ipam/apps.py
  661. share/netbox/ipam/choices.py
  662. share/netbox/ipam/constants.py
  663. share/netbox/ipam/fields.py
  664. share/netbox/ipam/filtersets.py
  665. share/netbox/ipam/formfields.py
  666. share/netbox/ipam/forms/__init__.py
  667. share/netbox/ipam/forms/bulk_create.py
  668. share/netbox/ipam/forms/bulk_edit.py
  669. share/netbox/ipam/forms/bulk_import.py
  670. share/netbox/ipam/forms/filtersets.py
  671. share/netbox/ipam/forms/model_forms.py
  672. share/netbox/ipam/graphql/__init__.py
  673. share/netbox/ipam/graphql/filters.py
  674. share/netbox/ipam/graphql/mixins.py
  675. share/netbox/ipam/graphql/schema.py
  676. share/netbox/ipam/graphql/types.py
  677. share/netbox/ipam/lookups.py
  678. share/netbox/ipam/management/__init__.py
  679. share/netbox/ipam/management/commands/__init__.py
  680. share/netbox/ipam/management/commands/rebuild_prefixes.py
  681. share/netbox/ipam/managers.py
  682. share/netbox/ipam/migrations/0001_squashed.py
  683. share/netbox/ipam/migrations/0002_squashed_0046.py
  684. share/netbox/ipam/migrations/0047_squashed_0053.py
  685. share/netbox/ipam/migrations/0054_squashed_0067.py
  686. share/netbox/ipam/migrations/0068_move_l2vpn.py
  687. share/netbox/ipam/migrations/0069_gfk_indexes.py
  688. share/netbox/ipam/migrations/0070_vlangroup_vlan_id_ranges.py
  689. share/netbox/ipam/migrations/__init__.py
  690. share/netbox/ipam/models/__init__.py
  691. share/netbox/ipam/models/asns.py
  692. share/netbox/ipam/models/fhrp.py
  693. share/netbox/ipam/models/ip.py
  694. share/netbox/ipam/models/services.py
  695. share/netbox/ipam/models/vlans.py
  696. share/netbox/ipam/models/vrfs.py
  697. share/netbox/ipam/querysets.py
  698. share/netbox/ipam/search.py
  699. share/netbox/ipam/signals.py
  700. share/netbox/ipam/tables/__init__.py
  701. share/netbox/ipam/tables/asn.py
  702. share/netbox/ipam/tables/fhrp.py
  703. share/netbox/ipam/tables/ip.py
  704. share/netbox/ipam/tables/services.py
  705. share/netbox/ipam/tables/vlans.py
  706. share/netbox/ipam/tables/vrfs.py
  707. share/netbox/ipam/tests/__init__.py
  708. share/netbox/ipam/tests/test_api.py
  709. share/netbox/ipam/tests/test_filtersets.py
  710. share/netbox/ipam/tests/test_models.py
  711. share/netbox/ipam/tests/test_ordering.py
  712. share/netbox/ipam/tests/test_views.py
  713. share/netbox/ipam/urls.py
  714. share/netbox/ipam/utils.py
  715. share/netbox/ipam/validators.py
  716. share/netbox/ipam/views.py
  717. share/netbox/manage.py
  718. share/netbox/media/devicetype-images/.gitignore
  719. share/netbox/media/image-attachments/.gitignore
  720. share/netbox/mkdocs.yml
  721. share/netbox/netbox/__init__.py
  722. share/netbox/netbox/admin.py
  723. share/netbox/netbox/api/__init__.py
  724. share/netbox/netbox/api/authentication.py
  725. share/netbox/netbox/api/exceptions.py
  726. share/netbox/netbox/api/features.py
  727. share/netbox/netbox/api/fields.py
  728. share/netbox/netbox/api/metadata.py
  729. share/netbox/netbox/api/pagination.py
  730. share/netbox/netbox/api/renderers.py
  731. share/netbox/netbox/api/routers.py
  732. share/netbox/netbox/api/serializers/__init__.py
  733. share/netbox/netbox/api/serializers/base.py
  734. share/netbox/netbox/api/serializers/features.py
  735. share/netbox/netbox/api/serializers/fields.py
  736. share/netbox/netbox/api/serializers/generic.py
  737. share/netbox/netbox/api/serializers/nested.py
  738. share/netbox/netbox/api/views.py
  739. share/netbox/netbox/api/viewsets/__init__.py
  740. share/netbox/netbox/api/viewsets/mixins.py
  741. share/netbox/netbox/authentication/__init__.py
  742. share/netbox/netbox/authentication/misc.py
  743. share/netbox/netbox/choices.py
  744. share/netbox/netbox/config/__init__.py
  745. share/netbox/netbox/config/parameters.py
  746. share/netbox/netbox/configuration_example.py
  747. share/netbox/netbox/configuration_testing.py
  748. share/netbox/netbox/constants.py
  749. share/netbox/netbox/context.py
  750. share/netbox/netbox/context_managers.py
  751. share/netbox/netbox/context_processors.py
  752. share/netbox/netbox/data_backends.py
  753. share/netbox/netbox/denormalized.py
  754. share/netbox/netbox/events.py
  755. share/netbox/netbox/filtersets.py
  756. share/netbox/netbox/forms/__init__.py
  757. share/netbox/netbox/forms/base.py
  758. share/netbox/netbox/forms/mixins.py
  759. share/netbox/netbox/graphql/__init__.py
  760. share/netbox/netbox/graphql/filter_mixins.py
  761. share/netbox/netbox/graphql/scalars.py
  762. share/netbox/netbox/graphql/schema.py
  763. share/netbox/netbox/graphql/types.py
  764. share/netbox/netbox/graphql/views.py
  765. share/netbox/netbox/jobs.py
  766. share/netbox/netbox/middleware.py
  767. share/netbox/netbox/models/__init__.py
  768. share/netbox/netbox/models/features.py
  769. share/netbox/netbox/navigation/__init__.py
  770. share/netbox/netbox/navigation/menu.py
  771. share/netbox/netbox/plugins/__init__.py
  772. share/netbox/netbox/plugins/navigation.py
  773. share/netbox/netbox/plugins/registration.py
  774. share/netbox/netbox/plugins/templates.py
  775. share/netbox/netbox/plugins/urls.py
  776. share/netbox/netbox/plugins/utils.py
  777. share/netbox/netbox/plugins/views.py
  778. share/netbox/netbox/preferences.py
  779. share/netbox/netbox/registry.py
  780. share/netbox/netbox/search/__init__.py
  781. share/netbox/netbox/search/backends.py
  782. share/netbox/netbox/search/utils.py
  783. share/netbox/netbox/settings.py
  784. share/netbox/netbox/signals.py
  785. share/netbox/netbox/staging.py
  786. share/netbox/netbox/tables/__init__.py
  787. share/netbox/netbox/tables/columns.py
  788. share/netbox/netbox/tables/tables.py
  789. share/netbox/netbox/tables/template_code.py
  790. share/netbox/netbox/tests/__init__.py
  791. share/netbox/netbox/tests/dummy_plugin/__init__.py
  792. share/netbox/netbox/tests/dummy_plugin/admin.py
  793. share/netbox/netbox/tests/dummy_plugin/api/serializers.py
  794. share/netbox/netbox/tests/dummy_plugin/api/urls.py
  795. share/netbox/netbox/tests/dummy_plugin/api/views.py
  796. share/netbox/netbox/tests/dummy_plugin/data_backends.py
  797. share/netbox/netbox/tests/dummy_plugin/graphql.py
  798. share/netbox/netbox/tests/dummy_plugin/middleware.py
  799. share/netbox/netbox/tests/dummy_plugin/migrations/0001_initial.py
  800. share/netbox/netbox/tests/dummy_plugin/migrations/__init__.py
  801. share/netbox/netbox/tests/dummy_plugin/models.py
  802. share/netbox/netbox/tests/dummy_plugin/navigation.py
  803. share/netbox/netbox/tests/dummy_plugin/preferences.py
  804. share/netbox/netbox/tests/dummy_plugin/search.py
  805. share/netbox/netbox/tests/dummy_plugin/tables.py
  806. share/netbox/netbox/tests/dummy_plugin/template_content.py
  807. share/netbox/netbox/tests/dummy_plugin/urls.py
  808. share/netbox/netbox/tests/dummy_plugin/views.py
  809. share/netbox/netbox/tests/test_api.py
  810. share/netbox/netbox/tests/test_authentication.py
  811. share/netbox/netbox/tests/test_config.py
  812. share/netbox/netbox/tests/test_graphql.py
  813. share/netbox/netbox/tests/test_import.py
  814. share/netbox/netbox/tests/test_jobs.py
  815. share/netbox/netbox/tests/test_plugins.py
  816. share/netbox/netbox/tests/test_registry.py
  817. share/netbox/netbox/tests/test_search.py
  818. share/netbox/netbox/tests/test_staging.py
  819. share/netbox/netbox/tests/test_tables.py
  820. share/netbox/netbox/tests/test_views.py
  821. share/netbox/netbox/urls.py
  822. share/netbox/netbox/utils.py
  823. share/netbox/netbox/views/__init__.py
  824. share/netbox/netbox/views/errors.py
  825. share/netbox/netbox/views/generic/__init__.py
  826. share/netbox/netbox/views/generic/base.py
  827. share/netbox/netbox/views/generic/bulk_views.py
  828. share/netbox/netbox/views/generic/feature_views.py
  829. share/netbox/netbox/views/generic/mixins.py
  830. share/netbox/netbox/views/generic/object_views.py
  831. share/netbox/netbox/views/generic/utils.py
  832. share/netbox/netbox/views/htmx.py
  833. share/netbox/netbox/views/misc.py
  834. share/netbox/netbox/wsgi.py
  835. share/netbox/project-static/.eslintignore
  836. share/netbox/project-static/.eslintrc
  837. share/netbox/project-static/.prettierignore
  838. share/netbox/project-static/.prettierrc
  839. share/netbox/project-static/.sassrc
  840. share/netbox/project-static/bundle.js
  841. share/netbox/project-static/dist/Inter-Black-7VL4YR6G.woff
  842. share/netbox/project-static/dist/Inter-Black-NU3KAVPI.woff2
  843. share/netbox/project-static/dist/Inter-BlackItalic-4BVAVUVI.woff2
  844. share/netbox/project-static/dist/Inter-BlackItalic-HJLUEYVW.woff
  845. share/netbox/project-static/dist/Inter-Bold-6AVOS7AV.woff2
  846. share/netbox/project-static/dist/Inter-Bold-RTIBL5DO.woff
  847. share/netbox/project-static/dist/Inter-BoldItalic-AID2XGS3.woff2
  848. share/netbox/project-static/dist/Inter-BoldItalic-UU7SOVRI.woff
  849. share/netbox/project-static/dist/Inter-ExtraBold-B5RSZK6R.woff
  850. share/netbox/project-static/dist/Inter-ExtraBold-VAPCTO5F.woff2
  851. share/netbox/project-static/dist/Inter-ExtraBoldItalic-R7DLWYIK.woff
  852. share/netbox/project-static/dist/Inter-ExtraBoldItalic-W26CJYY7.woff2
  853. share/netbox/project-static/dist/Inter-ExtraLight-A7NHN7KT.woff
  854. share/netbox/project-static/dist/Inter-ExtraLight-DVW3SATI.woff2
  855. share/netbox/project-static/dist/Inter-ExtraLightItalic-KXZYPKOE.woff2
  856. share/netbox/project-static/dist/Inter-ExtraLightItalic-SKGXKLLA.woff
  857. share/netbox/project-static/dist/Inter-Italic-GHDVOOKA.woff
  858. share/netbox/project-static/dist/Inter-Italic-RW2ZALTO.woff2
  859. share/netbox/project-static/dist/Inter-Light-ARG5Y6MT.woff
  860. share/netbox/project-static/dist/Inter-Light-XBRUIIRZ.woff2
  861. share/netbox/project-static/dist/Inter-LightItalic-4OWY6V5R.woff2
  862. share/netbox/project-static/dist/Inter-LightItalic-WFS25IQZ.woff
  863. share/netbox/project-static/dist/Inter-Medium-JV63DMR7.woff2
  864. share/netbox/project-static/dist/Inter-Medium-KH2CGZVE.woff
  865. share/netbox/project-static/dist/Inter-MediumItalic-P7H6BBYU.woff2
  866. share/netbox/project-static/dist/Inter-MediumItalic-PO2E4FIG.woff
  867. share/netbox/project-static/dist/Inter-Regular-373XMOLM.woff2
  868. share/netbox/project-static/dist/Inter-Regular-DR3VC6YG.woff
  869. share/netbox/project-static/dist/Inter-SemiBold-TJ6HPMMH.woff
  870. share/netbox/project-static/dist/Inter-SemiBold-UMRILHOG.woff2
  871. share/netbox/project-static/dist/Inter-SemiBoldItalic-ABO2DCC7.woff2
  872. share/netbox/project-static/dist/Inter-SemiBoldItalic-DM4JJSFU.woff
  873. share/netbox/project-static/dist/Inter-Thin-MEKOZMGA.woff
  874. share/netbox/project-static/dist/Inter-Thin-TCINWRKS.woff2
  875. share/netbox/project-static/dist/Inter-ThinItalic-WRULPH3M.woff2
  876. share/netbox/project-static/dist/Inter-ThinItalic-ZFOL6JFL.woff
  877. share/netbox/project-static/dist/Inter-italic.var-7LS4VCXC.woff2
  878. share/netbox/project-static/dist/Inter-roman.var-EDENVCUS.woff2
  879. share/netbox/project-static/dist/Inter.var-FTIQFLGO.woff2
  880. share/netbox/project-static/dist/cable_trace.css
  881. share/netbox/project-static/dist/graphiql/graphiql.min.css
  882. share/netbox/project-static/dist/graphiql/graphiql.min.js
  883. share/netbox/project-static/dist/graphiql/index.umd.js
  884. share/netbox/project-static/dist/graphiql/js.cookie.min.js
  885. share/netbox/project-static/dist/graphiql/plugin-explorer-style.css
  886. share/netbox/project-static/dist/graphiql/react-dom.production.min.js
  887. share/netbox/project-static/dist/graphiql/react.production.min.js
  888. share/netbox/project-static/dist/materialdesignicons-webfont-4ZM36VVG.woff
  889. share/netbox/project-static/dist/materialdesignicons-webfont-7OXPFKOV.woff2
  890. share/netbox/project-static/dist/materialdesignicons-webfont-A5TO3SM5.eot
  891. share/netbox/project-static/dist/materialdesignicons-webfont-OFFE53R5.ttf
  892. share/netbox/project-static/dist/netbox-external.css
  893. share/netbox/project-static/dist/netbox.css
  894. share/netbox/project-static/dist/netbox.js
  895. share/netbox/project-static/dist/netbox.js.map
  896. share/netbox/project-static/dist/rack_elevation.css
  897. share/netbox/project-static/dist/roboto-mono-latin-100-JQJ4Z5FD.woff2
  898. share/netbox/project-static/dist/roboto-mono-latin-100-SMKVIC22.woff
  899. share/netbox/project-static/dist/roboto-mono-latin-100italic-DARDHGP2.woff
  900. share/netbox/project-static/dist/roboto-mono-latin-100italic-SF7I3UQS.woff2
  901. share/netbox/project-static/dist/roboto-mono-latin-200-GAB3DPCB.woff2
  902. share/netbox/project-static/dist/roboto-mono-latin-200-GNXGWAU7.woff
  903. share/netbox/project-static/dist/roboto-mono-latin-200italic-MBEOZD5A.woff
  904. share/netbox/project-static/dist/roboto-mono-latin-200italic-YC3AN6RQ.woff2
  905. share/netbox/project-static/dist/roboto-mono-latin-300-76QG53G7.woff2
  906. share/netbox/project-static/dist/roboto-mono-latin-300-KB4HCXJB.woff
  907. share/netbox/project-static/dist/roboto-mono-latin-300italic-ATWQWJG4.woff2
  908. share/netbox/project-static/dist/roboto-mono-latin-300italic-UCTTXECO.woff
  909. share/netbox/project-static/dist/roboto-mono-latin-400-L25YYWY3.woff
  910. share/netbox/project-static/dist/roboto-mono-latin-400-OKRWGZOX.woff2
  911. share/netbox/project-static/dist/roboto-mono-latin-400italic-3G7XMJ7A.woff
  912. share/netbox/project-static/dist/roboto-mono-latin-400italic-UPQRVZWX.woff2
  913. share/netbox/project-static/dist/roboto-mono-latin-500-4ZB2P7GK.woff
  914. share/netbox/project-static/dist/roboto-mono-latin-500-67YXJMLO.woff2
  915. share/netbox/project-static/dist/roboto-mono-latin-500italic-RXGCSZS4.woff
  916. share/netbox/project-static/dist/roboto-mono-latin-500italic-U7WRIR22.woff2
  917. share/netbox/project-static/dist/roboto-mono-latin-600-USMEYMTS.woff
  918. share/netbox/project-static/dist/roboto-mono-latin-600-ZRZYGQNG.woff2
  919. share/netbox/project-static/dist/roboto-mono-latin-600italic-THUILB76.woff2
  920. share/netbox/project-static/dist/roboto-mono-latin-600italic-TLIW3M4P.woff
  921. share/netbox/project-static/dist/roboto-mono-latin-700-PEQVO3WV.woff
  922. share/netbox/project-static/dist/roboto-mono-latin-700-QNNSSZIK.woff2
  923. share/netbox/project-static/dist/roboto-mono-latin-700italic-KTWD2UYU.woff
  924. share/netbox/project-static/dist/roboto-mono-latin-700italic-WWLRMKIN.woff2
  925. share/netbox/project-static/docs/.info
  926. share/netbox/project-static/img/logo_netbox_bright_teal.svg
  927. share/netbox/project-static/img/logo_netbox_dark_teal.svg
  928. share/netbox/project-static/img/motif.svg
  929. share/netbox/project-static/img/netbox.ico
  930. share/netbox/project-static/img/netbox_icon.svg
  931. share/netbox/project-static/img/netbox_touch-icon-180.png
  932. share/netbox/project-static/img/rest-api.ico
  933. share/netbox/project-static/js/setmode.js
  934. share/netbox/project-static/netbox-graphiql/package.json
  935. share/netbox/project-static/package.json
  936. share/netbox/project-static/src/bs.ts
  937. share/netbox/project-static/src/buttons/connectionToggle.ts
  938. share/netbox/project-static/src/buttons/depthToggle.ts
  939. share/netbox/project-static/src/buttons/floatBulk.ts
  940. share/netbox/project-static/src/buttons/index.ts
  941. share/netbox/project-static/src/buttons/markdownPreview.ts
  942. share/netbox/project-static/src/buttons/moveOptions.ts
  943. share/netbox/project-static/src/buttons/reslug.ts
  944. share/netbox/project-static/src/buttons/secretToggle.ts
  945. share/netbox/project-static/src/buttons/selectAll.ts
  946. share/netbox/project-static/src/buttons/selectMultiple.ts
  947. share/netbox/project-static/src/clipboard.ts
  948. share/netbox/project-static/src/colorMode.ts
  949. share/netbox/project-static/src/dashboard.ts
  950. share/netbox/project-static/src/dateSelector.ts
  951. share/netbox/project-static/src/forms/elements.ts
  952. share/netbox/project-static/src/forms/index.ts
  953. share/netbox/project-static/src/forms/savedFiltersSelect.ts
  954. share/netbox/project-static/src/forms/speedSelector.ts
  955. share/netbox/project-static/src/global.d.ts
  956. share/netbox/project-static/src/htmx.ts
  957. share/netbox/project-static/src/index.ts
  958. share/netbox/project-static/src/messages.ts
  959. share/netbox/project-static/src/netbox.ts
  960. share/netbox/project-static/src/objectSelector.ts
  961. share/netbox/project-static/src/racks.ts
  962. share/netbox/project-static/src/search.ts
  963. share/netbox/project-static/src/select/classes/dynamicParamsMap.ts
  964. share/netbox/project-static/src/select/classes/dynamicTomSelect.ts
  965. share/netbox/project-static/src/select/config.ts
  966. share/netbox/project-static/src/select/dynamic.ts
  967. share/netbox/project-static/src/select/index.ts
  968. share/netbox/project-static/src/select/static.ts
  969. share/netbox/project-static/src/select/types.ts
  970. share/netbox/project-static/src/sidenav.ts
  971. share/netbox/project-static/src/state/index.ts
  972. share/netbox/project-static/src/stores/index.ts
  973. share/netbox/project-static/src/stores/objectDepth.ts
  974. share/netbox/project-static/src/stores/previousPkCheck.ts
  975. share/netbox/project-static/src/stores/rackImages.ts
  976. share/netbox/project-static/src/stores/secret.ts
  977. share/netbox/project-static/src/tableConfig.ts
  978. share/netbox/project-static/src/tables/index.ts
  979. share/netbox/project-static/src/tables/interfaceTable.ts
  980. share/netbox/project-static/src/util.ts
  981. share/netbox/project-static/styles/_variables.scss
  982. share/netbox/project-static/styles/custom/_code.scss
  983. share/netbox/project-static/styles/custom/_dashboard.scss
  984. share/netbox/project-static/styles/custom/_interfaces.scss
  985. share/netbox/project-static/styles/custom/_markdown.scss
  986. share/netbox/project-static/styles/custom/_misc.scss
  987. share/netbox/project-static/styles/custom/_notifications.scss
  988. share/netbox/project-static/styles/external.scss
  989. share/netbox/project-static/styles/netbox.scss
  990. share/netbox/project-static/styles/overrides/_bootstrap.scss
  991. share/netbox/project-static/styles/overrides/_tabler.scss
  992. share/netbox/project-static/styles/overrides/_tomselect.scss
  993. share/netbox/project-static/styles/svg/cable_trace.scss
  994. share/netbox/project-static/styles/svg/rack_elevation.scss
  995. share/netbox/project-static/styles/transitional/_badges.scss
  996. share/netbox/project-static/styles/transitional/_cards.scss
  997. share/netbox/project-static/styles/transitional/_forms.scss
  998. share/netbox/project-static/styles/transitional/_layout.scss
  999. share/netbox/project-static/styles/transitional/_navigation.scss
  1000. share/netbox/project-static/styles/transitional/_progress.scss
  1001. share/netbox/project-static/styles/transitional/_tables.scss
  1002. share/netbox/project-static/styles/transitional/_tabs.scss
  1003. share/netbox/project-static/tsconfig.json
  1004. share/netbox/project-static/yarn.lock
  1005. share/netbox/release.yaml
  1006. share/netbox/reports/__init__.py
  1007. share/netbox/scripts/__init__.py
  1008. share/netbox/templates/403.html
  1009. share/netbox/templates/404.html
  1010. share/netbox/templates/500.html
  1011. share/netbox/templates/account/base.html
  1012. share/netbox/templates/account/bookmarks.html
  1013. share/netbox/templates/account/notifications.html
  1014. share/netbox/templates/account/password.html
  1015. share/netbox/templates/account/preferences.html
  1016. share/netbox/templates/account/profile.html
  1017. share/netbox/templates/account/subscriptions.html
  1018. share/netbox/templates/account/token.html
  1019. share/netbox/templates/account/token_list.html
  1020. share/netbox/templates/base/40x.html
  1021. share/netbox/templates/base/base.html
  1022. share/netbox/templates/base/layout.html
  1023. share/netbox/templates/circuits/circuit.html
  1024. share/netbox/templates/circuits/circuit_terminations_swap.html
  1025. share/netbox/templates/circuits/circuitgroup.html
  1026. share/netbox/templates/circuits/circuitgroupassignment.html
  1027. share/netbox/templates/circuits/circuittermination.html
  1028. share/netbox/templates/circuits/circuittype.html
  1029. share/netbox/templates/circuits/inc/circuit_termination.html
  1030. share/netbox/templates/circuits/inc/circuit_termination_fields.html
  1031. share/netbox/templates/circuits/provider.html
  1032. share/netbox/templates/circuits/provideraccount.html
  1033. share/netbox/templates/circuits/providernetwork.html
  1034. share/netbox/templates/core/configrevision.html
  1035. share/netbox/templates/core/configrevision_restore.html
  1036. share/netbox/templates/core/datafile.html
  1037. share/netbox/templates/core/datasource.html
  1038. share/netbox/templates/core/inc/config_data.html
  1039. share/netbox/templates/core/inc/plugin_installation.html
  1040. share/netbox/templates/core/job.html
  1041. share/netbox/templates/core/object_jobs.html
  1042. share/netbox/templates/core/objectchange.html
  1043. share/netbox/templates/core/objectchange_list.html
  1044. share/netbox/templates/core/plugin.html
  1045. share/netbox/templates/core/plugin_list.html
  1046. share/netbox/templates/core/rq_queue_list.html
  1047. share/netbox/templates/core/rq_task.html
  1048. share/netbox/templates/core/rq_task_list.html
  1049. share/netbox/templates/core/rq_worker.html
  1050. share/netbox/templates/core/rq_worker_list.html
  1051. share/netbox/templates/core/system.html
  1052. share/netbox/templates/dcim/bulk_disconnect.html
  1053. share/netbox/templates/dcim/cable.html
  1054. share/netbox/templates/dcim/cable_edit.html
  1055. share/netbox/templates/dcim/cable_trace.html
  1056. share/netbox/templates/dcim/component_list.html
  1057. share/netbox/templates/dcim/connections_list.html
  1058. share/netbox/templates/dcim/consoleport.html
  1059. share/netbox/templates/dcim/consoleserverport.html
  1060. share/netbox/templates/dcim/device.html
  1061. share/netbox/templates/dcim/device/base.html
  1062. share/netbox/templates/dcim/device/components_base.html
  1063. share/netbox/templates/dcim/device/consoleports.html
  1064. share/netbox/templates/dcim/device/consoleserverports.html
  1065. share/netbox/templates/dcim/device/devicebays.html
  1066. share/netbox/templates/dcim/device/frontports.html
  1067. share/netbox/templates/dcim/device/inc/interface_table_controls.html
  1068. share/netbox/templates/dcim/device/interfaces.html
  1069. share/netbox/templates/dcim/device/inventory.html
  1070. share/netbox/templates/dcim/device/modulebays.html
  1071. share/netbox/templates/dcim/device/poweroutlets.html
  1072. share/netbox/templates/dcim/device/powerports.html
  1073. share/netbox/templates/dcim/device/rearports.html
  1074. share/netbox/templates/dcim/device/render_config.html
  1075. share/netbox/templates/dcim/device_edit.html
  1076. share/netbox/templates/dcim/device_list.html
  1077. share/netbox/templates/dcim/devicebay.html
  1078. share/netbox/templates/dcim/devicebay_depopulate.html
  1079. share/netbox/templates/dcim/devicebay_populate.html
  1080. share/netbox/templates/dcim/devicerole.html
  1081. share/netbox/templates/dcim/devicetype.html
  1082. share/netbox/templates/dcim/devicetype/base.html
  1083. share/netbox/templates/dcim/devicetype/component_templates.html
  1084. share/netbox/templates/dcim/frontport.html
  1085. share/netbox/templates/dcim/htmx/cable_edit.html
  1086. share/netbox/templates/dcim/inc/cable_termination.html
  1087. share/netbox/templates/dcim/inc/cable_toggle_buttons.html
  1088. share/netbox/templates/dcim/inc/connection_endpoints.html
  1089. share/netbox/templates/dcim/inc/devicetype_breadcrumbs.html
  1090. share/netbox/templates/dcim/inc/endpoint_connection.html
  1091. share/netbox/templates/dcim/inc/interface_vlans_table.html
  1092. share/netbox/templates/dcim/inc/moduletype_buttons.html
  1093. share/netbox/templates/dcim/inc/panels/inventory_items.html
  1094. share/netbox/templates/dcim/inc/panels/racktype_dimensions.html
  1095. share/netbox/templates/dcim/inc/panels/racktype_numbering.html
  1096. share/netbox/templates/dcim/inc/rack_elevation.html
  1097. share/netbox/templates/dcim/interface.html
  1098. share/netbox/templates/dcim/inventoryitem.html
  1099. share/netbox/templates/dcim/inventoryitemrole.html
  1100. share/netbox/templates/dcim/location.html
  1101. share/netbox/templates/dcim/manufacturer.html
  1102. share/netbox/templates/dcim/module.html
  1103. share/netbox/templates/dcim/modulebay.html
  1104. share/netbox/templates/dcim/moduletype.html
  1105. share/netbox/templates/dcim/moduletype/component_templates.html
  1106. share/netbox/templates/dcim/platform.html
  1107. share/netbox/templates/dcim/powerfeed.html
  1108. share/netbox/templates/dcim/poweroutlet.html
  1109. share/netbox/templates/dcim/powerpanel.html
  1110. share/netbox/templates/dcim/powerport.html
  1111. share/netbox/templates/dcim/rack.html
  1112. share/netbox/templates/dcim/rack/base.html
  1113. share/netbox/templates/dcim/rack/non_racked_devices.html
  1114. share/netbox/templates/dcim/rack/reservations.html
  1115. share/netbox/templates/dcim/rack_elevation_list.html
  1116. share/netbox/templates/dcim/rack_list.html
  1117. share/netbox/templates/dcim/rackreservation.html
  1118. share/netbox/templates/dcim/rackrole.html
  1119. share/netbox/templates/dcim/racktype.html
  1120. share/netbox/templates/dcim/rearport.html
  1121. share/netbox/templates/dcim/region.html
  1122. share/netbox/templates/dcim/site.html
  1123. share/netbox/templates/dcim/sitegroup.html
  1124. share/netbox/templates/dcim/trace/attachment.html
  1125. share/netbox/templates/dcim/trace/cable.html
  1126. share/netbox/templates/dcim/trace/circuit.html
  1127. share/netbox/templates/dcim/trace/device.html
  1128. share/netbox/templates/dcim/trace/object.html
  1129. share/netbox/templates/dcim/trace/powerpanel.html
  1130. share/netbox/templates/dcim/trace/termination.html
  1131. share/netbox/templates/dcim/virtualchassis.html
  1132. share/netbox/templates/dcim/virtualchassis_add.html
  1133. share/netbox/templates/dcim/virtualchassis_add_member.html
  1134. share/netbox/templates/dcim/virtualchassis_edit.html
  1135. share/netbox/templates/dcim/virtualchassis_remove_member.html
  1136. share/netbox/templates/dcim/virtualdevicecontext.html
  1137. share/netbox/templates/django/forms/widgets/attrs.html
  1138. share/netbox/templates/django/forms/widgets/checkbox.html
  1139. share/netbox/templates/django/forms/widgets/clearable_file_input.html
  1140. share/netbox/templates/django/forms/widgets/input.html
  1141. share/netbox/templates/django/forms/widgets/select.html
  1142. share/netbox/templates/django/forms/widgets/textarea.html
  1143. share/netbox/templates/exceptions/import_error.html
  1144. share/netbox/templates/exceptions/permission_error.html
  1145. share/netbox/templates/exceptions/programming_error.html
  1146. share/netbox/templates/extras/configcontext.html
  1147. share/netbox/templates/extras/configcontext_list.html
  1148. share/netbox/templates/extras/configtemplate.html
  1149. share/netbox/templates/extras/configtemplate_list.html
  1150. share/netbox/templates/extras/customfield.html
  1151. share/netbox/templates/extras/customfieldchoiceset.html
  1152. share/netbox/templates/extras/customlink.html
  1153. share/netbox/templates/extras/dashboard/reset.html
  1154. share/netbox/templates/extras/dashboard/widget.html
  1155. share/netbox/templates/extras/dashboard/widget_add.html
  1156. share/netbox/templates/extras/dashboard/widget_config.html
  1157. share/netbox/templates/extras/dashboard/widgets/bookmarks.html
  1158. share/netbox/templates/extras/dashboard/widgets/objectcounts.html
  1159. share/netbox/templates/extras/dashboard/widgets/objectlist.html
  1160. share/netbox/templates/extras/dashboard/widgets/rssfeed.html
  1161. share/netbox/templates/extras/eventrule.html
  1162. share/netbox/templates/extras/exporttemplate.html
  1163. share/netbox/templates/extras/exporttemplate_list.html
  1164. share/netbox/templates/extras/htmx/script_result.html
  1165. share/netbox/templates/extras/imageattachment.html
  1166. share/netbox/templates/extras/inc/configcontext_data.html
  1167. share/netbox/templates/extras/inc/format_toggle.html
  1168. share/netbox/templates/extras/inc/result_pending.html
  1169. share/netbox/templates/extras/journalentry.html
  1170. share/netbox/templates/extras/notificationgroup.html
  1171. share/netbox/templates/extras/object_changelog.html
  1172. share/netbox/templates/extras/object_configcontext.html
  1173. share/netbox/templates/extras/object_journal.html
  1174. share/netbox/templates/extras/report/base.html
  1175. share/netbox/templates/extras/report/jobs.html
  1176. share/netbox/templates/extras/report/source.html
  1177. share/netbox/templates/extras/savedfilter.html
  1178. share/netbox/templates/extras/schema/devicetype_schema.jinja2
  1179. share/netbox/templates/extras/script.html
  1180. share/netbox/templates/extras/script/base.html
  1181. share/netbox/templates/extras/script/jobs.html
  1182. share/netbox/templates/extras/script/source.html
  1183. share/netbox/templates/extras/script_list.html
  1184. share/netbox/templates/extras/script_result.html
  1185. share/netbox/templates/extras/tag.html
  1186. share/netbox/templates/extras/templatetags/log_level.html
  1187. share/netbox/templates/extras/webhook.html
  1188. share/netbox/templates/generic/_base.html
  1189. share/netbox/templates/generic/bulk_add_component.html
  1190. share/netbox/templates/generic/bulk_delete.html
  1191. share/netbox/templates/generic/bulk_edit.html
  1192. share/netbox/templates/generic/bulk_import.html
  1193. share/netbox/templates/generic/bulk_remove.html
  1194. share/netbox/templates/generic/bulk_rename.html
  1195. share/netbox/templates/generic/confirmation_form.html
  1196. share/netbox/templates/generic/object.html
  1197. share/netbox/templates/generic/object_children.html
  1198. share/netbox/templates/generic/object_delete.html
  1199. share/netbox/templates/generic/object_edit.html
  1200. share/netbox/templates/generic/object_list.html
  1201. share/netbox/templates/graphql/graphiql.html
  1202. share/netbox/templates/home.html
  1203. share/netbox/templates/htmx/delete_form.html
  1204. share/netbox/templates/htmx/form.html
  1205. share/netbox/templates/htmx/notifications.html
  1206. share/netbox/templates/htmx/object_selector.html
  1207. share/netbox/templates/htmx/object_selector_results.html
  1208. share/netbox/templates/htmx/table.html
  1209. share/netbox/templates/inc/alerts/danger.html
  1210. share/netbox/templates/inc/alerts/info.html
  1211. share/netbox/templates/inc/alerts/success.html
  1212. share/netbox/templates/inc/alerts/warning.html
  1213. share/netbox/templates/inc/banner.html
  1214. share/netbox/templates/inc/filter_list.html
  1215. share/netbox/templates/inc/htmx_modal.html
  1216. share/netbox/templates/inc/light_toggle.html
  1217. share/netbox/templates/inc/messages.html
  1218. share/netbox/templates/inc/missing_prerequisites.html
  1219. share/netbox/templates/inc/notification_bell.html
  1220. share/netbox/templates/inc/paginator.html
  1221. share/netbox/templates/inc/panel_table.html
  1222. share/netbox/templates/inc/panels/comments.html
  1223. share/netbox/templates/inc/panels/custom_fields.html
  1224. share/netbox/templates/inc/panels/image_attachments.html
  1225. share/netbox/templates/inc/panels/related_objects.html
  1226. share/netbox/templates/inc/panels/tags.html
  1227. share/netbox/templates/inc/sync_warning.html
  1228. share/netbox/templates/inc/table.html
  1229. share/netbox/templates/inc/table_controls_htmx.html
  1230. share/netbox/templates/inc/table_htmx.html
  1231. share/netbox/templates/inc/toast.html
  1232. share/netbox/templates/inc/user_menu.html
  1233. share/netbox/templates/ipam/aggregate.html
  1234. share/netbox/templates/ipam/aggregate/base.html
  1235. share/netbox/templates/ipam/aggregate/prefixes.html
  1236. share/netbox/templates/ipam/asn.html
  1237. share/netbox/templates/ipam/asnrange.html
  1238. share/netbox/templates/ipam/asnrange/base.html
  1239. share/netbox/templates/ipam/fhrpgroup.html
  1240. share/netbox/templates/ipam/inc/ipaddress_edit_header.html
  1241. share/netbox/templates/ipam/inc/panels/fhrp_groups.html
  1242. share/netbox/templates/ipam/inc/toggle_available.html
  1243. share/netbox/templates/ipam/ipaddress.html
  1244. share/netbox/templates/ipam/ipaddress/base.html
  1245. share/netbox/templates/ipam/ipaddress_assign.html
  1246. share/netbox/templates/ipam/ipaddress_bulk_add.html
  1247. share/netbox/templates/ipam/ipaddress_edit.html
  1248. share/netbox/templates/ipam/iprange.html
  1249. share/netbox/templates/ipam/iprange/base.html
  1250. share/netbox/templates/ipam/iprange/ip_addresses.html
  1251. share/netbox/templates/ipam/prefix.html
  1252. share/netbox/templates/ipam/prefix/base.html
  1253. share/netbox/templates/ipam/prefix/ip_addresses.html
  1254. share/netbox/templates/ipam/prefix/ip_ranges.html
  1255. share/netbox/templates/ipam/prefix/prefixes.html
  1256. share/netbox/templates/ipam/prefix_list.html
  1257. share/netbox/templates/ipam/rir.html
  1258. share/netbox/templates/ipam/role.html
  1259. share/netbox/templates/ipam/routetarget.html
  1260. share/netbox/templates/ipam/service.html
  1261. share/netbox/templates/ipam/servicetemplate.html
  1262. share/netbox/templates/ipam/vlan.html
  1263. share/netbox/templates/ipam/vlan/base.html
  1264. share/netbox/templates/ipam/vlan_edit.html
  1265. share/netbox/templates/ipam/vlangroup.html
  1266. share/netbox/templates/ipam/vrf.html
  1267. share/netbox/templates/login.html
  1268. share/netbox/templates/media_failure.html
  1269. share/netbox/templates/rest_framework/api.html
  1270. share/netbox/templates/search.html
  1271. share/netbox/templates/tenancy/contact.html
  1272. share/netbox/templates/tenancy/contactgroup.html
  1273. share/netbox/templates/tenancy/contactrole.html
  1274. share/netbox/templates/tenancy/object_contacts.html
  1275. share/netbox/templates/tenancy/tenant.html
  1276. share/netbox/templates/tenancy/tenantgroup.html
  1277. share/netbox/templates/users/group.html
  1278. share/netbox/templates/users/objectpermission.html
  1279. share/netbox/templates/users/token.html
  1280. share/netbox/templates/users/token_edit.html
  1281. share/netbox/templates/users/user.html
  1282. share/netbox/templates/virtualization/cluster.html
  1283. share/netbox/templates/virtualization/cluster/base.html
  1284. share/netbox/templates/virtualization/cluster/devices.html
  1285. share/netbox/templates/virtualization/cluster_add_devices.html
  1286. share/netbox/templates/virtualization/clustergroup.html
  1287. share/netbox/templates/virtualization/clustertype.html
  1288. share/netbox/templates/virtualization/virtualdisk.html
  1289. share/netbox/templates/virtualization/virtualmachine.html
  1290. share/netbox/templates/virtualization/virtualmachine/base.html
  1291. share/netbox/templates/virtualization/virtualmachine/interfaces.html
  1292. share/netbox/templates/virtualization/virtualmachine/render_config.html
  1293. share/netbox/templates/virtualization/virtualmachine/virtual_disks.html
  1294. share/netbox/templates/virtualization/virtualmachine_list.html
  1295. share/netbox/templates/virtualization/vminterface.html
  1296. share/netbox/templates/vpn/ikepolicy.html
  1297. share/netbox/templates/vpn/ikeproposal.html
  1298. share/netbox/templates/vpn/ipsecpolicy.html
  1299. share/netbox/templates/vpn/ipsecprofile.html
  1300. share/netbox/templates/vpn/ipsecproposal.html
  1301. share/netbox/templates/vpn/l2vpn.html
  1302. share/netbox/templates/vpn/l2vpntermination.html
  1303. share/netbox/templates/vpn/tunnel.html
  1304. share/netbox/templates/vpn/tunnelgroup.html
  1305. share/netbox/templates/vpn/tunneltermination.html
  1306. share/netbox/templates/wireless/inc/authentication_attrs.html
  1307. share/netbox/templates/wireless/inc/wirelesslink_interface.html
  1308. share/netbox/templates/wireless/wirelesslan.html
  1309. share/netbox/templates/wireless/wirelesslangroup.html
  1310. share/netbox/templates/wireless/wirelesslink.html
  1311. share/netbox/tenancy/__init__.py
  1312. share/netbox/tenancy/api/__init__.py
  1313. share/netbox/tenancy/api/nested_serializers.py
  1314. share/netbox/tenancy/api/serializers.py
  1315. share/netbox/tenancy/api/serializers_/__init__.py
  1316. share/netbox/tenancy/api/serializers_/contacts.py
  1317. share/netbox/tenancy/api/serializers_/nested.py
  1318. share/netbox/tenancy/api/serializers_/tenants.py
  1319. share/netbox/tenancy/api/urls.py
  1320. share/netbox/tenancy/api/views.py
  1321. share/netbox/tenancy/apps.py
  1322. share/netbox/tenancy/choices.py
  1323. share/netbox/tenancy/filtersets.py
  1324. share/netbox/tenancy/forms/__init__.py
  1325. share/netbox/tenancy/forms/bulk_edit.py
  1326. share/netbox/tenancy/forms/bulk_import.py
  1327. share/netbox/tenancy/forms/filtersets.py
  1328. share/netbox/tenancy/forms/forms.py
  1329. share/netbox/tenancy/forms/model_forms.py
  1330. share/netbox/tenancy/graphql/__init__.py
  1331. share/netbox/tenancy/graphql/filters.py
  1332. share/netbox/tenancy/graphql/mixins.py
  1333. share/netbox/tenancy/graphql/schema.py
  1334. share/netbox/tenancy/graphql/types.py
  1335. share/netbox/tenancy/migrations/0001_squashed_0012.py
  1336. share/netbox/tenancy/migrations/0002_squashed_0011.py
  1337. share/netbox/tenancy/migrations/0012_contactassignment_custom_fields.py
  1338. share/netbox/tenancy/migrations/0013_gfk_indexes.py
  1339. share/netbox/tenancy/migrations/0014_contactassignment_ordering.py
  1340. share/netbox/tenancy/migrations/0015_contactassignment_rename_content_type.py
  1341. share/netbox/tenancy/migrations/__init__.py
  1342. share/netbox/tenancy/models/__init__.py
  1343. share/netbox/tenancy/models/contacts.py
  1344. share/netbox/tenancy/models/tenants.py
  1345. share/netbox/tenancy/search.py
  1346. share/netbox/tenancy/tables/__init__.py
  1347. share/netbox/tenancy/tables/columns.py
  1348. share/netbox/tenancy/tables/contacts.py
  1349. share/netbox/tenancy/tables/tenants.py
  1350. share/netbox/tenancy/tests/__init__.py
  1351. share/netbox/tenancy/tests/test_api.py
  1352. share/netbox/tenancy/tests/test_filtersets.py
  1353. share/netbox/tenancy/tests/test_views.py
  1354. share/netbox/tenancy/urls.py
  1355. share/netbox/tenancy/views.py
  1356. share/netbox/translations/cs/LC_MESSAGES/django.mo
  1357. share/netbox/translations/cs/LC_MESSAGES/django.po
  1358. share/netbox/translations/da/LC_MESSAGES/django.mo
  1359. share/netbox/translations/da/LC_MESSAGES/django.po
  1360. share/netbox/translations/de/LC_MESSAGES/django.mo
  1361. share/netbox/translations/de/LC_MESSAGES/django.po
  1362. share/netbox/translations/en/LC_MESSAGES/django.mo
  1363. share/netbox/translations/en/LC_MESSAGES/django.po
  1364. share/netbox/translations/es/LC_MESSAGES/django.mo
  1365. share/netbox/translations/es/LC_MESSAGES/django.po
  1366. share/netbox/translations/fr/LC_MESSAGES/django.mo
  1367. share/netbox/translations/fr/LC_MESSAGES/django.po
  1368. share/netbox/translations/it/LC_MESSAGES/django.mo
  1369. share/netbox/translations/it/LC_MESSAGES/django.po
  1370. share/netbox/translations/ja/LC_MESSAGES/django.mo
  1371. share/netbox/translations/ja/LC_MESSAGES/django.po
  1372. share/netbox/translations/nl/LC_MESSAGES/django.mo
  1373. share/netbox/translations/nl/LC_MESSAGES/django.po
  1374. share/netbox/translations/pl/LC_MESSAGES/django.mo
  1375. share/netbox/translations/pl/LC_MESSAGES/django.po
  1376. share/netbox/translations/pt/LC_MESSAGES/django.mo
  1377. share/netbox/translations/pt/LC_MESSAGES/django.po
  1378. share/netbox/translations/ru/LC_MESSAGES/django.mo
  1379. share/netbox/translations/ru/LC_MESSAGES/django.po
  1380. share/netbox/translations/tr/LC_MESSAGES/django.mo
  1381. share/netbox/translations/tr/LC_MESSAGES/django.po
  1382. share/netbox/translations/uk/LC_MESSAGES/django.mo
  1383. share/netbox/translations/uk/LC_MESSAGES/django.po
  1384. share/netbox/translations/zh/LC_MESSAGES/django.mo
  1385. share/netbox/translations/zh/LC_MESSAGES/django.po
  1386. share/netbox/users/__init__.py
  1387. share/netbox/users/admin.py
  1388. share/netbox/users/api/__init__.py
  1389. share/netbox/users/api/nested_serializers.py
  1390. share/netbox/users/api/serializers.py
  1391. share/netbox/users/api/serializers_/__init__.py
  1392. share/netbox/users/api/serializers_/nested.py
  1393. share/netbox/users/api/serializers_/permissions.py
  1394. share/netbox/users/api/serializers_/tokens.py
  1395. share/netbox/users/api/serializers_/users.py
  1396. share/netbox/users/api/urls.py
  1397. share/netbox/users/api/views.py
  1398. share/netbox/users/apps.py
  1399. share/netbox/users/constants.py
  1400. share/netbox/users/filtersets.py
  1401. share/netbox/users/forms/__init__.py
  1402. share/netbox/users/forms/bulk_edit.py
  1403. share/netbox/users/forms/bulk_import.py
  1404. share/netbox/users/forms/filtersets.py
  1405. share/netbox/users/forms/model_forms.py
  1406. share/netbox/users/graphql/__init__.py
  1407. share/netbox/users/graphql/filters.py
  1408. share/netbox/users/graphql/schema.py
  1409. share/netbox/users/graphql/types.py
  1410. share/netbox/users/migrations/0001_squashed_0011.py
  1411. share/netbox/users/migrations/0002_squashed_0004.py
  1412. share/netbox/users/migrations/0005_alter_user_table.py
  1413. share/netbox/users/migrations/0006_custom_group_model.py
  1414. share/netbox/users/migrations/0007_objectpermission_update_object_types.py
  1415. share/netbox/users/migrations/0008_flip_objectpermission_assignments.py
  1416. share/netbox/users/migrations/0009_update_group_perms.py
  1417. share/netbox/users/migrations/__init__.py
  1418. share/netbox/users/models/__init__.py
  1419. share/netbox/users/models/permissions.py
  1420. share/netbox/users/models/preferences.py
  1421. share/netbox/users/models/tokens.py
  1422. share/netbox/users/models/users.py
  1423. share/netbox/users/preferences.py
  1424. share/netbox/users/signals.py
  1425. share/netbox/users/tables.py
  1426. share/netbox/users/tests/__init__.py
  1427. share/netbox/users/tests/test_api.py
  1428. share/netbox/users/tests/test_filtersets.py
  1429. share/netbox/users/tests/test_models.py
  1430. share/netbox/users/tests/test_preferences.py
  1431. share/netbox/users/tests/test_views.py
  1432. share/netbox/users/urls.py
  1433. share/netbox/users/utils.py
  1434. share/netbox/users/views.py
  1435. share/netbox/utilities/__init__.py
  1436. share/netbox/utilities/api.py
  1437. share/netbox/utilities/choices.py
  1438. share/netbox/utilities/constants.py
  1439. share/netbox/utilities/conversion.py
  1440. share/netbox/utilities/counters.py
  1441. share/netbox/utilities/data.py
  1442. share/netbox/utilities/datetime.py
  1443. share/netbox/utilities/error_handlers.py
  1444. share/netbox/utilities/exceptions.py
  1445. share/netbox/utilities/fields.py
  1446. share/netbox/utilities/filters.py
  1447. share/netbox/utilities/forms/__init__.py
  1448. share/netbox/utilities/forms/bulk_import.py
  1449. share/netbox/utilities/forms/constants.py
  1450. share/netbox/utilities/forms/fields/__init__.py
  1451. share/netbox/utilities/forms/fields/array.py
  1452. share/netbox/utilities/forms/fields/content_types.py
  1453. share/netbox/utilities/forms/fields/csv.py
  1454. share/netbox/utilities/forms/fields/dynamic.py
  1455. share/netbox/utilities/forms/fields/expandable.py
  1456. share/netbox/utilities/forms/fields/fields.py
  1457. share/netbox/utilities/forms/forms.py
  1458. share/netbox/utilities/forms/mixins.py
  1459. share/netbox/utilities/forms/rendering.py
  1460. share/netbox/utilities/forms/utils.py
  1461. share/netbox/utilities/forms/widgets/__init__.py
  1462. share/netbox/utilities/forms/widgets/apiselect.py
  1463. share/netbox/utilities/forms/widgets/datetime.py
  1464. share/netbox/utilities/forms/widgets/misc.py
  1465. share/netbox/utilities/forms/widgets/select.py
  1466. share/netbox/utilities/html.py
  1467. share/netbox/utilities/htmx.py
  1468. share/netbox/utilities/jinja2.py
  1469. share/netbox/utilities/json.py
  1470. share/netbox/utilities/management/__init__.py
  1471. share/netbox/utilities/management/commands/__init__.py
  1472. share/netbox/utilities/management/commands/calculate_cached_counts.py
  1473. share/netbox/utilities/markdown.py
  1474. share/netbox/utilities/migration.py
  1475. share/netbox/utilities/mptt.py
  1476. share/netbox/utilities/object_types.py
  1477. share/netbox/utilities/ordering.py
  1478. share/netbox/utilities/paginator.py
  1479. share/netbox/utilities/password_validation.py
  1480. share/netbox/utilities/permissions.py
  1481. share/netbox/utilities/query.py
  1482. share/netbox/utilities/query_functions.py
  1483. share/netbox/utilities/querydict.py
  1484. share/netbox/utilities/querysets.py
  1485. share/netbox/utilities/relations.py
  1486. share/netbox/utilities/release.py
  1487. share/netbox/utilities/request.py
  1488. share/netbox/utilities/rqworker.py
  1489. share/netbox/utilities/serialization.py
  1490. share/netbox/utilities/serializers/json.py
  1491. share/netbox/utilities/socks.py
  1492. share/netbox/utilities/string.py
  1493. share/netbox/utilities/tables.py
  1494. share/netbox/utilities/templates/builtins/badge.html
  1495. share/netbox/utilities/templates/builtins/checkmark.html
  1496. share/netbox/utilities/templates/builtins/copy_content.html
  1497. share/netbox/utilities/templates/builtins/customfield_value.html
  1498. share/netbox/utilities/templates/builtins/htmx_table.html
  1499. share/netbox/utilities/templates/builtins/tag.html
  1500. share/netbox/utilities/templates/buttons/add.html
  1501. share/netbox/utilities/templates/buttons/bookmark.html
  1502. share/netbox/utilities/templates/buttons/bulk_delete.html
  1503. share/netbox/utilities/templates/buttons/bulk_edit.html
  1504. share/netbox/utilities/templates/buttons/clone.html
  1505. share/netbox/utilities/templates/buttons/delete.html
  1506. share/netbox/utilities/templates/buttons/edit.html
  1507. share/netbox/utilities/templates/buttons/export.html
  1508. share/netbox/utilities/templates/buttons/import.html
  1509. share/netbox/utilities/templates/buttons/subscribe.html
  1510. share/netbox/utilities/templates/buttons/sync.html
  1511. share/netbox/utilities/templates/form_helpers/render_custom_fields.html
  1512. share/netbox/utilities/templates/form_helpers/render_errors.html
  1513. share/netbox/utilities/templates/form_helpers/render_field.html
  1514. share/netbox/utilities/templates/form_helpers/render_fieldset.html
  1515. share/netbox/utilities/templates/form_helpers/render_form.html
  1516. share/netbox/utilities/templates/helpers/applied_filters.html
  1517. share/netbox/utilities/templates/helpers/table_config_form.html
  1518. share/netbox/utilities/templates/helpers/utilization_graph.html
  1519. share/netbox/utilities/templates/navigation/menu.html
  1520. share/netbox/utilities/templates/tabs/model_view_tabs.html
  1521. share/netbox/utilities/templates/widgets/apiselect.html
  1522. share/netbox/utilities/templates/widgets/clearable_file_input.html
  1523. share/netbox/utilities/templates/widgets/colorselect_option.html
  1524. share/netbox/utilities/templates/widgets/markdown_input.html
  1525. share/netbox/utilities/templates/widgets/number_with_options.html
  1526. share/netbox/utilities/templates/widgets/select_option.html
  1527. share/netbox/utilities/templates/widgets/select_option_with_pk.html
  1528. share/netbox/utilities/templates/widgets/sluginput.html
  1529. share/netbox/utilities/templatetags/__init__.py
  1530. share/netbox/utilities/templatetags/builtins/__init__.py
  1531. share/netbox/utilities/templatetags/builtins/filters.py
  1532. share/netbox/utilities/templatetags/builtins/tags.py
  1533. share/netbox/utilities/templatetags/buttons.py
  1534. share/netbox/utilities/templatetags/form_helpers.py
  1535. share/netbox/utilities/templatetags/helpers.py
  1536. share/netbox/utilities/templatetags/mptt.py
  1537. share/netbox/utilities/templatetags/navigation.py
  1538. share/netbox/utilities/templatetags/perms.py
  1539. share/netbox/utilities/templatetags/plugins.py
  1540. share/netbox/utilities/templatetags/tabs.py
  1541. share/netbox/utilities/testing/__init__.py
  1542. share/netbox/utilities/testing/api.py
  1543. share/netbox/utilities/testing/base.py
  1544. share/netbox/utilities/testing/filtersets.py
  1545. share/netbox/utilities/testing/utils.py
  1546. share/netbox/utilities/testing/views.py
  1547. share/netbox/utilities/tests/__init__.py
  1548. share/netbox/utilities/tests/test_api.py
  1549. share/netbox/utilities/tests/test_choices.py
  1550. share/netbox/utilities/tests/test_counters.py
  1551. share/netbox/utilities/tests/test_data.py
  1552. share/netbox/utilities/tests/test_filters.py
  1553. share/netbox/utilities/tests/test_forms.py
  1554. share/netbox/utilities/tests/test_managers.py
  1555. share/netbox/utilities/tests/test_ordering.py
  1556. share/netbox/utilities/tests/test_request.py
  1557. share/netbox/utilities/tests/test_utils.py
  1558. share/netbox/utilities/tracking.py
  1559. share/netbox/utilities/urls.py
  1560. share/netbox/utilities/validators.py
  1561. share/netbox/utilities/views.py
  1562. share/netbox/virtualization/__init__.py
  1563. share/netbox/virtualization/api/__init__.py
  1564. share/netbox/virtualization/api/nested_serializers.py
  1565. share/netbox/virtualization/api/serializers.py
  1566. share/netbox/virtualization/api/serializers_/__init__.py
  1567. share/netbox/virtualization/api/serializers_/clusters.py
  1568. share/netbox/virtualization/api/serializers_/nested.py
  1569. share/netbox/virtualization/api/serializers_/virtualmachines.py
  1570. share/netbox/virtualization/api/urls.py
  1571. share/netbox/virtualization/api/views.py
  1572. share/netbox/virtualization/apps.py
  1573. share/netbox/virtualization/choices.py
  1574. share/netbox/virtualization/filtersets.py
  1575. share/netbox/virtualization/forms/__init__.py
  1576. share/netbox/virtualization/forms/bulk_create.py
  1577. share/netbox/virtualization/forms/bulk_edit.py
  1578. share/netbox/virtualization/forms/bulk_import.py
  1579. share/netbox/virtualization/forms/filtersets.py
  1580. share/netbox/virtualization/forms/model_forms.py
  1581. share/netbox/virtualization/forms/object_create.py
  1582. share/netbox/virtualization/graphql/__init__.py
  1583. share/netbox/virtualization/graphql/filters.py
  1584. share/netbox/virtualization/graphql/schema.py
  1585. share/netbox/virtualization/graphql/types.py
  1586. share/netbox/virtualization/migrations/0001_squashed_0022.py
  1587. share/netbox/virtualization/migrations/0023_squashed_0036.py
  1588. share/netbox/virtualization/migrations/0037_protect_child_interfaces.py
  1589. share/netbox/virtualization/migrations/0038_virtualdisk.py
  1590. share/netbox/virtualization/migrations/0039_virtualmachine_serial_number.py
  1591. share/netbox/virtualization/migrations/0040_convert_disk_size.py
  1592. share/netbox/virtualization/migrations/__init__.py
  1593. share/netbox/virtualization/models/__init__.py
  1594. share/netbox/virtualization/models/clusters.py
  1595. share/netbox/virtualization/models/virtualmachines.py
  1596. share/netbox/virtualization/search.py
  1597. share/netbox/virtualization/signals.py
  1598. share/netbox/virtualization/tables/__init__.py
  1599. share/netbox/virtualization/tables/clusters.py
  1600. share/netbox/virtualization/tables/virtualmachines.py
  1601. share/netbox/virtualization/tests/__init__.py
  1602. share/netbox/virtualization/tests/test_api.py
  1603. share/netbox/virtualization/tests/test_filtersets.py
  1604. share/netbox/virtualization/tests/test_models.py
  1605. share/netbox/virtualization/tests/test_views.py
  1606. share/netbox/virtualization/urls.py
  1607. share/netbox/virtualization/views.py
  1608. share/netbox/vpn/__init__.py
  1609. share/netbox/vpn/api/__init__.py
  1610. share/netbox/vpn/api/nested_serializers.py
  1611. share/netbox/vpn/api/serializers.py
  1612. share/netbox/vpn/api/serializers_/__init__.py
  1613. share/netbox/vpn/api/serializers_/crypto.py
  1614. share/netbox/vpn/api/serializers_/l2vpn.py
  1615. share/netbox/vpn/api/serializers_/tunnels.py
  1616. share/netbox/vpn/api/urls.py
  1617. share/netbox/vpn/api/views.py
  1618. share/netbox/vpn/apps.py
  1619. share/netbox/vpn/choices.py
  1620. share/netbox/vpn/constants.py
  1621. share/netbox/vpn/filtersets.py
  1622. share/netbox/vpn/forms/__init__.py
  1623. share/netbox/vpn/forms/bulk_edit.py
  1624. share/netbox/vpn/forms/bulk_import.py
  1625. share/netbox/vpn/forms/filtersets.py
  1626. share/netbox/vpn/forms/model_forms.py
  1627. share/netbox/vpn/graphql/__init__.py
  1628. share/netbox/vpn/graphql/filters.py
  1629. share/netbox/vpn/graphql/schema.py
  1630. share/netbox/vpn/graphql/types.py
  1631. share/netbox/vpn/migrations/0001_initial.py
  1632. share/netbox/vpn/migrations/0002_move_l2vpn.py
  1633. share/netbox/vpn/migrations/0003_ipaddress_multiple_tunnel_terminations.py
  1634. share/netbox/vpn/migrations/0004_alter_ikepolicy_mode.py
  1635. share/netbox/vpn/migrations/0005_rename_indexes.py
  1636. share/netbox/vpn/migrations/__init__.py
  1637. share/netbox/vpn/models/__init__.py
  1638. share/netbox/vpn/models/crypto.py
  1639. share/netbox/vpn/models/l2vpn.py
  1640. share/netbox/vpn/models/tunnels.py
  1641. share/netbox/vpn/search.py
  1642. share/netbox/vpn/tables/__init__.py
  1643. share/netbox/vpn/tables/crypto.py
  1644. share/netbox/vpn/tables/l2vpn.py
  1645. share/netbox/vpn/tables/tunnels.py
  1646. share/netbox/vpn/tests/__init__.py
  1647. share/netbox/vpn/tests/test_api.py
  1648. share/netbox/vpn/tests/test_filtersets.py
  1649. share/netbox/vpn/tests/test_models.py
  1650. share/netbox/vpn/tests/test_views.py
  1651. share/netbox/vpn/urls.py
  1652. share/netbox/vpn/views.py
  1653. share/netbox/wireless/__init__.py
  1654. share/netbox/wireless/api/__init__.py
  1655. share/netbox/wireless/api/nested_serializers.py
  1656. share/netbox/wireless/api/serializers.py
  1657. share/netbox/wireless/api/serializers_/__init__.py
  1658. share/netbox/wireless/api/serializers_/nested.py
  1659. share/netbox/wireless/api/serializers_/wirelesslans.py
  1660. share/netbox/wireless/api/serializers_/wirelesslinks.py
  1661. share/netbox/wireless/api/urls.py
  1662. share/netbox/wireless/api/views.py
  1663. share/netbox/wireless/apps.py
  1664. share/netbox/wireless/choices.py
  1665. share/netbox/wireless/constants.py
  1666. share/netbox/wireless/filtersets.py
  1667. share/netbox/wireless/forms/__init__.py
  1668. share/netbox/wireless/forms/bulk_edit.py
  1669. share/netbox/wireless/forms/bulk_import.py
  1670. share/netbox/wireless/forms/filtersets.py
  1671. share/netbox/wireless/forms/model_forms.py
  1672. share/netbox/wireless/graphql/__init__.py
  1673. share/netbox/wireless/graphql/filters.py
  1674. share/netbox/wireless/graphql/schema.py
  1675. share/netbox/wireless/graphql/types.py
  1676. share/netbox/wireless/migrations/0001_squashed_0008.py
  1677. share/netbox/wireless/migrations/0009_wirelesslink_distance.py
  1678. share/netbox/wireless/migrations/__init__.py
  1679. share/netbox/wireless/models.py
  1680. share/netbox/wireless/search.py
  1681. share/netbox/wireless/signals.py
  1682. share/netbox/wireless/tables/__init__.py
  1683. share/netbox/wireless/tables/template_code.py
  1684. share/netbox/wireless/tables/wirelesslan.py
  1685. share/netbox/wireless/tables/wirelesslink.py
  1686. share/netbox/wireless/tests/__init__.py
  1687. share/netbox/wireless/tests/test_api.py
  1688. share/netbox/wireless/tests/test_filtersets.py
  1689. share/netbox/wireless/tests/test_views.py
  1690. share/netbox/wireless/urls.py
  1691. share/netbox/wireless/utils.py
  1692. share/netbox/wireless/views.py
  1693. @owner
  1694. @group
  1695. @mode
Collapse this list.
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 = 1736254561 SHA256 (netbox-community-netbox-v4.1.11_GH0.tar.gz) = 90916473b371fbd1f9c4a3b757fba15332a76bd5d7e238c7eb9cad3db57b1ffe SIZE (netbox-community-netbox-v4.1.11_GH0.tar.gz) = 18113538

Packages (timestamps in pop-ups are UTC):
netbox
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.1.104.1.112.9.114.1.74.1.11-2.9.11-
FreeBSD:13:quarterly4.1.104.1.11--4.1.11-3.6.9-
FreeBSD:14:latest4.1.104.1.11-4.1.104.1.11---
FreeBSD:14:quarterly4.1.104.1.11--4.1.11-3.6.9-
FreeBSD:15:latest4.1.104.1.11n/a4.1.10n/a-3.7.1-
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-django50>=5.0.10<5.1 : www/py-django50@py311
  2. py311-dj50-django-cors-headers>=4.6.0<5 : www/py-dj50-django-cors-headers@py311
  3. py311-dj50-django-debug-toolbar>=4.4.6<4.5 : www/py-dj50-django-debug-toolbar@py311
  4. py311-dj50-django-filter>=24.3<25 : www/py-dj50-django-filter@py311
  5. py311-dj50-django-htmx>=1.21.0<2 : www/py-dj50-django-htmx@py311
  6. py311-dj50-django-mptt>=0.16.0<0.17 : www/py-dj50-django-mptt@py311
  7. py311-dj50-django-prometheus>=2.3.1<2.4 : www/py-dj50-django-prometheus@py311
  8. py311-dj50-django-redis>=5.4.0<6 : www/py-dj50-django-redis@py311
  9. py311-dj50-django-rich>=1.13.0<2 : www/py-dj50-django-rich@py311
  10. py311-dj50-django-rq>=3.0<3.1 : devel/py-dj50-django-rq@py311
  11. py311-dj50-django-tables2>=2.7.5<2.8 : www/py-dj50-django-tables2@py311
  12. py311-dj50-django-taggit>=6.1.0<7 : www/py-dj50-django-taggit@py311
  13. py311-dj50-django-timezone-field>=7.0<8 : www/py-dj50-django-timezone-field@py311
  14. py311-dj50-djangorestframework>=3.15.2<3.16.0 : www/py-dj50-djangorestframework@py311
  15. py311-dj50-drf-spectacular>=0.28.0<1 : www/py-dj50-drf-spectacular@py311
  16. py311-dj50-drf-spectacular-sidecar>=2024.12.1 : www/py-dj50-drf-spectacular-sidecar@py311
  17. py311-dj50-strawberry-graphql>=0.256.1<0.300 : devel/py-dj50-strawberry-graphql@py311
  18. py311-dj50-strawberry-graphql-django>=0.53.1<1 : www/py-dj50-strawberry-graphql-django@py311
  19. py311-django-pglocks>=1.0.4<1.1 : www/py-django-pglocks@py311
  20. py311-feedparser>=6.0.11<7 : textproc/py-feedparser@py311
  21. py311-Jinja2>=3.1.4<4 : devel/py-Jinja2@py311
  22. py311-markdown>=3.6<3.8 : textproc/py-markdown@py311
  23. py311-mkdocs-material>=9.5.49<10 : textproc/py-mkdocs-material@py311
  24. py311-mkdocstrings>=0.27.0<1 : textproc/py-mkdocstrings@py311
  25. py311-mkdocstrings-python-legacy>0 : textproc/py-mkdocstrings-python-legacy@py311
  26. py311-netaddr>=1.3.0<2 : net/py-netaddr@py311
  27. py311-nh3>=0.2.20<0.3 : www/py-nh3@py311
  28. py311-pillow>=11.0.0 : graphics/py-pillow@py311
  29. py311-psycopg>=3.1.20<4 : databases/py-psycopg@py311
  30. py311-psycopg-c>=3.1.20<4 : databases/py-psycopg-c@py311
  31. py311-psycopg-pool>=3.2.3<4 : databases/py-psycopg-pool@py311
  32. py311-requests>=2.32.3<3 : www/py-requests@py311
  33. py311-rq>=2.1.0<3 : devel/py-rq@py311
  34. py311-social-auth-app-django>=5.4.2<6 : www/py-social-auth-app-django@py311
  35. py311-social-auth-core>=4.5.4<5 : security/py-social-auth-core@py311
  36. py311-svgwrite>=1.4.3<2 : graphics/py-svgwrite@py311
  37. py311-tablib>=3.7.0<4 : textproc/py-tablib@py311
  38. py311-tzdata>=2024.2 : devel/py-tzdata@py311
  39. py311-pyyaml>=6.0.1<7 : devel/py-pyyaml@py311
  40. py311-gunicorn>=23.0.0<24 : www/py-gunicorn@py311
  41. python3.11 : lang/python311
Library dependencies:
  1. libpq.so.5 : databases/postgresql16-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for netbox-4.1.11: 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 python:3.10+
pkg-message:
For install:
Please note that NetBox requires a PostgreSQL database server, which uses its built-in network address datatypes. Thus NetBox won't work with other RDBMS's, e.g. MySQL, MariaDB, etc. For installation instructions please refer to the related wiki page: - https://wiki.freebsd.org/Ports/net-mgmt/netbox
If upgrading
As always it is strongly encouraged to make a backup of the database before the database migrations will be executed. The following steps are required to finish the upgrade: 1. Run database migrations, trace any missing cable paths, build the embedded documentation, collect static files, remove stale content files, delete any expired user sessions and clear the cache. # cd /usr/local/share/netbox # python3.11 manage.py migrate # python3.11 manage.py trace_paths --no-input # mkdocs build # python3.11 manage.py collectstatic --no-input # python3.11 manage.py remove_stale_contenttypes --no-input # python3.11 manage.py reindex --lazy # python3.11 manage.py clearsessions 2. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
If upgrading from < 3.2.4:
/!\ 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. Following items should be checked as well: * The embedded documentation now needs to be built locally as the procedure requires a running instance of NetBox: # cd /usr/local/share/netbox # mkdocs build Please also refer to the general updating instructions as this needs to be done with every future update of NetBox. * Automatic redirection of legacy slug-based URL paths has been removed. URL-based slugs were changed to use numeric IDs in v2.11.0. * The "asn" query filter for sites now matches against the AS number of assigned ASN objects. * The "created" field of all change-logged models now conveys a full datetime object, rather than only a date. (Previous date-only values will receive a timestamp of 00:00.) While this change is largely unconcerning, strictly-typed API consumers may need to be updated. * A "pre_run()" method has been added to the base Report class. Although unlikely to affect most installations, you may need to alter any reports which already use this name for a method. * Webhook URLs now support Jinja2 templating. Although this is unlikely to introduce any issues, it's possible that an unusual URL might trigger a Jinja2 rendering error, in which case the URL would need to be properly escaped. * Several changes to the REST API were made as well. Please check the changelogs for further details.
If upgrading from < 3.2.5:
Please note that the general update instructions got another command that needs to be issued after each update: # python3.11 manage.py clearcache
If upgrading from < 3.3.4:
The NetBox 3.3 release contains some breaking API changes, so please check the following items before running the database migrations: * Device position, device type height, and rack unit values are now reported as decimals (e.g. 1.0 or 1.5) to support modeling half-height rack units. * The "nat_outside" relation on the IP address model now returns a list of zero or more related IP addresses, rather than a single instance (or None). * Several fields on the cable API serializers have been altered or removed to support multiple-object cable terminations: +------------------------------+------+-------------------------------+------+ | Old Name | Type | New Name | Type | +------------------------------+------+-------------------------------+------+ | termination_a_type | str | Removed | - | | termination_b_type | str | Removed | - | | termination_a_id | int | Removed | - | | termination_b_id | int | Removed | - | | termination_a | obj | a_terminations | list | | termination_b | obj | b_terminations | list | +------------------------------+------+-------------------------------+------+ * As with the cable model, several API fields on all objects to which cables can be connected (interfaces, circuit terminations, etc.) have been changed: +------------------------------+------+-------------------------------+------+ | Old Name | Type | New Name | Type | +------------------------------+------+-------------------------------+------+ | link_peer | obj | link_peers | list | | link_peer_type | str | link_peers_type | str | | connected_endpoint | obj | connected_endpoints | list | | connected_endpoint_type | str | connected_endpoints_type | str | | connected_endpoint_reachable | bool | connected_endpoints_reachable | bool | +------------------------------+------+-------------------------------+------+ * The cable path serialization returned by the "/paths/" endpoint for pass-through ports has been simplified, and the following fields removed: "origin_type", "origin", "destination_type", "destination". (Additionally, "is_complete" has been added.) * Several changes to the REST API were made as well. Please check the changelogs for further details. * The netbox sample rc script got a new "upgrade" directive that also simplifies the upgrade process (database migrations, building the embedded documentation, etc.).
If upgrading from < 3.4.5:
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. The NetBox 3.4 release contains some breaking changes, so the following items should be checked as well: * Device and virtual machine names are no longer case-sensitive. Attempting to create e.g. "device1" and "DEVICE1" within the same site will raise a validation error. * The "asn", "noc_contact", "admin_contact", and "portal_url" fields have been removed from the provider model. Please replicate any data remaining in these fields to the ASN and contact models introduced in NetBox v3.1 prior to upgrading. * The "content_type" fields on the CustomLink and ExportTemplate models have been renamed to "content_types" and now support the assignment of multiple content types per object. * Within the Python API, the "cf" property on an object with custom fields now returns deserialized values. For example, a custom field referencing an object will return the object instance rather than its numeric ID. To access the raw serialized values, reference the object's "custom_field_data" attribute instead. * The "NetBoxModelCSVForm" class has been renamed to "NetBoxModelImportForm". Backward compatability with the previous name has been retained for this release, but will be dropped in NetBox v3.5. 3. Please note that the general update instructions got another command that needs to be issued after each update: # python3.11 manage.py reindex --lazy The netbox sample rc script has also been adapted accordingly for this purpose.
If upgrading from < 3.5.2:
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. The NetBox 3.5 release contains some breaking changes, so the following items should be checked as well: * The "account: field has been removed from the provider model. This information is now tracked using the new provider account model. Multiple accounts can be assigned per provider. * A minimum length of 50 characters is now enforced for the SECRET_KEY configuration parameter. * The JobResult model has been moved from the "extras" app to "core" and renamed to Job. Accordingly, its REST API endpoint has been moved from "/api/extras/job-results/" to "/api/core/jobs/". * The "obj_type" field on the Job model (previously JobResult) has been renamed to "object_type" for consistency with other models. * The JOBRESULT_RETENTION configuration parameter has been renamed to JOB_RETENTION. * The "obj" context variable is no longer passed when rendering custom links: Use "object" instead. * The REST API schema is now generated using the OpenAPI 3.0 spec * The URLs for the REST API schema documentation have changed: - "/api/docs/" is now "/api/schema/swagger-ui/" - "/api/redoc/" is now "/api/schema/redoc/"
If upgrading from < 3.5.4:
If a separate configuration file is used that does not have an ".py" extension, the following message may appear when the netbox rc script is started: !!! !!! WARNING: configuration file should have a valid Python extension. !!! In this case, the existing configuration file should be provided with a ".py" extension and if set, the rc variable "netbox_config" should also point to the configuration file with the new file extension. The netbox sample rc script, which is provided via the EXAMPLES option, has been adjusted accordingly. This also includes a fix for the default path of the configuration if the rc variable "netbox_config" is not set.
If upgrading from < 3.6.1:
1. The NetBox 3.6 release contains some breaking changes, so the following items should be checked before upgrading: * PostgreSQL 11 is no longer supported (dropped in Django 4.2). NetBox v3.6 requires PostgreSQL 12 or later. * The "device_role" field on the Device model has been renamed to "role". The "device_role" field has been temporarily retained on the REST API serializer for devices for backward compatibility, but is read-only. * The "choices" array field has been removed from the CustomField model. Any defined choices are automatically migrated to CustomFieldChoiceSets, accessible via the new "choice_set" field on the CustomField model. * The "napalm_driver" and "napalm_args" fields (which were deprecated in v3.5) have been removed from the Platform model. * The "device" and "device_id" filter for interfaces will no longer include interfaces from virtual chassis peers. Two new filters, "virtual_chassis_member" and "virtual_chassis_member_id", have been introduced to match all interfaces belonging to the specified device's virtual chassis (if any). * Reports and scripts are now returned within a "results" list when fetched via the REST API, consistent with other models. * Superusers can no longer retrieve API token keys via the web UI if ALLOW_TOKEN_RETRIEVAL is disabled. (The admin view has been removed per #13044.) 2. The following dependencies are now optional and have therefore been moved to corresponding options. An exception is the LDAP option, which has been added for the sake of completeness, because this backend has been around for a good while: * devel/py-dulwich -> non-default GIT option * www/py-dj42-django-auth-ldap -> non-default LDAP option * www/py-boto3 -> non-default S3 option
If upgrading from < 3.7.0:
1. The NetBox 3.7 release contains some breaking changes, so the following items should be checked before upgrading: * The following fields have been removed from the Webhook model: "content_types", "type_create", "type_update", "type_delete", "type_job_start", "type_job_end", "enabled", and "conditions". Webhooks are now tied to events via event rules. New event rules will be created for any existing webhooks automatically upon upgrade. * The "ui_visibility" field on the custom field model has been replaced with two new fields: "ui_visible" and "ui_editable". These new fields will have their values mapped from the original field automatically upon upgrade. * The "FeatureQuery" class used internally for querying content types by model feature has been removed. It has been replaced by the new "with_feature()" manager method on NetBox's proxy model for ContentType ("core.models.ContentType"). * The internal ConfigRevision model has moved from "extras" to "core". Configuration history will be retained throughout the upgrade process. * The L2VPN and L2VPNTermination models have moved from the "ipam" app to the new "vpn" app. All object data will be retained, however please note that the relevant API endpoints have likewise moved to "/api/vpn/". * The "CustomFieldsMixin", "SavedFiltersMixin", and "TagsMixin" classes have moved from the "extras.forms.mixins" module to "netbox.forms.mixins". * The "netbox.models.features.WebhooksMixin" class has been renamed to "EventRulesMixin". 2. The following dependency is now optional and has therefore been converted to a corresponding SENTRY option: * devel/py-sentry-sdk -> non-default SENTRY option 3. Please note that the command "python3.11 manage.py clearcache" has been removed. The general update instructions in this pkg-message and the netbox sample rc script (available via the EXAMPLES option) have also been updated accordingly.
If upgrading from < 4.0.5:
The NetBox 4.0 release contains major changes, so at least items 1.) and 2.) must be checked before proceeding with the upgrade. 1. NetBox v4.0 requires Python 3.10 or later. 2. Following items should be checked as well: * The format for GraphQL query filters has changed. Please see the GraphQL documentation for details and examples. * The deprecated "device_role" & "device_role_id" filters for devices have been removed. (Use "role" and "role_id" instead.) * The obsolete "device_role" field has been removed from the REST API serializer for devices. (Use "role" instead.) * The legacy reports functionality has been dropped. Reports will be automatically converted to custom scripts on upgrade. * The "parent" and "parent_id" filters for locations now return only immediate children of the specified location. (Use "ancestor" and "ancestor_id" to return all descendants.) * The "object_type" field on the "CustomField" model has been renamed to "related_object_type". * The "utilities.utils module" has been removed and its resources reorganized into separate modules organized by function. * The obsolete "NullableCharField" class has been removed. (Use Django's stock "CharField" class with "null=True" instead.) * The "annotated_date" template filter and "annotated_now" template tag have been removed.
If upgrading from < 4.1.6:
1. The NetBox 4.1 release contains some breaking changes, so the following items should be checked before upgrading: * Several filters deprecated in v4.0 have been removed. * The unit size for "VirtualMachine.disk" and "VirtualDisk.size" has been changed from 1 gigabyte to 1 megabyte. Existing values will be adjusted automatically during the upgrade process. * The "min_vid" and "max_vid" fields on the VLAN group model have been replaced with "vid_ranges", an array of starting and ending VLAN ID pairs. * The five individual event type fields on the "EventRule" model have been replaced by a single "event_types" array field, which lists applicable event types by name. * All UI views & API endpoints associated with change records have been moved from "/extras" to "/core". * The "validate()" method on "CustomValidator" subclasses now must accept the request argument.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/netbox-community/netbox/tar.gz/v4.1.11?dummy=/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 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.
    
    
Expand this list (7 items)
  • 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: 145 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.11
17 Jan 2025 20:31:49
commit hash: 1fbfdf73b0edfdfc8e1104d8701523659e67dc67commit hash: 1fbfdf73b0edfdfc8e1104d8701523659e67dc67commit hash: 1fbfdf73b0edfdfc8e1104d8701523659e67dc67commit hash: 1fbfdf73b0edfdfc8e1104d8701523659e67dc67 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.1.11

Changelog:

Bug Fixes:
* Fix duplicate entries appearing on VLAN list when filtering by
  interface assignment
* Pass event rule action data to webhooks as context data
* Fix recalculation of cable paths when modifying cable terminations via
  the REST API
* Require only encryption or authentication algorithm when creating an
  IPSec proposal via the REST API
* Enable ordering modules and module types by created & last
  updated times

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

MFH:		2025Q1
4.1.10
01 Jan 2025 12:00:13
commit hash: bca20146b184606d573c34968c4abebeedbf3694commit hash: bca20146b184606d573c34968c4abebeedbf3694commit hash: bca20146b184606d573c34968c4abebeedbf3694commit hash: bca20146b184606d573c34968c4abebeedbf3694 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: unregister expired postgresql12 and update affected USES
4.1.10
27 Dec 2024 14:09:01
commit hash: 872e6b07e4353ed282843dcf5a3cd165621e8f94commit hash: 872e6b07e4353ed282843dcf5a3cd165621e8f94commit hash: 872e6b07e4353ed282843dcf5a3cd165621e8f94commit hash: 872e6b07e4353ed282843dcf5a3cd165621e8f94 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.1.10

Changelog:

Bug Fixes:
* Fix object change logging

https://github.com/netbox-community/netbox/releases/tag/v4.1.10
4.1.9
18 Dec 2024 16:34:14
commit hash: 1ed1c65a9bafdcbaba0c96a5ccfe9c96d9f8a1a5commit hash: 1ed1c65a9bafdcbaba0c96a5ccfe9c96d9f8a1a5commit hash: 1ed1c65a9bafdcbaba0c96a5ccfe9c96d9f8a1a5commit hash: 1ed1c65a9bafdcbaba0c96a5ccfe9c96d9f8a1a5 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.1.9

Changelog:

Enhancements:
* Change the highlighted color of disabled interfaces in interface lists
* Apply all registered request processors when running custom scripts

Bug Fixes:
* Fix rendering of IP addresses table when assigning an existing
  IP address to an interface with global HTMX navigation enabled
* Fix ZeroDivisionError exception under specific circumstances when
  generating a cable trace
* Enable referencing cable attributes when querying a
  cabletermination_set via the GraphQL API
* Fix AttributeError exception when attempting to edit an IP address
  assigned to a virtual machine interface

https://github.com/netbox-community/netbox/releases/tag/v4.1.9
4.1.8
14 Dec 2024 17:51:00
commit hash: 2c15ffa49ef1856f6fca6a953ba8736b3749d1bacommit hash: 2c15ffa49ef1856f6fca6a953ba8736b3749d1bacommit hash: 2c15ffa49ef1856f6fca6a953ba8736b3749d1bacommit hash: 2c15ffa49ef1856f6fca6a953ba8736b3749d1ba files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.1.8

Changelog:

Enhancements:
* Enable OOB IP address designation during bulk import
* Enable designation of rack type during bulk import & bulk edit
* Enable designating an IP address as out-of-band for a device
  upon creation
* Add L2TP, PPTP, Wireguard, and OpenVPN tunnel types
* Automatically clear cache on restart when DEBUG is enabled
* Omit stack trace from rendered device/VM configuration when an
  exception is raised
* Include status in device details when hovering on rack elevation
* Enable the dynamic registration of context managers for request
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.1.7
23 Nov 2024 08:19:29
commit hash: a290123a59fae0e2869611ef26c16e4f1f920ee4commit hash: a290123a59fae0e2869611ef26c16e4f1f920ee4commit hash: a290123a59fae0e2869611ef26c16e4f1f920ee4commit hash: a290123a59fae0e2869611ef26c16e4f1f920ee4 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.1.7

Changelog:

Enhancements:
* Enable adding/removing individual VLANs while bulk editing device
  interfaces
* Enable the assignment/removal of virtualization cluster via device
  bulk edit
* Add 1000Base-LX interface type
* Hide sensitive parameters under data source view (even for privileged
  users)

Bug Fixes:
* Correct help text on name field of module type component templates
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.1.6
23 Nov 2024 07:56:32
commit hash: d711dddf8161c02b61520d7c7080736bad7405ebcommit hash: d711dddf8161c02b61520d7c7080736bad7405ebcommit hash: d711dddf8161c02b61520d7c7080736bad7405ebcommit hash: d711dddf8161c02b61520d7c7080736bad7405eb files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Relax requirements

* Align the version requirements to pave the way to be able to use the
  newer versions of py-rq 2.0.0 and py-dj50-django-rq 3.0.0.

PR:		282649
4.1.6
01 Nov 2024 15:21:10
commit hash: 29e1f13de1e7418c860c5cd701138b621433c3f8commit hash: 29e1f13de1e7418c860c5cd701138b621433c3f8commit hash: 29e1f13de1e7418c860c5cd701138b621433c3f8commit hash: 29e1f13de1e7418c860c5cd701138b621433c3f8 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.1.6

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

* Circuit Groups
* VLAN Group ID Ranges
* Nested Device Modules
* Rack Types
* Plugins Catalog Integration
* User Notifications

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

MFH:		No (feature release)
4.0.11
04 Sep 2024 04:16:33
commit hash: 06594db7532904b5ff015f031ccb9ea047b9cddccommit hash: 06594db7532904b5ff015f031ccb9ea047b9cddccommit hash: 06594db7532904b5ff015f031ccb9ea047b9cddccommit hash: 06594db7532904b5ff015f031ccb9ea047b9cddc files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.0.11

Changelog:

Bug Fixes:
* Enforce restricted queryset for related objects in GraphQL
  API requests
* Ensure the job is attributed to the specified user when using the
  runscript management command
* Associate job with script object when executed using the runscript
  management command
* Fix ordering of virtual device contexts by device name
* Avoid NoReverseMatch exceptions with specific dashboard widget
  configurations

https://github.com/netbox-community/netbox/releases/tag/v4.0.11
4.0.10
30 Aug 2024 16:20:03
commit hash: 330e11c8a6bd0a2a09bd4c93a40fb048c54b4e1acommit hash: 330e11c8a6bd0a2a09bd4c93a40fb048c54b4e1acommit hash: 330e11c8a6bd0a2a09bd4c93a40fb048c54b4e1acommit hash: 330e11c8a6bd0a2a09bd4c93a40fb048c54b4e1a files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.0.10

Changelog:

Enhancements:
* Scroll long rendered Markdown content within tables
* Enable filtering of device components by device status
* Add device count column to sites table
* Linkify email addresses & phone numbers in contact assignments list
* Add facility field to locations filter form

Bug Fixes:
* Ensure consistent evaluation of queryset for both individual and list
  GraphQL API queries
* Restore support for white, gray, and black background colors
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.0.9
16 Aug 2024 03:42:45
commit hash: 0dddc566d319861acf6797ce8443d4e08510d225commit hash: 0dddc566d319861acf6797ce8443d4e08510d225commit hash: 0dddc566d319861acf6797ce8443d4e08510d225commit hash: 0dddc566d319861acf6797ce8443d4e08510d225 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.0.9

Changelog:

Enhancements:
* Enable modifying VLAN assignment while bulk editing prefixes
* Add IEEE 802.11be interface type

Bug Fixes:
* Correct OpenAPI schema type for TreeNodeMultipleChoiceFilter
* Respect default values for custom fields during bulk import of objects
* Restore ability to select multiple terminating devices when
  connecting a cable
* Sanitize device ID query parameter when bulk editing components to
  prevent exception
* Fix AttributeError exception when attempting to export system
  status data
* Fix misaligned text within rendered Markdown code blocks
* BaseTable should follow reverse one-to-one relationships when
  prefetching related objects
* Fix exception when creating object-type custom field without selecting
  related object type
* Avoid showing duplicated pop-up messages

https://github.com/netbox-community/netbox/releases/tag/v4.0.9
4.0.8
27 Jul 2024 11:35:32
commit hash: 6271fc1167f4fc9ea6dab91cc1be116183805cd7commit hash: 6271fc1167f4fc9ea6dab91cc1be116183805cd7commit hash: 6271fc1167f4fc9ea6dab91cc1be116183805cd7commit hash: 6271fc1167f4fc9ea6dab91cc1be116183805cd7 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.0.8

Changelog:

Enhancements:
* Add Dutch language support
* Add Polish language support
* Enable customization of SSO backend name & icon
* Add Czech language support
* Add Danish language support
* Add Italian language support
* Enable toggling true/false marks on BooleanColumn
* Expand navigation breadcrumbs on job view to include the
  parent object
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.0.7
15 Jul 2024 16:58:00
commit hash: 6128053dce0e8a7fd9266cf5a4d7ea5e4cfb6413commit hash: 6128053dce0e8a7fd9266cf5a4d7ea5e4cfb6413commit hash: 6128053dce0e8a7fd9266cf5a4d7ea5e4cfb6413commit hash: 6128053dce0e8a7fd9266cf5a4d7ea5e4cfb6413 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 4.0.7

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

* Complete UI Refresh
* Dynamic REST API Fields
* Strawberry GraphQL Engine
* Advanced Form Rendering Functionality
* Legacy Admin UI Disabled

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

MFH:		No (feature release)
3.7.8_3
07 Jul 2024 08:05:33
commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml

- Bump PORTREVISION of dependent ports for dependency change
3.7.8_2
27 May 2024 05:28:53
commit hash: 425c90385645ea655ec03aa1629bce357a278c92commit hash: 425c90385645ea655ec03aa1629bce357a278c92commit hash: 425c90385645ea655ec03aa1629bce357a278c92commit hash: 425c90385645ea655ec03aa1629bce357a278c92 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Change RUN_DEPENDS of LDAP option

* Switch the LDAP option to the py-django-auth-ldap port as it's using
  Django 4.2 now since 680c68fd4d69.  This was overlooked and should
  have been done with 547ee8e902f4.

* Bump PORTREVISION due changed dependencies.

PR:		276319
Fixes:	547ee8e902f4 net-mgmt/netbox: Change RUN_DEPENDS
3.7.8_1
26 May 2024 10:18:17
commit hash: 547ee8e902f46e8b2642dc0bb3f4d09eff230d16commit hash: 547ee8e902f46e8b2642dc0bb3f4d09eff230d16commit hash: 547ee8e902f46e8b2642dc0bb3f4d09eff230d16commit hash: 547ee8e902f46e8b2642dc0bb3f4d09eff230d16 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Change RUN_DEPENDS

* Switch the port from the repo-copied py-dj42-django* ports to the
  original ones as they're using Django 4.2 now since 680c68fd4d69.

* An exception here is devel/py-dj42-graphene-django, which is renamed
  to devel/py-graphene-django300 because NetBox has known problems with
  newer versions of devel/py-graphene-django.  Add an entry to MOVED for
  it as well.

* Adjust www/py-{dj42-}-graphiql-debug-toolbar accordingly due to the
  rename of devel/py-dj42-graphene-django as described above and to
  avoid installation conflicts.

* Bump PORTREVISION where necessary due changed dependencies.

PR:		276319
3.7.8
07 May 2024 03:53:41
commit hash: 56277b7d70338d0055d49a9a239bbd6875c6400ccommit hash: 56277b7d70338d0055d49a9a239bbd6875c6400ccommit hash: 56277b7d70338d0055d49a9a239bbd6875c6400ccommit hash: 56277b7d70338d0055d49a9a239bbd6875c6400c files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.7.8

Changelog:

Enhancements:
* Enable adding new cables directly from navigation menu

Bug Fixes:
* Account for virtual chassis membership when assigning related
  interfaces via bulk edit
* Fix pagination through search results within dropdown fields
* Fix SVG rendering of cable traces to circuit terminations
* Fix cable trace SVG generation for cables with multiple
  terminations at both ends
* Replace CSV export formatting for several many-to-many fields
* Fix secret toggle button for IKE policies

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

MFH:		2024Q2
3.7.7
02 May 2024 06:30:52
commit hash: 85488086124e17afcdf1b61d2c51bc4aa6381dcacommit hash: 85488086124e17afcdf1b61d2c51bc4aa6381dcacommit hash: 85488086124e17afcdf1b61d2c51bc4aa6381dcacommit hash: 85488086124e17afcdf1b61d2c51bc4aa6381dca files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.7.7

Enhancements:
* Show usage counts for associated objects on config template list
* Add Date & DateTime variable types for custom scripts
* Cache the generated API schema definition for shorter loading times

Bug Fixes:
* Fix AttributeError exception when editing a cable with only one
  end terminated
* Fix row highlighting for device interface list display
* Fix "mark" button tooltip on button activation for device interface
  list display
* Fix SVG drawing error on multiple termination trace with multiple
  devices
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.7.6
23 Apr 2024 11:59:16
commit hash: d4adc005cbdb7d83ad2ef2ee92a6017cf94080b7commit hash: d4adc005cbdb7d83ad2ef2ee92a6017cf94080b7commit hash: d4adc005cbdb7d83ad2ef2ee92a6017cf94080b7commit hash: d4adc005cbdb7d83ad2ef2ee92a6017cf94080b7 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update 3.7.6

Changelog:

Enhancements:
* Improve rendering of JSON data in configuration form
* Enable compatibility with non-Amazon S3 providers for remote
  data sources
* Add global search support for L2VPN identifiers
* Introduce new configuration parameters for enabling HTTP Strict
  Transport Security (HSTS)

Bug Fixes:
* Restore ability to modify assigned component template when
  adding/modifying an inventory item template
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.7.5
05 Apr 2024 12:56:33
commit hash: 8964c02bdb37c12f6f885765334c566f6b6af28acommit hash: 8964c02bdb37c12f6f885765334c566f6b6af28acommit hash: 8964c02bdb37c12f6f885765334c566f6b6af28acommit hash: 8964c02bdb37c12f6f885765334c566f6b6af28a files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.7.5

Changelog:

Enhancements:
* Clarify interface designation when creating tunnel terminations
* Allow API tokens to be cloned

Bug Fixes:
* Avoid caching modified reports & scripts
* Raise a clean validation error when attempting to make duplicate FHRP
  group assignments
* Fix usage of selector widget for form fields referencing users/groups
* Correct permissions name to allow adding a module bay to a device
  via the UI
* Fix KeyError exception when modifying an IP address assigned to a
  virtual machine
* Restore help modal for button_class field on custom link bulk
  import form
* Fix exception when creating a device from a device type with one or
  more child inventory items
* Avoid caching values of null fields in search index
* Fix filtering of the providers list by assigned ASN

https://github.com/netbox-community/netbox/releases/tag/v3.7.5
3.7.4
17 Mar 2024 11:23:46
commit hash: 6bd77303b996f8dc6fac3d88562f8d9be3843f56commit hash: 6bd77303b996f8dc6fac3d88562f8d9be3843f56commit hash: 6bd77303b996f8dc6fac3d88562f8d9be3843f56commit hash: 6bd77303b996f8dc6fac3d88562f8d9be3843f56 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.7.4

* Update CPE_VENDOR while I'm here as the previous entry has been
  deprecated to the new entry.

Changelog:

Enhancements:
* Add additional FibreChannel SFP+ interface types
* Enable custom links for config contexts & templates
* Add tunnel termination buttons to VM interfaces table
* Linkify platform column in device & virtual machine tables

Bug Fixes:
* Fix range expansion for comma-separated numerical values
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.7.3
23 Feb 2024 13:19:23
commit hash: 0fb2ce6efd78c98ff9cf84deab10f5e5585cad63commit hash: 0fb2ce6efd78c98ff9cf84deab10f5e5585cad63commit hash: 0fb2ce6efd78c98ff9cf84deab10f5e5585cad63commit hash: 0fb2ce6efd78c98ff9cf84deab10f5e5585cad63 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.7.3

* Remove no longer required workaround for older releases of py-markdown
  after 3bf88f001d59.

Changelog:

Enhancements:
* Display a human-friendly name for the OpenID Connect remote
  auth backend
* Remove associate_by_email() from default social auth pipeline
* Add PostgreSQL index for object type & ID on CachedValue table to
  improve performance
* Add "last login" time to user display & REST API serializer
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.7.2
08 Feb 2024 04:37:22
commit hash: 4d412289aa8e8125265c4b2223f075503cdfef05commit hash: 4d412289aa8e8125265c4b2223f075503cdfef05commit hash: 4d412289aa8e8125265c4b2223f075503cdfef05commit hash: 4d412289aa8e8125265c4b2223f075503cdfef05 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.7.2

Enhancements:
* Omit sensitive data source parameters from change log data
* Limit the number of assigned IP addresses displayed under interfaces
  list

Bug Fixes:
* Optimize calculation of available child prefixes & ranges when viewing
  a prefix
* Fix GraphQL support for interfaces connected to provider networks
* Correct the number of jobs listed for individual report & script
  modules
* Revert to the default layout when encountering a misconfigured
  dashboard
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.7.1
19 Jan 2024 04:59:49
commit hash: e5b906e7fd82d17df17c55a4ee5d2970f0042469commit hash: e5b906e7fd82d17df17c55a4ee5d2970f0042469commit hash: e5b906e7fd82d17df17c55a4ee5d2970f0042469commit hash: e5b906e7fd82d17df17c55a4ee5d2970f0042469 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.7.1

* Expand the filter for find(1) to prevent the installation of backups
  of patched files while I'm here.

Changelog:

Bug Fixes:
* Use available_at_site filter when filtering VLANs under prefix form
* Fix tunnel creation when setting initial termination to a VM interface
* Relax one-to-one mapping of tunnel termination to IP address
* Fix typo in tunnel termination type choice name
* Remove errant translation wrapper from installed_device on DeviceBay
* Custom field API serializer should accept null values for all
  optional fields
* Hide available prefixes when searching within a parent prefix
* Add missing Diffie-Hellman group 15
* Ensure default contact assignment ordering is consistent
* Relax required fields for IKE & IPSec models on bulk import
* Ensure all matching event rules are processed in response to an event

https://github.com/netbox-community/netbox/releases/tag/v3.7.1
3.7.0
12 Jan 2024 05:03:23
commit hash: cf3c83159f3dad8355b948caef141c6349a4ff19commit hash: cf3c83159f3dad8355b948caef141c6349a4ff19commit hash: cf3c83159f3dad8355b948caef141c6349a4ff19commit hash: cf3c83159f3dad8355b948caef141c6349a4ff19 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.7.0

* Introduce non-default SENTRY option.

Kudos to Thomas Kurschel for some extra testing.

Changelog:

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

* VPN Tunnels
* Event Rules
* Virtual Machine Disks
* Object Protection Rules
* Improved Custom Field Visibility Controls
* Improved Global Search Results
* Table Column Registration for Plugins
* Data Backend Registration for Plugins

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

MFH:		No (feature release)
3.6.9
29 Dec 2023 13:22:20
commit hash: d6ae2bd262ca02bdf72230be696cda605e99d3e0commit hash: d6ae2bd262ca02bdf72230be696cda605e99d3e0commit hash: d6ae2bd262ca02bdf72230be696cda605e99d3e0commit hash: d6ae2bd262ca02bdf72230be696cda605e99d3e0 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.9

Changelog:

Enhancements:
* All models can be filtered and searched by their description field
  (where applicable)

Bug Fixes:
* Fix validation error when attempting to move a primary IP address to
  a new parent object
* Permit setting device type U height to 0 during bulk edit
* Fix error when using the device search filter

https://github.com/netbox-community/netbox/releases/tag/v3.6.9
MFH:		2023Q4
3.6.8
28 Dec 2023 16:35:29
commit hash: 426da115bce9dcbc7945289c17ded11aa77934d2commit hash: 426da115bce9dcbc7945289c17ded11aa77934d2commit hash: 426da115bce9dcbc7945289c17ded11aa77934d2commit hash: 426da115bce9dcbc7945289c17ded11aa77934d2 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.8

* Prune specific update instructions for releases older than 3.2
  while I'm here.

Changelog:

Enhancements:
* List parent prefixes under IP range view
* Print new NetBox version when running upgrade script
* Add the available_at_site filter for VLANs
* Match against description field when searching for devices

Bug Fixes:
* Correct display of error message when attempting invalid VLAN
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.6.7
17 Dec 2023 12:39:38
commit hash: d11ac1383d63cc84989b9f6a1d58a7b3ff0d277acommit hash: d11ac1383d63cc84989b9f6a1d58a7b3ff0d277acommit hash: d11ac1383d63cc84989b9f6a1d58a7b3ff0d277acommit hash: d11ac1383d63cc84989b9f6a1d58a7b3ff0d277a files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.7

Changelog:

Enhancements:
* Designate fields to expand by default for object selector widget
* Add tags column to L2VPN terminations column
* Add classes parameter to copy_content template tag
* Change custom field choice delimiter from comma to colon

Bug Fixes:
* Fix bulk import support for custom field choices
* Ensure accuracy of parent object counters when deleting
  related objects
* Fix server error when authenticating via IP-restricted API tokens
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.6.6
01 Dec 2023 12:48:06
commit hash: f46a15c7c3c6438c576fee16edefba3fd3fdffe4commit hash: f46a15c7c3c6438c576fee16edefba3fd3fdffe4commit hash: f46a15c7c3c6438c576fee16edefba3fd3fdffe4commit hash: f46a15c7c3c6438c576fee16edefba3fd3fdffe4 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.6

Changelog:

Enhancements:
* Show complete region hierarchy in UI for all relevant objects

Bug Fixes:
* Record a pre-change snapshot when bulk editing objects via CSV
* Raise a validation error when attempting to create a duplicate
  script or report
* Fix jobs list for reports with a custom name
* Fix CustomFieldChoiceSet search filter
* Enable export templates for contact assignments
* Webhook timestamps should be in proper ISO 8601 format
* Fix numeric ordering of service ports
* Correctly hash local user password when set via REST API
* Fix ordering ASN table by ASDOT column
* Fix running reports via REST API
* Fix custom validation support for remote data sources
* Fix bulk editing of interfaces assigned to VM with no cluster

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

MFH:		2023Q4
3.6.5
11 Nov 2023 11:45:29
commit hash: 5c5b63e75e2ada0c7c0648e51f339bcb50c967cccommit hash: 5c5b63e75e2ada0c7c0648e51f339bcb50c967cccommit hash: 5c5b63e75e2ada0c7c0648e51f339bcb50c967cccommit hash: 5c5b63e75e2ada0c7c0648e51f339bcb50c967cc files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.5

Changelog:

Enhancements:
* Add selector widget to platform field on device & virtual
  machine forms
* Introduce support for assigning IP addresses when bulk
  importing services
* Annotate units of measurement on power port table columns
* Add bulk import button to contact assignments list view
* Add inventory items column to interfaces table
* Add site column to power feeds table
* Add primary IPv4 and IPv6 filters for virtual machines and VDCs
* Add device & virtual machine fields to service filter form
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.6.4
28 Oct 2023 04:34:06
commit hash: e795689cbf32b3db0f9e3d414aee420b5285fb3ecommit hash: e795689cbf32b3db0f9e3d414aee420b5285fb3ecommit hash: e795689cbf32b3db0f9e3d414aee420b5285fb3ecommit hash: e795689cbf32b3db0f9e3d414aee420b5285fb3e files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.4

Changelog:

Enhancements

* Include circuit description in cable trace SVG image
* Introduce the DATA_UPLOAD_MAX_MEMORY_SIZE configuration parameter
* Display custom choice field labels rather than values in UI
* Add DNS name filter on IP addresses list
* Add a copy-to-clipboard button for API tokens
* Introduce a filter to find unterminated cables

Bug Fixes
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.6.3
28 Sep 2023 05:57:31
commit hash: 67a9848e8f4f1f52714db9a43d8c11110144f956commit hash: 67a9848e8f4f1f52714db9a43d8c11110144f956commit hash: 67a9848e8f4f1f52714db9a43d8c11110144f956commit hash: 67a9848e8f4f1f52714db9a43d8c11110144f956 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.3

Changelog:

Enhancements:
* Add toggle to hide disconnected interfaces under device view

Bug Fixes:
* Enable tracing cable paths across multiple cables in parallel
* Fix IndexError exception when manipulating terminations for existing
  cables via REST API
* Enable creating a config template which references a data file via
  the REST API
* Cleanly handle reports without any test methods defined
* Restore original text color for HTML code elements
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.6.2
22 Sep 2023 17:40:28
commit hash: 10c11a8f95eb0348f4e365b7ded46e82ce8c9681commit hash: 10c11a8f95eb0348f4e365b7ded46e82ce8c9681commit hash: 10c11a8f95eb0348f4e365b7ded46e82ce8c9681commit hash: 10c11a8f95eb0348f4e365b7ded46e82ce8c9681 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.2

Changelog:

Enhancements:
* Add interface types for QSFP112 and OSFP-RHS
* Add support for other delimiting characters when using CSV import

Bug Fixes:
* Hide available IP/VLAN listing when sorting under a parent prefix
  or VLAN range
* Raise validation error on the presence of an unknown CSV header
  during bulk import
* Fix dashboard widget heading contrast under dark mode
* Render Markdown in custom field help text on object edit forms
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.6.1
10 Sep 2023 13:15:32
commit hash: bbe8e56f6856f531284f73bf0b30eb52d19e2a39commit hash: bbe8e56f6856f531284f73bf0b30eb52d19e2a39commit hash: bbe8e56f6856f531284f73bf0b30eb52d19e2a39commit hash: bbe8e56f6856f531284f73bf0b30eb52d19e2a39 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.6.1

* Introduce non-default GIT, LDAP and S3 options.

Changelog since 3.5.9

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

* Relocated Admin UI Views
* Configurable Default Permissions
* User Bookmarks
* Custom Field Choice Sets
* Pre-Defined Location Choices for Custom Fields
* Restrict Tag Usage by Object Type

https://netbox.readthedocs.io/en/stable/release-notes/version-3.6/
MFH:		No (feature release)
3.5.9_1
31 Aug 2023 05:45:13
commit hash: 8a74bbe395d0b6137fd9992bb016dadfe48723a4commit hash: 8a74bbe395d0b6137fd9992bb016dadfe48723a4commit hash: 8a74bbe395d0b6137fd9992bb016dadfe48723a4commit hash: 8a74bbe395d0b6137fd9992bb016dadfe48723a4 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update dependencies after 6b168f112781

* Since release 0.18.0 of textproc/py-mkdocstrings, the handlers have
  been outsourced to separate modules and can be installed through the
  respective options.

  Because options PYTHON and PYTHONLEGACY of py-mkdocstrings are
  currently mutually exclusive and therefore non-default, explicitly
  define py-mkdocstrings-python-legacy as required dependency.

* Bump PORTREVISION due changed dependencies.
3.5.9
29 Aug 2023 07:22:39
commit hash: 7fbca1b69af8e0ca6092e481640dc3db0dee8d50commit hash: 7fbca1b69af8e0ca6092e481640dc3db0dee8d50commit hash: 7fbca1b69af8e0ca6092e481640dc3db0dee8d50commit hash: 7fbca1b69af8e0ca6092e481640dc3db0dee8d50 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.5.9

Changelog:

Enhancements:
* Dynamically render location and device lists under site and
  location views
* Display assigned values count per object type under custom field view
* Enable filtering IP ranges by containing prefix
* Include request object in custom link renderer on tables
* Move child VLANs list to a separate tab under VLAN group view
* Pass additional HTTP headers through to custom script context
* Introduce empty lookup for numeric value filters

Bug Fixes:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.8
17 Aug 2023 10:30:45
commit hash: 1112b524b46670d6a2fa42b58d633604bc2b2d3acommit hash: 1112b524b46670d6a2fa42b58d633604bc2b2d3acommit hash: 1112b524b46670d6a2fa42b58d633604bc2b2d3acommit hash: 1112b524b46670d6a2fa42b58d633604bc2b2d3a files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.5.8

Changelog:

Enhancements:
* Ship a validation schema for the device type library with each release
* Add support for specifying import/export route targets during VRF
  bulk import
* Automatically populate any VDC assignments from the parent when adding
  a child interface via the UI
* Add 400GE CFP2 interface type
* Add human-friendly speed column to interfaces table
* Add "assigned" filter for IP addresses
* List installed plugins on the server error report page
* Add 200 and 400 Gbps speeds to dropdown choices on interface form
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.7
01 Aug 2023 06:40:46
commit hash: 34c410cffa52f78b7c9267255fe1184863568a01commit hash: 34c410cffa52f78b7c9267255fe1184863568a01commit hash: 34c410cffa52f78b7c9267255fe1184863568a01commit hash: 34c410cffa52f78b7c9267255fe1184863568a01 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.5.7

Changelog:

Enhancements:
* Move non-rack devices list to a separate tab under the rack view
* Mask sensitive parameters when viewing a configured data source
* Add IEC 10609-1 and NBR 14136 power port & outlet types
* Implement a faster initial poll for report & script results
* Add 100GBASE-X-DSFP and 100GBASE-X-SFPDD interface types

Bug Fixes:
* Fix Markdown support for table cell alignment
* Fix missing script results when fetched via REST API
* Remove extraneous VLAN group field from bulk edit form for interfaces
* Permit unauthenticated access to content types REST API endpoint when
  LOGIN_REQUIRED is false
* Fix exception when importing device type missing rack unit
  height value

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

MFH:		2023Q3
3.5.6
18 Jul 2023 18:47:45
commit hash: 8d7f988c5b79e5d2a73a3349f5be3fbdfae59059commit hash: 8d7f988c5b79e5d2a73a3349f5be3fbdfae59059commit hash: 8d7f988c5b79e5d2a73a3349f5be3fbdfae59059commit hash: 8d7f988c5b79e5d2a73a3349f5be3fbdfae59059 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Relax version requirements after 0355c9443e92

* www/py-gunicorn was updated to the 21.x release series, adjust the
  version requirements accordingly.
3.5.6
12 Jul 2023 04:24:12
commit hash: 14237e665f5cc7a7453d232a50e7de712af51b80commit hash: 14237e665f5cc7a7453d232a50e7de712af51b80commit hash: 14237e665f5cc7a7453d232a50e7de712af51b80commit hash: 14237e665f5cc7a7453d232a50e7de712af51b80 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.5.6

Changelogs since 3.5.4:

Enhancements:
* Annotate VLAN group utilization
* Add "copy to clipboard" buttons in UI for IP addresses
* Add 100GE QSFP-DD interface type
* Include additional contact details on contact assignments table
* Associate contact assignments with their objects in the change log

Bug Fixes:
* Fix REST API validation of null values for several
  interface attributes
* Fix exception when clicking "create and add another" to add a cable
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.4
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
3.5.4
27 Jun 2023 05:59:30
commit hash: ed63bb8de12c96323ba766935f2773ce6d2ce1c6commit hash: ed63bb8de12c96323ba766935f2773ce6d2ce1c6commit hash: ed63bb8de12c96323ba766935f2773ce6d2ce1c6commit hash: ed63bb8de12c96323ba766935f2773ce6d2ce1c6 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.5.4

* Adjust the sample netbox rc script as gunicorn emits a warning if the
  configuration file doesn't have a ".py" extension. [1]  Fix the
  default path of the "netbox_config" variable as well while I'm here.

Changelog:

Enhancements:
* Define colors for staged change action choices
* Include "add" button on all device & virtual machine component
  list views
* Add menu navigation button to add wireless links directly
* Add "add" buttons for reports & scripts to navigation menu
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.3
12 Jun 2023 18:13:38
commit hash: 6c0c4b72bb55dc935e7e5afb1e236563200bcdadcommit hash: 6c0c4b72bb55dc935e7e5afb1e236563200bcdadcommit hash: 6c0c4b72bb55dc935e7e5afb1e236563200bcdadcommit hash: 6c0c4b72bb55dc935e7e5afb1e236563200bcdad files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.5.3

Changelog:

Enhancements:
* Improve support for matching tags in conditional rules
* Add device type & role filters for device components
* Collapse context data by default when viewing a rendered
  device configuration
* Record client IP address when logging authentication failures
* Add an option to hide custom fields only if unset
* Apply filter parameters to links in object count dashboard widgets

Bug Fixes:
* Improve rack space validation when creating multiple devices
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.2
12 Jun 2023 10:58:42
commit hash: eae23f2d14fad5318416c59814806b99c2165797commit hash: eae23f2d14fad5318416c59814806b99c2165797commit hash: eae23f2d14fad5318416c59814806b99c2165797commit hash: eae23f2d14fad5318416c59814806b99c2165797 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/py-dj41-graphene-django: Downgrade to 3.0.0

* Since NetBox 3.5, there has been a regression with newer versions of
  py-graphene-django that produces a blank screen at the GraphQL API.

  Hence, upstream has pinned the version of py-graphene-django to 3.0.0
  with the release of NetBox 3.5.3 because an alternative implementation
  is planned for the GraphQL feature.

* Add PORTSCOUT because upstream is very likely to switch to Django 4.2
  with the NetBox 3.6 release series (ETA: Mid of 2023Q3) and
  Django 4.1 will reach its EoL (= End-of-Life) at the end of 2023.

* Adjust the version requirements of net-mgmt/netbox and
  www/py-dj41-graphiql-debug-toolbar accordingly.

PR:		271887
Reviewed by:	sunpoet (maintainer)
Approved by:	sunpoet (maintainer)
3.5.2
02 Jun 2023 16:19:24
commit hash: d615248b63f293989ead26195f832d9538354435commit hash: d615248b63f293989ead26195f832d9538354435commit hash: d615248b63f293989ead26195f832d9538354435commit hash: d615248b63f293989ead26195f832d9538354435 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.5.2

Changelog since 3.4.10

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

* Customizable Dashboard
* Remote Data Sources
* Configuration Template Rendering
* NAPALM Integration Plugin
* ASN Ranges
* Provider Accounts
* Job-Triggered Webhooks

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

MFH:		No (feature release)
3.4.10
29 Apr 2023 18:29:58
commit hash: 3b357fa057077e6bd3e905a3472334bb174070edcommit hash: 3b357fa057077e6bd3e905a3472334bb174070edcommit hash: 3b357fa057077e6bd3e905a3472334bb174070edcommit hash: 3b357fa057077e6bd3e905a3472334bb174070ed files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.4.10

Changelog since 3.4.8:

Enhancements:
* Show peer racks as a dropdown list under rack view
* Introduce CSRF_COOKIE_SECURE, SECURE_SSL_REDIRECT, and
  SESSION_COOKIE_SECURE configuration parameters
* Hide PSK strings under wireless LAN & link views
* Sanitize rendered custom links to mitigate malicious links
* Enable setting user name & email values via remote
  authenticate headers
* Enable anonymized reporting of census data

Bug Fixes:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.4.8_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
3.4.8
14 Apr 2023 08:04:21
commit hash: b363f88e5124264fbc7d02d82a789120393302b6commit hash: b363f88e5124264fbc7d02d82a789120393302b6commit hash: b363f88e5124264fbc7d02d82a789120393302b6commit hash: b363f88e5124264fbc7d02d82a789120393302b6 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.4.8

Changelog:
Enhancements:

* Enable general purpose image attachments for device types
* Allow custom object fields to reference a user or group
* Remove unit from commit rate column header in circuits table
* Disallow changing custom field type after creation
* Display a warning banner when DEBUG is enabled
* Enable filtering of VM Interfaces by assigned VLAN
* Specify UTF-8 encoding for default export template MIME type
* Introduce the grant_token permission for controlling the creation
  of API tokens on behalf of other users
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.4.7
29 Mar 2023 16:36:36
commit hash: 42dd2ef9c7612c8805d02a032ad7e4fce5416f41commit hash: 42dd2ef9c7612c8805d02a032ad7e4fce5416f41commit hash: 42dd2ef9c7612c8805d02a032ad7e4fce5416f41commit hash: 42dd2ef9c7612c8805d02a032ad7e4fce5416f41 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.4.7

Changelog:

Enhancements:
* Automatically set the scheduled time when executing reports/scripts
  at a recurring interval
* Add fieldset support for custom script forms
* Use SSID for representing wireless links, if set
* Support designating multiple backends via REMOTE_AUTH_BACKEND
  config parameter
* Improve error reporting for duplicate CSV column headings
* Enable VDC assignment during bulk import/edit of interfaces

Bug Fixes:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.4.6
16 Mar 2023 06:01:04
commit hash: da926c1e8d31956b2da754a7449e97ca0619c8fdcommit hash: da926c1e8d31956b2da754a7449e97ca0619c8fdcommit hash: da926c1e8d31956b2da754a7449e97ca0619c8fdcommit hash: da926c1e8d31956b2da754a7449e97ca0619c8fd files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.4.6

Changelog:

Enhancements:
* Enable searching for devices/VMs by primary IP address
* Add ability to toggle visibility of virtual interfaces under
  device view
* Enable live preview of Markdown content
* Restore default page size when navigating between views
* Add connected_endpoints field to GraphQL API for cabled objects
* Include IP version in GraphQL API representations of aggregates,
  prefixes, and IP addresses
* Add Cisco StackWise 1T interface type
* Add IEEE 802.3az PoE type for interfaces
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.4.5
22 Feb 2023 07:04:18
commit hash: 97f588b3919babbc1e237df5f83a8418fa319ae3commit hash: 97f588b3919babbc1e237df5f83a8418fa319ae3commit hash: 97f588b3919babbc1e237df5f83a8418fa319ae3commit hash: 97f588b3919babbc1e237df5f83a8418fa319ae3 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.4.5

Changelog since 3.3.10:

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

* New Global Search
* Virtual Device Contexts
* Saved Filters
* JSON/YAML Bulk Imports
* Update Existing Objects via Bulk Import
* Scheduled Reports & Scripts
* API for Staged Changes

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

MFH:		No (feature release)
3.3.10
05 Feb 2023 15:50:15
commit hash: e177d5bb97bab8de20eee13554508ae058460da4commit hash: e177d5bb97bab8de20eee13554508ae058460da4commit hash: e177d5bb97bab8de20eee13554508ae058460da4commit hash: e177d5bb97bab8de20eee13554508ae058460da4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net-mgmt/netbox: Fix typo
3.3.10
18 Dec 2022 16:11:08
commit hash: c7793e3fef62774f0dce9250f42c186d2ab3c1dfcommit hash: c7793e3fef62774f0dce9250f42c186d2ab3c1dfcommit hash: c7793e3fef62774f0dce9250f42c186d2ab3c1dfcommit hash: c7793e3fef62774f0dce9250f42c186d2ab3c1df files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.3.10

Changelog:

Enhancements:
* Add replication controls for module bulk import
* Introduce LOGOUT_REDIRECT_URL config parameter to control
  redirection of user after logout
* Enable reassigning an inventory item from one device to another
* Add vertical frame & cabinet rack types
* Add provider selection field for provider networks to circuit
  termination edit view
* Permit whitespace in MAC addresses
* Enable filtering L2VPNs by slug
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.9
01 Dec 2022 16:32:55
commit hash: 7fca24498b7833f9d060dc135e9229cd9a554945commit hash: 7fca24498b7833f9d060dc135e9229cd9a554945commit hash: 7fca24498b7833f9d060dc135e9229cd9a554945commit hash: 7fca24498b7833f9d060dc135e9229cd9a554945 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.3.9

Changelog:

Enhancements:
* Ensure logging of failed login attempts

Bug Fixes:
* Call snapshot() on object when processing deletions
* Fix serialization of array field values in change log
* Fix spurious error message when rendering REST API docs
* Fix TypeError exception when viewing PDU configured for
  three-phase power
* Support referencing custom field related objects by attribute in
  addition to PK
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.8
18 Nov 2022 06:45:56
commit hash: 5fb5c23fea3c912ed68a610dfaae3cbad0c21253commit hash: 5fb5c23fea3c912ed68a610dfaae3cbad0c21253commit hash: 5fb5c23fea3c912ed68a610dfaae3cbad0c21253commit hash: 5fb5c23fea3c912ed68a610dfaae3cbad0c21253 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.3.8

Changelog:

Enhancements:
* Add backplane Ethernet interface types
* Add location selector to power feed form
* Use front/rear port colors in cable trace SVG
* Include "add module type" button on manufacturer view
* Add count of L2VPNs to tenant view
* Include device location under cable view
* Include request cookies when queuing a custom script

Bug Fixes:
* Ensure thread safety of change logging functions
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.7
05 Nov 2022 22:22:14
commit hash: 89d241404cc1fe0d2d28700ae5f090c8d783782ecommit hash: 89d241404cc1fe0d2d28700ae5f090c8d783782ecommit hash: 89d241404cc1fe0d2d28700ae5f090c8d783782ecommit hash: 89d241404cc1fe0d2d28700ae5f090c8d783782e files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.3.7

Changelog:

Bug Fixes:
* Enforce advisory locks when allocating available IP addresses to
  prevent race conditions
* Fix social authentication for new users
* Permit nullifying VLAN group scope_type via REST API
* Fix exception when ordering contacts by number of assignments
* Permit nullifying site time_zone via REST API

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

MFH:		2022Q4
3.3.6
27 Oct 2022 15:28:42
commit hash: ce8d3020012cdc372a9989c0c2b4c49265642f7fcommit hash: ce8d3020012cdc372a9989c0c2b4c49265642f7fcommit hash: ce8d3020012cdc372a9989c0c2b4c49265642f7fcommit hash: ce8d3020012cdc372a9989c0c2b4c49265642f7f files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.3.6

Changelog:

Enhancements:
* Enable filtering devices by device type slug
* Add LDAP configuration parameters to specify certificates
* Link "assigned" checkbox in IP address table to assigned interface
* Set cookie paths according to configured BASE_PATH
* Position A/Z termination cards above the fold under circuit view

Bug Fixes:
* Strip colons from usernames when using remote authentication
* Include OIDC dependencies for python-social-auth
* Fix service clone link
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.5
09 Oct 2022 11:42:54
commit hash: 860adc1c1664a92473b2e0034625bcea6e190bb0commit hash: 860adc1c1664a92473b2e0034625bcea6e190bb0commit hash: 860adc1c1664a92473b2e0034625bcea6e190bb0commit hash: 860adc1c1664a92473b2e0034625bcea6e190bb0 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.3.5

Changelog:

Enhancements:
* Include rack elevation under device view
* Omit extraneous URL query attributes during search
* Improve formatting of device heights and rack positions

Bug Fixes:
* Adjust non-racked device filter on site and location detailed view
* Fix validation when attempting to add redundant contact assignments
* Enforce object type validation when creating journal entries
* Fix exception when filtering VLANs by virtual machine
  with no cluster assigned
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.4
17 Sep 2022 10:45:00
commit hash: 8b9888a6128391ae12076603d39548cc9361b569commit hash: 8b9888a6128391ae12076603d39548cc9361b569commit hash: 8b9888a6128391ae12076603d39548cc9361b569commit hash: 8b9888a6128391ae12076603d39548cc9361b569 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Update to 3.3.4

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

* Add a directive to the netbox rc sample script that also simplifies
  the upgrade process. [1]

* Fix a typo regarding the housekeeping script in the upgrade
  instructions. [1]

Changelog since 3.2.9:

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)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
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

Number of commits found: 145 (showing only 100 on this page)

1 | 2  »