jeremystretch
14a3943b71
Closes #6318 : Add OM5 MMF cable type
2021-04-30 10:10:03 -04:00
jeremystretch
e6b97a9f13
Fixes #6313 : Fix device type instance count under manufacturer view
2021-04-30 10:08:15 -04:00
Jeremy Stretch
cdca1dd7e2
Merge pull request #6315 from netbox-community/6314-filterset-cleanup
...
Closes #6314 : FilterSet cleanup
2021-04-29 19:42:52 -04:00
jeremystretch
cc4534c163
Move base FilterSet classes under netbox core
2021-04-29 16:53:48 -04:00
jeremystretch
431cb2a0ad
Rename FilterSet modules
2021-04-29 16:48:24 -04:00
jeremystretch
a630da2686
Move TagFilter to extras
2021-04-29 16:23:55 -04:00
jeremystretch
51e312816f
Consolidate FilterSet classes
2021-04-29 15:59:11 -04:00
jeremystretch
05f7699273
Split Filter and FilterSet classes
2021-04-29 15:13:44 -04:00
jeremystretch
e16fe483f0
Reference the demo instance in the README
2021-04-29 13:45:44 -04:00
jeremystretch
4a510cd48e
Fixes #6309 : Restrict parent VM interface assignment to the parent VM
2021-04-29 08:50:19 -04:00
jeremystretch
29afb0c8a5
Fixes #6308 : Fix linking of available VLANs in VLAN group view
2021-04-29 08:43:46 -04:00
jeremystretch
b9d6b98865
Changelog & docs for #6197
2021-04-29 08:10:11 -04:00
Jeremy Stretch
5f7218c6b0
Merge pull request #6307 from mpalmer/patch-1
...
Expose Django SESSION_COOKIE_NAME setting
2021-04-29 08:04:59 -04:00
jeremystretch
9feda25545
PRVB
2021-04-27 10:47:48 -04:00
Jeremy Stretch
0066787787
Merge pull request #6292 from netbox-community/develop
...
Release v2.11.2
2021-04-27 10:45:12 -04:00
Jeremy Stretch
6716294d7b
Merge branch 'master' into develop
2021-04-27 10:24:13 -04:00
jeremystretch
f41944b4e0
Release v2.11.2
2021-04-27 10:20:36 -04:00
jeremystretch
5548e2850c
Fixes #6262 : Support filtering by created/updated time for all relevant objects
2021-04-27 10:04:28 -04:00
jeremystretch
1014555306
Fixes #6289 : Fix assignment of VC member interfaces to LAG interfaces
2021-04-27 09:36:48 -04:00
jeremystretch
8d4dfbc648
Closes #6287 : Add option to clear assigned max length filter on prefixes list
2021-04-27 08:34:21 -04:00
jeremystretch
073d9f19d2
Fixes #6267 : Fix cable tracing API endpoint for circuit terminations
2021-04-26 16:49:52 -04:00
jeremystretch
0086d51095
Remove myself from funding
2021-04-26 15:55:53 -04:00
jeremystretch
aac2a60365
Closes #6278 : Note device locations on cable traces
2021-04-26 15:31:53 -04:00
jeremystretch
0ca9c78a52
Closes #6275 : Linkify rack, device counts on locations list
2021-04-26 15:28:35 -04:00
jeremystretch
c0e9a6d5d8
Fixes #6236 : Journal entry title should account for configured timezone
2021-04-23 15:27:58 -04:00
jeremystretch
7c801b898b
Fixes #6248 : Fix table column reconfiguration under Chrome
2021-04-23 10:27:58 -04:00
jeremystretch
1fe59b498a
Fixes #6252 : Fix assignment of console port speed values above 19.2kbps
2021-04-23 10:07:11 -04:00
jeremystretch
0a92fd5bb0
Fixes #6254 : Disable ordering of space column in racks table
2021-04-23 09:44:29 -04:00
jeremystretch
467709ec70
Fixes #6258 : Fix parent assignment for SiteGroup API serializer
2021-04-23 09:37:22 -04:00
jeremystretch
dbe588bd58
Closes #6239 : Fix sudo invokations of echo
2021-04-22 14:11:58 -04:00
jeremystretch
668d52f316
Fixes #6246 : Permit full-length descriptions when creating device components and VM interfaces
2021-04-22 14:05:07 -04:00
jeremystretch
1e0816e481
PRVB
2021-04-21 10:37:51 -04:00
Jeremy Stretch
14c661e187
Merge pull request #6230 from netbox-community/develop
...
Release v2.11.1
2021-04-21 10:05:35 -04:00
Jeremy Stretch
a6fd7fcbc8
Merge branch 'master' into develop
2021-04-21 09:53:23 -04:00
jeremystretch
f038bed396
Release v2.11.1
2021-04-21 09:47:30 -04:00
jeremystretch
3317673977
Closes #6161 : Enable ordering of device component tables
2021-04-20 20:21:52 -04:00
jeremystretch
b19b79cf71
Closes #6210 : Include child locations on location view
2021-04-20 14:15:12 -04:00
jeremystretch
8e3746de18
Update GitHub issue templates
2021-04-20 11:37:03 -04:00
jeremystretch
8f933f1267
Closes #6179 : Enable natural ordering for virtual machines
2021-04-20 09:37:43 -04:00
jeremystretch
a36a916b8d
Closes #6190 : Allow filtering devices with no location assigned
2021-04-19 16:55:57 -04:00
jeremystretch
78274e84bf
Fixes #6215 : Restore tenancy section in virtual machine form
2021-04-19 16:50:56 -04:00
jeremystretch
199086cf33
Closes #6189 : Add ability to search for locations by name or description
2021-04-19 15:56:39 -04:00
jeremystretch
00c21a88ed
Fixes #6188 : Support custom field filtering for regions, site groups, and locations
2021-04-19 11:05:40 -04:00
jeremystretch
4865ce343d
Fixes #6196 : Fix object list display for users with read-only permissions
2021-04-19 10:46:23 -04:00
Matt Palmer
36d292bd5e
Expose Django SESSION_COOKIE_NAME setting
...
There are situations in which it is convenient to be able to modify the name of the cookie that the application uses for storing the session token (conflicts with other cookies on the same domain, for example).
2021-04-19 12:00:27 +10:00
jeremystretch
b3c7333293
Fixes #6184 : Fix parent object table column in prefix IP addresses list
2021-04-16 13:07:41 -04:00
jeremystretch
4f8ffaa0d1
PRVB
2021-04-16 10:32:21 -04:00
Jeremy Stretch
c5b7b4ca86
Merge pull request #6180 from netbox-community/develop
...
Release v2.11.0
2021-04-16 09:52:45 -04:00
Jeremy Stretch
33f21f5141
Merge branch 'master' into develop
2021-04-16 09:40:29 -04:00
jeremystretch
fff679e684
Release v2.11.0
2021-04-16 09:36:05 -04:00