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

3570 Commits

Author SHA1 Message Date
846acf7e9d Changelog for 2019-10-28 13:19:01 -04:00
fb9279cc74 Merge pull request from BegBlev/llpd-port-id
Retrieve port-id in LLDP tab
2019-10-28 12:19:10 -04:00
eaeb52de20 Add CONN_MAX_AGE to documentation ()
* 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
fdbf41e9fd Fixes : Update all Django documentation links to 'stable' version 2019-10-25 11:09:30 -04:00
092346c819 Changelog for 2019-10-25 09:57:17 -04:00
5a5f51fe48 Merge pull request from netbox-community/3309-changelog-middleware
Rewrite change logging middleware
2019-10-25 09:47:32 -04:00
800df1ebbe Fixes : Add missing rack_group field to PowerFeed CSV export 2019-10-25 09:27:33 -04:00
8eec67e73a changelog 2019-10-24 23:31:06 -04:00
33b420652d Merge pull request from sdktr/patch-1
Fix  - cache circuits.*
2019-10-24 21:16:28 -04:00
42b679d9a3 Fix - cache circuits.*
Enable caching for items under the circuits app
2019-10-25 00:46:05 +02:00
ae4f17264f Fixes : Extend upgrade script to validate Python dependencies 2019-10-23 17:12:32 -04:00
c7d8083ac6 Closes : Add ChoiceVar for custom scripts 2019-10-23 15:59:27 -04:00
95fec1a87c Merge pull request from bdlamprecht/pg_dump-documentation
Adding note on invalidating cache
2019-10-23 12:24:27 -04:00
7467347af1 Fixes : Prevent server error when reassigning a device to a new device bay 2019-10-23 09:28:00 -04:00
0ebc2e4ac0 Fix reporting of custom fields in webhook data on object deletion 2019-10-22 16:12:25 -04:00
ccb9f7bfe2 Rewrote ObjectChangeMiddleware to remove the curried handle_deleted_object() function 2019-10-22 15:10:49 -04:00
68e0329c1b Retrieve port-id in LLDP tab 2019-10-21 11:57:23 +02:00
fd99994fdb Adding note on invalidating cache 2019-10-18 14:59:55 -06:00
f21a63382c Changelog for 2019-10-18 09:08:56 -04:00
6f0581598b Merge pull request from kobayashi/3340
modified front port connection type list
2019-10-18 09:07:22 -04:00
244e85e836 modify patch panel port connection type list 2019-10-18 00:01:21 -04:00
1df6713ad5 Minor improvements pertaining to CII best practices 2019-10-17 20:56:37 -04:00
af73ce75ce Merge pull request from netbox-community/3606-stale-bot
implemented  - added stale bot config
2019-10-17 14:32:40 -04:00
f08968da49 Exempt issues tagged with "status: blocked" 2019-10-17 14:28:27 -04:00
24344ccfaf Merge pull request from markkuleinio/develop
Update examples in webhooks.md
2019-10-15 14:27:20 -04:00
91f045a2e4 Update examples in webhooks.md 2019-10-15 20:51:57 +03:00
050dfb279d Merge pull request from dgarros/patch-1
Update pillow version to 6.2.0
2019-10-15 11:54:44 -04:00
f9b7f18be6 Merge pull request from ScanPlusGmbH/missing-variable
Add SCRIPTS_ROOT to configuration.example.py
2019-10-14 11:58:28 -04:00
a7380ba353 Add SCRIPTS_ROOT to configuration.example.py
Fixes  by adding the new variable to the example configuration.
2019-10-14 09:29:04 +02:00
b8feba1070 implemented - added stale bot config 2019-10-13 04:12:58 -04:00
64575fec42 Merge pull request from netbox-community/3445-webhooks-additional-headers
implemented  - Add support for additional user defined headers t…
2019-10-13 03:15:43 -04:00
c7d9bf839e implemented - Add support for additional user defined headers to be added to webhook requests 2019-10-13 03:09:58 -04:00
8480c0da53 Merge pull request from netbox-community/3499-webhooks-ca-filepath
implemented  - Add  to Webhook model to support user supplied CA certificate verification of webhook requests
2019-10-13 01:50:10 -04:00
5e88313276 typo in change log 2019-10-13 01:45:20 -04:00
09d7d38b04 implemented - Add to Webhook model to support user supplied CA certificate verrification of webhook requests 2019-10-13 01:43:08 -04:00
4cc29729f9 Update pillow version to 6.2.0
A new CVE just got reporter regarding Pillow 
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16865
it's affecting all version prior to 6.2.0
2019-10-11 13:45:37 -04:00
b25faec159 Post-release version bump 2019-10-10 12:42:57 -04:00
abbc44a7d1 : Add site and rack fields to cables filter form 2019-10-10 12:28:17 -04:00
74c259af2e Tweak release notes for v2.6.6 2019-10-10 12:21:40 -04:00
465304588e Release v2.6.6 2019-10-10 12:18:18 -04:00
70ad705380 Provide index link to most recent version for release note 2019-10-10 12:10:35 -04:00
4e6b60b0f4 Rearranged release notes 2019-10-10 12:02:53 -04:00
d849a49842 Fixes : Enforce object-form JSON for local context data on devices and VMs 2019-10-10 10:41:08 -04:00
4c7c40a09d Merge pull request from netbox-community/reorganized-changelog
Reorganized CHANGELOG into release notes based on minor version number
2019-10-10 06:17:42 -07:00
521d6941fa Merge branch 'develop' into reorganized-changelog 2019-10-10 09:15:57 -04:00
e223c88548 Merge pull request from chambersh1129/develop
Replace all instances of .extra() in QuerySets with annotations 
2019-10-09 21:54:16 -04:00
52e9369af4 PEP 8 E121 continuation line under-indented for hanging indent fix 2019-10-09 20:11:02 -04:00
bdb3838d71 Replace all instances of .extra() in QuerySets with annotations, including references in docstrings 2019-10-09 20:11:02 -04:00
0a921d37f8 Fixes : Enforce view permissions on global search results 2019-10-09 16:45:33 -04:00
896d58fc3f Fixes : Prevent primary IP address for a device/VM from being reassigned 2019-10-09 16:22:06 -04:00