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

1102 Commits

Author SHA1 Message Date
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
58841e85db update css classes for bootstrap 5 colors 2021-03-17 23:31:15 -07:00
cf8dad5763 fix object journal styles 2021-03-17 22:37:13 -07: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
46a024441c Closes #5995: Dropped backward compatibility for queryset parameter on ObjectVar and MultiObjectVar 2021-03-16 11:28:50 -04:00
a694dbb020 Closes #5990: Deprecated display_field parameter for custom script ObjectVar and MultiObjectVar fields 2021-03-16 11:08:34 -04:00
c64f96d65b Drop usage of display_field on DynamicModelChoiceFields 2021-03-16 10:29:15 -04:00
fb48c1f6dd Add 'display' field to all REST API serializers 2021-03-16 10:06:25 -04:00
fca5accba8 Clean up base serializers 2021-03-12 13:31:28 -05:00
c072ba088f Add webhook support for additional models 2021-03-10 14:49:02 -05:00
19b78e63ce Introduce ChangeLoggedModel as a standard model 2021-03-10 13:37:13 -05:00
bac2387f50 Merge branch 'develop' into feature 2021-03-09 20:04:20 -05:00
c3ad2d0a80 Fixes #5948: Invalidate cached queries when running renaturalize 2021-03-09 16:39:55 -05:00
c6641ec1de Closes #3451: Add pre-/post-change snapshots to webhooks 2021-03-09 13:03:44 -05:00
c083b862a7 Improve JSON output formatting of webhook receiver 2021-03-09 12:03:56 -05:00
6ffadb501b Closes #5610: Add REST API endpoint for webhooks 2021-03-09 09:22:58 -05:00
38ded66c4e Closes #5608: Add REST API endpoint for custom links 2021-03-08 20:57:44 -05:00
79b19821f6 Closes #5892: Introduce SiteGroup model (#5937)
* Initial work on #5892

* Add site group selection to object edit forms

* Add documentation for site groups

* Changelog for #5892

* Finish application of site groups to config context
2021-03-08 13:28:53 -05:00
9c967ee3ea Fixes #5913: Improve change logging (#5924)
* Initial work on #5913
* Provide per-line diff highlighting
* BulkDeteView should delete objects individually to secure a pre-change snapshot
* Add changelog tests for bulk operations
2021-03-04 13:06:04 -05:00
fdb3e3f9a4 Closes #5895: Rename RackGroup to Location 2021-03-03 13:30:33 -05:00
6ed2e7b636 Closes #5894: Use primary keys when filtering object lists by related objects in the UI 2021-03-01 17:24:30 -05:00
1ddc1a6781 Closes #5451: Add support for multiple-selection custom fields 2021-03-01 14:52:57 -05:00
3f216fa4a3 Remove unused CustomFieldModel class 2021-03-01 14:33:52 -05:00
9db492eb07 Add custom field support to ComponentCreateForm 2021-03-01 13:37:53 -05:00
6a9b50f95d Closes #5873: Use numeric IDs in all object URLs 2021-02-26 17:23:23 -05:00
1dcd857ca6 Closes #5370: Extend custom field support to organizational models 2021-02-26 16:25:37 -05:00
7e6cb9d186 Closes #1638: Migrate all primary keys to 64-bit integers 2021-02-26 16:12:52 -05:00
12fbd34962 Introduce NestedGroupModelSerializer 2021-02-25 17:15:42 -05:00
42e82f0ead Update object edit template to use fieldsets where possible 2021-02-25 13:51:48 -05:00
bec7ea7072 Standardize model types based on function 2021-02-24 21:01:16 -05:00
0a6ebdee48 Upgrade Django to 3.2b1 2021-02-24 19:00:14 -05:00
359ae5d116 Raise exceptions for other inconsistencies when migrating custom field data
Fixes #5573
2021-01-05 15:05:17 +00:00
af3c4905ea Fixes #5558: Fix regex validation support for custom URL fields 2020-12-31 10:21:01 -05:00
8ae3331d04 Closes #5549: Eliminate extraneous database queries when using brief API calls 2020-12-29 11:41:44 -05:00