Commit Graph

7531 Commits

Author SHA1 Message Date
Jeremy Stretch
b2e9214ab6 Merge pull request #6592 from netbox-community/5264-tokens-api-endpoint
Closes #5264: REST API endpoint for tokens
2021-06-14 09:01:20 -04:00
jeremystretch
a4cda48dd8 Fix schema generation for tokens endpoint 2021-06-14 08:52:22 -04:00
jeremystretch
88b2e529ba Revert tweak to TokenPermissions.has_permission() 2021-06-14 08:38:10 -04:00
jeremystretch
916cb73791 Omit REST API schema view from permissions enforcement 2021-06-11 16:24:02 -04:00
jeremystretch
47ef7eb0ba Docs and release notes for #5264 2021-06-11 16:12:25 -04:00
jeremystretch
4e56becf71 Add a REST API endpoint to provision new tokens using username & password 2021-06-11 15:54:31 -04:00
jeremystretch
27045906b4 Initial work on REST API endpoint for tokens 2021-06-11 15:14:19 -04:00
jeremystretch
64a948c350 Closes #6590: Introduce a nightly housekeeping command to clear expired sessions and change records 2021-06-11 10:44:17 -04:00
jeremystretch
1fd53531d6 Introduce ColorField for consistent represention of color choice fields in forms 2021-06-09 17:17:39 -04:00
jeremystretch
ae5f1b5a4f Closes #3682: Add color field to front and rear ports 2021-06-09 16:51:51 -04:00
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