Commit Graph

7899 Commits

Author SHA1 Message Date
jeremystretch
6ea6ae72f0 Update sidebar footer links 2021-07-20 10:54:46 -04:00
checktheroads
091dd2401a #6372: Improve form field styles 2021-07-20 01:26:45 -07:00
checktheroads
6ea4a91717 #6372: Fix regression from c550093 causing API select query delays 2021-07-20 00:36:55 -07:00
checktheroads
e7cecb9f12 #6372: Migrate away from form-floating field styles 2021-07-20 00:16:13 -07:00
checktheroads
a6d80c7e5f #6372: Improve search filter dropdown styles 2021-07-19 22:11:41 -07:00
checktheroads
74f518235e Add icons to home stat cards 2021-07-19 22:01:05 -07:00
checktheroads
84e3c92604 #6372: Integrate changes from f89c65a to IP ranges form 2021-07-19 16:44:08 -07:00
checktheroads
12f20b53d1 #6372: Improve form styling 2021-07-19 16:39:16 -07:00
checktheroads
c550093bb4 #6372: Fix query issues with & refactor API select 2021-07-19 16:39:16 -07:00
checktheroads
340b8c1421 #6372: Fix static select class regression from 08f0a5d 2021-07-19 16:39:16 -07:00
checktheroads
bff7d32a32 #6372: Fix bulk form action form handling 2021-07-19 16:39:16 -07:00
checktheroads
c717c81855 #6372: Fix sidenav active item shadow 2021-07-19 16:39:16 -07:00
checktheroads
e6b50467e5 #6372: Add front end error logs to gitignore 2021-07-19 16:39:16 -07:00
checktheroads
f89c65a880 #6372: Refactor Select2 naming 2021-07-19 16:39:16 -07:00
jeremystretch
3ee3d42259 Clean up home view stats 2021-07-19 16:57:35 -04:00
jeremystretch
7fa7aa4674 Replace changelog template code with table in home view 2021-07-19 16:46:12 -04:00
jeremystretch
2aa663fd6b Upgrade script now looks for Python path as env var 2021-07-19 15:13:30 -04:00
Jeremy Stretch
eb81c88975 Closes #6328: Local docs build (#6769)
* Incorporate local documentation build in upgrade script

* Add docs build to CI

* Include docs build path in revision control

* Update footer dcos link

* Changelog for #6328

* Clean up errant links
2021-07-19 14:18:08 -04:00
jeremystretch
8a383c1064 Remove cache invalidation from upgrade script 2021-07-19 13:15:27 -04:00
jeremystretch
801a53d663 Call out dependency on v2.11+ for upgrades 2021-07-19 11:27:00 -04:00
jeremystretch
5f59e6c5b9 Closes #6767: Add support for Python 3.9 2021-07-19 10:43:52 -04:00
jeremystretch
e88d5ff535 Update release notes 2021-07-19 10:03:42 -04:00
Jeremy Stretch
8180c4a0e6 Merge pull request #6760 from netbox-community/834-ip-ranges
Closes #834: Add support for IP ranges
2021-07-19 09:47:19 -04:00
jeremystretch
b5d39df53d Add available IPs REST API endpoint for IP ranges 2021-07-19 09:32:04 -04:00
checktheroads
23b4b6e80d #6372: Improve sidebar footer links layout 2021-07-17 13:07:47 -07:00
checktheroads
498b0aceb1 #6372: Migrate back to BS5 native colors, clean up rack/cable bundle process 2021-07-17 12:51:40 -07:00
jeremystretch
0262ae7546 Fix SVG rendering with unspecified width 2021-07-16 17:09:52 -04:00
jeremystretch
6cf2b06819 Add changelog for #6000 2021-07-16 17:07:42 -04:00
jeremystretch
cb0f36658d Support specification of image width when rendering cable traces as SVG 2021-07-16 17:06:27 -04:00
Jeremy Stretch
939ae00f7b Merge pull request #6755 from netbox-community/6000-cable-trace-svg
Closes #6000: SVG rendering for cable tracing
2021-07-16 16:56:17 -04:00
jeremystretch
f699666537 Merge branch 'feature' into 6000-cable-trace-svg 2021-07-16 16:46:32 -04:00
jeremystretch
2db0d89b33 Move available IP/prefix endpoints to API view mixins 2021-07-16 14:48:42 -04:00
jeremystretch
bb15e02616 Add IP range documentation 2021-07-16 13:48:57 -04:00
jeremystretch
80d0a0f150 Initial work on IP ranges 2021-07-16 13:35:52 -04:00
jeremystretch
7ac62fc975 Extend foreground_color() utility to support custom dark/light colors 2021-07-15 13:59:14 -04:00
jeremystretch
fdb2626156 Clean up SVG image styling 2021-07-15 13:54:49 -04:00
checktheroads
1c42badabe #6372: Fix rack spacing 2021-07-15 00:56:26 -07:00
checktheroads
65dd2f18b5 #6372: Fix previous/next rack elevation buttons 2021-07-15 00:47:01 -07:00
checktheroads
1ee4fe08e6 #6372: Fix nav menu scrolling and styling 2021-07-15 00:32:28 -07:00
checktheroads
0237a6e1fe #6372: Fix additional bulk action button layouts 2021-07-15 00:31:12 -07:00
checktheroads
0e727bcb5d #6372: Fix missing new release alert 2021-07-14 17:55:01 -07:00
checktheroads
89c79e9a3d #6372: Remove empty footer div 2021-07-14 17:19:39 -07:00
checktheroads
f3aacad88a #6372: Improve bulk action button layout/styling 2021-07-14 17:14:00 -07:00
checktheroads
7156ee7b03 #6372: Simplify & streamline table config & table filter elements 2021-07-14 16:25:59 -07:00
jeremystretch
f5b1db85d6 Add SVG trace support for ProviderNetwork attachments 2021-07-14 15:55:18 -04:00
jeremystretch
2191249351 Replace CSS-based cable trace diagrams with SVG images 2021-07-14 15:29:04 -04:00
jeremystretch
69ec4e069d Initial work on SVG support for cable tracing 2021-07-14 14:14:56 -04:00
jeremystretch
904be9f9e9 Closes #6753: Add plugin removal instructions to the docs 2021-07-14 10:43:18 -04:00
jeremystretch
ccc3eee6e7 Updated issue staling timers 2021-07-14 10:23:31 -04:00
checktheroads
0d0e7bc236 #6372: Remove extra search box from object change log 2021-07-13 09:23:34 -07:00