Jeremy Stretch
|
70cc368225
|
Changelog for #4559, #5282, #5285
|
2020-10-30 09:14:52 -04:00 |
|
Jeremy Stretch
|
6d28eae5dc
|
Merge pull request #5290 from nniehoff/5282-ldap-logging
Fixing #5282 - moving logging configuration from to configuration.py
|
2020-10-30 09:11:12 -04:00 |
|
Nick Niehoff
|
97ea15e978
|
Removing logfile variable
|
2020-10-30 06:32:12 -06:00 |
|
Nick Niehoff
|
2b154dcfdf
|
Fixing #5282 - moving logging configuration from authentication.py to configuration.py
|
2020-10-29 15:14:52 -06:00 |
|
Jeremy Stretch
|
1000039c74
|
Merge pull request #5277 from systeembeheerder/develop
Update upgrading.md
|
2020-10-29 17:11:04 -04:00 |
|
Jeremy Stretch
|
2ccc543542
|
Document the available template blocks within base.html
|
2020-10-29 17:10:19 -04:00 |
|
systeembeheerder
|
8ac2ee7b49
|
Update upgrading.md
make destination path for cp media absolute
|
2020-10-29 22:05:19 +01:00 |
|
Markku Leinio
|
02f348b15f
|
Fix typo in weekday
|
2020-10-28 21:06:20 +02:00 |
|
Markku Leinio
|
4672f16fda
|
Fix #5265: Change systemctl status outputs to venv era
|
2020-10-28 21:03:35 +02:00 |
|
systeembeheerder
|
6404657f99
|
Update upgrading.md
confirm 5275; use absolute paths
|
2020-10-27 16:07:38 +01:00 |
|
Jeremy Stretch
|
2f3557c18f
|
Fixes #5273: Fix exception when validating a new permission with no models selected
|
2020-10-27 10:01:49 -04:00 |
|
John Anderson
|
478d82196a
|
rebase develop
|
2020-10-25 18:20:21 -04:00 |
|
John Anderson
|
034ff2fb3f
|
#3672 changelog
|
2020-10-25 18:19:20 -04:00 |
|
Jeremy Stretch
|
2e558ba031
|
Closes #5139: Omit utilization statistics from RIR list
|
2020-10-20 13:16:35 -04:00 |
|
Jeremy Stretch
|
23d56a5758
|
Note REST API change for #4967
|
2020-10-16 10:04:33 -04:00 |
|
Daniel Sheppard
|
086b1d85c7
|
Update Change Notes
|
2020-10-15 21:23:32 -05:00 |
|
Jeremy Stretch
|
dde52309d2
|
Fixes #5243: Redirect user to appropriate tab after modifying device components
|
2020-10-15 16:55:20 -04:00 |
|
Jeremy Stretch
|
c9c8d337a0
|
Closes #5011: Standardized name field lengths across all models
|
2020-10-15 15:37:34 -04:00 |
|
Jeremy Stretch
|
8781cf1c57
|
Closes #609: Add min/max value and regex validation for custom fields
|
2020-10-15 15:06:01 -04:00 |
|
John Anderson
|
87c13a876b
|
fixes #5113 - incorrect caching of permission object assignments to user groups in the admin panel
|
2020-10-14 20:10:21 -04:00 |
|
Jeremy Stretch
|
0d01a3fce8
|
Add schema migrations to plugins installation doc
|
2020-10-14 10:42:31 -04:00 |
|
Jeremy Stretch
|
80c142ab7c
|
Closes #4918: Add a REST API endpoint which returns NetBox's current operational status
|
2020-10-13 16:57:45 -04:00 |
|
Jeremy Stretch
|
97ac6851d0
|
Merge branch 'develop' into develop-2.10
|
2020-10-12 09:51:54 -04:00 |
|
Jeremy Stretch
|
1aabb2ed5d
|
Release v2.9.7
|
2020-10-12 09:39:39 -04:00 |
|
Jeremy Stretch
|
f53810ebb2
|
Fixes #5231: Fix KeyError exception when viewing object with custom link and debugging is disabled
|
2020-10-09 15:53:45 -04:00 |
|
Jeremy Stretch
|
3df3706f27
|
Closes #5190: Add a REST API endpoint for content types
|
2020-10-09 15:08:29 -04:00 |
|
Jeremy Stretch
|
30778a9c40
|
Closes #5225: CircuitTermination port_speed is now optional
|
2020-10-09 14:06:24 -04:00 |
|
Jeremy Stretch
|
96650b0216
|
Merge branch 'develop' into develop-2.10
|
2020-10-09 13:52:16 -04:00 |
|
Jeremy Stretch
|
3047208e6a
|
Release v2.9.6
|
2020-10-09 13:17:16 -04:00 |
|
Jeremy Stretch
|
a796e29c98
|
Fixes #5229: Fix AttributeError exception when LDAP authentication is enabled
|
2020-10-09 13:16:07 -04:00 |
|
Jeremy Stretch
|
918ca4fdcb
|
Release v2.9.5
|
2020-10-09 12:57:14 -04:00 |
|
Jeremy Stretch
|
24e5dd0c78
|
Add scope warning to plugins development doc
|
2020-10-09 12:56:32 -04:00 |
|
Jeremy Stretch
|
f35715683e
|
Closes #5202: Extend the available context data when rendering custom links
|
2020-10-09 12:36:09 -04:00 |
|
Jeremy Stretch
|
b5a65bc66c
|
Fixes #5211: Add missing has_primary_ip filter for virtual machines
|
2020-10-09 11:46:16 -04:00 |
|
Jeremy Stretch
|
3a21f7ab26
|
Fixes #5226: Custom choice fields should be blank initially if no default choice has been designated
|
2020-10-09 11:34:50 -04:00 |
|
Jeremy Stretch
|
a2c012d2c4
|
Fixes #5224: Don't allow a rear port to have fewer positions than the number of mapped front ports
|
2020-10-08 16:24:08 -04:00 |
|
Jeremy Stretch
|
0e41bc48b7
|
Add /trace API endpoints for CircuitTermination and PowerFeed
|
2020-10-08 13:55:29 -04:00 |
|
Daniel Sheppard
|
4896059162
|
Fixes: #5220 - Fix API patch request against IP-Address endpoint with null assigned_object_type
|
2020-10-08 12:50:29 -05:00 |
|
Daniel Sheppard
|
eadecf3eda
|
Fixes: #5221 - Fix bulk component creation over multiple VMs
|
2020-10-08 12:39:20 -05:00 |
|
Jeremy Stretch
|
29eebf9fbe
|
Update REST API changes
|
2020-10-08 11:26:02 -04:00 |
|
Jeremy Stretch
|
39e4ab164e
|
Fixes #5218: Raise validation error if a power port's allocated_draw exceeds its maximum_draw
|
2020-10-07 13:23:19 -04:00 |
|
Jeremy Stretch
|
9738257aa2
|
Fixes #5217: Prevent erroneous removal of prefetched GenericForeignKey data from tables
|
2020-10-07 13:09:08 -04:00 |
|
Jeremy Stretch
|
693b32077a
|
Update the netbox-discuss mailing list URL
|
2020-10-07 08:53:04 -04:00 |
|
Jeremy Stretch
|
44b842592a
|
Restore total length count on trace view
|
2020-10-06 16:58:11 -04:00 |
|
Jeremy Stretch
|
a072d40594
|
Update v2.10 changelog
|
2020-10-06 16:16:08 -04:00 |
|
Jeremy Stretch
|
23cde6d1b8
|
Include cable_peer on CableTermination serializers
|
2020-10-06 14:30:46 -04:00 |
|
Jeremy Stretch
|
32aa2daea6
|
PowerFeedSerializer should subclass ConnectedEndpointSerializer
|
2020-10-05 11:39:17 -04:00 |
|
Jeremy Stretch
|
b846f631a4
|
Rename connection_status to connected_endpoint_reachable
|
2020-10-05 11:32:39 -04:00 |
|
Jeremy Stretch
|
13db22d392
|
Initial changelog notes for #4900
|
2020-10-05 11:07:03 -04:00 |
|
Jeremy Stretch
|
47ea75348c
|
Changelog for #5197
|
2020-10-02 14:17:55 -04:00 |
|