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

288 Commits

Author SHA1 Message Date
4cfe9fe182 Merge branch 'develop' into develop-2.5 2018-10-19 13:34:03 -04:00
59af8cc924 Remove ConnectableModel 2018-10-19 11:56:12 -04:00
ea5121ffe1 Preliminary work on Cables 2018-10-18 15:43:55 -04:00
0bb5d229e8 Fixes #2514: Prevent new connections to already connected interfaces 2018-10-16 16:42:23 -04:00
22ed4f1b53 Merge release v2.4.6 2018-10-10 09:36:51 -04:00
841db3b0c2 Fixes #2491: Fix exception when importing devices with invalid device type 2018-10-05 12:22:46 -04:00
3eddeeadc5 Initial work on #20 - patch panels 2018-10-03 14:04:16 -04:00
364bbdeab8 Merged release v2.4.5 2018-10-03 11:23:21 -04:00
2ee5b2344e Changelog and misc cleanup 2018-09-28 14:21:49 -04:00
2ac60bdf48 Merge branch 'develop' into develop-2.5 (v2.4.4 release) 2018-08-22 12:10:44 -04:00
dbbf7ab664 Fixes #2353: Handle DoesNotExist exception when deleting a device with connected interfaces 2018-08-22 10:35:56 -04:00
66400a98f1 Fixes #2354: Increased maximum MTU for interfaces to 65536 bytes 2018-08-22 10:25:07 -04:00
c4be440cd1 Closes #2367: Remove deprecated RPCClient functionality 2018-08-16 12:21:24 -04:00
6dd62dc891 Refactored log_change() methods for device components 2018-08-14 14:06:16 -04:00
980d62d579 Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
91b5f6d799 Fixes #2323: DoesNotExist raised when deleting devices or virtual machines 2018-08-07 17:30:26 -04:00
722d0d5554 Webhook signal refactor - fixes #2282 (#2260)
Refactor of webhook signaling system to use the same middleware mechanics of Changelogging
2018-07-30 14:23:49 -04:00
206c465e02 Merge branch 'develop' into develop-2.4 2018-07-18 17:51:57 -04:00
00d218118c Fixes #2231: Remove get_absolute_url() from DeviceRole 2018-07-18 11:24:36 -04:00
67dbe02deb Enabled export templates for virtual chassis 2018-07-12 16:55:23 -04:00
f048cf36ce Implemented a view for interfaces 2018-07-11 15:30:54 -04:00
43ed38a6e9 Enabled tags for device components and virtual chassis 2018-07-10 15:36:28 -04:00
d0308e0f58 Merge branch 'develop' into develop-2.4 2018-07-02 17:01:14 -04:00
97863115ba Merge pull request #2206 from abeutot/switch_to_pycodestyle
Switch to pycodestyle
2018-07-02 13:38:36 -04:00
8d4c686ae2 Fixes #2192: Prevent a 0U device from being assigned to a rack position 2018-06-29 14:09:20 -04:00
35d58d2f7c Closes #2029: Added optional NAPALM arguments to Platform model 2018-06-29 11:21:00 -04:00
c13e4858d7 Initial work on config contexts 2018-06-27 16:02:34 -04:00
4e09b32dd9 Fix pycodestyle errors
Mainly two kind of errors:
* pokemon exceptions
* invalid escape sequences
2018-06-27 17:24:33 +02:00
06143b6c70 Fixes interface logging error 2018-06-25 13:29:23 -04:00
0af36eb99b Log interface connection changes 2018-06-25 13:12:03 -04:00
66c4911298 Fixed Region model declaration 2018-06-22 16:34:07 -04:00
2d198403c7 Extend ObjectChange to optionally indicate a related object (e.g. a parent device) 2018-06-22 15:05:40 -04:00
9d419de9dc Merge branch 'develop-2.4' into 1898-activity-logging 2018-06-21 16:53:15 -04:00
258373f1a1 Closes #2118: Added latitude and longitude fields to Site 2018-06-21 14:55:10 -04:00
b556d2d626 Renamed CreatedUpdatedModel to ChangeLoggedModel and applied it to all primary and organizational models 2018-06-13 15:40:16 -04:00
90abeedc3e Fix natural ordering within object tables 2018-06-11 15:10:31 -04:00
33add12069 Merge branch 'develop' into develop-2.4 2018-06-07 16:23:57 -04:00
643b0eaf65 Fixes #2127: Prevent non-conntectable interfaces from being connected 2018-06-07 14:22:56 -04:00
8762f1314d Closes #2131: Added created and last_updated fields to DeviceType 2018-05-30 13:41:14 -04:00
836478c166 Implements #81 - webhook event backend (#1640)
* merge branch develop

* bugfix, signals for virtualization's class wasn't correctly defined

* updated webhooks for 2.4 and cleanup

* updated docs to cover changes to supervisor config

* review changes and further cleanup

* updated redis connection settings

* cleanup settings
2018-05-30 11:19:10 -04:00
32eee0bede Add "does" to error messages
Those error messages looked a bit strange when I got them, hence the
fix.
2018-05-23 17:41:52 -04:00
4fd52d46bf Closes #238: Allow racks with the same name within a site (but in different groups) 2018-05-22 15:45:30 -04:00
b0dafcf50f Initial work on implementing django-taggit for #132 2018-05-08 16:28:26 -04:00
9725f19bae Code formatting cleanup 2018-03-30 13:57:26 -04:00
0969c458b3 Closes #1842: Implement support for Django 2.0 2018-03-30 10:39:22 -04:00
a75d7079df Fixed tests 2018-03-08 13:36:14 -05:00
70625a5cb0 Improved validation and workflow 2018-03-08 13:25:51 -05:00
7c043d9b4f Replaced tagged/untagged VLAN assignment widgets with a VLAN table; separate view for adding VLANs 2018-03-07 17:01:51 -05:00
84bb977d2e Finished VirtualChassis list view 2018-02-21 09:53:23 -05:00
73c64272d8 Merge branch 'develop' into develop-2.3 2018-02-06 14:58:11 -05:00