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

1032 Commits

Author SHA1 Message Date
3bd99e1910 Closes #6320: Introduce ChangeLoggedFilterSetTests 2021-05-03 15:25:16 -04:00
ffa4cd134b Introduce BaseFilterSetTests to standardize testing of PK filters 2021-05-03 14:36:44 -04:00
fbffef1cc4 Rename FilterSet test modules 2021-05-03 13:07:19 -04:00
3ef6284a0d Move base FilterSet classes under netbox core 2021-04-29 16:53:48 -04:00
1024782b9e Rename FilterSet modules 2021-04-29 16:48:24 -04:00
d35ac1347c Move TagFilter to extras 2021-04-29 16:23:55 -04:00
c4e88fd11a Consolidate FilterSet classes 2021-04-29 15:59:11 -04:00
0de50e0afe Split Filter and FilterSet classes 2021-04-29 15:13:44 -04:00
58659cf3b6 Fixes #6262: Support filtering by created/updated time for all relevant objects 2021-04-27 10:04:28 -04:00
2618dde1e2 Fixes #6236: Journal entry title should account for configured timezone 2021-04-23 15:27:58 -04:00
ef78a7d41b Merge branch 'develop' into feature 2021-04-15 15:46:48 -04:00
92df40a6a0 Fixes #5652: Update object data when renaming a custom field 2021-04-15 12:04:34 -04:00
b393ec2856 Enable webhooks for JournalEntry 2021-04-14 14:55:01 -04:00
664ba55460 Reorganize base TestCase classes 2021-04-14 14:22:58 -04:00
e3f5062583 Merge branch 'develop' into feature 2021-04-13 16:41:46 -04:00
cc433388f5 Fixes #6056: Optimize change log cleanup 2021-04-13 13:48:22 -04:00
e5602abee0 Closes #5848: Filter custom fields by content type in format <app_label>.<model> 2021-04-13 11:30:45 -04:00
a296a9e109 Closes #6150: Enable change logging for journal entries 2021-04-13 10:53:55 -04:00
e5bbf47ab9 Fixes #5583: Eliminate redundant change records when adding/removing tags 2021-04-13 10:14:25 -04:00
f8903a8183 Merge branch 'develop' into feature 2021-04-12 14:19:30 -04:00
7ddcec3a0d Fixes #6082: Support colons in webhook header values 2021-04-12 12:09:37 -04:00
9e62d1ad8f Fixes #6130: Improve display of assigned models in custom fields list 2021-04-09 09:43:35 -04:00
aa2beb1d78 Add tagged items count to tag view 2021-04-05 13:53:25 -04:00
f28edd0864 Use CommentField for JournalEntry comments 2021-04-02 17:14:15 -04:00
779837389b Convert all LinkColumns to Column(linkify=True) 2021-04-02 16:59:53 -04:00
e4f3b3447e Remove redundant prechange_data assignments 2021-04-02 15:21:11 -04:00
d82f2e289a Use ContentTypeChoiceField for all ContentType fields 2021-04-02 10:55:16 -04:00
0eb9f41470 Changelog & docs for #5380 2021-03-30 18:59:47 -04:00
878154c305 Closes #5830: Add as_attachment field to API serializers and admin view. 2021-03-30 23:26:55 +02:00
9ede726eea Add boolean as_attachment to Export template 2021-03-30 22:27:26 +02:00
bfa95c16e3 Add missing tests for SiteGroup 2021-03-30 11:06:59 -04:00
c7040fd418 Closes #6038: Include tagged objects list on tag view 2021-03-29 16:53:41 -04:00
12945704e9 Fix ConfigContext application for SiteGroups 2021-03-29 15:57:44 -04:00
cd629fc737 Closes #4833: Allow assigning config contexts by device type 2021-03-29 15:40:09 -04:00
93353e94a2 Note that 'table' is a reserved name for ExportTemplates 2021-03-29 11:25:57 -04:00
fe4bf62793 Truncate comments in JournalEntryTable 2021-03-29 09:54:06 -04:00
8a8342b106 Strip microseconds from JournalEntry creation time 2021-03-29 09:48:45 -04:00
e52702f6c2 Fix journal entry table ordering 2021-03-29 09:44:04 -04:00
0fae7504b3 Add Markdown support for JournalEntry comments 2021-03-29 09:43:21 -04:00
36c903da04 Add dedicated view for tags 2021-03-26 15:25:18 -04:00
981e7017bb Enable get view tests for organizational objects 2021-03-26 15:15:59 -04:00
bb00f2ff46 Introduce paginate_table() utility to simplify table pagination 2021-03-26 13:02:55 -04:00
889316085c Closes #5998: Introduce ContentTypeColumn 2021-03-17 16:29:43 -04:00
7e65a3d3b4 Add JournalEntry filter for kind 2021-03-17 13:02:40 -04:00
82fbd975f1 Add kind field to JournalEntry 2021-03-17 12:51:39 -04:00
956e2728c2 Add bulk edit, delete views for journal entries 2021-03-17 10:41:06 -04:00
f2c079de87 Add JournalEntry tests 2021-03-16 16:47:35 -04:00
8be4fbbce3 Add JournalEntry list view w/filtering 2021-03-16 15:57:23 -04:00
1f1a62da67 Initial work on #151: Object journaling 2021-03-16 15:00:08 -04:00
e97adcb614 Move ConfigContext classes out of models.py 2021-03-16 13:08:07 -04:00