Commit Graph

7407 Commits

Author SHA1 Message Date
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
Matt Love
85af782c5b Merge pull request #6298 from checktheroads/feature
Fix #6297: update screenshot links & remove old screenshots
2021-04-27 16:55:33 -07:00
checktheroads
f7eb7f6213 Merge branch 'feature' of https://github.com/netbox-community/netbox into feature 2021-04-27 16:33:34 -07:00
checktheroads
781fd06abb Fix #6297: update screenshot links & remove old screenshots 2021-04-27 16:32:00 -07:00
jeremystretch
511a1a17ef Merge v2.11.2 2021-04-27 14:05:38 -04:00
jeremystretch
a637816ef1 Fix path to manage.py 2021-04-27 13:47:29 -04:00
jeremystretch
6501e96aa5 Run collecstatic when preparing test environment 2021-04-27 13:42:57 -04:00
jeremystretch
1be0b74d50 Get preferences only if user is authenticated 2021-04-27 13:26:50 -04:00
jeremystretch
dee945e0fc Add migration for CustomLink button_class default 2021-04-27 13:25:57 -04:00
Jeremy Stretch
de216f0ace Merge pull request #6253 from checktheroads/feature
#5893: Upgrade Bootstrap, Remove jQuery, Improve Layout
2021-04-27 11:37:05 -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
checktheroads
feab27c22e add dark mode, screenshots, and social icons to docs 2021-04-26 01:16:23 -07:00
checktheroads
f0a8130195 update docs & readme with screenshots 2021-04-26 01:15:37 -07:00
checktheroads
18676dbde0 fix select styles 2021-04-26 00:56:50 -07:00
checktheroads
86e16d3e22 don't run pycodestyle on node_modules directory 2021-04-26 00:34:25 -07:00
checktheroads
537bd9412c fix type error 2021-04-26 00:32:26 -07:00
checktheroads
060af91315 improve styles and documentation 2021-04-26 00:31:51 -07:00
checktheroads
2698e1c52c update bootstrap version 2021-04-26 00:31:03 -07:00
checktheroads
bbcabf9f9f implement dark mode 2021-04-25 20:11:46 -07:00
checktheroads
bd1fb7864e undo home template path change 2021-04-25 20:10:41 -07:00
checktheroads
208b8b0e82 add dict.get template tag helper 2021-04-25 20:09:32 -07:00
jeremystretch
c0e9a6d5d8 Fixes #6236: Journal entry title should account for configured timezone 2021-04-23 15:27:58 -04:00
checktheroads
7b3e6bbaca update readme screenshots 2021-04-23 11:52:42 -07:00
checktheroads
beaa01b76e fix custom link rendering 2021-04-23 09:31:16 -07:00
checktheroads
8b81c0e640 fix pep8 formatting 2021-04-23 07:57:33 -07: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
checktheroads
0372438a24 Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
#	netbox/project-static/js/forms.js
#	netbox/templates/dcim/location.html
#	netbox/templates/generic/object_list.html
2021-04-22 19:19:03 -07:00
checktheroads
49ef6a921f fix bulk edit styles 2021-04-22 18:58:36 -07:00
checktheroads
631ba07203 properly handle select all confirmation on tables 2021-04-22 18:58:23 -07:00
checktheroads
fee7e19e40 fix checkbox styles 2021-04-22 18:57:43 -07:00
checktheroads
571804fec4 add typed wrapper around document.getElementById 2021-04-22 18:56:37 -07:00
checktheroads
2d1b0d14ee get non-field form errors as toast messages 2021-04-22 15:59:16 -07:00