Commit Graph

1867 Commits

Author SHA1 Message Date
jeremystretch
16af0e44de Fixes #6902: Populate device field when cloning device components 2021-08-06 09:55:47 -04:00
jeremystretch
adc46b3a0a Fixes #6901: Correct example REST API request 2021-08-06 08:39:57 -04:00
jeremystretch
614c5c60f0 Update application architecture diagram 2021-08-05 15:51:24 -04:00
Joel McGuire
5ee7c2a90b Fixes #6887 Add Examples in the Lookup Expression Docs (#6898)
Fixes #6887 Add Examples in the Lookup Expression Docs

Co-authored-by: joel <joelmcguire@email.arizona.edu>
2021-08-05 13:28:32 -04:00
jeremystretch
3d14d23a32 Fixes #6894: Fix available IP generation for prefix assigned to a VRF 2021-08-05 13:23:14 -04:00
jeremystretch
d21340b98c Fixes #6892: Fix validation of unit ranges when creating a rack reservation 2021-08-05 11:12:08 -04:00
jeremystretch
4aa0f6a139 Fixes #6832: Support config context rendering under GraphQL API 2021-08-04 15:55:55 -04:00
jeremystretch
78c66543b0 Changelog for #6883 2021-08-04 13:26:53 -04:00
jeremystretch
d046098ea3 Fixes #6871: Support dynamic tag types in GraphQL API 2021-08-03 16:29:34 -04:00
jeremystretch
38a83c867c Changelog for #6829 2021-08-03 14:56:22 -04:00
jeremystretch
8e9256697d Fixes #6740: Add import button to VM interfaces list 2021-07-30 10:28:56 -04:00
jeremystretch
3eab89e524 Fixes #6846: Form-driven REST API calls should use brief mode 2021-07-29 14:50:30 -04:00
jeremystretch
061f0d9a2e Merge v2.11.10 2021-07-28 16:26:04 -04:00
jeremystretch
861f8338e2 Release v2.11.10 2021-07-28 15:17:45 -04:00
jeremystretch
82d12edb92 Shrink NetBox logo on docs main page 2021-07-28 15:12:17 -04:00
jeremystretch
f923477c53 Closes #6644: Add 6P/4P pass-through port types 2021-07-28 11:54:25 -04:00
jeremystretch
5fc52fbd4d Changelog and cleanup for #6560 2021-07-28 11:44:13 -04:00
jeremystretch
b26c560b24 Fixes #6771: Add count of inventory items to manufacturer view 2021-07-28 10:25:52 -04:00
jeremystretch
fa1dc3f0aa Fixes #6812: Limit reported prefix utilization to 100% 2021-07-28 09:55:40 -04:00
jeremystretch
481cd17965 Fixes #5627: Fix filtering of interface connections list 2021-07-27 16:21:56 -04:00
jeremystretch
968a41fe7f Changelog for #6785 2021-07-27 16:17:59 -04:00
Jeremy Stretch
910e65f7ad Merge pull request #6810 from tamaszl/patch-1
Update 6-ldap.md - AUTH_LDAP_USER_DN_TEMPLATE to none for windows 2012+
2021-07-27 16:12:36 -04:00
jeremystretch
d79b3cad1b Fixes #6822: Use consistent maximum value for interface MTU 2021-07-27 16:04:51 -04:00
bluikko
44bdb6cac7 Add dev server firewall configuration for EL distros (#6772)
* Add dev server firewall configuration for EL distros

* Fix typo in previous

* Indent the firewall block in install docs
2021-07-26 13:26:46 -04:00
jeremystretch
9b81f5c325 Fixes #6811: Fix exception when editing users 2021-07-26 09:37:58 -04:00
tamaszl
cf9e437f31 Update 6-ldap.md - AUTH_LDAP_USER_DN_TEMPLATE to none for windows 2012+
changed     When using Windows Server 2012, `AUTH_LDAP_USER_DN_TEMPLATE` should be set to None.
to Windows Server 2012+
2021-07-25 18:44:21 -07:00
jeremystretch
67157724f4 Introduce "adding models" section to development docs 2021-07-23 13:43:33 -04:00
jeremystretch
f2a440d0ae Closes #6781: Disable database query caching by default 2021-07-23 11:34:24 -04:00
jeremystretch
8db6033094 Fixes #6759: Fix assignment of parent interfaces for bulk import 2021-07-23 11:24:32 -04:00
jeremystretch
c0f37f0b03 Fixes #6794: Fix device name display on device status view 2021-07-23 11:18:50 -04:00
jeremystretch
faa4064331 Fixes #6774: Fix A/Z assignment when swapping circuit terminations 2021-07-23 11:13:21 -04:00
jeremystretch
ff7a2e4333 Release v3.0-beta1 2021-07-23 08:13:07 -04:00
jeremystretch
4b756c92be Merge branch 'develop' into feature 2021-07-23 08:02:21 -04:00
jeremystretch
321adda7a6 Update installation docs 2021-07-22 16:38:35 -04:00
jeremystretch
1efb860519 Prep for v3.0-beta1 2021-07-22 15:07:45 -04:00
jeremystretch
b8960ebca5 Update release notes for v3.0 2021-07-22 14:25:30 -04:00
jeremystretch
d7a6947975 Fixes #6777: Fix default value validation for custom text fields 2021-07-21 16:02:32 -04:00
jeremystretch
9df1098337 Fixes #6780: Include rack location in navigation breadcrumbs 2021-07-21 15:49:01 -04:00
jeremystretch
79f3eb4fb7 Fixes #6778: Rack reservation should display rack's location 2021-07-21 15:44:14 -04:00
jeremystretch
151efbf94c Merge branch 'develop' into feature 2021-07-20 17:06:18 -04:00
jeremystretch
5d62586705 Fixes #6773: Add missing display field to rack unit serializer 2021-07-20 17:00:13 -04:00
jeremystretch
2aa663fd6b Upgrade script now looks for Python path as env var 2021-07-19 15:13:30 -04:00
Jeremy Stretch
eb81c88975 Closes #6328: Local docs build (#6769)
* Incorporate local documentation build in upgrade script

* Add docs build to CI

* Include docs build path in revision control

* Update footer dcos link

* Changelog for #6328

* Clean up errant links
2021-07-19 14:18:08 -04:00
jeremystretch
801a53d663 Call out dependency on v2.11+ for upgrades 2021-07-19 11:27:00 -04:00
jeremystretch
5f59e6c5b9 Closes #6767: Add support for Python 3.9 2021-07-19 10:43:52 -04:00
jeremystretch
e88d5ff535 Update release notes 2021-07-19 10:03:42 -04:00
Jeremy Stretch
8180c4a0e6 Merge pull request #6760 from netbox-community/834-ip-ranges
Closes #834: Add support for IP ranges
2021-07-19 09:47:19 -04:00
jeremystretch
6cf2b06819 Add changelog for #6000 2021-07-16 17:07:42 -04:00
jeremystretch
bb15e02616 Add IP range documentation 2021-07-16 13:48:57 -04:00
jeremystretch
904be9f9e9 Closes #6753: Add plugin removal instructions to the docs 2021-07-14 10:43:18 -04:00
jeremystretch
63b325b0f6 Changelog for #5442 2021-07-12 09:31:19 -04:00
jeremystretch
de9e3f3ce5 Update change log 2021-07-09 21:10:51 -04:00
jeremystretch
4f0daa2035 Changelog for #6651 2021-07-09 15:37:21 -04:00
Jeremy Stretch
42cefddd93 Merge pull request #6645 from hanserasmus/patch-2
Update installation
2021-07-09 08:51:53 -04:00
Jeremy Stretch
78c45e23b1 Merge branch 'feature' into 6651-plugins-rq-queues 2021-07-09 08:43:39 -04:00
Hans Erasmus
239a661a2a Update 3-netbox.md 2021-07-09 11:43:50 +02:00
maximumG
4c9de9d117 chore: documentation about netbox plugin queueing system 2021-07-09 09:42:03 +02:00
jeremystretch
e906855e22 Closes #5223: Remove the console/power/interface connections REST API endpoints 2021-07-08 17:30:40 -04:00
jeremystretch
4af19267db Merge v2.11.9 2021-07-08 12:15:57 -04:00
jeremystretch
69dbf6fab4 Release v2.11.9 2021-07-08 09:01:40 -04:00
jeremystretch
aea4dc0bc3 Fixes #6456: API schema type should be boolean for _occupied on cable termination models 2021-07-08 08:41:59 -04:00
jeremystretch
1f048a6d61 Changelog for #6713 2021-07-07 21:58:54 -04:00
jeremystretch
16529372f0 Remove the RELEASE_CHECK_TIMEOUT parameter 2021-07-07 21:55:07 -04:00
jeremystretch
901ac6be7b Restore CACHING_REDIS_SKIP_TLS_VERIFY; add CACHE_TIMEOUT usage warning 2021-07-07 21:17:40 -04:00
jeremystretch
f19db4174d Replace django-cacheops with django-redis 2021-07-07 20:35:59 -04:00
jeremystretch
532d216120 Remove cacheops workarounds & queryset caching metrics 2021-07-07 17:15:42 -04:00
jeremystretch
9e96f2c633 Drop caching_config from plugin configuration 2021-07-07 17:04:21 -04:00
jeremystretch
2cd532af60 Fixes #6714: Fix rendering of device type component creation forms 2021-07-07 15:38:59 -04:00
jeremystretch
c8933fc1ed Fixes #6710: Fix assignment of VM interface parent via REST API 2021-07-07 11:55:20 -04:00
jeremystretch
16f2304547 Merge v2.11.8 changes 2021-07-06 12:10:29 -04:00
jeremystretch
05f3fb77cb Release v2.11.8 2021-07-06 11:10:02 -04:00
jeremystretch
e8b04206f2 Changelog & cleanup for #5503 2021-07-06 10:43:08 -04:00
jeremystretch
d6007984d0 Closes #6200: Add rack reservations to global search 2021-07-06 10:17:16 -04:00
jeremystretch
65b9222886 Fixes #6695: Fix exception when importing device type with invalid front port definition 2021-07-05 09:30:52 -04:00
jeremystretch
1c2800f24f Closes #6368: Enable virtual chassis assignment during bulk import of devices 2021-07-01 15:49:05 -04:00
jeremystretch
b03a0a9a8f Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
jeremystretch
0a77051c9d Fixes #6680: Allow setting custom field values for VM interfaces on intial creation 2021-07-01 10:48:24 -04:00
jeremystretch
7cba0badd6 Use _list appendix for GraphQL list queries 2021-06-30 09:57:33 -04:00
jeremystretch
cc4adf86d1 Add documentation for GraphQL API 2021-06-30 09:35:50 -04:00
jeremystretch
3847beee02 Closes #6667: Display VM memory as GB/TB as appropriate 2021-06-29 14:00:16 -04:00
jeremystretch
fe60f9c9c7 Closes #6666: Show management-only status under interface detail view 2021-06-29 13:47:44 -04:00
jeremystretch
17821d39a9 Fixes #6676: Fix device/VM counts per cluster under cluster type/group views 2021-06-29 13:44:46 -04:00
jeremystretch
a1ccde7b0c Add configuration parameter to toggle GraphQL API 2021-06-29 13:30:38 -04:00
jeremystretch
584cf66df8 Update extras documentation 2021-06-24 08:37:06 -04:00
jeremystretch
bad091daee Merge branch 'develop' into feature 2021-06-22 14:30:47 -04:00
jeremystretch
375d088c08 Closes #6620: Show assigned VMs count under device role view 2021-06-22 14:21:41 -04:00
jeremystretch
a801ba988a Fixes #6637: Fix group assignment in 'available VLANs' link under VLAN group view 2021-06-22 14:16:16 -04:00
jeremystretch
a502b4b830 Fixes #6640: Disallow numeric values in custom text fields 2021-06-22 14:00:54 -04:00
jeremystretch
3afeeaab0b Fixes #6652: Fix exception when adding components in bulk to multiple devices 2021-06-22 13:54:03 -04:00
Hans Erasmus
9b2534b6a2 Update installation
Just separated it so the user can easily click the copy button, and only be presented with the command.
2021-06-22 09:59:01 +02:00
jeremystretch
8e6f0905aa Fixes #6626: Fix site field on VM search form; add site group 2021-06-21 08:38:46 -04:00
jeremystretch
fcc244640d Merge v2.11.7 2021-06-16 16:27:37 -04:00
jeremystretch
36291d411f Release NetBox v2.11.7 2021-06-16 15:59:46 -04:00
jeremystretch
6853b1e111 Closes #6588: Add support for webp files as front/rear device type images 2021-06-16 14:01:30 -04:00
jeremystretch
011cf8bc92 Closes #6589: Standardize breadcrumb navigation for power panels and feeds 2021-06-16 13:50:35 -04:00
jeremystretch
9b9aff6bf6 Closes #6564: Add N connector type for pass-through ports 2021-06-16 13:43:38 -04:00
Jeremy Stretch
adefc0d77e Merge pull request #6604 from bluikko/patch-2
custom fields documentation missing word "more"
2021-06-15 10:57:58 -04:00
bluikko
8ff7e5c363 custom fields documentation missing word "more"
The "one or object types" looks like it is missing the word "more".
2021-06-15 15:05:37 +07:00
jeremystretch
f2652bde18 Update NetDev Slack links 2021-06-14 16:41:10 -04:00
jeremystretch
f562c2c60b Fixes #6602: Fix deletion of devices with cables attached 2021-06-14 16:38:19 -04:00