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

7185 Commits

Author SHA1 Message Date
97c087ef5f Fixes #6196: Fix object list display for users with read-only permissions 2021-04-19 10:46:23 -04:00
07f39b31da Expose Django SESSION_COOKIE_NAME setting
There are situations in which it is convenient to be able to modify the name of the cookie that the application uses for storing the session token (conflicts with other cookies on the same domain, for example).
2021-04-19 12:00:27 +10:00
6bd4b3c167 Fixes #6184: Fix parent object table column in prefix IP addresses list 2021-04-16 13:07:41 -04:00
89350a80ad PRVB 2021-04-16 10:32:21 -04:00
f26227ecec Merge pull request #6180 from netbox-community/develop
Release v2.11.0
v2.11.0
2021-04-16 09:52:45 -04:00
c002501c2e Merge branch 'master' into develop 2021-04-16 09:40:29 -04:00
8af78c6d84 Release v2.11.0 2021-04-16 09:36:05 -04:00
7e8ffd8390 Fix markdown list indentation 2021-04-16 09:32:37 -04:00
5bd30060e7 Fixes #6177: Prevent VM interface from being assigned as its own parent 2021-04-16 09:18:58 -04:00
c24cac9a44 Fixes #6176: Correct position of MAC address field when creating VM interfaces 2021-04-16 09:16:43 -04:00
2bc9730b1d Merge release notes from v2.11-beta1 2021-04-16 09:16:01 -04:00
428858dc75 Merge pull request #6175 from netbox-community/feature
Prep for v2.11 release
2021-04-16 08:45:23 -04:00
8a425a93ae Fixes #6173: Fix assigned device/VM count when bulk editing/deleting device roles 2021-04-15 19:53:46 -04:00
0bb2a051b6 Fixes #6171: Fix display of horizontally-scrolling object lists 2021-04-15 15:52:11 -04:00
ef78a7d41b Merge branch 'develop' into feature 2021-04-15 15:46:48 -04:00
6c1c695616 Merge pull request #6172 from netbox-community/develop
Release v2.10.10
v2.10.10
2021-04-15 15:34:24 -04:00
8bdab347b6 Merge branch 'master' into develop 2021-04-15 15:24:36 -04:00
ae349d4424 Release v2.10.10 2021-04-15 15:20:30 -04:00
3e49745257 Changelog for #6168 2021-04-15 13:30:42 -04:00
c2b7226205 Merge pull request #6169 from promasu/develop
Fixes #6168: Add SFP56 interface type
2021-04-15 13:29:44 -04:00
f67369a9a9 Fixes #5643: Fix VLAN assignment when editing VM interfaces in bulk 2021-04-15 13:26:19 -04:00
14d2a49942 Fixes #6168: Add SFP56 interface type
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
2021-04-15 18:37:45 +02:00
92df40a6a0 Fixes #5652: Update object data when renaming a custom field 2021-04-15 12:04:34 -04:00
a2203da1c6 Fixes #6162: Fix choice field filters (multiple models) 2021-04-14 16:17:19 -04:00
0fb8291b8b Documentation cleanup 2021-04-14 15:21:30 -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
3d0882856f Closes #5796: Add DC terminal power port, outlet types 2021-04-14 10:44:15 -04:00
e849d28276 Closes #5980: Add Saf-D-Grid power port, outlet types 2021-04-14 10:40:31 -04:00
18a691482d Closes #6160: Add F connector port type 2021-04-14 10:38:54 -04:00
7c48e3632d Closes #6157: Support Markdown rendering for report logs 2021-04-14 10:21:07 -04:00
8701b20899 Fixes #6155: Fix admin links for plugins, background tasks 2021-04-14 09:46:05 -04:00
e3f5062583 Merge branch 'develop' into feature 2021-04-13 16:41:46 -04:00
d427e0522e Closes #5757: Add unique identifier to every object view 2021-04-13 16:14:12 -04:00
46e144f647 Clean up object header 2021-04-13 16:03:07 -04:00
6ad20c53d9 Delete unused template 2021-04-13 15:58:21 -04:00
cc433388f5 Fixes #6056: Optimize change log cleanup 2021-04-13 13:48:22 -04:00
1fba4b7e32 Fixes #5419: Update parent device/VM when deleting a primary IP 2021-04-13 13:23:25 -04:00
c249cd4ffd Fixes #6152: Fix custom field filtering for cables, virtual chassis 2021-04-13 12:05:44 -04:00
d54bf5f75e Fixes #6144: Fix MAC address field display in VM interfaces search form 2021-04-13 11:52:32 -04:00
9cbe3ff551 Enable close-stale-issue action 2021-04-13 11:46:14 -04:00
b1d20d3228 Closes #6149: Support image attachments for locations 2021-04-13 11:39:04 -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
9bda2a44ae Fix permissions for cable trace view tests 2021-04-12 16:25:52 -04:00
a1d32c3a21 Add view tests for CircuitTermination 2021-04-12 16:07:52 -04:00
b4b68c0b00 Move create_test_device() to testing utils 2021-04-12 16:07:03 -04:00
608bf30bda Add cable trace view tests 2021-04-12 15:52:24 -04:00
d0be5f09a5 Merge branch 'develop' into feature 2021-04-12 15:35:12 -04:00