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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
netbox IP address management tool
3.7.5 net-mgmt on this many watch lists=5 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 3.7.4Version 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: 2024-04-05 12:56:33
Commit Hash: 8964c02
People watching this port, also watch:: nginx, keycloak, postfix, cbsd, syncthing
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 (1594 items)
Collapse this list.
  1. /usr/local/share/licenses/netbox-3.7.5/catalog.mk
  2. /usr/local/share/licenses/netbox-3.7.5/LICENSE
  3. /usr/local/share/licenses/netbox-3.7.5/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/urls.py
  22. share/netbox/circuits/api/views.py
  23. share/netbox/circuits/apps.py
  24. share/netbox/circuits/choices.py
  25. share/netbox/circuits/filtersets.py
  26. share/netbox/circuits/forms/__init__.py
  27. share/netbox/circuits/forms/bulk_edit.py
  28. share/netbox/circuits/forms/bulk_import.py
  29. share/netbox/circuits/forms/filtersets.py
  30. share/netbox/circuits/forms/model_forms.py
  31. share/netbox/circuits/graphql/__init__.py
  32. share/netbox/circuits/graphql/schema.py
  33. share/netbox/circuits/graphql/types.py
  34. share/netbox/circuits/migrations/0001_squashed.py
  35. share/netbox/circuits/migrations/0002_squashed_0029.py
  36. share/netbox/circuits/migrations/0003_extend_tag_support.py
  37. share/netbox/circuits/migrations/0004_rename_cable_peer.py
  38. share/netbox/circuits/migrations/0032_provider_service_id.py
  39. share/netbox/circuits/migrations/0033_standardize_id_fields.py
  40. share/netbox/circuits/migrations/0034_created_datetimefield.py
  41. share/netbox/circuits/migrations/0035_provider_asns.py
  42. share/netbox/circuits/migrations/0036_circuit_termination_date_tags_custom_fields.py
  43. share/netbox/circuits/migrations/0037_new_cabling_models.py
  44. share/netbox/circuits/migrations/0038_cabling_cleanup.py
  45. share/netbox/circuits/migrations/0039_unique_constraints.py
  46. share/netbox/circuits/migrations/0040_provider_remove_deprecated_fields.py
  47. share/netbox/circuits/migrations/0041_standardize_description_comments.py
  48. share/netbox/circuits/migrations/0042_provideraccount.py
  49. share/netbox/circuits/migrations/0043_circuittype_color.py
  50. share/netbox/circuits/migrations/__init__.py
  51. share/netbox/circuits/models/__init__.py
  52. share/netbox/circuits/models/circuits.py
  53. share/netbox/circuits/models/providers.py
  54. share/netbox/circuits/search.py
  55. share/netbox/circuits/signals.py
  56. share/netbox/circuits/tables/__init__.py
  57. share/netbox/circuits/tables/circuits.py
  58. share/netbox/circuits/tables/columns.py
  59. share/netbox/circuits/tables/providers.py
  60. share/netbox/circuits/tests/__init__.py
  61. share/netbox/circuits/tests/test_api.py
  62. share/netbox/circuits/tests/test_filtersets.py
  63. share/netbox/circuits/tests/test_views.py
  64. share/netbox/circuits/urls.py
  65. share/netbox/circuits/views.py
  66. share/netbox/core/__init__.py
  67. share/netbox/core/api/__init__.py
  68. share/netbox/core/api/nested_serializers.py
  69. share/netbox/core/api/schema.py
  70. share/netbox/core/api/serializers.py
  71. share/netbox/core/api/urls.py
  72. share/netbox/core/api/views.py
  73. share/netbox/core/apps.py
  74. share/netbox/core/choices.py
  75. share/netbox/core/data_backends.py
  76. share/netbox/core/exceptions.py
  77. share/netbox/core/filtersets.py
  78. share/netbox/core/forms/__init__.py
  79. share/netbox/core/forms/bulk_edit.py
  80. share/netbox/core/forms/bulk_import.py
  81. share/netbox/core/forms/filtersets.py
  82. share/netbox/core/forms/mixins.py
  83. share/netbox/core/forms/model_forms.py
  84. share/netbox/core/graphql/__init__.py
  85. share/netbox/core/graphql/schema.py
  86. share/netbox/core/graphql/types.py
  87. share/netbox/core/jobs.py
  88. share/netbox/core/management/__init__.py
  89. share/netbox/core/management/commands/__init__.py
  90. share/netbox/core/management/commands/makemigrations.py
  91. share/netbox/core/management/commands/nbshell.py
  92. share/netbox/core/management/commands/rqworker.py
  93. share/netbox/core/management/commands/syncdatasource.py
  94. share/netbox/core/migrations/0001_initial.py
  95. share/netbox/core/migrations/0002_managedfile.py
  96. share/netbox/core/migrations/0003_job.py
  97. share/netbox/core/migrations/0004_replicate_jobresults.py
  98. share/netbox/core/migrations/0005_job_created_auto_now.py
  99. share/netbox/core/migrations/0006_datasource_type_remove_choices.py
  100. share/netbox/core/migrations/0007_job_add_error_field.py
  101. share/netbox/core/migrations/0008_contenttype_proxy.py
  102. share/netbox/core/migrations/0009_configrevision.py
  103. share/netbox/core/migrations/0010_gfk_indexes.py
  104. share/netbox/core/migrations/__init__.py
  105. share/netbox/core/models/__init__.py
  106. share/netbox/core/models/config.py
  107. share/netbox/core/models/contenttypes.py
  108. share/netbox/core/models/data.py
  109. share/netbox/core/models/files.py
  110. share/netbox/core/models/jobs.py
  111. share/netbox/core/search.py
  112. share/netbox/core/signals.py
  113. share/netbox/core/tables/__init__.py
  114. share/netbox/core/tables/columns.py
  115. share/netbox/core/tables/config.py
  116. share/netbox/core/tables/data.py
  117. share/netbox/core/tables/jobs.py
  118. share/netbox/core/tests/__init__.py
  119. share/netbox/core/tests/test_api.py
  120. share/netbox/core/tests/test_filtersets.py
  121. share/netbox/core/tests/test_models.py
  122. share/netbox/core/tests/test_views.py
  123. share/netbox/core/urls.py
  124. share/netbox/core/views.py
  125. share/netbox/dcim/__init__.py
  126. share/netbox/dcim/api/__init__.py
  127. share/netbox/dcim/api/exceptions.py
  128. share/netbox/dcim/api/nested_serializers.py
  129. share/netbox/dcim/api/serializers.py
  130. share/netbox/dcim/api/urls.py
  131. share/netbox/dcim/api/views.py
  132. share/netbox/dcim/apps.py
  133. share/netbox/dcim/choices.py
  134. share/netbox/dcim/constants.py
  135. share/netbox/dcim/fields.py
  136. share/netbox/dcim/filtersets.py
  137. share/netbox/dcim/forms/__init__.py
  138. share/netbox/dcim/forms/bulk_create.py
  139. share/netbox/dcim/forms/bulk_edit.py
  140. share/netbox/dcim/forms/bulk_import.py
  141. share/netbox/dcim/forms/common.py
  142. share/netbox/dcim/forms/connections.py
  143. share/netbox/dcim/forms/filtersets.py
  144. share/netbox/dcim/forms/formsets.py
  145. share/netbox/dcim/forms/model_forms.py
  146. share/netbox/dcim/forms/object_create.py
  147. share/netbox/dcim/forms/object_import.py
  148. share/netbox/dcim/graphql/__init__.py
  149. share/netbox/dcim/graphql/gfk_mixins.py
  150. share/netbox/dcim/graphql/mixins.py
  151. share/netbox/dcim/graphql/schema.py
  152. share/netbox/dcim/graphql/types.py
  153. share/netbox/dcim/lookups.py
  154. share/netbox/dcim/management/__init__.py
  155. share/netbox/dcim/management/commands/__init__.py
  156. share/netbox/dcim/management/commands/buildschema.py
  157. share/netbox/dcim/management/commands/trace_paths.py
  158. share/netbox/dcim/migrations/0001_squashed.py
  159. share/netbox/dcim/migrations/0002_squashed.py
  160. share/netbox/dcim/migrations/0003_squashed_0130.py
  161. share/netbox/dcim/migrations/0131_consoleport_speed.py
  162. share/netbox/dcim/migrations/0132_cable_length.py
  163. share/netbox/dcim/migrations/0133_port_colors.py
  164. share/netbox/dcim/migrations/0134_interface_wwn_bridge.py
  165. share/netbox/dcim/migrations/0135_tenancy_extensions.py
  166. share/netbox/dcim/migrations/0136_device_airflow.py
  167. share/netbox/dcim/migrations/0137_relax_uniqueness_constraints.py
  168. share/netbox/dcim/migrations/0138_extend_tag_support.py
  169. share/netbox/dcim/migrations/0139_rename_cable_peer.py
  170. share/netbox/dcim/migrations/0140_wireless.py
  171. share/netbox/dcim/migrations/0141_asn_model.py
  172. share/netbox/dcim/migrations/0142_rename_128gfc_qsfp28.py
  173. share/netbox/dcim/migrations/0143_remove_primary_for_related_name.py
  174. share/netbox/dcim/migrations/0144_fix_cable_abs_length.py
  175. share/netbox/dcim/migrations/0145_site_remove_deprecated_fields.py
  176. share/netbox/dcim/migrations/0146_modules.py
  177. share/netbox/dcim/migrations/0147_inventoryitemrole.py
  178. share/netbox/dcim/migrations/0148_inventoryitem_component.py
  179. share/netbox/dcim/migrations/0149_inventoryitem_templates.py
  180. share/netbox/dcim/migrations/0150_interface_vrf.py
  181. share/netbox/dcim/migrations/0151_interface_speed_duplex.py
  182. share/netbox/dcim/migrations/0152_standardize_id_fields.py
  183. share/netbox/dcim/migrations/0153_created_datetimefield.py
  184. share/netbox/dcim/migrations/0154_half_height_rack_units.py
  185. share/netbox/dcim/migrations/0155_interface_poe_mode_type.py
  186. share/netbox/dcim/migrations/0156_location_status.py
  187. share/netbox/dcim/migrations/0157_new_cabling_models.py
  188. share/netbox/dcim/migrations/0158_populate_cable_terminations.py
  189. share/netbox/dcim/migrations/0159_populate_cable_paths.py
  190. share/netbox/dcim/migrations/0160_populate_cable_ends.py
  191. share/netbox/dcim/migrations/0161_cabling_cleanup.py
  192. share/netbox/dcim/migrations/0162_unique_constraints.py
  193. share/netbox/dcim/migrations/0163_weight_fields.py
  194. share/netbox/dcim/migrations/0164_rack_mounting_depth.py
  195. share/netbox/dcim/migrations/0165_standardize_description_comments.py
  196. share/netbox/dcim/migrations/0166_virtualdevicecontext.py
  197. share/netbox/dcim/migrations/0167_module_status.py
  198. share/netbox/dcim/migrations/0168_interface_template_enabled.py
  199. share/netbox/dcim/migrations/0169_devicetype_default_platform.py
  200. share/netbox/dcim/migrations/0170_configtemplate.py
  201. share/netbox/dcim/migrations/0171_cabletermination_change_logging.py
  202. share/netbox/dcim/migrations/0172_larger_power_draw_values.py
  203. share/netbox/dcim/migrations/0173_remove_napalm_fields.py
  204. share/netbox/dcim/migrations/0174_device_latitude_device_longitude.py
  205. share/netbox/dcim/migrations/0174_rack_starting_unit.py
  206. share/netbox/dcim/migrations/0175_device_oob_ip.py
  207. share/netbox/dcim/migrations/0176_device_component_counters.py
  208. share/netbox/dcim/migrations/0177_devicetype_component_counters.py
  209. share/netbox/dcim/migrations/0178_virtual_chassis_member_counter.py
  210. share/netbox/dcim/migrations/0179_interfacetemplate_rf_role.py
  211. share/netbox/dcim/migrations/0180_powerfeed_tenant.py
  212. share/netbox/dcim/migrations/0181_rename_device_role_device_role.py
  213. share/netbox/dcim/migrations/0182_zero_length_cable_fix.py
  214. share/netbox/dcim/migrations/0183_devicetype_exclude_from_utilization.py
  215. share/netbox/dcim/migrations/0184_protect_child_interfaces.py
  216. share/netbox/dcim/migrations/0185_gfk_indexes.py
  217. share/netbox/dcim/migrations/__init__.py
  218. share/netbox/dcim/models/__init__.py
  219. share/netbox/dcim/models/cables.py
  220. share/netbox/dcim/models/device_component_templates.py
  221. share/netbox/dcim/models/device_components.py
  222. share/netbox/dcim/models/devices.py
  223. share/netbox/dcim/models/mixins.py
  224. share/netbox/dcim/models/power.py
  225. share/netbox/dcim/models/racks.py
  226. share/netbox/dcim/models/sites.py
  227. share/netbox/dcim/search.py
  228. share/netbox/dcim/signals.py
  229. share/netbox/dcim/svg/__init__.py
  230. share/netbox/dcim/svg/cables.py
  231. share/netbox/dcim/svg/racks.py
  232. share/netbox/dcim/tables/__init__.py
  233. share/netbox/dcim/tables/cables.py
  234. share/netbox/dcim/tables/connections.py
  235. share/netbox/dcim/tables/devices.py
  236. share/netbox/dcim/tables/devicetypes.py
  237. share/netbox/dcim/tables/modules.py
  238. share/netbox/dcim/tables/power.py
  239. share/netbox/dcim/tables/racks.py
  240. share/netbox/dcim/tables/sites.py
  241. share/netbox/dcim/tables/template_code.py
  242. share/netbox/dcim/tests/__init__.py
  243. share/netbox/dcim/tests/test_api.py
  244. share/netbox/dcim/tests/test_cablepaths.py
  245. share/netbox/dcim/tests/test_filtersets.py
  246. share/netbox/dcim/tests/test_forms.py
  247. share/netbox/dcim/tests/test_models.py
  248. share/netbox/dcim/tests/test_natural_ordering.py
  249. share/netbox/dcim/tests/test_views.py
  250. share/netbox/dcim/urls.py
  251. share/netbox/dcim/utils.py
  252. share/netbox/dcim/views.py
  253. share/netbox/docs/_theme/main.html
  254. share/netbox/docs/administration/authentication/microsoft-azure-ad.md
  255. share/netbox/docs/administration/authentication/okta.md
  256. share/netbox/docs/administration/authentication/overview.md
  257. share/netbox/docs/administration/error-reporting.md
  258. share/netbox/docs/administration/housekeeping.md
  259. share/netbox/docs/administration/netbox-shell.md
  260. share/netbox/docs/administration/permissions.md
  261. share/netbox/docs/administration/replicating-netbox.md
  262. share/netbox/docs/configuration/data-validation.md
  263. share/netbox/docs/configuration/date-time.md
  264. share/netbox/docs/configuration/default-values.md
  265. share/netbox/docs/configuration/development.md
  266. share/netbox/docs/configuration/error-reporting.md
  267. share/netbox/docs/configuration/index.md
  268. share/netbox/docs/configuration/miscellaneous.md
  269. share/netbox/docs/configuration/plugins.md
  270. share/netbox/docs/configuration/remote-authentication.md
  271. share/netbox/docs/configuration/required-parameters.md
  272. share/netbox/docs/configuration/security.md
  273. share/netbox/docs/configuration/system.md
  274. share/netbox/docs/customization/custom-fields.md
  275. share/netbox/docs/customization/custom-links.md
  276. share/netbox/docs/customization/custom-scripts.md
  277. share/netbox/docs/customization/custom-validation.md
  278. share/netbox/docs/customization/export-templates.md
  279. share/netbox/docs/customization/reports.md
  280. share/netbox/docs/development/adding-models.md
  281. share/netbox/docs/development/application-registry.md
  282. share/netbox/docs/development/extending-models.md
  283. share/netbox/docs/development/getting-started.md
  284. share/netbox/docs/development/git-cheat-sheet.md
  285. share/netbox/docs/development/index.md
  286. share/netbox/docs/development/internationalization.md
  287. share/netbox/docs/development/models.md
  288. share/netbox/docs/development/release-checklist.md
  289. share/netbox/docs/development/search.md
  290. share/netbox/docs/development/signals.md
  291. share/netbox/docs/development/style-guide.md
  292. share/netbox/docs/development/translations.md
  293. share/netbox/docs/development/user-preferences.md
  294. share/netbox/docs/development/web-ui.md
  295. share/netbox/docs/extra.css
  296. share/netbox/docs/features/api-integration.md
  297. share/netbox/docs/features/authentication-permissions.md
  298. share/netbox/docs/features/background-jobs.md
  299. share/netbox/docs/features/change-logging.md
  300. share/netbox/docs/features/circuits.md
  301. share/netbox/docs/features/configuration-rendering.md
  302. share/netbox/docs/features/contacts.md
  303. share/netbox/docs/features/context-data.md
  304. share/netbox/docs/features/customization.md
  305. share/netbox/docs/features/devices-cabling.md
  306. share/netbox/docs/features/event-rules.md
  307. share/netbox/docs/features/facilities.md
  308. share/netbox/docs/features/ipam.md
  309. share/netbox/docs/features/journaling.md
  310. share/netbox/docs/features/l2vpn-overlay.md
  311. share/netbox/docs/features/power-tracking.md
  312. share/netbox/docs/features/search.md
  313. share/netbox/docs/features/synchronized-data.md
  314. share/netbox/docs/features/tenancy.md
  315. share/netbox/docs/features/virtualization.md
  316. share/netbox/docs/features/vlan-management.md
  317. share/netbox/docs/features/vpn-tunnels.md
  318. share/netbox/docs/features/wireless.md
  319. share/netbox/docs/getting-started/planning.md
  320. share/netbox/docs/getting-started/populating-data.md
  321. share/netbox/docs/index.md
  322. share/netbox/docs/installation/1-postgresql.md
  323. share/netbox/docs/installation/2-redis.md
  324. share/netbox/docs/installation/3-netbox.md
  325. share/netbox/docs/installation/4-gunicorn.md
  326. share/netbox/docs/installation/5-http-server.md
  327. share/netbox/docs/installation/6-ldap.md
  328. share/netbox/docs/installation/index.md
  329. share/netbox/docs/installation/upgrading.md
  330. share/netbox/docs/integrations/graphql-api.md
  331. share/netbox/docs/integrations/prometheus-metrics.md
  332. share/netbox/docs/integrations/rest-api.md
  333. share/netbox/docs/integrations/synchronized-data.md
  334. share/netbox/docs/integrations/webhooks.md
  335. share/netbox/docs/introduction.md
  336. share/netbox/docs/media/authentication/azure_ad_add_app_registration.png
  337. share/netbox/docs/media/authentication/azure_ad_add_client_secret.png
  338. share/netbox/docs/media/authentication/azure_ad_app_registration.png
  339. share/netbox/docs/media/authentication/azure_ad_app_registration_created.png
  340. share/netbox/docs/media/authentication/azure_ad_client_secret.png
  341. share/netbox/docs/media/authentication/azure_ad_client_secret_created.png
  342. share/netbox/docs/media/authentication/azure_ad_login_portal.png
  343. share/netbox/docs/media/authentication/netbox_azure_ad_login.png
  344. share/netbox/docs/media/authentication/netbox_okta_login.png
  345. share/netbox/docs/media/authentication/okta_create_app_registration.png
  346. share/netbox/docs/media/authentication/okta_integration_parameters.png
  347. share/netbox/docs/media/authentication/okta_login_portal.png
  348. share/netbox/docs/media/authentication/okta_web_app_integration.png
  349. share/netbox/docs/media/development/github.png
  350. share/netbox/docs/media/development/github_fork_button.png
  351. share/netbox/docs/media/development/github_fork_dialog.png
  352. share/netbox/docs/media/development/github_new_issue.png
  353. share/netbox/docs/media/development/transifex_download.png
  354. share/netbox/docs/media/installation/netbox_application_stack.png
  355. share/netbox/docs/media/installation/upgrade_paths.png
  356. share/netbox/docs/media/misc/netbox_cloud.png
  357. share/netbox/docs/media/misc/netbox_logo.png
  358. share/netbox/docs/media/misc/reference_architecture.png
  359. share/netbox/docs/media/models/dcim_cable_trace.png
  360. share/netbox/docs/media/power_distribution.png
  361. share/netbox/docs/media/release-notes/netbox30_ui.png
  362. share/netbox/docs/media/run_permission.png
  363. share/netbox/docs/media/screenshots/cable-trace.png
  364. share/netbox/docs/media/screenshots/home-dark.png
  365. share/netbox/docs/media/screenshots/home-light.png
  366. share/netbox/docs/media/screenshots/prefixes-list.png
  367. share/netbox/docs/media/screenshots/rack.png
  368. share/netbox/docs/models/circuits/circuit.md
  369. share/netbox/docs/models/circuits/circuittermination.md
  370. share/netbox/docs/models/circuits/circuittype.md
  371. share/netbox/docs/models/circuits/provider.md
  372. share/netbox/docs/models/circuits/provideraccount.md
  373. share/netbox/docs/models/circuits/providernetwork.md
  374. share/netbox/docs/models/core/datafile.md
  375. share/netbox/docs/models/core/datasource.md
  376. share/netbox/docs/models/core/job.md
  377. share/netbox/docs/models/dcim/cable.md
  378. share/netbox/docs/models/dcim/consoleport.md
  379. share/netbox/docs/models/dcim/consoleporttemplate.md
  380. share/netbox/docs/models/dcim/consoleserverport.md
  381. share/netbox/docs/models/dcim/consoleserverporttemplate.md
  382. share/netbox/docs/models/dcim/device.md
  383. share/netbox/docs/models/dcim/devicebay.md
  384. share/netbox/docs/models/dcim/devicebaytemplate.md
  385. share/netbox/docs/models/dcim/devicerole.md
  386. share/netbox/docs/models/dcim/devicetype.md
  387. share/netbox/docs/models/dcim/frontport.md
  388. share/netbox/docs/models/dcim/frontporttemplate.md
  389. share/netbox/docs/models/dcim/interface.md
  390. share/netbox/docs/models/dcim/interfacetemplate.md
  391. share/netbox/docs/models/dcim/inventoryitem.md
  392. share/netbox/docs/models/dcim/inventoryitemrole.md
  393. share/netbox/docs/models/dcim/inventoryitemtemplate.md
  394. share/netbox/docs/models/dcim/location.md
  395. share/netbox/docs/models/dcim/manufacturer.md
  396. share/netbox/docs/models/dcim/module.md
  397. share/netbox/docs/models/dcim/modulebay.md
  398. share/netbox/docs/models/dcim/modulebaytemplate.md
  399. share/netbox/docs/models/dcim/moduletype.md
  400. share/netbox/docs/models/dcim/platform.md
  401. share/netbox/docs/models/dcim/powerfeed.md
  402. share/netbox/docs/models/dcim/poweroutlet.md
  403. share/netbox/docs/models/dcim/poweroutlettemplate.md
  404. share/netbox/docs/models/dcim/powerpanel.md
  405. share/netbox/docs/models/dcim/powerport.md
  406. share/netbox/docs/models/dcim/powerporttemplate.md
  407. share/netbox/docs/models/dcim/rack.md
  408. share/netbox/docs/models/dcim/rackreservation.md
  409. share/netbox/docs/models/dcim/rackrole.md
  410. share/netbox/docs/models/dcim/rearport.md
  411. share/netbox/docs/models/dcim/rearporttemplate.md
  412. share/netbox/docs/models/dcim/region.md
  413. share/netbox/docs/models/dcim/site.md
  414. share/netbox/docs/models/dcim/sitegroup.md
  415. share/netbox/docs/models/dcim/virtualchassis.md
  416. share/netbox/docs/models/dcim/virtualdevicecontext.md
  417. share/netbox/docs/models/extras/bookmark.md
  418. share/netbox/docs/models/extras/branch.md
  419. share/netbox/docs/models/extras/configcontext.md
  420. share/netbox/docs/models/extras/configtemplate.md
  421. share/netbox/docs/models/extras/customfield.md
  422. share/netbox/docs/models/extras/customfieldchoiceset.md
  423. share/netbox/docs/models/extras/customlink.md
  424. share/netbox/docs/models/extras/eventrule.md
  425. share/netbox/docs/models/extras/exporttemplate.md
  426. share/netbox/docs/models/extras/imageattachment.md
  427. share/netbox/docs/models/extras/journalentry.md
  428. share/netbox/docs/models/extras/savedfilter.md
  429. share/netbox/docs/models/extras/stagedchange.md
  430. share/netbox/docs/models/extras/tag.md
  431. share/netbox/docs/models/extras/webhook.md
  432. share/netbox/docs/models/ipam/aggregate.md
  433. share/netbox/docs/models/ipam/asn.md
  434. share/netbox/docs/models/ipam/asnrange.md
  435. share/netbox/docs/models/ipam/fhrpgroup.md
  436. share/netbox/docs/models/ipam/fhrpgroupassignment.md
  437. share/netbox/docs/models/ipam/ipaddress.md
  438. share/netbox/docs/models/ipam/iprange.md
  439. share/netbox/docs/models/ipam/prefix.md
  440. share/netbox/docs/models/ipam/rir.md
  441. share/netbox/docs/models/ipam/role.md
  442. share/netbox/docs/models/ipam/routetarget.md
  443. share/netbox/docs/models/ipam/service.md
  444. share/netbox/docs/models/ipam/servicetemplate.md
  445. share/netbox/docs/models/ipam/vlan.md
  446. share/netbox/docs/models/ipam/vlangroup.md
  447. share/netbox/docs/models/ipam/vrf.md
  448. share/netbox/docs/models/tenancy/contact.md
  449. share/netbox/docs/models/tenancy/contactgroup.md
  450. share/netbox/docs/models/tenancy/contactrole.md
  451. share/netbox/docs/models/tenancy/tenant.md
  452. share/netbox/docs/models/tenancy/tenantgroup.md
  453. share/netbox/docs/models/virtualization/cluster.md
  454. share/netbox/docs/models/virtualization/clustergroup.md
  455. share/netbox/docs/models/virtualization/clustertype.md
  456. share/netbox/docs/models/virtualization/virtualdisk.md
  457. share/netbox/docs/models/virtualization/virtualmachine.md
  458. share/netbox/docs/models/virtualization/vminterface.md
  459. share/netbox/docs/models/vpn/ikepolicy.md
  460. share/netbox/docs/models/vpn/ikeproposal.md
  461. share/netbox/docs/models/vpn/ipsecpolicy.md
  462. share/netbox/docs/models/vpn/ipsecprofile.md
  463. share/netbox/docs/models/vpn/ipsecproposal.md
  464. share/netbox/docs/models/vpn/l2vpn.md
  465. share/netbox/docs/models/vpn/l2vpntermination.md
  466. share/netbox/docs/models/vpn/tunnel.md
  467. share/netbox/docs/models/vpn/tunnelgroup.md
  468. share/netbox/docs/models/vpn/tunneltermination.md
  469. share/netbox/docs/models/wireless/wirelesslan.md
  470. share/netbox/docs/models/wireless/wirelesslangroup.md
  471. share/netbox/docs/models/wireless/wirelesslink.md
  472. share/netbox/docs/netbox_logo.png
  473. share/netbox/docs/netbox_logo.svg
  474. share/netbox/docs/plugins/development/background-tasks.md
  475. share/netbox/docs/plugins/development/dashboard-widgets.md
  476. share/netbox/docs/plugins/development/data-backends.md
  477. share/netbox/docs/plugins/development/exceptions.md
  478. share/netbox/docs/plugins/development/filtersets.md
  479. share/netbox/docs/plugins/development/forms.md
  480. share/netbox/docs/plugins/development/graphql-api.md
  481. share/netbox/docs/plugins/development/index.md
  482. share/netbox/docs/plugins/development/models.md
  483. share/netbox/docs/plugins/development/navigation.md
  484. share/netbox/docs/plugins/development/rest-api.md
  485. share/netbox/docs/plugins/development/search.md
  486. share/netbox/docs/plugins/development/staged-changes.md
  487. share/netbox/docs/plugins/development/tables.md
  488. share/netbox/docs/plugins/development/templates.md
  489. share/netbox/docs/plugins/development/views.md
  490. share/netbox/docs/plugins/index.md
  491. share/netbox/docs/reference/conditions.md
  492. share/netbox/docs/reference/filtering.md
  493. share/netbox/docs/reference/markdown.md
  494. share/netbox/docs/release-notes/index.md
  495. share/netbox/docs/release-notes/version-2.0.md
  496. share/netbox/docs/release-notes/version-2.1.md
  497. share/netbox/docs/release-notes/version-2.10.md
  498. share/netbox/docs/release-notes/version-2.11.md
  499. share/netbox/docs/release-notes/version-2.2.md
  500. share/netbox/docs/release-notes/version-2.3.md
  501. share/netbox/docs/release-notes/version-2.4.md
  502. share/netbox/docs/release-notes/version-2.5.md
  503. share/netbox/docs/release-notes/version-2.6.md
  504. share/netbox/docs/release-notes/version-2.7.md
  505. share/netbox/docs/release-notes/version-2.8.md
  506. share/netbox/docs/release-notes/version-2.9.md
  507. share/netbox/docs/release-notes/version-3.0.md
  508. share/netbox/docs/release-notes/version-3.1.md
  509. share/netbox/docs/release-notes/version-3.2.md
  510. share/netbox/docs/release-notes/version-3.3.md
  511. share/netbox/docs/release-notes/version-3.4.md
  512. share/netbox/docs/release-notes/version-3.5.md
  513. share/netbox/docs/release-notes/version-3.6.md
  514. share/netbox/docs/release-notes/version-3.7.md
  515. share/netbox/extras/__init__.py
  516. share/netbox/extras/api/__init__.py
  517. share/netbox/extras/api/customfields.py
  518. share/netbox/extras/api/mixins.py
  519. share/netbox/extras/api/nested_serializers.py
  520. share/netbox/extras/api/serializers.py
  521. share/netbox/extras/api/urls.py
  522. share/netbox/extras/api/views.py
  523. share/netbox/extras/apps.py
  524. share/netbox/extras/choices.py
  525. share/netbox/extras/conditions.py
  526. share/netbox/extras/constants.py
  527. share/netbox/extras/context_managers.py
  528. share/netbox/extras/dashboard/__init__.py
  529. share/netbox/extras/dashboard/forms.py
  530. share/netbox/extras/dashboard/utils.py
  531. share/netbox/extras/dashboard/widgets.py
  532. share/netbox/extras/data/__init__.py
  533. share/netbox/extras/data/iata.py
  534. share/netbox/extras/data/iso_3166.py
  535. share/netbox/extras/data/un_locode.py
  536. share/netbox/extras/events.py
  537. share/netbox/extras/fields.py
  538. share/netbox/extras/filters.py
  539. share/netbox/extras/filtersets.py
  540. share/netbox/extras/forms/__init__.py
  541. share/netbox/extras/forms/bulk_edit.py
  542. share/netbox/extras/forms/bulk_import.py
  543. share/netbox/extras/forms/filtersets.py
  544. share/netbox/extras/forms/misc.py
  545. share/netbox/extras/forms/model_forms.py
  546. share/netbox/extras/forms/reports.py
  547. share/netbox/extras/forms/scripts.py
  548. share/netbox/extras/graphql/__init__.py
  549. share/netbox/extras/graphql/mixins.py
  550. share/netbox/extras/graphql/schema.py
  551. share/netbox/extras/graphql/types.py
  552. share/netbox/extras/lookups.py
  553. share/netbox/extras/management/__init__.py
  554. share/netbox/extras/management/commands/__init__.py
  555. share/netbox/extras/management/commands/housekeeping.py
  556. share/netbox/extras/management/commands/reindex.py
  557. share/netbox/extras/management/commands/renaturalize.py
  558. share/netbox/extras/management/commands/runreport.py
  559. share/netbox/extras/management/commands/runscript.py
  560. share/netbox/extras/management/commands/webhook_receiver.py
  561. share/netbox/extras/migrations/0001_squashed.py
  562. share/netbox/extras/migrations/0002_squashed_0059.py
  563. share/netbox/extras/migrations/0060_customlink_button_class.py
  564. share/netbox/extras/migrations/0061_extras_change_logging.py
  565. share/netbox/extras/migrations/0062_clear_secrets_changelog.py
  566. share/netbox/extras/migrations/0063_webhook_conditions.py
  567. share/netbox/extras/migrations/0064_configrevision.py
  568. share/netbox/extras/migrations/0065_imageattachment_change_logging.py
  569. share/netbox/extras/migrations/0066_customfield_name_validation.py
  570. share/netbox/extras/migrations/0067_customfield_min_max_values.py
  571. share/netbox/extras/migrations/0068_configcontext_cluster_types.py
  572. share/netbox/extras/migrations/0069_custom_object_field.py
  573. share/netbox/extras/migrations/0070_customlink_enabled.py
  574. share/netbox/extras/migrations/0071_standardize_id_fields.py
  575. share/netbox/extras/migrations/0072_created_datetimefield.py
  576. share/netbox/extras/migrations/0073_journalentry_tags_custom_fields.py
  577. share/netbox/extras/migrations/0074_customfield_extensions.py
  578. share/netbox/extras/migrations/0075_configcontext_locations.py
  579. share/netbox/extras/migrations/0076_tag_slug_unicode.py
  580. share/netbox/extras/migrations/0077_customlink_extend_text_and_url.py
  581. share/netbox/extras/migrations/0078_unique_constraints.py
  582. share/netbox/extras/migrations/0079_scheduled_jobs.py
  583. share/netbox/extras/migrations/0080_customlink_content_types.py
  584. share/netbox/extras/migrations/0081_exporttemplate_content_types.py
  585. share/netbox/extras/migrations/0082_savedfilter.py
  586. share/netbox/extras/migrations/0083_search.py
  587. share/netbox/extras/migrations/0084_staging.py
  588. share/netbox/extras/migrations/0085_synced_data.py
  589. share/netbox/extras/migrations/0086_configtemplate.py
  590. share/netbox/extras/migrations/0087_dashboard.py
  591. share/netbox/extras/migrations/0088_jobresult_webhooks.py
  592. share/netbox/extras/migrations/0089_customfield_is_cloneable.py
  593. share/netbox/extras/migrations/0090_objectchange_index_request_id.py
  594. share/netbox/extras/migrations/0091_create_managedfiles.py
  595. share/netbox/extras/migrations/0092_delete_jobresult.py
  596. share/netbox/extras/migrations/0093_configrevision_ordering.py
  597. share/netbox/extras/migrations/0094_tag_object_types.py
  598. share/netbox/extras/migrations/0095_bookmarks.py
  599. share/netbox/extras/migrations/0096_customfieldchoiceset.py
  600. share/netbox/extras/migrations/0097_customfield_remove_choices.py
  601. share/netbox/extras/migrations/0098_webhook_custom_field_data_webhook_tags.py
  602. share/netbox/extras/migrations/0099_cachedvalue_ordering.py
  603. share/netbox/extras/migrations/0100_customfield_ui_attrs.py
  604. share/netbox/extras/migrations/0101_eventrule.py
  605. share/netbox/extras/migrations/0102_move_configrevision.py
  606. share/netbox/extras/migrations/0103_gfk_indexes.py
  607. share/netbox/extras/migrations/0104_stagedchange_remove_change_logging.py
  608. share/netbox/extras/migrations/0105_customfield_min_max_values.py
  609. share/netbox/extras/migrations/0106_bookmark_user_cascade_deletion.py
  610. share/netbox/extras/migrations/0107_cachedvalue_extras_cachedvalue_object.py
  611. share/netbox/extras/migrations/__init__.py
  612. share/netbox/extras/models/__init__.py
  613. share/netbox/extras/models/change_logging.py
  614. share/netbox/extras/models/configs.py
  615. share/netbox/extras/models/customfields.py
  616. share/netbox/extras/models/dashboard.py
  617. share/netbox/extras/models/mixins.py
  618. share/netbox/extras/models/models.py
  619. share/netbox/extras/models/reports.py
  620. share/netbox/extras/models/scripts.py
  621. share/netbox/extras/models/search.py
  622. share/netbox/extras/models/staging.py
  623. share/netbox/extras/models/tags.py
  624. share/netbox/extras/plugins/__init__.py
  625. share/netbox/extras/plugins/navigation.py
  626. share/netbox/extras/plugins/registration.py
  627. share/netbox/extras/plugins/templates.py
  628. share/netbox/extras/plugins/urls.py
  629. share/netbox/extras/plugins/utils.py
  630. share/netbox/extras/plugins/views.py
  631. share/netbox/extras/querysets.py
  632. share/netbox/extras/reports.py
  633. share/netbox/extras/scripts.py
  634. share/netbox/extras/search.py
  635. share/netbox/extras/signals.py
  636. share/netbox/extras/tables/__init__.py
  637. share/netbox/extras/tables/tables.py
  638. share/netbox/extras/tables/template_code.py
  639. share/netbox/extras/templatetags/__init__.py
  640. share/netbox/extras/templatetags/custom_links.py
  641. share/netbox/extras/templatetags/dashboard.py
  642. share/netbox/extras/templatetags/log_levels.py
  643. share/netbox/extras/tests/__init__.py
  644. share/netbox/extras/tests/test_api.py
  645. share/netbox/extras/tests/test_changelog.py
  646. share/netbox/extras/tests/test_conditions.py
  647. share/netbox/extras/tests/test_custom_validation.py
  648. share/netbox/extras/tests/test_customfields.py
  649. share/netbox/extras/tests/test_customvalidation.py
  650. share/netbox/extras/tests/test_event_rules.py
  651. share/netbox/extras/tests/test_filtersets.py
  652. share/netbox/extras/tests/test_forms.py
  653. share/netbox/extras/tests/test_models.py
  654. share/netbox/extras/tests/test_scripts.py
  655. share/netbox/extras/tests/test_tags.py
  656. share/netbox/extras/tests/test_views.py
  657. share/netbox/extras/urls.py
  658. share/netbox/extras/utils.py
  659. share/netbox/extras/validators.py
  660. share/netbox/extras/views.py
  661. share/netbox/extras/webhooks.py
  662. share/netbox/extras/webhooks_worker.py
  663. share/netbox/generate_secret_key.py
  664. share/netbox/ipam/__init__.py
  665. share/netbox/ipam/api/__init__.py
  666. share/netbox/ipam/api/field_serializers.py
  667. share/netbox/ipam/api/nested_serializers.py
  668. share/netbox/ipam/api/serializers.py
  669. share/netbox/ipam/api/urls.py
  670. share/netbox/ipam/api/views.py
  671. share/netbox/ipam/apps.py
  672. share/netbox/ipam/choices.py
  673. share/netbox/ipam/constants.py
  674. share/netbox/ipam/fields.py
  675. share/netbox/ipam/filtersets.py
  676. share/netbox/ipam/formfields.py
  677. share/netbox/ipam/forms/__init__.py
  678. share/netbox/ipam/forms/bulk_create.py
  679. share/netbox/ipam/forms/bulk_edit.py
  680. share/netbox/ipam/forms/bulk_import.py
  681. share/netbox/ipam/forms/filtersets.py
  682. share/netbox/ipam/forms/model_forms.py
  683. share/netbox/ipam/graphql/__init__.py
  684. share/netbox/ipam/graphql/gfk_mixins.py
  685. share/netbox/ipam/graphql/mixins.py
  686. share/netbox/ipam/graphql/schema.py
  687. share/netbox/ipam/graphql/types.py
  688. share/netbox/ipam/lookups.py
  689. share/netbox/ipam/management/__init__.py
  690. share/netbox/ipam/management/commands/__init__.py
  691. share/netbox/ipam/management/commands/rebuild_prefixes.py
  692. share/netbox/ipam/managers.py
  693. share/netbox/ipam/migrations/0001_squashed.py
  694. share/netbox/ipam/migrations/0002_squashed_0046.py
  695. share/netbox/ipam/migrations/0047_prefix_depth_children.py
  696. share/netbox/ipam/migrations/0048_prefix_populate_depth_children.py
  697. share/netbox/ipam/migrations/0049_prefix_mark_utilized.py
  698. share/netbox/ipam/migrations/0050_iprange.py
  699. share/netbox/ipam/migrations/0051_extend_tag_support.py
  700. share/netbox/ipam/migrations/0052_fhrpgroup.py
  701. share/netbox/ipam/migrations/0053_asn_model.py
  702. share/netbox/ipam/migrations/0054_vlangroup_min_max_vids.py
  703. share/netbox/ipam/migrations/0055_servicetemplate.py
  704. share/netbox/ipam/migrations/0056_standardize_id_fields.py
  705. share/netbox/ipam/migrations/0057_created_datetimefield.py
  706. share/netbox/ipam/migrations/0058_ipaddress_nat_inside_nonunique.py
  707. share/netbox/ipam/migrations/0059_l2vpn.py
  708. share/netbox/ipam/migrations/0060_alter_l2vpn_slug.py
  709. share/netbox/ipam/migrations/0061_fhrpgroup_name.py
  710. share/netbox/ipam/migrations/0062_unique_constraints.py
  711. share/netbox/ipam/migrations/0063_standardize_description_comments.py
  712. share/netbox/ipam/migrations/0064_clear_search_cache.py
  713. share/netbox/ipam/migrations/0065_asnrange.py
  714. share/netbox/ipam/migrations/0066_iprange_mark_utilized.py
  715. share/netbox/ipam/migrations/0067_ipaddress_index_host.py
  716. share/netbox/ipam/migrations/0068_move_l2vpn.py
  717. share/netbox/ipam/migrations/0069_gfk_indexes.py
  718. share/netbox/ipam/migrations/__init__.py
  719. share/netbox/ipam/models/__init__.py
  720. share/netbox/ipam/models/asns.py
  721. share/netbox/ipam/models/fhrp.py
  722. share/netbox/ipam/models/ip.py
  723. share/netbox/ipam/models/services.py
  724. share/netbox/ipam/models/vlans.py
  725. share/netbox/ipam/models/vrfs.py
  726. share/netbox/ipam/querysets.py
  727. share/netbox/ipam/search.py
  728. share/netbox/ipam/signals.py
  729. share/netbox/ipam/tables/__init__.py
  730. share/netbox/ipam/tables/asn.py
  731. share/netbox/ipam/tables/fhrp.py
  732. share/netbox/ipam/tables/ip.py
  733. share/netbox/ipam/tables/services.py
  734. share/netbox/ipam/tables/vlans.py
  735. share/netbox/ipam/tables/vrfs.py
  736. share/netbox/ipam/tests/__init__.py
  737. share/netbox/ipam/tests/test_api.py
  738. share/netbox/ipam/tests/test_filtersets.py
  739. share/netbox/ipam/tests/test_models.py
  740. share/netbox/ipam/tests/test_ordering.py
  741. share/netbox/ipam/tests/test_views.py
  742. share/netbox/ipam/urls.py
  743. share/netbox/ipam/utils.py
  744. share/netbox/ipam/validators.py
  745. share/netbox/ipam/views.py
  746. share/netbox/manage.py
  747. share/netbox/media/devicetype-images/.gitignore
  748. share/netbox/media/image-attachments/.gitignore
  749. share/netbox/mkdocs.yml
  750. share/netbox/netbox/__init__.py
  751. share/netbox/netbox/admin.py
  752. share/netbox/netbox/api/__init__.py
  753. share/netbox/netbox/api/authentication.py
  754. share/netbox/netbox/api/exceptions.py
  755. share/netbox/netbox/api/features.py
  756. share/netbox/netbox/api/fields.py
  757. share/netbox/netbox/api/metadata.py
  758. share/netbox/netbox/api/pagination.py
  759. share/netbox/netbox/api/renderers.py
  760. share/netbox/netbox/api/routers.py
  761. share/netbox/netbox/api/serializers/__init__.py
  762. share/netbox/netbox/api/serializers/base.py
  763. share/netbox/netbox/api/serializers/features.py
  764. share/netbox/netbox/api/serializers/generic.py
  765. share/netbox/netbox/api/serializers/nested.py
  766. share/netbox/netbox/api/views.py
  767. share/netbox/netbox/api/viewsets/__init__.py
  768. share/netbox/netbox/api/viewsets/mixins.py
  769. share/netbox/netbox/authentication.py
  770. share/netbox/netbox/config/__init__.py
  771. share/netbox/netbox/config/parameters.py
  772. share/netbox/netbox/configuration_example.py
  773. share/netbox/netbox/configuration_testing.py
  774. share/netbox/netbox/constants.py
  775. share/netbox/netbox/context.py
  776. share/netbox/netbox/context_processors.py
  777. share/netbox/netbox/data_backends.py
  778. share/netbox/netbox/denormalized.py
  779. share/netbox/netbox/filtersets.py
  780. share/netbox/netbox/forms/__init__.py
  781. share/netbox/netbox/forms/base.py
  782. share/netbox/netbox/forms/mixins.py
  783. share/netbox/netbox/graphql/__init__.py
  784. share/netbox/netbox/graphql/fields.py
  785. share/netbox/netbox/graphql/scalars.py
  786. share/netbox/netbox/graphql/schema.py
  787. share/netbox/netbox/graphql/types.py
  788. share/netbox/netbox/graphql/utils.py
  789. share/netbox/netbox/graphql/views.py
  790. share/netbox/netbox/middleware.py
  791. share/netbox/netbox/models/__init__.py
  792. share/netbox/netbox/models/features.py
  793. share/netbox/netbox/navigation/__init__.py
  794. share/netbox/netbox/navigation/menu.py
  795. share/netbox/netbox/plugins/__init__.py
  796. share/netbox/netbox/plugins/navigation.py
  797. share/netbox/netbox/plugins/registration.py
  798. share/netbox/netbox/plugins/templates.py
  799. share/netbox/netbox/plugins/urls.py
  800. share/netbox/netbox/plugins/utils.py
  801. share/netbox/netbox/plugins/views.py
  802. share/netbox/netbox/preferences.py
  803. share/netbox/netbox/registry.py
  804. share/netbox/netbox/search/__init__.py
  805. share/netbox/netbox/search/backends.py
  806. share/netbox/netbox/search/utils.py
  807. share/netbox/netbox/settings.py
  808. share/netbox/netbox/signals.py
  809. share/netbox/netbox/staging.py
  810. share/netbox/netbox/tables/__init__.py
  811. share/netbox/netbox/tables/columns.py
  812. share/netbox/netbox/tables/tables.py
  813. share/netbox/netbox/tables/template_code.py
  814. share/netbox/netbox/tests/__init__.py
  815. share/netbox/netbox/tests/dummy_plugin/__init__.py
  816. share/netbox/netbox/tests/dummy_plugin/admin.py
  817. share/netbox/netbox/tests/dummy_plugin/api/serializers.py
  818. share/netbox/netbox/tests/dummy_plugin/api/urls.py
  819. share/netbox/netbox/tests/dummy_plugin/api/views.py
  820. share/netbox/netbox/tests/dummy_plugin/data_backends.py
  821. share/netbox/netbox/tests/dummy_plugin/graphql.py
  822. share/netbox/netbox/tests/dummy_plugin/middleware.py
  823. share/netbox/netbox/tests/dummy_plugin/migrations/0001_initial.py
  824. share/netbox/netbox/tests/dummy_plugin/migrations/__init__.py
  825. share/netbox/netbox/tests/dummy_plugin/models.py
  826. share/netbox/netbox/tests/dummy_plugin/navigation.py
  827. share/netbox/netbox/tests/dummy_plugin/preferences.py
  828. share/netbox/netbox/tests/dummy_plugin/search.py
  829. share/netbox/netbox/tests/dummy_plugin/tables.py
  830. share/netbox/netbox/tests/dummy_plugin/template_content.py
  831. share/netbox/netbox/tests/dummy_plugin/urls.py
  832. share/netbox/netbox/tests/dummy_plugin/views.py
  833. share/netbox/netbox/tests/test_api.py
  834. share/netbox/netbox/tests/test_authentication.py
  835. share/netbox/netbox/tests/test_config.py
  836. share/netbox/netbox/tests/test_graphql.py
  837. share/netbox/netbox/tests/test_import.py
  838. share/netbox/netbox/tests/test_plugins.py
  839. share/netbox/netbox/tests/test_registry.py
  840. share/netbox/netbox/tests/test_search.py
  841. share/netbox/netbox/tests/test_staging.py
  842. share/netbox/netbox/tests/test_tables.py
  843. share/netbox/netbox/tests/test_views.py
  844. share/netbox/netbox/urls.py
  845. share/netbox/netbox/utils.py
  846. share/netbox/netbox/views/__init__.py
  847. share/netbox/netbox/views/errors.py
  848. share/netbox/netbox/views/generic/__init__.py
  849. share/netbox/netbox/views/generic/base.py
  850. share/netbox/netbox/views/generic/bulk_views.py
  851. share/netbox/netbox/views/generic/feature_views.py
  852. share/netbox/netbox/views/generic/mixins.py
  853. share/netbox/netbox/views/generic/object_views.py
  854. share/netbox/netbox/views/generic/utils.py
  855. share/netbox/netbox/views/htmx.py
  856. share/netbox/netbox/views/misc.py
  857. share/netbox/netbox/wsgi.py
  858. share/netbox/project-static/.eslintignore
  859. share/netbox/project-static/.eslintrc
  860. share/netbox/project-static/.prettierignore
  861. share/netbox/project-static/.prettierrc
  862. share/netbox/project-static/.sassrc
  863. share/netbox/project-static/bundle.js
  864. share/netbox/project-static/dist/cable_trace.css
  865. share/netbox/project-static/dist/graphiql.css
  866. share/netbox/project-static/dist/graphiql.js
  867. share/netbox/project-static/dist/graphiql.js.map
  868. share/netbox/project-static/dist/materialdesignicons-webfont-DWVXV5L5.woff
  869. share/netbox/project-static/dist/materialdesignicons-webfont-ER2MFQKM.woff2
  870. share/netbox/project-static/dist/materialdesignicons-webfont-UHEFFMSX.eot
  871. share/netbox/project-static/dist/materialdesignicons-webfont-WM6M6ZHQ.ttf
  872. share/netbox/project-static/dist/netbox-dark.css
  873. share/netbox/project-static/dist/netbox-external.css
  874. share/netbox/project-static/dist/netbox-light.css
  875. share/netbox/project-static/dist/netbox-print.css
  876. share/netbox/project-static/dist/netbox.js
  877. share/netbox/project-static/dist/netbox.js.map
  878. share/netbox/project-static/dist/rack_elevation.css
  879. share/netbox/project-static/docs/.info
  880. share/netbox/project-static/img/graphql.ico
  881. share/netbox/project-static/img/netbox.ico
  882. share/netbox/project-static/img/netbox_icon.svg
  883. share/netbox/project-static/img/netbox_logo.png
  884. share/netbox/project-static/img/netbox_logo.svg
  885. share/netbox/project-static/img/netbox_touch-icon-180.png
  886. share/netbox/project-static/img/rest-api.ico
  887. share/netbox/project-static/img/tint_20.png
  888. share/netbox/project-static/js/setmode.js
  889. share/netbox/project-static/netbox-graphiql/graphiql.scss
  890. share/netbox/project-static/netbox-graphiql/index.ts
  891. share/netbox/project-static/netbox-graphiql/package.json
  892. share/netbox/project-static/package.json
  893. share/netbox/project-static/src/bs.ts
  894. share/netbox/project-static/src/buttons/connectionToggle.ts
  895. share/netbox/project-static/src/buttons/depthToggle.ts
  896. share/netbox/project-static/src/buttons/index.ts
  897. share/netbox/project-static/src/buttons/markdownPreview.ts
  898. share/netbox/project-static/src/buttons/moveOptions.ts
  899. share/netbox/project-static/src/buttons/reslug.ts
  900. share/netbox/project-static/src/buttons/secretToggle.ts
  901. share/netbox/project-static/src/buttons/selectAll.ts
  902. share/netbox/project-static/src/buttons/selectMultiple.ts
  903. share/netbox/project-static/src/clipboard.ts
  904. share/netbox/project-static/src/colorMode.ts
  905. share/netbox/project-static/src/dashboard.ts
  906. share/netbox/project-static/src/dateSelector.ts
  907. share/netbox/project-static/src/forms/elements.ts
  908. share/netbox/project-static/src/forms/index.ts
  909. share/netbox/project-static/src/forms/scopeSelector.ts
  910. share/netbox/project-static/src/forms/speedSelector.ts
  911. share/netbox/project-static/src/global.d.ts
  912. share/netbox/project-static/src/htmx.ts
  913. share/netbox/project-static/src/index.ts
  914. share/netbox/project-static/src/links.ts
  915. share/netbox/project-static/src/messages.ts
  916. share/netbox/project-static/src/netbox.ts
  917. share/netbox/project-static/src/objectSelector.ts
  918. share/netbox/project-static/src/racks.ts
  919. share/netbox/project-static/src/search.ts
  920. share/netbox/project-static/src/select/api/apiSelect.ts
  921. share/netbox/project-static/src/select/api/dynamicParams.ts
  922. share/netbox/project-static/src/select/api/index.ts
  923. share/netbox/project-static/src/select/api/types.ts
  924. share/netbox/project-static/src/select/color.ts
  925. share/netbox/project-static/src/select/index.ts
  926. share/netbox/project-static/src/select/static.ts
  927. share/netbox/project-static/src/select/util.ts
  928. share/netbox/project-static/src/sidenav.ts
  929. share/netbox/project-static/src/state/index.ts
  930. share/netbox/project-static/src/stores/index.ts
  931. share/netbox/project-static/src/stores/objectDepth.ts
  932. share/netbox/project-static/src/stores/previousPkCheck.ts
  933. share/netbox/project-static/src/stores/rackImages.ts
  934. share/netbox/project-static/src/stores/secret.ts
  935. share/netbox/project-static/src/tableConfig.ts
  936. share/netbox/project-static/src/tables/index.ts
  937. share/netbox/project-static/src/tables/interfaceTable.ts
  938. share/netbox/project-static/src/util.ts
  939. share/netbox/project-static/styles/_cable_trace.scss
  940. share/netbox/project-static/styles/_dark.scss
  941. share/netbox/project-static/styles/_external.scss
  942. share/netbox/project-static/styles/_light.scss
  943. share/netbox/project-static/styles/_print.scss
  944. share/netbox/project-static/styles/_rack_elevation.scss
  945. share/netbox/project-static/styles/bootstrap.scss
  946. share/netbox/project-static/styles/cable-trace.scss
  947. share/netbox/project-static/styles/extensions.scss
  948. share/netbox/project-static/styles/flatpickr-dark.scss
  949. share/netbox/project-static/styles/netbox.scss
  950. share/netbox/project-static/styles/overrides.scss
  951. share/netbox/project-static/styles/rack-elevation.scss
  952. share/netbox/project-static/styles/select.scss
  953. share/netbox/project-static/styles/sidenav.scss
  954. share/netbox/project-static/styles/theme-base.scss
  955. share/netbox/project-static/styles/theme-dark.scss
  956. share/netbox/project-static/styles/theme-light.scss
  957. share/netbox/project-static/styles/utilities.scss
  958. share/netbox/project-static/styles/variables.scss
  959. share/netbox/project-static/tsconfig.json
  960. share/netbox/project-static/yarn.lock
  961. share/netbox/reports/__init__.py
  962. share/netbox/scripts/__init__.py
  963. share/netbox/templates/403.html
  964. share/netbox/templates/404.html
  965. share/netbox/templates/500.html
  966. share/netbox/templates/account/base.html
  967. share/netbox/templates/account/bookmarks.html
  968. share/netbox/templates/account/password.html
  969. share/netbox/templates/account/preferences.html
  970. share/netbox/templates/account/profile.html
  971. share/netbox/templates/account/token.html
  972. share/netbox/templates/account/token_list.html
  973. share/netbox/templates/admin/index.html
  974. share/netbox/templates/base/40x.html
  975. share/netbox/templates/base/base.html
  976. share/netbox/templates/base/layout.html
  977. share/netbox/templates/base/sidenav.html
  978. share/netbox/templates/circuits/circuit.html
  979. share/netbox/templates/circuits/circuit_terminations_swap.html
  980. share/netbox/templates/circuits/circuittermination_edit.html
  981. share/netbox/templates/circuits/circuittype.html
  982. share/netbox/templates/circuits/inc/circuit_termination.html
  983. share/netbox/templates/circuits/provider.html
  984. share/netbox/templates/circuits/provideraccount.html
  985. share/netbox/templates/circuits/providernetwork.html
  986. share/netbox/templates/core/configrevision.html
  987. share/netbox/templates/core/configrevision_restore.html
  988. share/netbox/templates/core/datafile.html
  989. share/netbox/templates/core/datasource.html
  990. share/netbox/templates/core/job.html
  991. share/netbox/templates/core/object_jobs.html
  992. share/netbox/templates/dcim/bulk_disconnect.html
  993. share/netbox/templates/dcim/cable.html
  994. share/netbox/templates/dcim/cable_edit.html
  995. share/netbox/templates/dcim/cable_trace.html
  996. share/netbox/templates/dcim/component_create.html
  997. share/netbox/templates/dcim/component_list.html
  998. share/netbox/templates/dcim/connections_list.html
  999. share/netbox/templates/dcim/consoleport.html
  1000. share/netbox/templates/dcim/consoleserverport.html
  1001. share/netbox/templates/dcim/device.html
  1002. share/netbox/templates/dcim/device/base.html
  1003. share/netbox/templates/dcim/device/components_base.html
  1004. share/netbox/templates/dcim/device/consoleports.html
  1005. share/netbox/templates/dcim/device/consoleserverports.html
  1006. share/netbox/templates/dcim/device/devicebays.html
  1007. share/netbox/templates/dcim/device/frontports.html
  1008. share/netbox/templates/dcim/device/inc/interface_table_controls.html
  1009. share/netbox/templates/dcim/device/interfaces.html
  1010. share/netbox/templates/dcim/device/inventory.html
  1011. share/netbox/templates/dcim/device/modulebays.html
  1012. share/netbox/templates/dcim/device/poweroutlets.html
  1013. share/netbox/templates/dcim/device/powerports.html
  1014. share/netbox/templates/dcim/device/rearports.html
  1015. share/netbox/templates/dcim/device/render_config.html
  1016. share/netbox/templates/dcim/device_edit.html
  1017. share/netbox/templates/dcim/device_list.html
  1018. share/netbox/templates/dcim/devicebay.html
  1019. share/netbox/templates/dcim/devicebay_delete.html
  1020. share/netbox/templates/dcim/devicebay_depopulate.html
  1021. share/netbox/templates/dcim/devicebay_populate.html
  1022. share/netbox/templates/dcim/devicerole.html
  1023. share/netbox/templates/dcim/devicetype.html
  1024. share/netbox/templates/dcim/devicetype/base.html
  1025. share/netbox/templates/dcim/devicetype/component_templates.html
  1026. share/netbox/templates/dcim/frontport.html
  1027. share/netbox/templates/dcim/inc/cable_termination.html
  1028. share/netbox/templates/dcim/inc/cable_toggle_buttons.html
  1029. share/netbox/templates/dcim/inc/connection_endpoints.html
  1030. share/netbox/templates/dcim/inc/endpoint_connection.html
  1031. share/netbox/templates/dcim/inc/interface_vlans_table.html
  1032. share/netbox/templates/dcim/inc/panels/inventory_items.html
  1033. share/netbox/templates/dcim/inc/rack_elevation.html
  1034. share/netbox/templates/dcim/interface.html
  1035. share/netbox/templates/dcim/inventoryitem.html
  1036. share/netbox/templates/dcim/inventoryitem_bulk_delete.html
  1037. share/netbox/templates/dcim/inventoryitem_edit.html
  1038. share/netbox/templates/dcim/inventoryitemrole.html
  1039. share/netbox/templates/dcim/location.html
  1040. share/netbox/templates/dcim/manufacturer.html
  1041. share/netbox/templates/dcim/module.html
  1042. share/netbox/templates/dcim/modulebay.html
  1043. share/netbox/templates/dcim/moduletype.html
  1044. share/netbox/templates/dcim/moduletype/base.html
  1045. share/netbox/templates/dcim/moduletype/component_templates.html
  1046. share/netbox/templates/dcim/platform.html
  1047. share/netbox/templates/dcim/powerfeed.html
  1048. share/netbox/templates/dcim/poweroutlet.html
  1049. share/netbox/templates/dcim/powerpanel.html
  1050. share/netbox/templates/dcim/powerport.html
  1051. share/netbox/templates/dcim/rack.html
  1052. share/netbox/templates/dcim/rack/base.html
  1053. share/netbox/templates/dcim/rack/non_racked_devices.html
  1054. share/netbox/templates/dcim/rack/reservations.html
  1055. share/netbox/templates/dcim/rack_edit.html
  1056. share/netbox/templates/dcim/rack_elevation_list.html
  1057. share/netbox/templates/dcim/rack_list.html
  1058. share/netbox/templates/dcim/rackreservation.html
  1059. share/netbox/templates/dcim/rackrole.html
  1060. share/netbox/templates/dcim/rearport.html
  1061. share/netbox/templates/dcim/region.html
  1062. share/netbox/templates/dcim/site.html
  1063. share/netbox/templates/dcim/sitegroup.html
  1064. share/netbox/templates/dcim/trace/attachment.html
  1065. share/netbox/templates/dcim/trace/cable.html
  1066. share/netbox/templates/dcim/trace/circuit.html
  1067. share/netbox/templates/dcim/trace/device.html
  1068. share/netbox/templates/dcim/trace/object.html
  1069. share/netbox/templates/dcim/trace/powerpanel.html
  1070. share/netbox/templates/dcim/trace/termination.html
  1071. share/netbox/templates/dcim/virtualchassis.html
  1072. share/netbox/templates/dcim/virtualchassis_add.html
  1073. share/netbox/templates/dcim/virtualchassis_add_member.html
  1074. share/netbox/templates/dcim/virtualchassis_edit.html
  1075. share/netbox/templates/dcim/virtualchassis_remove_member.html
  1076. share/netbox/templates/dcim/virtualdevicecontext.html
  1077. share/netbox/templates/django/forms/widgets/checkbox.html
  1078. share/netbox/templates/exceptions/import_error.html
  1079. share/netbox/templates/exceptions/permission_error.html
  1080. share/netbox/templates/exceptions/programming_error.html
  1081. share/netbox/templates/extras/admin/plugins_list.html
  1082. share/netbox/templates/extras/configcontext.html
  1083. share/netbox/templates/extras/configcontext_list.html
  1084. share/netbox/templates/extras/configtemplate.html
  1085. share/netbox/templates/extras/configtemplate_list.html
  1086. share/netbox/templates/extras/customfield.html
  1087. share/netbox/templates/extras/customfieldchoiceset.html
  1088. share/netbox/templates/extras/customlink.html
  1089. share/netbox/templates/extras/dashboard/reset.html
  1090. share/netbox/templates/extras/dashboard/widget.html
  1091. share/netbox/templates/extras/dashboard/widget_add.html
  1092. share/netbox/templates/extras/dashboard/widget_config.html
  1093. share/netbox/templates/extras/dashboard/widgets/bookmarks.html
  1094. share/netbox/templates/extras/dashboard/widgets/objectcounts.html
  1095. share/netbox/templates/extras/dashboard/widgets/objectlist.html
  1096. share/netbox/templates/extras/dashboard/widgets/rssfeed.html
  1097. share/netbox/templates/extras/eventrule.html
  1098. share/netbox/templates/extras/exporttemplate.html
  1099. share/netbox/templates/extras/exporttemplate_list.html
  1100. share/netbox/templates/extras/htmx/report_result.html
  1101. share/netbox/templates/extras/htmx/script_result.html
  1102. share/netbox/templates/extras/imageattachment.html
  1103. share/netbox/templates/extras/imageattachment_edit.html
  1104. share/netbox/templates/extras/inc/configcontext_data.html
  1105. share/netbox/templates/extras/inc/configcontext_format.html
  1106. share/netbox/templates/extras/inc/result_pending.html
  1107. share/netbox/templates/extras/journalentry.html
  1108. share/netbox/templates/extras/object_changelog.html
  1109. share/netbox/templates/extras/object_configcontext.html
  1110. share/netbox/templates/extras/object_journal.html
  1111. share/netbox/templates/extras/objectchange.html
  1112. share/netbox/templates/extras/objectchange_list.html
  1113. share/netbox/templates/extras/report.html
  1114. share/netbox/templates/extras/report/base.html
  1115. share/netbox/templates/extras/report/jobs.html
  1116. share/netbox/templates/extras/report/source.html
  1117. share/netbox/templates/extras/report_list.html
  1118. share/netbox/templates/extras/report_result.html
  1119. share/netbox/templates/extras/savedfilter.html
  1120. share/netbox/templates/extras/schema/devicetype_schema.jinja2
  1121. share/netbox/templates/extras/script.html
  1122. share/netbox/templates/extras/script/base.html
  1123. share/netbox/templates/extras/script/jobs.html
  1124. share/netbox/templates/extras/script/source.html
  1125. share/netbox/templates/extras/script_list.html
  1126. share/netbox/templates/extras/script_result.html
  1127. share/netbox/templates/extras/tag.html
  1128. share/netbox/templates/extras/templatetags/log_level.html
  1129. share/netbox/templates/extras/webhook.html
  1130. share/netbox/templates/generic/bulk_add_component.html
  1131. share/netbox/templates/generic/bulk_delete.html
  1132. share/netbox/templates/generic/bulk_edit.html
  1133. share/netbox/templates/generic/bulk_import.html
  1134. share/netbox/templates/generic/bulk_remove.html
  1135. share/netbox/templates/generic/bulk_rename.html
  1136. share/netbox/templates/generic/confirmation_form.html
  1137. share/netbox/templates/generic/object.html
  1138. share/netbox/templates/generic/object_children.html
  1139. share/netbox/templates/generic/object_delete.html
  1140. share/netbox/templates/generic/object_edit.html
  1141. share/netbox/templates/generic/object_list.html
  1142. share/netbox/templates/graphiql.html
  1143. share/netbox/templates/home.html
  1144. share/netbox/templates/htmx/delete_form.html
  1145. share/netbox/templates/htmx/form.html
  1146. share/netbox/templates/htmx/object_selector.html
  1147. share/netbox/templates/htmx/object_selector_results.html
  1148. share/netbox/templates/htmx/table.html
  1149. share/netbox/templates/inc/filter_list.html
  1150. share/netbox/templates/inc/htmx_modal.html
  1151. share/netbox/templates/inc/messages.html
  1152. share/netbox/templates/inc/missing_prerequisites.html
  1153. share/netbox/templates/inc/paginator.html
  1154. share/netbox/templates/inc/paginator_htmx.html
  1155. share/netbox/templates/inc/panel_table.html
  1156. share/netbox/templates/inc/panels/comments.html
  1157. share/netbox/templates/inc/panels/custom_fields.html
  1158. share/netbox/templates/inc/panels/image_attachments.html
  1159. share/netbox/templates/inc/panels/related_objects.html
  1160. share/netbox/templates/inc/panels/tags.html
  1161. share/netbox/templates/inc/profile_button.html
  1162. share/netbox/templates/inc/searchbar.html
  1163. share/netbox/templates/inc/sync_warning.html
  1164. share/netbox/templates/inc/table.html
  1165. share/netbox/templates/inc/table_controls_htmx.html
  1166. share/netbox/templates/inc/table_htmx.html
  1167. share/netbox/templates/ipam/aggregate.html
  1168. share/netbox/templates/ipam/aggregate/base.html
  1169. share/netbox/templates/ipam/aggregate/prefixes.html
  1170. share/netbox/templates/ipam/asn.html
  1171. share/netbox/templates/ipam/asnrange.html
  1172. share/netbox/templates/ipam/asnrange/base.html
  1173. share/netbox/templates/ipam/fhrpgroup.html
  1174. share/netbox/templates/ipam/fhrpgroupassignment_edit.html
  1175. share/netbox/templates/ipam/inc/ipaddress_edit_header.html
  1176. share/netbox/templates/ipam/inc/panels/fhrp_groups.html
  1177. share/netbox/templates/ipam/inc/toggle_available.html
  1178. share/netbox/templates/ipam/ipaddress.html
  1179. share/netbox/templates/ipam/ipaddress/base.html
  1180. share/netbox/templates/ipam/ipaddress_assign.html
  1181. share/netbox/templates/ipam/ipaddress_bulk_add.html
  1182. share/netbox/templates/ipam/ipaddress_edit.html
  1183. share/netbox/templates/ipam/iprange.html
  1184. share/netbox/templates/ipam/iprange/base.html
  1185. share/netbox/templates/ipam/iprange/ip_addresses.html
  1186. share/netbox/templates/ipam/prefix.html
  1187. share/netbox/templates/ipam/prefix/base.html
  1188. share/netbox/templates/ipam/prefix/ip_addresses.html
  1189. share/netbox/templates/ipam/prefix/ip_ranges.html
  1190. share/netbox/templates/ipam/prefix/prefixes.html
  1191. share/netbox/templates/ipam/prefix_list.html
  1192. share/netbox/templates/ipam/rir.html
  1193. share/netbox/templates/ipam/role.html
  1194. share/netbox/templates/ipam/routetarget.html
  1195. share/netbox/templates/ipam/service.html
  1196. share/netbox/templates/ipam/service_create.html
  1197. share/netbox/templates/ipam/service_edit.html
  1198. share/netbox/templates/ipam/servicetemplate.html
  1199. share/netbox/templates/ipam/vlan.html
  1200. share/netbox/templates/ipam/vlan/base.html
  1201. share/netbox/templates/ipam/vlan_edit.html
  1202. share/netbox/templates/ipam/vlangroup.html
  1203. share/netbox/templates/ipam/vrf.html
  1204. share/netbox/templates/login.html
  1205. share/netbox/templates/media_failure.html
  1206. share/netbox/templates/rest_framework/api.html
  1207. share/netbox/templates/search.html
  1208. share/netbox/templates/tenancy/contact.html
  1209. share/netbox/templates/tenancy/contactassignment_edit.html
  1210. share/netbox/templates/tenancy/contactgroup.html
  1211. share/netbox/templates/tenancy/contactrole.html
  1212. share/netbox/templates/tenancy/object_contacts.html
  1213. share/netbox/templates/tenancy/tenant.html
  1214. share/netbox/templates/tenancy/tenantgroup.html
  1215. share/netbox/templates/users/group.html
  1216. share/netbox/templates/users/objectpermission.html
  1217. share/netbox/templates/users/token.html
  1218. share/netbox/templates/users/user.html
  1219. share/netbox/templates/virtualization/cluster.html
  1220. share/netbox/templates/virtualization/cluster/base.html
  1221. share/netbox/templates/virtualization/cluster/devices.html
  1222. share/netbox/templates/virtualization/cluster_add_devices.html
  1223. share/netbox/templates/virtualization/clustergroup.html
  1224. share/netbox/templates/virtualization/clustertype.html
  1225. share/netbox/templates/virtualization/virtualdisk.html
  1226. share/netbox/templates/virtualization/virtualmachine.html
  1227. share/netbox/templates/virtualization/virtualmachine/base.html
  1228. share/netbox/templates/virtualization/virtualmachine/interfaces.html
  1229. share/netbox/templates/virtualization/virtualmachine/render_config.html
  1230. share/netbox/templates/virtualization/virtualmachine/virtual_disks.html
  1231. share/netbox/templates/virtualization/virtualmachine_list.html
  1232. share/netbox/templates/virtualization/vminterface.html
  1233. share/netbox/templates/vpn/ikepolicy.html
  1234. share/netbox/templates/vpn/ikeproposal.html
  1235. share/netbox/templates/vpn/ipsecpolicy.html
  1236. share/netbox/templates/vpn/ipsecprofile.html
  1237. share/netbox/templates/vpn/ipsecproposal.html
  1238. share/netbox/templates/vpn/l2vpn.html
  1239. share/netbox/templates/vpn/l2vpntermination.html
  1240. share/netbox/templates/vpn/l2vpntermination_edit.html
  1241. share/netbox/templates/vpn/tunnel.html
  1242. share/netbox/templates/vpn/tunnelgroup.html
  1243. share/netbox/templates/vpn/tunneltermination.html
  1244. share/netbox/templates/wireless/inc/authentication_attrs.html
  1245. share/netbox/templates/wireless/inc/wirelesslink_interface.html
  1246. share/netbox/templates/wireless/wirelesslan.html
  1247. share/netbox/templates/wireless/wirelesslangroup.html
  1248. share/netbox/templates/wireless/wirelesslink.html
  1249. share/netbox/tenancy/__init__.py
  1250. share/netbox/tenancy/api/__init__.py
  1251. share/netbox/tenancy/api/nested_serializers.py
  1252. share/netbox/tenancy/api/serializers.py
  1253. share/netbox/tenancy/api/urls.py
  1254. share/netbox/tenancy/api/views.py
  1255. share/netbox/tenancy/apps.py
  1256. share/netbox/tenancy/choices.py
  1257. share/netbox/tenancy/filtersets.py
  1258. share/netbox/tenancy/forms/__init__.py
  1259. share/netbox/tenancy/forms/bulk_edit.py
  1260. share/netbox/tenancy/forms/bulk_import.py
  1261. share/netbox/tenancy/forms/filtersets.py
  1262. share/netbox/tenancy/forms/forms.py
  1263. share/netbox/tenancy/forms/model_forms.py
  1264. share/netbox/tenancy/graphql/__init__.py
  1265. share/netbox/tenancy/graphql/schema.py
  1266. share/netbox/tenancy/graphql/types.py
  1267. share/netbox/tenancy/migrations/0001_squashed_0012.py
  1268. share/netbox/tenancy/migrations/0002_tenant_ordering.py
  1269. share/netbox/tenancy/migrations/0003_contacts.py
  1270. share/netbox/tenancy/migrations/0004_extend_tag_support.py
  1271. share/netbox/tenancy/migrations/0005_standardize_id_fields.py
  1272. share/netbox/tenancy/migrations/0006_created_datetimefield.py
  1273. share/netbox/tenancy/migrations/0007_contact_link.py
  1274. share/netbox/tenancy/migrations/0008_unique_constraints.py
  1275. share/netbox/tenancy/migrations/0009_standardize_description_comments.py
  1276. share/netbox/tenancy/migrations/0010_tenant_relax_uniqueness.py
  1277. share/netbox/tenancy/migrations/0011_contactassignment_tags.py
  1278. share/netbox/tenancy/migrations/0012_contactassignment_custom_fields.py
  1279. share/netbox/tenancy/migrations/0013_gfk_indexes.py
  1280. share/netbox/tenancy/migrations/0014_contactassignment_ordering.py
  1281. share/netbox/tenancy/migrations/__init__.py
  1282. share/netbox/tenancy/models/__init__.py
  1283. share/netbox/tenancy/models/contacts.py
  1284. share/netbox/tenancy/models/tenants.py
  1285. share/netbox/tenancy/search.py
  1286. share/netbox/tenancy/tables/__init__.py
  1287. share/netbox/tenancy/tables/columns.py
  1288. share/netbox/tenancy/tables/contacts.py
  1289. share/netbox/tenancy/tables/tenants.py
  1290. share/netbox/tenancy/tests/__init__.py
  1291. share/netbox/tenancy/tests/test_api.py
  1292. share/netbox/tenancy/tests/test_filtersets.py
  1293. share/netbox/tenancy/tests/test_views.py
  1294. share/netbox/tenancy/urls.py
  1295. share/netbox/tenancy/views.py
  1296. share/netbox/translations/en/LC_MESSAGES/django.mo
  1297. share/netbox/translations/en/LC_MESSAGES/django.po
  1298. share/netbox/translations/es/LC_MESSAGES/django.mo
  1299. share/netbox/translations/es/LC_MESSAGES/django.po
  1300. share/netbox/translations/fr/LC_MESSAGES/django.mo
  1301. share/netbox/translations/fr/LC_MESSAGES/django.po
  1302. share/netbox/translations/ja/LC_MESSAGES/django.mo
  1303. share/netbox/translations/ja/LC_MESSAGES/django.po
  1304. share/netbox/translations/pt/LC_MESSAGES/django.mo
  1305. share/netbox/translations/pt/LC_MESSAGES/django.po
  1306. share/netbox/translations/ru/LC_MESSAGES/django.mo
  1307. share/netbox/translations/ru/LC_MESSAGES/django.po
  1308. share/netbox/translations/tr/LC_MESSAGES/django.mo
  1309. share/netbox/translations/tr/LC_MESSAGES/django.po
  1310. share/netbox/users/__init__.py
  1311. share/netbox/users/admin.py
  1312. share/netbox/users/api/__init__.py
  1313. share/netbox/users/api/nested_serializers.py
  1314. share/netbox/users/api/serializers.py
  1315. share/netbox/users/api/urls.py
  1316. share/netbox/users/api/views.py
  1317. share/netbox/users/apps.py
  1318. share/netbox/users/constants.py
  1319. share/netbox/users/filtersets.py
  1320. share/netbox/users/forms/__init__.py
  1321. share/netbox/users/forms/authentication.py
  1322. share/netbox/users/forms/bulk_edit.py
  1323. share/netbox/users/forms/bulk_import.py
  1324. share/netbox/users/forms/filtersets.py
  1325. share/netbox/users/forms/model_forms.py
  1326. share/netbox/users/graphql/__init__.py
  1327. share/netbox/users/graphql/schema.py
  1328. share/netbox/users/graphql/types.py
  1329. share/netbox/users/migrations/0001_squashed_0011.py
  1330. share/netbox/users/migrations/0002_standardize_id_fields.py
  1331. share/netbox/users/migrations/0003_token_allowed_ips_last_used.py
  1332. share/netbox/users/migrations/0004_netboxgroup_netboxuser.py
  1333. share/netbox/users/migrations/__init__.py
  1334. share/netbox/users/models.py
  1335. share/netbox/users/preferences.py
  1336. share/netbox/users/signals.py
  1337. share/netbox/users/tables.py
  1338. share/netbox/users/tests/__init__.py
  1339. share/netbox/users/tests/test_api.py
  1340. share/netbox/users/tests/test_filtersets.py
  1341. share/netbox/users/tests/test_models.py
  1342. share/netbox/users/tests/test_preferences.py
  1343. share/netbox/users/tests/test_views.py
  1344. share/netbox/users/urls.py
  1345. share/netbox/users/utils.py
  1346. share/netbox/users/views.py
  1347. share/netbox/utilities/__init__.py
  1348. share/netbox/utilities/api.py
  1349. share/netbox/utilities/choices.py
  1350. share/netbox/utilities/constants.py
  1351. share/netbox/utilities/counters.py
  1352. share/netbox/utilities/error_handlers.py
  1353. share/netbox/utilities/exceptions.py
  1354. share/netbox/utilities/fields.py
  1355. share/netbox/utilities/files.py
  1356. share/netbox/utilities/filters.py
  1357. share/netbox/utilities/forms/__init__.py
  1358. share/netbox/utilities/forms/bulk_import.py
  1359. share/netbox/utilities/forms/constants.py
  1360. share/netbox/utilities/forms/fields/__init__.py
  1361. share/netbox/utilities/forms/fields/array.py
  1362. share/netbox/utilities/forms/fields/content_types.py
  1363. share/netbox/utilities/forms/fields/csv.py
  1364. share/netbox/utilities/forms/fields/dynamic.py
  1365. share/netbox/utilities/forms/fields/expandable.py
  1366. share/netbox/utilities/forms/fields/fields.py
  1367. share/netbox/utilities/forms/forms.py
  1368. share/netbox/utilities/forms/mixins.py
  1369. share/netbox/utilities/forms/utils.py
  1370. share/netbox/utilities/forms/widgets/__init__.py
  1371. share/netbox/utilities/forms/widgets/apiselect.py
  1372. share/netbox/utilities/forms/widgets/datetime.py
  1373. share/netbox/utilities/forms/widgets/misc.py
  1374. share/netbox/utilities/forms/widgets/select.py
  1375. share/netbox/utilities/graphql_optimizer.py
  1376. share/netbox/utilities/htmx.py
  1377. share/netbox/utilities/jinja2.py
  1378. share/netbox/utilities/json.py
  1379. share/netbox/utilities/management/__init__.py
  1380. share/netbox/utilities/management/commands/__init__.py
  1381. share/netbox/utilities/management/commands/calculate_cached_counts.py
  1382. share/netbox/utilities/markdown.py
  1383. share/netbox/utilities/migration.py
  1384. share/netbox/utilities/mptt.py
  1385. share/netbox/utilities/ordering.py
  1386. share/netbox/utilities/paginator.py
  1387. share/netbox/utilities/permissions.py
  1388. share/netbox/utilities/query_functions.py
  1389. share/netbox/utilities/querysets.py
  1390. share/netbox/utilities/request.py
  1391. share/netbox/utilities/rqworker.py
  1392. share/netbox/utilities/serializers/json.py
  1393. share/netbox/utilities/tables.py
  1394. share/netbox/utilities/templates/builtins/badge.html
  1395. share/netbox/utilities/templates/builtins/checkmark.html
  1396. share/netbox/utilities/templates/builtins/copy_content.html
  1397. share/netbox/utilities/templates/builtins/customfield_value.html
  1398. share/netbox/utilities/templates/builtins/htmx_table.html
  1399. share/netbox/utilities/templates/builtins/tag.html
  1400. share/netbox/utilities/templates/buttons/add.html
  1401. share/netbox/utilities/templates/buttons/bookmark.html
  1402. share/netbox/utilities/templates/buttons/bulk_delete.html
  1403. share/netbox/utilities/templates/buttons/bulk_edit.html
  1404. share/netbox/utilities/templates/buttons/clone.html
  1405. share/netbox/utilities/templates/buttons/delete.html
  1406. share/netbox/utilities/templates/buttons/edit.html
  1407. share/netbox/utilities/templates/buttons/export.html
  1408. share/netbox/utilities/templates/buttons/import.html
  1409. share/netbox/utilities/templates/buttons/sync.html
  1410. share/netbox/utilities/templates/form_helpers/render_custom_fields.html
  1411. share/netbox/utilities/templates/form_helpers/render_errors.html
  1412. share/netbox/utilities/templates/form_helpers/render_field.html
  1413. share/netbox/utilities/templates/form_helpers/render_form.html
  1414. share/netbox/utilities/templates/helpers/applied_filters.html
  1415. share/netbox/utilities/templates/helpers/table_config_form.html
  1416. share/netbox/utilities/templates/helpers/utilization_graph.html
  1417. share/netbox/utilities/templates/navigation/menu.html
  1418. share/netbox/utilities/templates/tabs/model_view_tabs.html
  1419. share/netbox/utilities/templates/widgets/apiselect.html
  1420. share/netbox/utilities/templates/widgets/clearable_file_input.html
  1421. share/netbox/utilities/templates/widgets/colorselect_option.html
  1422. share/netbox/utilities/templates/widgets/markdown_input.html
  1423. share/netbox/utilities/templates/widgets/number_with_options.html
  1424. share/netbox/utilities/templates/widgets/select_option.html
  1425. share/netbox/utilities/templates/widgets/select_option_with_pk.html
  1426. share/netbox/utilities/templates/widgets/sluginput.html
  1427. share/netbox/utilities/templatetags/__init__.py
  1428. share/netbox/utilities/templatetags/builtins/__init__.py
  1429. share/netbox/utilities/templatetags/builtins/filters.py
  1430. share/netbox/utilities/templatetags/builtins/tags.py
  1431. share/netbox/utilities/templatetags/buttons.py
  1432. share/netbox/utilities/templatetags/form_helpers.py
  1433. share/netbox/utilities/templatetags/helpers.py
  1434. share/netbox/utilities/templatetags/mptt.py
  1435. share/netbox/utilities/templatetags/navigation.py
  1436. share/netbox/utilities/templatetags/perms.py
  1437. share/netbox/utilities/templatetags/plugins.py
  1438. share/netbox/utilities/templatetags/tabs.py
  1439. share/netbox/utilities/testing/__init__.py
  1440. share/netbox/utilities/testing/api.py
  1441. share/netbox/utilities/testing/base.py
  1442. share/netbox/utilities/testing/filtersets.py
  1443. share/netbox/utilities/testing/utils.py
  1444. share/netbox/utilities/testing/views.py
  1445. share/netbox/utilities/tests/__init__.py
  1446. share/netbox/utilities/tests/test_api.py
  1447. share/netbox/utilities/tests/test_choices.py
  1448. share/netbox/utilities/tests/test_counters.py
  1449. share/netbox/utilities/tests/test_filters.py
  1450. share/netbox/utilities/tests/test_forms.py
  1451. share/netbox/utilities/tests/test_managers.py
  1452. share/netbox/utilities/tests/test_ordering.py
  1453. share/netbox/utilities/tests/test_request.py
  1454. share/netbox/utilities/tests/test_utils.py
  1455. share/netbox/utilities/tracking.py
  1456. share/netbox/utilities/urls.py
  1457. share/netbox/utilities/utils.py
  1458. share/netbox/utilities/validators.py
  1459. share/netbox/utilities/views.py
  1460. share/netbox/virtualization/__init__.py
  1461. share/netbox/virtualization/api/__init__.py
  1462. share/netbox/virtualization/api/nested_serializers.py
  1463. share/netbox/virtualization/api/serializers.py
  1464. share/netbox/virtualization/api/urls.py
  1465. share/netbox/virtualization/api/views.py
  1466. share/netbox/virtualization/apps.py
  1467. share/netbox/virtualization/choices.py
  1468. share/netbox/virtualization/filtersets.py
  1469. share/netbox/virtualization/forms/__init__.py
  1470. share/netbox/virtualization/forms/bulk_create.py
  1471. share/netbox/virtualization/forms/bulk_edit.py
  1472. share/netbox/virtualization/forms/bulk_import.py
  1473. share/netbox/virtualization/forms/filtersets.py
  1474. share/netbox/virtualization/forms/model_forms.py
  1475. share/netbox/virtualization/forms/object_create.py
  1476. share/netbox/virtualization/graphql/__init__.py
  1477. share/netbox/virtualization/graphql/schema.py
  1478. share/netbox/virtualization/graphql/types.py
  1479. share/netbox/virtualization/migrations/0001_squashed_0022.py
  1480. share/netbox/virtualization/migrations/0023_virtualmachine_natural_ordering.py
  1481. share/netbox/virtualization/migrations/0024_cluster_relax_uniqueness.py
  1482. share/netbox/virtualization/migrations/0025_extend_tag_support.py
  1483. share/netbox/virtualization/migrations/0026_vminterface_bridge.py
  1484. share/netbox/virtualization/migrations/0027_standardize_id_fields.py
  1485. share/netbox/virtualization/migrations/0028_vminterface_vrf.py
  1486. share/netbox/virtualization/migrations/0029_created_datetimefield.py
  1487. share/netbox/virtualization/migrations/0030_cluster_status.py
  1488. share/netbox/virtualization/migrations/0031_virtualmachine_site_device.py
  1489. share/netbox/virtualization/migrations/0032_virtualmachine_update_sites.py
  1490. share/netbox/virtualization/migrations/0033_unique_constraints.py
  1491. share/netbox/virtualization/migrations/0034_standardize_description_comments.py
  1492. share/netbox/virtualization/migrations/0035_virtualmachine_interface_count.py
  1493. share/netbox/virtualization/migrations/0036_virtualmachine_config_template.py
  1494. share/netbox/virtualization/migrations/0037_protect_child_interfaces.py
  1495. share/netbox/virtualization/migrations/0038_virtualdisk.py
  1496. share/netbox/virtualization/migrations/__init__.py
  1497. share/netbox/virtualization/models/__init__.py
  1498. share/netbox/virtualization/models/clusters.py
  1499. share/netbox/virtualization/models/virtualmachines.py
  1500. share/netbox/virtualization/search.py
  1501. share/netbox/virtualization/signals.py
  1502. share/netbox/virtualization/tables/__init__.py
  1503. share/netbox/virtualization/tables/clusters.py
  1504. share/netbox/virtualization/tables/virtualmachines.py
  1505. share/netbox/virtualization/tests/__init__.py
  1506. share/netbox/virtualization/tests/test_api.py
  1507. share/netbox/virtualization/tests/test_filtersets.py
  1508. share/netbox/virtualization/tests/test_models.py
  1509. share/netbox/virtualization/tests/test_views.py
  1510. share/netbox/virtualization/urls.py
  1511. share/netbox/virtualization/views.py
  1512. share/netbox/vpn/__init__.py
  1513. share/netbox/vpn/api/__init__.py
  1514. share/netbox/vpn/api/nested_serializers.py
  1515. share/netbox/vpn/api/serializers.py
  1516. share/netbox/vpn/api/urls.py
  1517. share/netbox/vpn/api/views.py
  1518. share/netbox/vpn/apps.py
  1519. share/netbox/vpn/choices.py
  1520. share/netbox/vpn/constants.py
  1521. share/netbox/vpn/filtersets.py
  1522. share/netbox/vpn/forms/__init__.py
  1523. share/netbox/vpn/forms/bulk_edit.py
  1524. share/netbox/vpn/forms/bulk_import.py
  1525. share/netbox/vpn/forms/filtersets.py
  1526. share/netbox/vpn/forms/model_forms.py
  1527. share/netbox/vpn/graphql/__init__.py
  1528. share/netbox/vpn/graphql/gfk_mixins.py
  1529. share/netbox/vpn/graphql/schema.py
  1530. share/netbox/vpn/graphql/types.py
  1531. share/netbox/vpn/migrations/0001_initial.py
  1532. share/netbox/vpn/migrations/0002_move_l2vpn.py
  1533. share/netbox/vpn/migrations/0003_ipaddress_multiple_tunnel_terminations.py
  1534. share/netbox/vpn/migrations/0004_alter_ikepolicy_mode.py
  1535. share/netbox/vpn/migrations/__init__.py
  1536. share/netbox/vpn/models/__init__.py
  1537. share/netbox/vpn/models/crypto.py
  1538. share/netbox/vpn/models/l2vpn.py
  1539. share/netbox/vpn/models/tunnels.py
  1540. share/netbox/vpn/search.py
  1541. share/netbox/vpn/tables/__init__.py
  1542. share/netbox/vpn/tables/crypto.py
  1543. share/netbox/vpn/tables/l2vpn.py
  1544. share/netbox/vpn/tables/tunnels.py
  1545. share/netbox/vpn/tests/__init__.py
  1546. share/netbox/vpn/tests/test_api.py
  1547. share/netbox/vpn/tests/test_filtersets.py
  1548. share/netbox/vpn/tests/test_models.py
  1549. share/netbox/vpn/tests/test_views.py
  1550. share/netbox/vpn/urls.py
  1551. share/netbox/vpn/views.py
  1552. share/netbox/wireless/__init__.py
  1553. share/netbox/wireless/api/__init__.py
  1554. share/netbox/wireless/api/nested_serializers.py
  1555. share/netbox/wireless/api/serializers.py
  1556. share/netbox/wireless/api/urls.py
  1557. share/netbox/wireless/api/views.py
  1558. share/netbox/wireless/apps.py
  1559. share/netbox/wireless/choices.py
  1560. share/netbox/wireless/constants.py
  1561. share/netbox/wireless/filtersets.py
  1562. share/netbox/wireless/forms/__init__.py
  1563. share/netbox/wireless/forms/bulk_edit.py
  1564. share/netbox/wireless/forms/bulk_import.py
  1565. share/netbox/wireless/forms/filtersets.py
  1566. share/netbox/wireless/forms/model_forms.py
  1567. share/netbox/wireless/graphql/__init__.py
  1568. share/netbox/wireless/graphql/schema.py
  1569. share/netbox/wireless/graphql/types.py
  1570. share/netbox/wireless/migrations/0001_wireless.py
  1571. share/netbox/wireless/migrations/0002_standardize_id_fields.py
  1572. share/netbox/wireless/migrations/0003_created_datetimefield.py
  1573. share/netbox/wireless/migrations/0004_wireless_tenancy.py
  1574. share/netbox/wireless/migrations/0005_wirelesslink_interface_types.py
  1575. share/netbox/wireless/migrations/0006_unique_constraints.py
  1576. share/netbox/wireless/migrations/0007_standardize_description_comments.py
  1577. share/netbox/wireless/migrations/0008_wirelesslan_status.py
  1578. share/netbox/wireless/migrations/__init__.py
  1579. share/netbox/wireless/models.py
  1580. share/netbox/wireless/search.py
  1581. share/netbox/wireless/signals.py
  1582. share/netbox/wireless/tables/__init__.py
  1583. share/netbox/wireless/tables/wirelesslan.py
  1584. share/netbox/wireless/tables/wirelesslink.py
  1585. share/netbox/wireless/tests/__init__.py
  1586. share/netbox/wireless/tests/test_api.py
  1587. share/netbox/wireless/tests/test_filtersets.py
  1588. share/netbox/wireless/tests/test_views.py
  1589. share/netbox/wireless/urls.py
  1590. share/netbox/wireless/utils.py
  1591. share/netbox/wireless/views.py
  1592. @owner
  1593. @group
  1594. @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 = 1712292590 SHA256 (netbox-community-netbox-v3.7.5_GH0.tar.gz) = 8cb105ee4a62056ac294468ecf0b6b931d458fa44c41b3d5c5aa26c68bfd46d2 SIZE (netbox-community-netbox-v3.7.5_GH0.tar.gz) = 9323418

