Commit Graph

1810 Commits

Author SHA1 Message Date
jeremystretch
3d14d23a32 Fixes #6894: Fix available IP generation for prefix assigned to a VRF 2021-08-05 13:23:14 -04:00
jeremystretch
4aa0f6a139 Fixes #6832: Support config context rendering under GraphQL API 2021-08-04 15:55:55 -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
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