Jeremy Stretch
17b5dd6365
Merge pull request #3807 from hSaria/3712-scroll-offset
...
Fixes 3712
2019-12-30 11:40:43 -05:00
Saria Hajjar
53ce042eca
Changelog
2019-12-29 21:22:14 +00:00
Saria Hajjar
b4bfd7fb0e
Replace doc logo with svg
2019-12-29 14:10:31 +00:00
Saria Hajjar
ee8dd0da44
Changelog for 3762
2019-12-29 08:50:08 +00:00
kobayashi
ca4f71dd55
implement 3788
2019-12-27 16:17:17 -05:00
Jeremy Stretch
190ae360ed
Fixes #3695 : Include A/Z termination sites for circuits in global search
2019-12-27 14:04:03 -05:00
Jeremy Stretch
1ee079868c
Fixes #3789 : Typo
2019-12-26 10:19:32 -05:00
Jeremy Stretch
187153b0d8
Docs & changelog for #3705
2019-12-26 10:16:53 -05:00
Jeremy Stretch
0cfc27b58b
Fixes #3780 : Fix AttributeError exception in API docs
2019-12-19 14:04:18 -05:00
Jeremy Stretch
1ec879a9b1
Release v2.6.9
2019-12-16 16:30:20 -05:00
Markku Leiniö
1c81c8b8ea
Fix gunicorn.conf remains to gunicorn.py
2019-12-14 21:14:48 +02:00
Jeremy Stretch
40a204acd0
Merge pull request #3764 from kobayashi/3679
...
fix 3757
2019-12-13 15:57:13 -05:00
kobayashi
dee2139a19
fix 3679
2019-12-13 14:42:10 -05:00
Jeremy Stretch
b3b3ae3192
Merge pull request #3763 from hSaria/3761-token-copy-button
...
Fixes #3761 : copy button for tokens
2019-12-13 14:16:41 -05:00
Jeremy Stretch
b1863c6ffd
Fixes #2358 : Respect custom field default values when creating objects via the REST API
2019-12-13 14:15:48 -05:00
hSaria
1c23f50423
Update version-2.6.md
2019-12-13 18:08:34 +00:00
Jeremy Stretch
511768692b
Fixes #2170 : Prevent the deletion of a virtual chassis when a cross-member LAG is present
2019-12-13 11:36:31 -05:00
Jeremy Stretch
943fff2285
Closes #3441 : Move virtual machine results near devices in global search
2019-12-13 10:37:58 -05:00
Jeremy Stretch
3374c5b042
Closes #3152 : Include direct link to rack elevations on site view
2019-12-13 10:12:46 -05:00
Jeremy Stretch
cf47170cde
Remove obsolete initial_data fixtures (no longer maintained)
2019-12-12 14:30:43 -05:00
Jeremy Stretch
e61a79acb7
Fix up the installation docs
2019-12-12 14:27:12 -05:00
Jeremy Stretch
81cabc72a6
Closes #3706 : Increase available_power maximum value on PowerFeed
2019-12-11 21:12:18 -05:00
John Anderson
c86b9267f5
change render_format to render for svg elevations
2019-12-11 17:33:58 -05:00
Jeremy Stretch
53f5d162b4
Touched up the release notes
2019-12-11 17:22:41 -05:00
Jeremy Stretch
2e71a8ed95
Changelog for #3664
2019-12-11 16:14:41 -05:00
John Anderson
3fe39794f1
Merge pull request #3754 from netbox-community/2248-svg-rack-elevations
...
2248 svg rack elevations
2019-12-11 14:26:32 -05:00
John Anderson
21cd260a6c
review updates to svg rendering
2019-12-11 13:39:10 -05:00
Jeremy Stretch
1e82ffa971
Changelog and documentation for #1814
2019-12-11 11:01:31 -05:00
John Anderson
51bd14a1d8
updated changelog with deprecation notice of rack units endpoint
2019-12-11 10:39:46 -05:00
John Anderson
fd01358773
changelog for #2248
2019-12-11 10:34:44 -05:00
hSaria
75b6c68d30
Changelog for #3751
2019-12-11 07:24:44 +00:00
Jeremy Stretch
01adf446ef
Add deprecation warning for Python 3.5
2019-12-10 13:44:45 -05:00
Jeremy Stretch
20feca6609
Add description field to CircuitType ( #3655 )
2019-12-10 13:25:14 -05:00
Jeremy Stretch
9a9fd18fb8
Chnagelog for #3655
2019-12-10 13:09:41 -05:00
Jeremy Stretch
82ae419731
Merge branch 'develop' into develop-2.7
2019-12-10 11:51:10 -05:00
Jeremy Stretch
5b0455b2a0
Release v2.6.8
2019-12-10 10:42:48 -05:00
Jeremy Stretch
51e1ed9f15
Changelog for #2669
2019-12-09 17:28:21 -05:00
Jeremy Stretch
19b8596443
Fixes #3644 : Fix exception when connecting a cable to a RearPort with no corresponding FrontPort
2019-12-09 15:42:04 -05:00
Jeremy Stretch
9719098f6b
Closes #648 : Pre-populate forms when selecting "create and add another"
2019-12-06 16:40:39 -05:00
Jeremy Stretch
ef79579119
Closes #33 : Add ability to clone objects (pre-populate form fields)
2019-12-06 16:13:52 -05:00
Jeremy Stretch
3eb2c631c7
Closes #3408 : Remove WEBHOOKS_ENABLE configuration setting
2019-12-06 11:52:28 -05:00
Jeremy Stretch
ad9d33550f
Closes #3731 : Change Graph.type to a ContentType foreign key field
2019-12-06 10:32:59 -05:00
Jeremy Stretch
84c345b043
Fixes #3725 : Enforce client validation for minimum service port number
2019-12-05 21:22:34 -05:00
Jeremy Stretch
c530f970b1
Fixes #3722 : Allow the underscore character in IPAddress DNS names
2019-12-05 21:14:29 -05:00
Jeremy Stretch
31a9917c78
Changelog updates
2019-12-05 20:52:30 -05:00
Daniel Sheppard
75e47fa00b
Add list view for device components ( #3719 )
...
* Initial Work on #3564
* #3564 - Fixup issue with filter on interface
* #3564 - Fix PEP8 errors
* #3564 - Finalize fields, readjust order, reduce repetition
* #3564 - Update Changelog
* #3564 - Fix extra space
* #3564 - Change interface table ordering
* #3564 - Minor cleanup
* #3564 - Add Import Links
* Fix PEP8
2019-12-05 17:10:49 -05:00
Jeremy Stretch
c31f172d05
Changelog updates
2019-12-05 15:54:29 -05:00
Sander Steffann
9b9a9bf8f5
822 bulk import of device components ( #3711 )
...
Closes #822 : CSV import for device components
* Implement CSV import for netbox-community#822
* Comment out default_return_url until there is a proper target
* Fix the default value of `enabled` when not included in the import
* rear_port is definitely required here
* Power Ports don't have a type (yet)
* Add import for console-ports and console-server-ports
* Add import for device-bays
2019-12-05 15:36:11 -05:00
John Anderson
05cd8e839f
fixes #3724 - allow filtering interfaces by more than one device name
2019-12-04 02:00:08 -05:00
Jeremy Stretch
683cfa95d7
Fixes #3312 : Fix validation error when editing power cables in bulk
2019-11-27 09:19:34 -05:00