Commit Graph

7708 Commits

Author SHA1 Message Date
Jeremy Stretch
b8c7c10082 Merge pull request #6428 from shinsterneck/patch-1
Typo fix in Documentation section "Invalidating Cached Data"
2021-05-17 08:41:16 -04:00
Shin Sterneck
7709e5297b Typo fix
Fix a small typo
2021-05-17 09:27:44 +02:00
jeremystretch
e4f9a8c0d1 Changelog for #2434 2021-05-14 14:55:38 -04:00
Jeremy Stretch
a3ba93e4b3 Merge pull request #6323 from netbox-community/feature-2434
Closes #2434: Show 'Create & Assign IP Address' Button when Creating …
2021-05-14 14:53:59 -04:00
checktheroads
500476226d #2434: Fix database transaction context scoping 2021-05-14 11:21:42 -07:00
Thomas
1ed493406f Update views.py
Fixing typo in 'version'
2021-05-14 18:22:01 +02:00
jeremystretch
c0050772f5 Closes #6400: Add cyan color choice for plugin buttons 2021-05-14 09:13:36 -04:00
jeremystretch
98efe2ecae Fixes #6398: Avoid exception when deleting device connected to self via circuit 2021-05-14 09:06:00 -04:00
checktheroads
3c72516ea5 Merge branch 'feature' into feature-2434 2021-05-14 00:12:19 -07:00
checktheroads
88d90bb31c Merge branch 'feature' of github.com:netbox-community/netbox into feature 2021-05-14 00:10:06 -07:00
jeremystretch
c51d3a5e45 Fixes #6376: Fix assignment of VLAN groups to clusters, cluster groups via REST API 2021-05-12 13:47:42 -04:00
jeremystretch
cb6999d277 Closes #6393: Add description filter for IP addresses 2021-05-12 13:38:52 -04:00
jeremystretch
c8c51ef8f4 Closes #3665: Enable rendering export templates via REST API 2021-05-11 15:51:36 -04:00
Jeremy Stretch
027b74ad09 Merge pull request #6392 from netbox-community/4609-prefix-mark-utilized
Closes #4609: Mark prefixes as fully utilized
2021-05-11 15:12:56 -04:00
jeremystretch
befe78f7b7 Permit disabling utilization graph warning/danger thresholds 2021-05-11 14:52:27 -04:00
jeremystretch
30c7cfb4fa Closes #4609: Allow marking prefixes as fully utilized 2021-05-11 14:08:18 -04:00
checktheroads
e66e8d6ea2 #2434: Apply conditional logic from eccbeea to overridden InterfaceCreateView.post method 2021-05-10 13:58:10 -07:00
checktheroads
e71f18767f Merge branch 'feature' into feature-2434 2021-05-10 13:57:32 -07:00
jeremystretch
293e9f48e4 Closes #6338: Decimal fields are no longer coerced to strings in REST API 2021-05-10 14:22:01 -04:00
jeremystretch
ddbfe744f3 Closes #6154: Allow decimal values for cable lengths 2021-05-10 14:14:54 -04:00
jeremystretch
c647ba0a75 Closes #5806: Add kilometer and mile as choices for cable length unit 2021-05-10 11:23:21 -04:00
Jeremy Stretch
a8ac1cedec Merge pull request #6378 from bluikko/patch-1
Typo in powerfeed.md
2021-05-10 09:16:46 -04:00
bluikko
2081996990 Typo in powerfeed.md
pot -> port
2021-05-09 12:33:09 +07:00
checktheroads
eccbeeaa26 #2434: Fix redirection logic in generic form validation method 2021-05-08 12:32:13 -07:00
checktheroads
b7c2dde402 #6372: Show standard form validation errors 2021-05-08 12:07:20 -07:00
checktheroads
b7659d3465 #2434: Refactor ComponentCreateView to use generic form validation method
New validate_form method on ComponentCreateView handles validation generically, which any post() method on ComponentCreateView can use to validate the form but handle the response differently as needed.
2021-05-08 12:01:25 -07:00
checktheroads
963e9f7223 Merge branch 'feature' into feature-2434 2021-05-08 11:08:06 -07:00
checktheroads
19d1d0776d #6732: Change “Update” button to “Save” 2021-05-07 17:02:22 -07:00
checktheroads
057b0caf82 #6372: Utilization graph columns should have a minimum width 2021-05-07 16:57:38 -07:00
checktheroads
5fc6c700f8 #6372: Fix badge & progress-bar foreground color in dark mode 2021-05-07 16:50:50 -07:00
checktheroads
7412039441 #6372: Updating “per page” count does not refresh list 2021-05-07 16:30:13 -07:00
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