Commit Graph

7521 Commits

Author SHA1 Message Date
jeremystretch
06fe0fa06f Remove obsolete reference to csv_headers 2021-06-09 16:10:41 -04:00
Jeremy Stretch
78b10d1e55 Merge pull request #6579 from netbox-community/6068-csv-export
Closes #6068: Clean up CSV export
2021-06-09 16:09:12 -04:00
jeremystretch
04fdde51b0 Changelog for #6068 2021-06-09 15:55:38 -04:00
jeremystretch
e101116411 Remove csv_headers model attributes 2021-06-09 15:52:49 -04:00
jeremystretch
a4f0150871 Replace 'default format' export with 'all data' 2021-06-09 15:26:02 -04:00
jeremystretch
f374902564 Remove obsolete to_csv() methods 2021-06-09 15:08:49 -04:00
jeremystretch
d9a7aff709 Modify default CSV export to render from tables 2021-06-09 15:02:31 -04:00
jeremystretch
641babf47e Changelog for #5963 2021-06-09 13:27:26 -04:00
Jeremy Stretch
36400427f4 Merge pull request #6576 from netbox-community/5963-custom-validation
Closes #5963: Custom model validation
2021-06-09 13:21:38 -04:00
jeremystretch
376ea337b8 Renumber docs from v2.12 to v3.0 2021-06-09 13:20:46 -04:00
jeremystretch
03d5bd1ff9 Extend CustomValidator to support required, prohibited fields 2021-06-09 13:10:35 -04:00
jeremystretch
db797c7c28 Rename fail() kwarg from attr to field 2021-06-09 12:11:47 -04:00
jeremystretch
c919481532 Document the custom validation feature 2021-06-09 12:09:30 -04:00
jeremystretch
1d2a9b07e5 Document the new post_clean signal 2021-06-09 12:08:50 -04:00
jeremystretch
2763ed6f3e Initial work on custom model validation 2021-06-09 11:36:29 -04:00
jeremystretch
32cdc2d72c Merge v2.11.5 2021-06-04 09:47:14 -04:00
jeremystretch
7b4ee829c0 Release v2.11.5 2021-06-04 09:09:56 -04:00
jeremystretch
0945a7f3e7 Fix "select all" box (again) 2021-06-04 09:01:58 -04:00
jeremystretch
0e72003a96 Improve performance when fetching objects for bulk edit 2021-06-03 21:11:45 -04:00
jeremystretch
1cbd64838a Closes #6495: Replace 'help' link in footer with 'community' 2021-06-03 20:35:53 -04:00
jeremystretch
605bd97da4 Closes #6540: Add a 'flat' column to the prefix table 2021-06-03 20:31:09 -04:00
jeremystretch
07dc92728b Remove unused function 2021-06-03 20:27:24 -04:00
jeremystretch
d5cda548ee Changelog for #6527 2021-06-03 17:20:24 -04:00
Jeremy Stretch
35952e6ea3 Merge pull request #6537 from maximumG/6527-report-description-makdown
feat: markdown support in report's description
2021-06-03 17:18:22 -04:00
maximumG
48d49cf6d1 fix: remove call-outs regarding markdown support 2021-06-03 20:36:52 +02:00
maxime-gerges-external
34ee502447 feat: markdown support in report's description
* markdown support in report list and report result pages
* Add notes in the documentation regarding markdown
2021-06-03 14:48:18 +02:00
Daniel Sheppard
645f459155 Fixes: #6432 - Properly mark nat_outside as read-only and not-required. 2021-06-02 22:45:17 -05:00
jeremystretch
01ceb35626 Merge branch 'develop' into feature 2021-06-02 20:35:38 -04:00
jeremystretch
fef534058d Fixes #6492: Correct tag population in post-change data resulting from REST API changes 2021-06-02 17:02:44 -04:00
jeremystretch
8c300de023 Fixes #6217: Disallow passing of string values for integer custom fields 2021-06-02 16:12:11 -04:00
jeremystretch
15d26dfe1f Suppress migration output during testing 2021-06-02 16:02:38 -04:00
jeremystretch
f34fb28d59 Fixes #6517: Fix assignment of user when creating rack reservations via REST API 2021-06-02 16:02:22 -04:00
jeremystretch
e66f8a5113 Fixes #6525: Paginate related IPs table under IP address view 2021-06-02 15:48:15 -04:00
jeremystretch
174adf0bc0 Closes #6519: Avoid querying applicable webhooks for every object 2021-06-01 13:55:17 -04:00
Jeremy Stretch
54d7d05219 Merge pull request #6516 from netbox-community/6284-m2m-webhooks
Closes #6284: Fix redundant webhooks
2021-06-01 13:09:21 -04:00
jeremystretch
ef0638951d Changelog for #6284 2021-06-01 12:57:31 -04:00
jeremystretch
5148f54383 Restore webhooks worker test 2021-06-01 12:52:25 -04:00
jeremystretch
96565cd026 Add bulk operation tests for webhooks 2021-06-01 09:50:38 -04:00
jeremystretch
dcd51763a1 Update post-change snapshot for M2M changes 2021-06-01 09:30:54 -04:00
jeremystretch
b25ebb0f78 Extend webhook create/update/delete tests 2021-06-01 09:04:01 -04:00
jeremystretch
a24e4780c6 Initial work on #6284 2021-05-28 16:07:27 -04:00
jeremystretch
cff7b5a6e5 Fixes #6064: Fix object permission assignments for user and group models 2021-05-28 13:27:05 -04:00
jeremystretch
e3971e3f51 Fixes #6496: Fix upgrade script when Python installed in nonstandard path 2021-05-28 13:18:50 -04:00
jeremystretch
0d2d6a4b49 Fixes #6502: Correct permissions evaluation for running a report via the REST API 2021-05-28 13:16:25 -04:00
jeremystretch
2557e67680 Correct Prefix REST API test case 2021-05-28 11:15:45 -04:00
jeremystretch
ccb82bf798 Closes #6487: Add location filter to cable connection form 2021-05-28 09:09:59 -04:00
jeremystretch
63317f46cb Closes #6501: Expose prefix depth and children on REST API serializer 2021-05-28 08:56:55 -04:00
Jeremy Stretch
04609a6c3b Merge pull request #6488 from netbox-community/6087-prefix-depth-children
Closes #6087: Cache prefix depth & children count
2021-05-28 08:37:45 -04:00
jeremystretch
993fa9793d Linkify prefix children count 2021-05-27 15:40:55 -04:00
jeremystretch
18d0b991de Specify batch size for bulk_update() 2021-05-27 15:25:40 -04:00