25ac1edb48
Merge branch 'netbox-community:develop' into 8366-job-scheduling
2022-09-18 15:08:11 +02:00
824b4e0923
Add scheduling for reports and scripts
2022-09-18 15:06:28 +02:00
356ff457be
Allow reports to be nested in submodules
2022-09-14 19:57:37 +02:00
def853e8c4
#10278 add get_extra_addanother_params
2022-09-07 10:40:24 -07:00
6904666e2a
Remove deprecated usage of prefetch_related
...
Fixes #9699
2022-07-30 01:18:30 +02:00
379880cd84
Closes #9582 : Enable assigning config contexts based on device location
2022-06-22 16:10:48 -04:00
f13a00b2dd
Save old JobResults
2022-04-12 11:42:47 -04:00
36d6ae33d1
Allow setting individual timeouts on scripts and reports
2022-04-04 18:00:38 +02:00
ba1e6e91b9
Rename ObjectEditView.model_form to form
2022-03-21 10:22:30 -04:00
da6ed8ea11
Fixes #8761 : Correct view name resolution under journal entry views
2022-02-28 12:10:22 -05:00
0953bba0a3
Closes #8747 : Rename ObjectListView action_buttons to actions
2022-02-24 16:33:51 -05:00
d42c59792f
#8334 : Move object changelog & journaling to generic views
2022-02-09 16:24:10 -05:00
23a80770e1
Move configure_table() logic to NetBoxTable.configure()
2022-02-09 14:10:54 -05:00
4a1b4e0485
Closes #8469 : Move BaseTable, columns to netbox core app
2022-01-27 15:00:10 -05:00
21e0e6e495
Closes #6954 : Remember users' table ordering preferences
2022-01-10 14:03:07 -05:00
7b66dae2f0
Merge branch 'develop' into feature
2021-12-28 16:14:24 -05:00
1987647cc3
Closes #8175 : Display parent object when attaching an image
2021-12-28 13:06:27 -05:00
77dd684916
Closes #7784 : Support cluster type assignment for config contexts
2021-12-23 14:20:03 -05:00
2c01e178c7
Update config context display to reference data_format preference
2021-12-21 19:59:33 -05:00
5e32c69e0e
Merge branch 'develop' into feature
2021-12-21 11:28:16 -05:00
4ae2b4e0b9
Convert reports to use HTMX
2021-12-20 20:52:29 -05:00
872691a138
Convert scripts to use HTMX
2021-12-20 20:45:32 -05:00
2dad35186a
Generic view cleanup
2021-12-14 11:28:13 -05:00
23d90823a3
Fixes #7720 : Fix initialization of custom script MultiObjectVar field with multiple values
2021-11-17 16:22:47 -05:00
3ad773beb3
Fixes #7741 : Fix 404 when attaching multiple images in succession
2021-11-09 16:46:58 -05:00
460e3fd5d6
Introduce a common URL for the creation of image attachments
2021-10-01 12:34:30 -04:00
a9930bd442
Optimize display of ConfigContext assigned objects
2021-07-21 14:11:42 -04:00
4e0b795a3c
Add UI views for webhooks
2021-06-23 21:30:23 -04:00
10cbbee947
Add UI views for export templates
2021-06-23 20:56:50 -04:00
276ded0119
Add UI views for custom links
2021-06-23 17:10:04 -04:00
b017927c69
Add UI views for custom fields
2021-06-23 17:10:04 -04:00
a224e5d470
Closes #6493 : show ObjectChange diff for non-atomic changes
2021-06-05 19:15:25 +00:00
c4e88fd11a
Consolidate FilterSet classes
2021-04-29 15:59:11 -04:00
a296a9e109
Closes #6150 : Enable change logging for journal entries
2021-04-13 10:53:55 -04:00
aa2beb1d78
Add tagged items count to tag view
2021-04-05 13:53:25 -04:00
c7040fd418
Closes #6038 : Include tagged objects list on tag view
2021-03-29 16:53:41 -04:00
e52702f6c2
Fix journal entry table ordering
2021-03-29 09:44:04 -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
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
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
42e82f0ead
Update object edit template to use fieldsets where possible
2021-02-25 13:51:48 -05:00
4a066a1913
Rename get_subquery() to count_related()
2020-12-17 14:47:49 -05:00
915cf3e715
Merge branch 'develop' into develop-2.10
2020-12-01 11:42:55 -05:00
f55e966c8f
Closes #4865 : Replace all Count() annotations with subqueries ( #5385 )
...
* Convert circuits to use subqueries
* Convert dcim to use subqueries
* Convert extras to use subqueries
* Convert ipam to use subqueries
* Convert secrets to use subqueries
* Convert virtualization to use subqueries
* Update global search view to use subqueries where appropriate
* Remove extraneous order_by() calls
2020-11-25 15:49:18 -05:00
b3d674e170
Remove extraneous imports
2020-11-24 10:13:03 -05:00