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

1896 Commits

Author SHA1 Message Date
00986fd7bf Closes : Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
2519ebff9d Tweaked exception-handling middleware to preserve tracebacks 2017-11-06 17:48:13 -05:00
c33775d71e : Fix for Python 2 2017-11-06 17:44:19 -05:00
6b0721cc21 Fixed PermissionError handling for Python 2 2017-11-06 17:24:09 -05:00
d306e76420 Fixes : Disregard IP address mask when filtering for child IPs of a prefix 2017-11-06 10:07:44 -05:00
73cd76932a Closes : Added IP address roles to device/VM interface lists 2017-11-03 17:00:08 -04:00
5d19a9f50f Rearranged device/VM view and expanded component lists 2017-11-03 16:58:56 -04:00
368c30ef9d Removed unused imports 2017-11-03 14:36:28 -04:00
f77bf72de8 Closes : Replaced default 500 handler with custom middleware to provide preliminary troubleshooting assistance 2017-11-03 13:24:31 -04:00
f2fbd92f78 Tweaked the issue template 2017-11-03 10:50:02 -04:00
480134302f Refreshed contributing docs 2017-11-03 10:10:08 -04:00
74cc8c022c Fixes : Correct numeric ordering for interfaces with no alphabetic type 2017-11-02 13:58:30 -04:00
c6f3b00f0e Fixes : Correct filtering of child prefixes upon bulk edit/delete from the parent prefix view 2017-11-02 13:21:19 -04:00
626fbd1d10 Closes : Replaced prefix 'parent' filter with 'within' and 'within_include' 2017-11-02 13:15:25 -04:00
b8df05cf88 Fixes . Removed explicit field references. ()
* Fixes 

Further field name references were found in `consoleport.html`. These have now been removed, so we rely on proper a proper `__str__` implementation of both `ConsolePort` and `ConsoleServerPort`.

* Fixes : Removed explicit field references

Cleaned up all (notable) .name references, and removed them so __str__ can do the lifting. Did not remove the references where it was explicitly referenced to .name (eg. in details). Extended the Secret model to also include the name in __str__, since that was weirdly absent.

* Adapted PR to comply with comments

Re-introduced certain references to make sure explicit references are still used where needed.
2017-11-02 11:51:27 -04:00
e56fc4b1ee Post-release version bump 2017-10-31 15:25:59 -04:00
76ebd2d34f Release v2.2.4 2017-10-31 15:17:35 -04:00
85c273c8ca Fixes : Corrected filter names (regression from ) 2017-10-31 14:47:14 -04:00
b9cd834e95 Post-release version bump 2017-10-31 14:07:19 -04:00
cfa6bee081 Release v2.2.3 2017-10-31 13:58:27 -04:00
b46cc2c1a9 Closes : Allow modifying the owner of a rack reservation 2017-10-31 13:52:35 -04:00
5e734fc5a6 Merge pull request from wanglf/develop
Fixed  missing field 'serial' in function to_csv()
2017-10-31 13:14:52 -04:00
d08bc7767e Fixed missing field 'serial' in function to_csv() 2017-10-31 22:05:30 +08:00
bbd0761887 Fixes : Remove outdated description for DeviceType's is_network_device flag 2017-10-30 17:45:05 -04:00
4668149943 Fixes : Correct fitlering on null values (e.g. ?tenant_id=0) for django-filters v1.1.0+ 2017-10-30 17:20:22 -04:00
a5b7c057eb Merge pull request from RyanBreaker/virt-initial_data
Added virtualization fixture for initial_data
2017-10-30 15:30:28 -04:00
0a04bb110a Fixes : Hide selection checkboxes for tables with no available actions 2017-10-27 10:33:58 -04:00
9c0b414676 Fixed vertical heigh of checboxes in tables 2017-10-27 10:31:54 -04:00
5be4b0c4fd Closes : Added a post_run method to the Report class 2017-10-27 10:02:27 -04:00
8e0eab20e2 Merge pull request from Ichabond/develop
Fixes : Remove explicit reference to the `name` field
2017-10-26 21:15:14 -04:00
1b5aa67f5d Remove explicit reference to the name field
Remove the explicit usage of the `name` field, and let the __str__ method of the ConsoleServerPort class handle the display
2017-10-26 09:24:39 -07:00
02c278f393 Add Digital Ocean as an initial cluster 2017-10-26 10:05:18 -05:00
54472b3806 Fixes : Cluster should not be a required field when importing child devices 2017-10-23 13:17:51 -04:00
14e5f89feb Fixes : Add VM count to device roles table 2017-10-23 13:15:34 -04:00
a0b93bb4df Fixes : Correct filtering of custom field choices 2017-10-20 16:39:13 -04:00
85347d9675 Closes : Display devices on which circuits are terminated in circuits list 2017-10-20 16:27:19 -04:00
060f7a7191 Add Hyper-V and Azure to Virtualization initial_data 2017-10-19 20:18:09 -05:00
81ca6f7cba : Allow for loose matching of short-form IOS interface names when validating LLDP neighbors 2017-10-19 17:12:28 -04:00
515645bb4d Fixes : Loosen IP address search filter to match all IPs that start with the given string 2017-10-18 14:29:56 -04:00
6ae6209457 Fixes : Correct text-based filtering of IP network and address fields 2017-10-18 13:01:49 -04:00
272325ff05 Fixes : Allow bulk deletion of all virtual machines 2017-10-18 12:31:58 -04:00
a84b49b92d Merge pull request from RyanBreaker/validations
Additional data validation for Rack model
2017-10-18 11:22:26 -04:00
b63efdd80b Post-release version bump 2017-10-17 11:25:12 -04:00
2afa6ed2cb Release v2.2.2 2017-10-17 11:21:58 -04:00
34f1a9ebfb Fixes : Devices already assigned to a cluster cannot be added to a different cluster 2017-10-17 09:59:35 -04:00
6f2f8697ae Fixes : Added missing virtual_machine field to IP address interface serializer 2017-10-17 09:23:53 -04:00
6ec9d1d6ce Merge pull request from candlerb/candlerb/1498
Avoid creating repeated graph nodes where device matches multiple regexps
2017-10-16 17:16:46 -04:00
047f22e110 Fixes : Added clusters and virtual machines to object list for global search 2017-10-16 16:44:15 -04:00
a91fcbb310 Added virtualization fixture for loaddata initial_data 2017-10-16 14:59:39 -05:00
5fc3eac0f6 Avoid creating repeated graph nodes where device matches multiple regexps
Fixes 
2017-10-16 10:13:39 +00:00