Commit Graph

8165 Commits

Author SHA1 Message Date
Daniel Sheppard
1597d44541 Fixes #7089 - Adds Q filter to ContentTypeFilterSet 2021-08-31 11:31:40 -05:00
jeremystretch
94212fa3b5 Changelog for #7075 2021-08-31 11:44:51 -04:00
jeremystretch
37c4a3963e Fixes #7082: Avoid exception when referencing invalid content type in table 2021-08-31 11:43:44 -04:00
jeremystretch
6ddf1313c8 Fixes #7072: Fix table configuration under prefix child object views 2021-08-31 11:15:41 -04:00
jeremystretch
c3674d60f1 Fixes #7078: Restore styling on server error page 2021-08-31 09:50:24 -04:00
jeremystretch
6c6267f9b0 Fixes #7083: Correct labeling for VM memory attribute 2021-08-31 09:44:59 -04:00
jeremystretch
42e52ee722 Fixes #7084: Fix KeyError exception when editing access VLAN on an interface 2021-08-31 09:44:59 -04:00
jeremystretch
bb2bc12ea4 Fixes #7096: Home links should honor BASE_PATH configuration 2021-08-31 09:44:59 -04:00
thatmattlove
3a7fc40734 Fixes #7075: Wrap label selectors in quotes to ensure IDs with spaces are properly selected 2021-08-30 17:48:33 -07:00
jeremystretch
3c7623241d #7070: Fix filterset test 2021-08-30 17:22:48 -04:00
jeremystretch
44d8c3cf14 Fixes #7071: Fix exception when removing a primary IP from a device/VM 2021-08-30 16:55:31 -04:00
jeremystretch
6c0535e77c Fixes #7070: Fix exception when filtering by prefix max length in UI 2021-08-30 16:51:07 -04:00
Jeremy Stretch
cc03e0119f Merge pull request #7069 from netbox-community/develop
Release v3.0.0
2021-08-30 14:43:47 -04:00
jeremystretch
9ae69fa9de Release v3.0.0 2021-08-30 14:22:00 -04:00
jeremystretch
2ccd8bd2b2 Better copy/paste support for installation docs 2021-08-30 14:15:21 -04:00
thatmattlove
9c0f37ccd7 Fix file input font-size 2021-08-30 11:09:44 -07:00
thatmattlove
68f31aa31b Pin Bootstrap 5 to 5.0.2 2021-08-30 11:02:47 -07:00
thatmattlove
774bfc029a Fixes #7068: Disable sourcemaps on CSS files, use external sourcemaps 2021-08-30 10:56:02 -07:00
thatmattlove
31be1a94c6 Fixes #7066: Migrate division statements in Sass from / to math.div 2021-08-30 09:54:58 -07:00
thatmattlove
49fcbe92d6 Fixes #7066: Resolve dependency issue between TypeScript/ESLint 2021-08-30 09:54:06 -07:00
jeremystretch
b528672fd5 Update references to NAPALM in docs 2021-08-30 11:51:18 -04:00
jeremystretch
752ca2c5c4 Delete extraneous v2.11 release notes 2021-08-30 11:35:06 -04:00
thatmattlove
21d3af6116 Fixes #7063: Update security dependencies, move esbuild to devDependencies, update clipboard 2021-08-30 08:14:24 -07:00
jeremystretch
88408951c6 Update UI screenshots 2021-08-30 10:52:11 -04:00
jeremystretch
7e0c051f07 Update dependencies & release notes 2021-08-30 10:30:48 -04:00
Jeremy Stretch
ddb47f2e37 Merge pull request #7061 from netbox-community/feature
v3.0 release prep
2021-08-30 10:16:56 -04:00
jeremystretch
73e1dba4e4 Merge branch 'develop' into feature 2021-08-30 10:05:12 -04:00
jeremystretch
78261c7ed0 Fixes #7045: Fix navigation menu rendering under Chrome 2021-08-30 09:56:05 -04:00
Matt Love
eae01a7ddf Improve APISelect query parameter handling (#7040)
* Fixes #7035: Refactor APISelect query_param logic

* Add filter_fields to extras.ObjectVar & fix default value handling

* Update ObjectVar docs to reflect new filter_fields attribute

* Revert changes from 89b7f3f

* Maintain current `query_params` API for form fields, transform data structure in widget

* Revert changes from d0208d4
2021-08-30 09:43:32 -04:00
Oliver
347dc826d7 Close #7032
Add URM connector to the list of available types for front and rear ports.

There are URM-P2, URM-P4 and URM-P8 connectors available.
2021-08-27 20:27:26 +02:00
Jeremy Stretch
3ce5e8a648 Merge pull request #7050 from netbox-community/7034-vlangroup-scope-selectors
Fixes #7034: Update VLAN Scope parent selectors and run change handler on load
2021-08-27 11:42:23 -04:00
jeremystretch
308c9b832e JS & changelog updates for #7034 2021-08-27 11:36:29 -04:00
jeremystretch
2199e1aeec Closes #7042: Show count of journal entries in tab under object view 2021-08-27 10:36:06 -04:00
jeremystretch
dfd94bc13d Fixes #7019: Enable searching VM interfaces by description 2021-08-27 10:14:12 -04:00
jeremystretch
302711f806 Clean up custom script templates 2021-08-26 15:04:24 -04:00
jeremystretch
87069590a8 UI cleanup 2021-08-26 14:48:24 -04:00
jeremystretch
93b185634b Introduce ContentTypesColumn for custom field and webhook tables 2021-08-26 12:55:37 -04:00
thatmattlove
ef92e8c56b Fixes #7034: Update VLAN Scope parent selectors and run change handler on load 2021-08-26 00:11:58 -07:00
jeremystretch
85e006de39 List device/VM component names first in tables by default 2021-08-25 15:18:00 -04:00
jeremystretch
c64cb64d54 Clean up object edit forms 2021-08-25 15:03:19 -04:00
jeremystretch
a940c5acb3 Misc UI cleanup ahead of v3.0 release 2021-08-25 13:50:59 -04:00
jeremystretch
4fba691cb6 Omit node 15.x from CI builds 2021-08-24 21:32:28 -04:00
Jeremy Stretch
e10b389a60 Merge pull request #7031 from netbox-community/object-filter-forms
Object filter forms
2021-08-24 21:31:25 -04:00
jeremystretch
a47911587b Enable filtering device components by location 2021-08-24 21:10:30 -04:00
jeremystretch
35adb4d4cc Fix RegionFilterForm model 2021-08-24 20:44:00 -04:00
Matt
2080c18eb0 Fix incorrect classes in device config & status templates 2021-08-24 14:53:36 -07:00
Matt
cf391f4143 Clean up TypeScript file structure, fix missing VLAN tag visibility logic 2021-08-24 14:53:36 -07:00
jeremystretch
c08667dd5d Clean up object filter forms 2021-08-24 17:29:16 -04:00
jeremystretch
fa35b8c6e4 Bump django-timezone-field to 4.2.1 2021-08-24 15:52:04 -04:00
jeremystretch
7df9446374 Update design of user profile section 2021-08-24 15:24:03 -04:00