Packages (timestamps in pop-ups are UTC):
netbox
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-3.7.52.9.11-3.7.5-2.9.11-
FreeBSD:13:quarterly3.6.93.6.9--3.7.5-3.6.9-
FreeBSD:14:latest3.7.43.7.5--3.7.5---
FreeBSD:14:quarterly3.6.93.7.5--3.7.5-3.6.9-
FreeBSD:15:latest3.7.33.7.5n/a3.7.2n/a-3.7.1-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-django42>=4.2.11<4.3 : www/py-django42@py39
  2. py39-dj42-django-cors-headers>=4.3.1<5 : www/py-dj42-django-cors-headers@py39
  3. py39-dj42-django-debug-toolbar>=4.3.0<5 : www/py-dj42-django-debug-toolbar@py39
  4. py39-dj42-django-filter>=23.5<25 : www/py-dj42-django-filter@py39
  5. py39-dj42-django-graphiql-debug-toolbar>=0.2.0<1 : www/py-dj42-django-graphiql-debug-toolbar@py39
  6. py39-dj42-django-mptt>=0.14.0<0.15 : www/py-dj42-django-mptt@py39
  7. py39-dj42-django-prometheus>=2.3.1<2.4 : www/py-dj42-django-prometheus@py39
  8. py39-dj42-django-redis>=5.4.0<6 : www/py-dj42-django-redis@py39
  9. py39-dj42-django-rich>=1.8.0<2 : www/py-dj42-django-rich@py39
  10. py39-dj42-django-rq>=2.10.2<2.11 : devel/py-dj42-django-rq@py39
  11. py39-dj42-django-tables2>=2.7.0<2.8 : www/py-dj42-django-tables2@py39
  12. py39-dj42-django-taggit>=5.0.1<6 : www/py-dj42-django-taggit@py39
  13. py39-dj42-django-timezone-field>=6.1.0<7 : www/py-dj42-django-timezone-field@py39
  14. py39-dj42-djangorestframework>=3.14.0<3.15.0 : www/py-dj42-djangorestframework@py39
  15. py39-dj42-drf-spectacular>=0.27.2<1 : www/py-dj42-drf-spectacular@py39
  16. py39-dj42-drf-spectacular-sidecar>=2024.4.1 : www/py-dj42-drf-spectacular-sidecar@py39
  17. py39-dj42-graphene-django>=3.0.0<3.0.0_99 : devel/py-dj42-graphene-django@py39
  18. py39-django-pglocks>=1.0.4<1.1 : www/py-django-pglocks@py39
  19. py39-bleach>=6.1.0<7 : www/py-bleach@py39
  20. py39-feedparser>=6.0.11<7 : textproc/py-feedparser@py39
  21. py39-Jinja2>=3.1.3<4 : devel/py-Jinja2@py39
  22. py39-markdown>=3.5.2<3.7 : textproc/py-markdown@py39
  23. py39-mkdocs-material>=9.5.17<10 : textproc/py-mkdocs-material@py39
  24. py39-mkdocstrings>=0.24.2<1 : textproc/py-mkdocstrings@py39
  25. py39-mkdocstrings-python-legacy>0 : textproc/py-mkdocstrings-python-legacy@py39
  26. py39-netaddr>=1.2.1<2 : net/py-netaddr@py39
  27. py39-pillow>=10.3.0 : graphics/py-pillow@py39
  28. py39-psycopg>=3.1.18<4 : databases/py-psycopg@py39
  29. py39-requests>=2.31.0<3 : www/py-requests@py39
  30. py39-social-auth-app-django>=5.4.0<6 : www/py-social-auth-app-django@py39
  31. py39-social-auth-core>=4.5.3<5 : security/py-social-auth-core@py39
  32. py39-svgwrite>=1.4.3<2 : graphics/py-svgwrite@py39
  33. py39-tablib>=3.6.1<4 : textproc/py-tablib@py39
  34. py39-tzdata>=2024.1 : devel/py-tzdata@py39
  35. py39-yaml>=6.0.1<7 : devel/py-yaml@py39
  36. py39-gunicorn>=21.2.0<22 : www/py-gunicorn@py39
  37. python3.9 : lang/python39
Library dependencies:
  1. libpq.so.5 : databases/postgresql15-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for netbox-3.7.5: 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:12+ python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/netbox-community/netbox/tar.gz/v3.7.5?dummy=/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 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.
    
    
Expand this list (6 items)
  • 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: 126 (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
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
2.10.4
30 Jan 2021 13:29:58
Revision:563407Original commit files touched by this commit
sunpoet search for other commits by this committer
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+

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

Changelog:

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

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

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

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

Notable changes since 2.9.11:

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

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

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

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

* Remove a superfluous dependency while I'm here.

Changelog:

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

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

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

Changelog:

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

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

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

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

Changelog:

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

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

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

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

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

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

Changelog since 2.7.12:

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

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

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

Changelog:

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

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

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

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

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

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

Changelog:

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

Changelog:

Enhancements:

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

Bug Fixes:

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

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

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

Changelog:

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

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

Changelog:

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

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

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

Notable changes since 2.6.12:

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

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

Changelog:

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

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

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

MFH:		2020Q1 (build fix blanket)

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

1 | 2  »