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

1536 Commits

Author SHA1 Message Date
a84b49b92d Merge pull request #1597 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 #1579: Devices already assigned to a cluster cannot be added to a different cluster 2017-10-17 09:59:35 -04:00
6f2f8697ae Fixes #1609: Added missing virtual_machine field to IP address interface serializer 2017-10-17 09:23:53 -04:00
6ec9d1d6ce Merge pull request #1598 from candlerb/candlerb/1498
Avoid creating repeated graph nodes where device matches multiple regexps
2017-10-16 17:16:46 -04:00
047f22e110 Fixes #1605: Added clusters and virtual machines to object list for global search 2017-10-16 16:44:15 -04:00
5fc3eac0f6 Avoid creating repeated graph nodes where device matches multiple regexps
Fixes #1498
2017-10-16 10:13:39 +00:00
937faaf149 Add test for validation of device within rack height. 2017-10-15 19:03:28 -05:00
115e7d6e50 Add group and site matching validation to Rack.clean() and testing 2017-10-15 18:35:03 -05:00
34259d5d9d Removed deprecated xstr and expand_pattern functions 2017-10-13 14:29:55 -04:00
91b6ebb0c0 Closes #1580: Allow cluster assignment when bulk importing devices 2017-10-13 14:19:41 -04:00
60b4f1f89f Fixes #1585: Fixed slug-based filtering of virtual machines 2017-10-13 12:14:19 -04:00
17493ff655 Closes #1587: Add primary IP column for virtual machines in global search results 2017-10-13 10:53:25 -04:00
6c27e6c4fe Fixes #1584: Colorized virtual machine role column 2017-10-13 10:45:34 -04:00
4cb0be4df3 Fixes #1582: Add virtual_machine attribute to IPAddress 2017-10-13 10:42:45 -04:00
881fdbe893 Post-release version bump 2017-10-12 16:39:51 -04:00
75d840fa1a PEP8 fix 2017-10-12 16:07:13 -04:00
800bdd8fc5 Release v2.2.1 2017-10-12 16:04:01 -04:00
b04ade8060 Fixes #1576: Move PostgreSQL validation logic into the relevant migration 2017-10-12 16:02:15 -04:00
7f4d96f33e Post-release version bump 2017-10-12 14:01:52 -04:00
9d8daca54d Release v2.2.0 2017-10-12 13:54:04 -04:00
3a0b57b50f Fixed typo 2017-10-12 13:47:44 -04:00
38d2333165 Add meta tags for charset and convert some tabs to spaces for consistency (#1574)
* Add meta tag for charset.

* Add meta tag for charset in 500.html and convert some tabs to spaces for consistency.
2017-10-12 13:39:28 -04:00
60e3ff0bf0 Updated version number for v2.2 build 2017-10-11 16:42:44 -04:00
17a45109f4 Bypass PostgreSQL 9.4 check if database is inaccessible 2017-10-11 16:28:05 -04:00
f27e1ba885 Check that PostgreSQL is 9.4 or higher on initialization 2017-10-11 16:16:44 -04:00
990c9d6f7c Updated package requirements 2017-10-11 15:11:51 -04:00
b301b8f6f2 Branded the browsable API template 2017-10-11 14:47:43 -04:00
924cf9bfd4 Removed obsolete docker build file 2017-10-11 14:39:51 -04:00
7e6573d191 Added missing permission class to reports API viewset 2017-10-11 14:37:25 -04:00
fdae3a3f31 Introduced the REPORTS_ROOT config parameter; Python2 fixes 2017-10-11 14:03:35 -04:00
51194e20f2 Improved template for when no reports are found 2017-10-11 13:30:38 -04:00
007f930fed Merge branch 'develop' into develop-2.2
Conflicts:
	netbox/utilities/api.py
2017-10-11 10:47:21 -04:00
f253f164a3 Closes #1510: Added ability to search by name when adding devices to a cluster 2017-10-11 10:14:09 -04:00
abfe71bb04 #1556: Swapped label and value 2017-10-10 17:47:53 -04:00
0c645b12d1 Moved querysets to separate files; tweaked interface ordering logic (#1523) 2017-10-10 17:23:41 -04:00
f824d1eb3b Closes #1556: Added API endpoints listing static field choices for each app 2017-10-10 16:41:35 -04:00
afbbe1148f Moved core API classes out of utilities 2017-10-10 14:21:20 -04:00
8403e91fc9 Fixes #1567: Prompt user for session key when importing secrets 2017-10-10 13:22:40 -04:00
c300879995 Fixes #1527: Replace deprecated pycrypto library with pycryptodome 2017-10-09 17:40:15 -04:00
ea1d298eb3 Closes #494: Include asset tag in device info pop-up on rack elevation 2017-10-09 16:25:52 -04:00
d17b36519a Closes #1479: Added CARP IP address role 2017-10-09 16:03:45 -04:00
f4f0896470 Added bulk import view for secret roles 2017-10-09 15:56:17 -04:00
2c9b41db75 Added bulk import view for circuit types 2017-10-09 15:52:22 -04:00
a38cd449c5 Added bulk import views for cluster types and groups 2017-10-09 15:49:48 -04:00
977cad3830 Added bulk import views for RIRs, roles, and VLAN groups 2017-10-09 15:42:06 -04:00
987587b5f3 Added NAPALM driver to platform table; removed legacy RPC client 2017-10-09 15:30:48 -04:00
9351f686b1 Added bulk import views for rack roles, device roles, and platforms 2017-10-09 15:28:46 -04:00
42e557bd3f Added bulk import view for tenant groups 2017-10-09 15:09:40 -04:00