Commit Graph

7677 Commits

Author SHA1 Message Date
checktheroads
b746d6930f #6372: Fix search filtering when selecting 'All Objects' 2021-05-07 16:21:31 -07:00
checktheroads
2fba601521 #6372: Restructure theme files & build process to avoid SCSS collisions 2021-05-07 16:12:27 -07:00
checktheroads
2c5933eebf #6372: Fix select placeholder font-size 2021-05-07 14:39:57 -07:00
checktheroads
6f0f116159 #6372: Object list text is too small 2021-05-07 14:32:41 -07:00
checktheroads
b61d318dbe #6372: Reduce padding of top-level menu items & improve home page stat badge coloring 2021-05-07 14:27:32 -07:00
checktheroads
7d2ee94da2 #6372: Move hostname & current time to end of page body 2021-05-07 13:45:03 -07:00
checktheroads
111022e2a5 #6372: Fix too-dark body color 2021-05-07 13:25:01 -07:00
checktheroads
0dda31fd9f #6732: Add color mode toggle to login button when not authenticated 2021-05-07 12:11:45 -07:00
checktheroads
68dfe6f8e3 #6732: Fix <title/> rendering on home page template 2021-05-07 12:05:56 -07:00
checktheroads
5431b35bb1 #6732: Fix rendering of stats on home page when not authenticated 2021-05-07 11:55:46 -07:00
checktheroads
3c70538b64 #6732: Errant righthand margin on "Login" button (if not authenticated) 2021-05-07 11:43:13 -07:00
checktheroads
ba28422339 #6732: Add color mode toggle to login screen & fix login screen layout issues 2021-05-07 11:40:20 -07:00
checktheroads
476629104d #6732: Fix search filtering
This was broken after implementing mobile screen size support in #6327
2021-05-07 11:07:06 -07:00
checktheroads
e3d173b9c4 #6372: Border should be consistent for all elements of the search bar 2021-05-07 11:04:57 -07:00
checktheroads
30fdd6c81e #6372: FIx Status badge location in attr table 2021-05-07 09:18:40 -07:00
checktheroads
ade0c31ab1 #6372: code text should not be pink 2021-05-07 09:16:05 -07:00
checktheroads
dd0f8403ad #6372: Fix anchor tag underline style in dark mode 2021-05-07 09:09:21 -07:00
checktheroads
641f4efc83 #6372: Remove duplicate babel plugin already included in @babel/preset-env 2021-05-07 09:03:45 -07:00
checktheroads
c5bc7a16e4 #6372: Remove focus ring effect from navigation menu headers 2021-05-07 09:02:53 -07:00
checktheroads
61ad483cb8 #6372: Remove underline style from hyperlinks 2021-05-07 08:56:17 -07:00
jeremystretch
c993e3883c Merge branch 'develop' into feature 2021-05-07 10:27:23 -04:00
jeremystretch
3214425f34 PRVB 2021-05-07 10:22:30 -04:00
Jeremy Stretch
abb3c09cb7 Merge pull request #6371 from netbox-community/develop
Release v2.11.3
2021-05-07 10:19:48 -04:00
jeremystretch
9a495829b7 Merge branch 'master' of https://github.com/netbox-community/netbox into develop 2021-05-07 10:06:37 -04:00
jeremystretch
0b7c13bc05 Release v2.11.3 2021-05-07 10:01:17 -04:00
jeremystretch
9d5403f11b Fixes #6312: Interface device filter should return all virtual chassis interfaces only if device is master 2021-05-07 09:47:32 -04:00
jeremystretch
7439598cd9 Add sponsors 2021-05-06 16:37:47 -04:00
jeremystretch
606c898082 Extend release checklist to include bumping version in GitHub issue templates 2021-05-06 14:41:16 -04:00
jeremystretch
c51c7d3f5a Fixes #6369: Fix interface assignment for VLANs in non-scoped groups 2021-05-06 14:36:23 -04:00
jeremystretch
48f32dc578 Fixes #6350: Include first & last IP addresses when allocating available IPv6 addresses via the REST API 2021-05-06 13:59:10 -04:00
jeremystretch
b4be250a5f Fixes #6355: Fix caching error when swapping A/Z circuit terminations 2021-05-06 13:29:52 -04:00
jeremystretch
fe8b78ed7d Fixes #6357: Fix ProviderNetwork nested API serializer 2021-05-06 13:06:10 -04:00
jeremystretch
eaddd57fb1 Closes #6359: Enable custom links for organizational and nested group models 2021-05-06 13:01:20 -04:00
jeremystretch
35576b657c Fixes #6363: Correct pre-population of cluster group when creating a cluster 2021-05-06 12:47:58 -04:00
jeremystretch
c9b0c9a2d4 Closes #6351: Add aggregates count to tenant view 2021-05-05 09:53:06 -04:00
jeremystretch
8bfbebf8ce Relax stale issue timers to 60/30 days 2021-05-05 09:46:54 -04:00
Jeremy Stretch
6dfe280dae Merge pull request #6352 from netbox-community/5991-remove-display_name
Closes #5991: Remove display_name
2021-05-05 08:45:46 -04:00
jeremystretch
b22fddb111 Remove deprecated display_name() methods from models 2021-05-04 16:05:17 -04:00
jeremystretch
e1df1d3bf8 Closes #5991: Remove display_name attribute from serializers 2021-05-04 15:56:36 -04:00
jeremystretch
68f8485dbf Merge branch 'develop' into feature 2021-05-04 14:25:53 -04:00
jeremystretch
804d82e0b2 Fixes #6240: Fix display of available VLAN ranges under VLAN group view 2021-05-04 09:36:01 -04:00
jeremystretch
4d80103f75 Fixes #6339: Improve ordering of interfaces when viewing virtual chassis master 2021-05-04 09:12:26 -04:00
Jeremy Stretch
5cb26d5071 Merge pull request #6334 from netbox-community/6320-filterset-testing
Closes #6320: Add tests for created & last_updated fields
2021-05-03 15:45:02 -04:00
jeremystretch
bb10613a89 Closes #6320: Introduce ChangeLoggedFilterSetTests 2021-05-03 15:25:16 -04:00
jeremystretch
51fd1e7da7 Fixes #6333: Fix filtering of circuit terminations by primary key 2021-05-03 14:38:26 -04:00
jeremystretch
3506fdc456 Introduce BaseFilterSetTests to standardize testing of PK filters 2021-05-03 14:36:44 -04:00
jeremystretch
0104da8369 Rename FilterSet test modules 2021-05-03 13:07:19 -04:00
jeremystretch
4581c7a90a Raise operations limit for stalebot 2021-05-03 11:18:04 -04:00
Jeremy Stretch
501a9a72fe Merge pull request #6327 from netbox-community/feature-ui
Add Basic Support for Smaller Screens in New UI
2021-05-03 09:07:29 -04:00
checktheroads
91979ac873 ensure 'Create & Assign IP Address' button is only shown when the component_type is 'interface' 2021-04-30 17:17:56 -07:00