Jeremy Stretch
e30686db0b
Changelog & renaming for #2065
2019-03-07 13:58:34 -05:00
Jeremy Stretch
9f83d363fe
Merge pull request #2957 from axnsan12/ref-name
...
Resolve drf-yasg `ref_name` conflicts
2019-03-07 13:52:29 -05:00
Marc
976fe5e32a
Fix IP address is not recorded in the associated interface's changelog
2019-03-07 10:57:26 +01:00
Jeremy Stretch
85acc4d73a
Fixes #2972 : Improve ContentTypeField serializer to elegantly handle invalid data
2019-03-06 12:42:47 -05:00
Jeremy Stretch
73699075f8
Fixes #2976 : Add delete button to tag view
2019-03-06 12:11:01 -05:00
Jeremy Stretch
593105dd8f
Merge pull request #2969 from DanSheps/2435-PrintingCSS
...
Closes #2435 : Printer friendly CSS
2019-03-06 09:44:04 -05:00
Daniel Sheppard
9e4e7381f1
Remove .noprint from outside of the @media tag
2019-03-05 21:52:54 -06:00
Daniel Sheppard
840eda7540
Remove .noprint from outside of the @media tag
2019-03-05 21:52:37 -06:00
dansheps
9e2af54d31
* Updated changelog
2019-03-05 15:46:41 -06:00
dansheps
a7f5db45e4
* Added CSS to:
...
* Hide URLs
* Hide elements with "noprint" class
* Added noprint to:
* Header Panel
* Search Panel, Tags Panel
* Buttons
* Various list elements
* Related elements
2019-03-05 15:42:47 -06:00
Jeremy Stretch
2fa7a21250
Updated migrations to account for extras/0017_exporttemplate_mime_type_length
2019-03-05 13:46:37 -05:00
Jeremy Stretch
4bb54bb403
Merge branch 'develop' into develop-2.6
2019-03-05 13:39:00 -05:00
Jeremy Stretch
d3aa65ab03
Changelog for #2966
2019-03-05 13:18:56 -05:00
Jeremy Stretch
36ff4400ab
Merge pull request #2967 from Anthony25/fix_cable_length_unit_api
...
Allow nullable length unit in cable API
2019-03-05 13:17:37 -05:00
Jeremy Stretch
3ee7284164
Fixes #2961 : Prevent exception when exporting inventory items belonging to unnamed devices
2019-03-05 13:15:09 -05:00
Jeremy Stretch
b3c753bb8a
Fixes #2962 : Increase ExportTemplate mime_type field length
2019-03-05 13:08:40 -05:00
Anthony Ruhier
0849490ac1
Allow nullable length unit in cable API
...
Cables models define it as None by default, but the API rejects a
request containing a null length_unit. Allows it in the API
serializer.
2019-03-05 18:44:44 +01:00
Jeremy Stretch
d11b778892
Rearranged changelog items
2019-03-04 16:01:43 -05:00
Grokzen
0ce752c816
Closes #1792 - Add CustomFieldChoices API endpoint ( #2941 )
...
* Add new api endpoint for CustomFieldChoices
* Add changelog item for #1792
* Add tests for CustomFieldchoiceAPI endpoint
2019-03-04 15:58:40 -05:00
Jeremy Stretch
1092eeb158
Fixed erroneous addition of 'description' field to unique_together
2019-03-04 15:57:21 -05:00
Jeremy Stretch
275ae923f5
Changelog for #2954
2019-03-04 15:16:35 -05:00
Jeremy Stretch
83c914bfca
Merge pull request #2955 from axnsan12/trailing-slashes
...
Remove trailing slashes from filesystem paths
2019-03-04 15:14:45 -05:00
Jeremy Stretch
9262a655c9
Follow-up from #2781
2019-03-04 14:57:35 -05:00
Jeremy Stretch
98c15b1f97
Merge pull request #2935 from DanSheps/2781-fixsitelistfilterregion
...
Fixes : #2781 - Enable Filtering by Multiple Regions on Site and Device Lists
2019-03-04 14:42:04 -05:00
Cristi Vîjdea
4dbf2c6d58
Resolve drf-yasg ref_name
conflicts
...
This solves the problem of distinct serializers being confused because they have the same class name (e.g. `InterfaceSerializer`)
Fixes #2065 .
2019-03-04 03:49:26 +02:00
Cristi Vîjdea
6e85a3975b
Remove trailing slashes from filesystem paths
...
Paths with trailing slashes do not work on windows, they cause errors such as `django.core.exceptions.SuspiciousFileOperation: The joined path (C:\Projects\netbox\netbox\static\clipboard-2.0.4.min.js) is located outside of the base path component (C:\Projects\netbox\netbox\static\)`.
2019-03-04 03:38:15 +02:00
John Anderson
c2c67cf58d
Merge branch 'develop' into develop-2.6
2019-03-03 19:06:15 -05:00
John Anderson
61927f5eb4
Merge branch 'develop-2.6' of github.com:digitalocean/netbox into develop-2.6
2019-03-03 19:06:05 -05:00
John Anderson
9de4c55654
fixes #2952 - slug field absent from TenantFilter
2019-03-03 18:52:57 -05:00
John Anderson
ec3c8506ca
v2.6.0-dev version update
2019-03-01 23:16:08 -05:00
Jeremy Stretch
6d428b39d7
Force resolution of request User object when logging an object deletion (resolves intermittent test failures)
2019-02-28 11:40:32 -05:00
Jeremy Stretch
c263e596cb
Fixes #2938 : Exclude circuit terminations from API interface connections endpoint
2019-02-28 09:59:17 -05:00
Jeremy Stretch
5baf9db3f2
Fixes #2938 : Enforce deterministic ordering of device components returned by API
2019-02-28 09:49:23 -05:00
dansheps
b016d0f01a
Fixes #2781 : Fixes filter by regions on site and device list
...
* Add Device filter
2019-02-27 14:46:11 -06:00
dansheps
3559681999
Fixes #2781 : Fixes filter by regions on site and device list
2019-02-27 11:41:12 -06:00
Jeremy Stretch
b971a3838c
Fixes #2705 : Fix endpoint grouping in API docs
2019-02-26 16:38:49 -05:00
Jeremy Stretch
68de647e3b
Changelog for #2923
2019-02-22 12:16:15 -05:00
Jeremy Stretch
7fda8a50fe
Merge pull request #2928 from DanSheps/2923-changecircuitsitefiltermulti
...
Fixes #2923 : Changes Site on ProviderFilterForm to APISelectMultiple
2019-02-22 12:13:56 -05:00
Jeremy Stretch
e6e72d999d
Merge branch 'develop' into develop-2.6
2019-02-22 12:10:44 -05:00
Jeremy Stretch
e25fda47f9
Merge pull request #2918 from digitalocean/2643-description-fields
...
Closes #2643 : Add description field to console/power components and device bays
2019-02-22 12:08:24 -05:00
Daniel Sheppard
b54c6c0f68
Fixes #2923 : Changes Site Filter on Provider List to APISelectMultiple
2019-02-22 07:13:39 -06:00
John Anderson
c06723f133
added changelog views for Tag
2019-02-22 02:29:00 -05:00
John Anderson
20bd8411d6
fix circular import for ObjectChange, for now...
2019-02-22 01:42:17 -05:00
John Anderson
b318811de8
refactor tag migrations and add changelog fields to tag
2019-02-22 01:32:31 -05:00
Jeremy Stretch
5bcfef475a
Post-release version bump
2019-02-21 14:45:23 -05:00
Jeremy Stretch
84c92d3425
Release v2.5.7
2019-02-21 14:42:44 -05:00
Jeremy Stretch
1921936208
Changelog for #2638
2019-02-21 13:30:57 -05:00
hSaria
add94c5254
Closes #2638 : Copy Button for Secrets ( #2860 )
...
* Added clipboard.min.js
* Added copy button to secrets
* renamed clipboard JS library
2019-02-21 13:26:19 -05:00
Jeremy Stretch
6f9ef3909a
Fixes #2852 : Allow filtering devices by null rack position
2019-02-21 10:26:31 -05:00
John Anderson
ed8adcf339
removed migration to delete taggit models
2019-02-21 00:15:15 -05:00