Commit Graph

9717 Commits

Author SHA1 Message Date
jeremystretch
cd1c32d979 #8232: Cleanup & test fix 2022-03-25 09:59:58 -04:00
tranthang2404
be9fe2c36b Closes #8232: Add color show full 100% utilization (#8816)
* Closes #8232: Add color show full 100% utilization

* change rounding

* change rounding

* fix hard code html

* format
2022-03-25 09:52:13 -04:00
Jeremy Stretch
5c473f472d Merge pull request #8963 from minitriga/issue_8926
Closes #8926: Implement type and roll to device bay table
2022-03-25 09:12:45 -04:00
Alex Gittings
5166b48010 Closes #8926: Implement type and roll to device bay table 2022-03-25 09:25:55 +00:00
neope
b7cd6d7903 #8830 Adding ClusterXL
Adding ClusterCL Choice to FHRP Group
2022-03-25 08:35:57 +01:00
jeremystretch
4c052023db Merge develop into feature 2022-03-24 16:35:35 -04:00
jeremystretch
4639435b24 Fixes #8905: Disable ordering by assigned tags to prevent erroneous results 2022-03-24 11:56:18 -04:00
jeremystretch
b1894be1b3 Fixes #8696: Fix help link under FHRP group assigment creation view 2022-03-24 11:14:24 -04:00
Jeremy Stretch
783572ebab Merge pull request #8953 from 991jo/fix-8952
Fixed #8952: rack rear faces link not clickable
2022-03-24 10:53:42 -04:00
jeremystretch
774a58509a Fixes #8947: Retain filter parameters when handling an export template exception 2022-03-24 10:47:39 -04:00
jeremystretch
2991016595 Fixes #8951: Allow changing device type & platform to different manufacturer simultaneously 2022-03-24 10:34:09 -04:00
Johannes Erwerle
83e78dd4a6 Fixed #8952: rack rear faces link not clickable 2022-03-24 09:34:23 +01:00
jeremystretch
1ab57ee224 Changelog for #8924 2022-03-23 17:01:57 -04:00
Jeremy Stretch
5b67041fdb Merge pull request #8925 from kkthxbye-code/fast_script_list
Fix #8924 - Speed up rendering of the script list
2022-03-23 16:43:15 -04:00
jeremystretch
ecb70f9e92 Fixes #8872: Enable filtering by custom object fields 2022-03-23 14:34:42 -04:00
jeremystretch
99180742cc Clean up module template 2022-03-23 14:00:56 -04:00
jeremystretch
e700f084b9 Closes #8846: Enable image attachments for module types 2022-03-23 13:58:35 -04:00
jeremystretch
d685824725 Closes #8803: Enable adding components from module view 2022-03-23 13:50:03 -04:00
jeremystretch
df880c4fe6 Add form examples to plugin dev docs 2022-03-23 12:12:31 -04:00
jeremystretch
9b8787daa5 Fix cable creation view 2022-03-23 10:55:09 -04:00
jeremystretch
afa2609361 Clean up interface template 2022-03-23 10:51:38 -04:00
fmlshai
9e58ff19f6 Fix #8785 - allow wildcard dns records
Added * to the DNSValidator regex to allow wildcard domains like *.example.com
2022-03-23 14:38:26 +01:00
kkthxbye
b69bf7c35f - Move do_not_call_in_templates to BaseScript
- Fix the name classproperty
2022-03-23 12:18:14 +01:00
Jeremy Stretch
814c8fd233 Merge pull request #8943 from netbox-community/8912-linkify-filter
Closes #8912: Add linkify template filter
2022-03-22 15:47:29 -04:00
jeremystretch
06c1b451f1 Clean up display of tenant groups 2022-03-22 15:29:05 -04:00
jeremystretch
0e3149e720 Extend linkify() to accept an attr name for the link text 2022-03-22 15:17:34 -04:00
jeremystretch
e1841e613c Introduce linkify template filter 2022-03-22 14:51:20 -04:00
jeremystretch
f091bd5a79 Limit custom field object types to suitable models 2022-03-22 13:12:31 -04:00
jeremystretch
d2f388954d Merge branch 'develop' into feature 2022-03-22 12:57:23 -04:00
jeremystretch
5f946edb26 Fixes #8919: Fix filtering of VLAN groups by site under prefix edit form 2022-03-22 11:39:26 -04:00
jeremystretch
b8f62f36f9 Update testing instructions 2022-03-22 10:59:43 -04:00
jeremystretch
3c0a04ebb5 Fixes #8935: Correct ordering of next/previous racks to use naturalized names 2022-03-22 09:50:38 -04:00
jeremystretch
f6d4d54d06 Fixes #8932: Fix error when setting null value for interface rf_role via REST API 2022-03-22 09:37:57 -04:00
jeremystretch
9038e7a5bc Closes #8794: Support dynamic configuration for JournalEntry kinds 2022-03-21 16:35:24 -04:00
jeremystretch
07396cf592 Closes #8685: Add modules, module types to global search 2022-03-21 16:27:38 -04:00
jeremystretch
78e3dfe42b Document the use of WritableNestedSerializer 2022-03-21 15:22:45 -04:00
jeremystretch
59d50f26a6 Introduce local ChoiceField and MultipleChoiceField classes 2022-03-21 15:08:05 -04:00
jeremystretch
2980550d62 Rename ObjectEditView.model_form to form 2022-03-21 10:22:30 -04:00
kkthxbye
ba1d177541 Speed up rendering of the script list 2022-03-21 10:46:51 +01:00
jeremystretch
862568a2f7 Link to plugin tutorial in development docs 2022-03-18 13:43:58 -04:00
jeremystretch
c060921ef7 Merge branch 'develop' into feature 2022-03-18 13:34:31 -04:00
jeremystretch
a18ecfbb08 Changelog for #8813 2022-03-18 13:25:47 -04:00
PieterL75
9bcc2399c4 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
jeremystretch
fdc44c65ee Merge branch 'develop' into feature 2022-03-18 13:17:11 -04:00
jeremystretch
1ebe3b6ffe Install tblib to fix tracebacks during parallel test runs 2022-03-18 11:47:43 -04:00
jeremystretch
93350b9326 Changelog for #8457, #8575, #8645 2022-03-18 11:46:49 -04:00
Jeremy Stretch
c9812fa9bc Merge pull request #8873 from minitriga/issue_8457
Closes: #8457 - Nonracked  Devices Location/Site
2022-03-18 11:32:24 -04:00
Jeremy Stretch
3401760df4 Merge pull request #8742 from minitriga/issue_8645
Allow filtering on Core models for Contacts
2022-03-18 11:24:09 -04:00
Alex Gittings
7b2ee7744e Fix issues with ordering and add field_groups 2022-03-18 14:58:51 +00:00
minitriga
156badbb54 Update netbox/dcim/forms/filtersets.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-03-18 14:39:37 +00:00