1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
07df622b59 NetBox should always be referred to as NetBox [DATALAD RUNCMD]
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git ls-files -z . | xargs --null -I '()' find './()' -type f -not -name 'style-guide.md' -print0 | xargs --null sed --in-place --regexp-extended 's/\\bNetbox\\b/NetBox/g;'",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2023-01-05 16:06:00 -05:00
5a77791f9d Merge branch 'develop' into feature 2022-12-08 09:31:22 -05:00
d2d60c0607 Fixes #11087: Fix background color of bottom banner content 2022-12-06 15:40:59 -05:00
9628dead07 Closes #10560: New global search (#10676)
* Initial work on new search backend

* Clean up search backends

* Return only the most relevant result per object

* Clear any pre-existing cached entries on cache()

* #6003: Implement global search functionality for custom field values

* Tweak field weights & document guidance

* Extend search() to accept a lookup type

* Move get_registry() out of SearchBackend

* Enforce object permissions when returning search results

* Add indexers for remaining models

* Avoid calling remove() on non-cacheable objects

* Use new search backend by default

* Extend search backend to filter by object type

* Clean up search view form

* Enable specifying lookup logic

* Add indexes for value field

* Remove object type selector from search bar

* Introduce SearchTable and enable HTMX for results

* Enable pagination

* Remove legacy search backend

* Cleanup

* Use a UUID for CachedValue primary key

* Refactoring search methods

* Define max search results limit

* Extend reindex command to support specifying particular models

* Add clear() and size to SearchBackend

* Optimize bulk caching performance

* Highlight matched portion of field value

* Performance improvements for reindexing

* Started on search tests

* Cleanup & docs

* Documentation updates

* Clean up SearchIndex

* Flatten search registry to register by app_label.model_name

* Clean up search backend classes

* Clean up RestrictedGenericForeignKey and RestrictedPrefetch

* Resolve migrations conflict
2022-10-21 13:16:16 -04:00
15005209d1 Merge branch 'develop' into feature 2022-03-18 13:34:31 -04:00
0da04232f3 Fixes #8813 Retain search value after submitting (#8907)
* Fixes #8813 Retain search value after submitting

* remove autofocus from searchbar

Co-authored-by: Pieter Lambrecht <pieter.lambrecht@sentia.com>
2022-03-18 13:23:39 -04:00
cd29293dd6 Merge v3.1.9 2022-03-07 10:55:30 -05:00
28de330b50 Replace 'pluginfooter' block with 'footer' and 'footer_links' blocks
- 'footer' blocks represents the <footer> html tag
- 'footer_links' are the anchor tags inside nav
2022-02-26 01:13:11 -03:00
c489501441 Add {% block pluginfooter %} to 'base/layout.html' template
Makes it easy to insert footer information into Netbox footer.
2022-02-24 00:38:11 -03:00
1e55d064ab Document the base layout template 2022-02-08 11:45:23 -05:00
2524290099 Introduce modals template block 2022-01-05 09:21:48 -05:00
0a22b3990f #7450: Clean up footer and navbar styles 2022-01-04 20:42:44 -05:00
b0350e9e96 Remove navbar background color 2021-12-29 08:56:59 -05:00
d650d10cb2 #7449: Apply distinctive styling to top navbar 2021-12-22 15:32:35 -05:00
f369b5f588 Reorganize & clean up templatetag templates 2021-12-22 15:05:24 -05:00
14fc37a8b8 Closes #7661: Remove forced styling of custom banners 2021-12-19 15:33:48 -05:00
d2391b9c63 Move GRAPHQL_ENABLED to dynamic configuration 2021-11-08 15:31:09 -05:00
94804fecd8 Add MAINTENANCE_MODE, MAPS_URL 2021-10-26 10:57:33 -04:00
82243732a1 Initial work on #5883 2021-10-25 16:10:50 -04:00
87dad41c37 Tweak logo size on mobile 2021-08-20 15:21:26 -04:00
517c0e2fe6 Fixes #6996: Make search bar full width on small screens 2021-08-20 08:54:00 -07:00
9e1d2da449 Fixes #7001: Focus the main content container when the page loads 2021-08-19 14:13:54 -07:00
09d745d987 Fixes #6976: Improve handling of printing layouts/styling 2021-08-18 16:17:50 -07:00
0609bcaaf0 Reduce base font size 2021-08-13 11:17:37 -04:00
ef057b3e45 Fix footer fonts 2021-08-06 16:49:17 -04:00
3ba122afd4 Merge feature 2021-07-30 15:13:55 -04:00
d18c83beb0 #6828: Fix various mobile UI issues 2021-07-30 00:35:38 -07:00
3752cb3e56 #6797: Implement new sidebar 2021-07-29 17:33:10 -07:00
689f67b1a8 #6834: Add favicon to REST API web UI 2021-07-29 15:02:52 -04:00
2d32aeb972 Migrate to collapsed sidebar layout 2021-07-26 14:46:05 -07:00
d42138384f Use shaded tabs 2021-07-21 10:13:30 -04:00
b59c1c693d Restore missing created/updated times for object views 2021-07-20 13:07:18 -04:00
cc5ea61f5a Add top & bottom banners, maintenance notice 2021-07-20 11:05:19 -04:00
fa617c78af Update sidebar footer links 2021-07-20 10:54:46 -04:00
7058d6ca5a 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
0503825f7b #6372: Improve sidebar footer links layout 2021-07-17 13:07:47 -07:00
e72982a7f8 #6372: Fix nav menu scrolling and styling 2021-07-15 00:32:28 -07:00
ab6523af3f #6372: Remove empty footer div 2021-07-14 17:19:39 -07:00
dc8adfc546 Clean up object titles 2021-07-12 10:57:26 -04:00
0f99e5fcaa Clean up object list view 2021-07-10 22:06:28 -04:00
726b148aa9 Clean up sidebar layout 2021-07-10 21:30:55 -04:00
88e382e7a1 Merge v2.11.8 changes 2021-07-06 12:10:29 -04:00
25b6f02091 #6372: Fix sidebar tooltip rendering 2021-06-23 11:30:58 -07:00
18f1b93ae4 #6372: Responsive layout improvements 2021-06-23 10:57:09 -07:00
eb0d5c996e #6372: Implement layout improvements 2021-06-22 17:20:17 -07:00
7219e3760c #6372: Center-align body footer 2021-05-26 08:57:03 -07:00
d2267ecd71 #6372: NetBox logo should be centered 2021-05-26 08:55:22 -07:00
c4bd47eb84 #6372: Form should be centered on page 2021-05-23 13:21:52 -07:00
ee2de33643 #6372: Fix footer placement 2021-05-22 16:59:55 -07:00
93534db79e Clean up object.html header 2021-05-17 20:23:14 -04:00