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

317 Commits

Author SHA1 Message Date
02e01b7386 Merge pull request #1782 from digitalocean/99-virtual-chassis
Virtual Chassis Support
2017-12-18 17:09:53 -05:00
1cebc1248b Fix for #1778.
This will set initial values for visible bulk-add form fields from query args.
2017-12-16 12:28:37 -05:00
153409d37e Obsoleted ComponentEditView and ComponentDeleteView 2017-12-15 15:57:49 -05:00
a9af75bbd1 Fixes #1767: Use proper template for 404 responses 2017-12-13 11:49:36 -05:00
859f89101e Fixes #1727: Added missing import for M2M_FIELD_TYPES 2017-12-07 15:36:08 -05:00
04ba57cb38 Fixed up validation of Interface VLAN assignments 2017-11-14 16:15:23 -05:00
ba42ad2115 Merge branch '150-interface-vlans' into develop-2.3 2017-11-14 15:36:14 -05:00
3df8c63d5c Merge branch 'develop' into develop-2.3 2017-11-14 14:38:32 -05:00
a0bb7b08bd Closes #1512: Added a view to search for an IP address being assigned to an interface 2017-11-10 11:58:59 -05:00
198170ca48 Closes #1553: Introduced support for bulk object creation via the API 2017-11-07 15:36:10 -05:00
00986fd7bf Closes #1691: 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
6b0721cc21 Fixed PermissionError handling for Python 2 2017-11-06 17:24:09 -05:00
f77bf72de8 Closes #1683: Replaced default 500 handler with custom middleware to provide preliminary troubleshooting assistance 2017-11-03 13:24:31 -04:00
57973f62c5 Fix bug with numbers >10 2017-10-31 22:03:57 -05:00
4668149943 Fixes #1649: Correct fitlering on null values (e.g. ?tenant_id=0) for django-filters v1.1.0+ 2017-10-30 17:20:22 -04:00
e57b8aa26f E226 fix 2017-10-24 20:43:02 -05:00
3d023126ba Refactor pattern check 2017-10-24 20:22:15 -05:00
53f58d4496 Update comment 2017-10-24 20:03:10 -05:00
1a6ee237f6 Update help text for ExpandableNameField (again) 2017-10-24 19:59:37 -05:00
33a99441a4 Update help text for ExpandableNameField 2017-10-24 19:55:50 -05:00
3df7e283e3 Prevent mismatch of cases in ranges 2017-10-24 19:46:12 -05:00
b295849f53 Prevent mismatch of types in ranges 2017-10-24 19:30:43 -05:00
c107f35118 Merge letters and numbers into one function 2017-10-24 17:55:00 -05:00
3d91153275 Add alphabetic variants to interface expansions 2017-10-24 00:09:38 -05:00
007f930fed Merge branch 'develop' into develop-2.2
Conflicts:
	netbox/utilities/api.py
2017-10-11 10:47:21 -04:00
abfe71bb04 #1556: Swapped label and value 2017-10-10 17:47:53 -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
97188ad85b Fixes #1563: Made necessary updates for Django REST Framework v3.7.0 2017-10-06 15:26:56 -04:00
86a298792a Corrected default return URL for BulkComponentCreateView 2017-09-29 12:15:14 -04:00
0d9ff907a8 Merge branch 'develop' of github.com:digitalocean/netbox into develop-2.2 2017-09-25 15:12:47 -04:00
a52a871a94 Fixes #1522: Removed object create/edit forms from the browsable API 2017-09-20 16:54:27 -04:00
e31d2c9857 Fixes #1520: Redirect on GET request to bulk edit/delete views 2017-09-20 09:56:20 -04:00
d651deb31c Renamed form_class attribute to model_form for consistency 2017-09-12 13:55:11 -04:00
700194b80d Implemented bulk interface creation for virtual machines 2017-09-12 12:49:01 -04:00
00024240bb Merge branch 'virtualization' into develop-2.2 2017-09-01 12:29:12 -04:00
237a889f54 Preserve query parameters on redirect after clicking "add another" 2017-09-01 12:28:34 -04:00
0634386b2e Merge branch 'develop' into virtualization 2017-08-31 10:14:50 -04:00
e0ee0b9254 Closes #1460: Hostnames with no domain are now acceptable in custom URL fields 2017-08-30 14:08:39 -04:00
ae231b1d1b Moved circuit speed humanization to a template tag 2017-08-29 22:42:06 -04:00
e945aafd7b Added fitlers to return the verbose model name of an object 2017-08-29 15:10:52 -04:00
6f8d3f7a57 Fixes #1443: Fixed API validation error involving custom field data 2017-08-22 11:31:33 -04:00
eb994a691a Added style to BaseTable's empty_text 2017-08-21 17:38:27 -04:00
4587aba1d4 Added views to add/remove hosts to/from clusters 2017-08-21 16:53:36 -04:00
97536c4e9b Genericized component edit/delete views 2017-08-18 14:43:11 -04:00
a7c56eab86 Moved DeviceComponentForm to utilities.forms 2017-08-18 13:10:19 -04:00
3009863877 Merge branch 'develop' into virtualization 2017-08-16 15:08:37 -04:00
c37cfeb74f Fixed page titles in the browsable API 2017-08-15 15:30:45 -04:00