Commit Graph

1239 Commits

Author SHA1 Message Date
Jeremy Stretch
ed30caae12 Merge pull request #8741 from djothi/develop
Closes #8594: Add description filter for all models with a description field
2022-02-25 13:18:40 -05:00
Djothi Carpentier
3ea268a99f Add description filter for CustomField, ExportTemplate & Tag 2022-02-25 18:15:33 +01:00
Alex Gittings
c69c291191 Fixes #8629; Add description to tag table search function 2022-02-24 10:02:21 +00:00
jeremystretch
2a1a542409 Changelog & cleanup for #8556 2022-02-14 10:06:56 -05:00
Jeremy Stretch
bffe33a518 Merge pull request #8581 from mathieu-mp/8556-add-full-name-to-change-log-tables
Closes #8556: Add 'Full Name' column to Change Log table
2022-02-14 09:49:36 -05:00
Mathieu PAYROL
54bf6ac43a Closes #8556: Add 'Full Name' column to Change Log table 2022-02-14 09:07:57 +01:00
Jonathon Reinhart
b41cb1616d Enable tab completion in nbshell 2022-02-13 03:00:57 -05:00
jeremystretch
a6221de092 Fixes #8611: Fix bulk editing for certain custom link, webhook, and journal entry fields 2022-02-11 15:34:41 -05:00
jeremystretch
fd3e3f9b64 Fixes #8578: Object change log tables should honor user's configured preferences 2022-02-10 12:07:09 -05:00
jeremystretch
1e880f9ccf Fixes #8604: Fix tag filter on config context list filter form 2022-02-10 11:56:41 -05:00
Daniel Sheppard
706f6a7525 Fixes #8425 - Fix exception when viewing change list/records with removed plugins 2022-02-02 11:18:41 -06:00
jeremystretch
af479c3d4d Fixes #8499: Content types REST API endpoint should not require model permission 2022-02-01 15:14:13 -05:00
jeremystretch
1b6314e1c4 Closes #8368: Enable controlling the order of custom script form fields with field_order 2022-01-18 16:01:40 -05:00
jeremystretch
ac90304d1f Correct FeatureQuery invocations 2022-01-18 15:17:05 -05:00
jeremystretch
aaac68f667 Fixes #8358: Fix inconsistent styling of custom fields on filter & bulk edit forms 2022-01-14 14:23:58 -05:00
Jason Yates
1eaf7912a8 Fixes #8342
created & last_updated fields are missing from some REST API calls. Added missing fields to the following API calls

/api/dcim/virtual-chassis/
/api/dcim/cables/
/api/dcim/power-panels/
/api/dcim/rack-reservations/
/api/circuits/circuit-terminations/
/api/extras/webhooks/
/api/extras/custom-fields/
/api/extras/custom-links/
/api/extras/export-templates/
/api/extras/tags/
2022-01-13 19:13:28 -08:00
Jason Yates
f99c52c51e Add created & last updated as available fields to all tables
Adds two fields to all relevant tables to allow the addition of Created & Last Updated columns.

All tables with a Configure Table option were updated.

Some sections reformatted to comply with E501 line length as a result of changes
2022-01-13 09:22:32 +00:00
jeremystretch
03bbc410ad Fixes #8314: Prevent custom fields with default values from appearing as applied filters erroneously 2022-01-11 15:02:10 -05:00
jeremystretch
5713076155 Fixes #8317: Fix CSV import of multi-select custom field values 2022-01-11 14:52:47 -05:00
Daniel Sheppard
159cf3cd0f Fix #8287 - Correct label in export template form 2022-01-08 00:13:58 -06:00
jeremystretch
2b3252d76e #8228: Always add a blank choice 2022-01-05 17:10:59 -05:00
jeremystretch
ad21cb2a53 Fixes #8228: Optional ChoiceVar fields should not force a selection 2022-01-05 15:46:04 -05:00
jeremystretch
9ecd7832b9 Form widgets & style cleanup 2022-01-04 15:01:16 -05:00
jeremystretch
0534686b4f Fixes #8201: Custom integer fields should allow negative integers as minimum/maximum values 2022-01-03 10:07:19 -05:00
jeremystretch
21e3c1c7cf Closes #8034: Enable specifying custom field validators during CSV import 2021-12-29 11:57:27 -05:00
jeremystretch
b94c5e807f Fixes #7290: Defer loading API-backed form fields 2021-12-29 09:30:43 -05:00
jeremystretch
e15e2a08b3 Closes #8175: Display parent object when attaching an image 2021-12-28 13:06:27 -05:00
jeremystretch
013e00a830 Move rendering logic under CustomLink class 2021-12-22 20:25:57 -05:00
jeremystretch
7aad435f6d Clean up imports 2021-12-21 10:48:10 -05:00
jeremystretch
198b378d71 Convert reports to use HTMX 2021-12-20 20:52:29 -05:00
jeremystretch
972f2e7af6 Convert scripts to use HTMX 2021-12-20 20:45:32 -05:00
jeremystretch
e12ecc39c0 Fixes #8077: Fix exception when attaching image to location, circuit, or power panel 2021-12-15 08:45:17 -05:00
jeremystretch
928830af44 Fixes #8078: Add missing wireless models to lsmodels() in nbshell 2021-12-15 08:38:19 -05:00
jeremystretch
626abe60ec Fixes #7674: Fix inadvertent application of device type context to virtual machines 2021-12-13 13:42:59 -05:00
jeremystretch
4e14cf8c75 Fixes #8030: Validate custom field names 2021-12-09 15:19:19 -05:00
jeremystretch
ec14b6684b Update django-taggit to 2.0 2021-12-06 13:25:09 -05:00
jeremystretch
0872badd1f Merge branch 'develop' into feature 2021-11-24 14:00:37 -05:00
Jeremy Stretch
7cde7b4403 Merge pull request #7861 from netbox-community/7657-threadsafe-changelog
Fixes #7657: Make request/webhook caching thread-safe
2021-11-24 09:06:48 -05:00
jeremystretch
182e061cf6 Closes #7886: Introduce a base FilterForm class 2021-11-19 15:12:45 -05:00
jeremystretch
605ec608f8 Clean up imports 2021-11-18 16:48:29 -05:00
jeremystretch
d6c98d1a00 Apply BootstrapMixin to CustomFieldModelFilterForm 2021-11-18 16:27:06 -05:00
jeremystretch
df7ae3ebf3 Apply BootstrapMixin to BulkEditForm 2021-11-18 16:23:26 -05:00
jeremystretch
f2c4ca514b Apply BootstrapMixin to CustomFieldModelForm 2021-11-18 16:19:25 -05:00
jeremystretch
3175c6033e Merge branch 'develop' into feature 2021-11-18 11:06:54 -05:00
jeremystretch
b0b2d3b9cb Fixes #7720: Fix initialization of custom script MultiObjectVar field with multiple values 2021-11-17 16:22:47 -05:00
jeremystretch
e169f21c74 Move request object and webhook queue to TLS 2021-11-17 15:12:19 -05:00
jeremystretch
3987726d33 Closes #7812: Enable change logging for image attachments 2021-11-17 11:52:50 -05:00
jeremystretch
c70c32d938 Add q filter for extras models 2021-11-12 15:26:58 -05:00
kkthxbye
5b9dab3fd0 Merge branch 'netbox-community:develop' into script-reload 2021-11-12 17:07:11 +01:00
jeremystretch
e27c1e319e Merge branch 'develop' into feature 2021-11-12 09:09:15 -05:00