Commit Graph

378 Commits

Author SHA1 Message Date
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
Jeremy Stretch
f466b9289d Fixes #3720: Correctly indicate power feed terminations on cable list 2019-11-26 16:56:11 -05:00
Jeremy Stretch
43350136db Fixes #3709: Prevent exception when importing an invalid cable definition 2019-11-26 16:46:51 -05:00
hSaria
cf668d1066 Fixed #3697: Correct field_order attribute name 2019-11-20 17:03:12 +00:00
Jeremy Stretch
db43f51dd3 Merge pull request #3687 from kobayashi/3679
fix url expressions
2019-11-14 22:03:03 -05:00
Jeremy Stretch
8fc5128352 Changelog for #3663 2019-11-14 22:01:37 -05:00
kobayashi
a16b22c833 fix url expressions 2019-11-13 00:48:47 -05:00
kobayashi
b995493916 Changelog for #3329 2019-11-12 09:47:31 -05:00
Bernhard Bock
9066d32524 Docs: Remove obsolete P3P policy
P3P is obsolete (https://www.w3.org/TR/P3P11/), therefore the HTTP header
should be removed from the recommended config in the installation docs.
2019-11-08 15:13:32 +01:00
Jeremy Stretch
262d9ca60f Changelog entries for #3139 and #3457 2019-11-06 09:58:30 -05:00
Jeremy Stretch
60737a8d6b Fixes #3669: Include weight field in prefix/VLAN role form 2019-11-06 09:39:21 -05:00
Jeremy Stretch
43b5439f5d Fixes #3674: Include comments on PowerFeed view 2019-11-06 09:26:49 -05:00
Jeremy Stretch
01ac6d560d Merge branch 'develop' into develop-2.7 2019-11-01 16:19:36 -04:00
Jeremy Stretch
a304ef77a0 Release v2.6.7 2019-11-01 15:37:05 -04:00
Jeremy Stretch
15919b8a8c Changelog for #3357 2019-11-01 14:31:03 -04:00
Jeremy Stretch
92444a1b18 Merge pull request #3660 from tyler-8/gunicorn_options
Add max_requests details to example config
2019-11-01 12:32:39 -04:00
Jeremy Stretch
d3bfe80326 Closes #3659: Add filtering for objects in admin UI 2019-11-01 12:22:39 -04:00
Tyler Bigler
d72d5239e3 Increase request counts for max_requests 2019-11-01 12:09:44 -04:00
Jeremy Stretch
f2b6569763 Changelog for #3619 2019-11-01 11:45:22 -04:00
Tyler Bigler
834ea5065b Remove redundant word 2019-11-01 10:26:53 -04:00
Tyler Bigler
d28e86625e Add max_requests details to example config 2019-11-01 10:23:25 -04:00
Jeremy Stretch
acd5ccccef Closes #1865: Add console port and console server port types 2019-10-30 14:25:55 -04:00
Jeremy Stretch
e72450ccc2 Updated v2.7 release notes 2019-10-30 10:34:26 -04:00
Jeremy Stretch
5360aa9593 Closes #3652: Limit next/previous rack by assigned rack group 2019-10-29 15:17:00 -04:00
Jeremy Stretch
216def12bd Changelog for #3629 2019-10-28 13:19:01 -04:00
Tyler Bigler
26f3c1afb3 Add CONN_MAX_AGE to documentation (#3642)
* Add CONN_MAX_AGE to sample configurations

* Correct alignment

* Restore ghost space

* Correct alignment.

* Use stable docs url
2019-10-25 13:11:48 -04:00
Jeremy Stretch
c038c4450c Fixes #3643: Update all Django documentation links to 'stable' version 2019-10-25 11:09:30 -04:00
Jeremy Stretch
b625e075a8 Changelog for #3309 2019-10-25 09:57:17 -04:00
Jeremy Stretch
75d81d1815 Fixes #3636: Add missing rack_group field to PowerFeed CSV export 2019-10-25 09:27:33 -04:00
John Anderson
ba7532eb52 #3635 changelog 2019-10-24 23:31:06 -04:00
Jeremy Stretch
1a72ea0f5c Fixes #3460: Extend upgrade script to validate Python dependencies 2019-10-23 17:12:32 -04:00
Jeremy Stretch
ebde65d1b2 Closes #3594: Add ChoiceVar for custom scripts 2019-10-23 15:59:27 -04:00
Jeremy Stretch
67db992ce7 Merge pull request #3627 from bdlamprecht/pg_dump-documentation
Adding note on invalidating cache
2019-10-23 12:24:27 -04:00