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

1871 Commits

Author SHA1 Message Date
a8b11e45c1 Record a unique request ID with each ObjectChange 2018-06-19 15:45:15 -04:00
23f91274d6 Added API serializer for ObjectChange 2018-06-19 15:04:56 -04:00
38569029d8 Prevent duplicate signals from change logging middleware 2018-06-14 16:18:42 -04:00
3c2e0b0b17 Added changelog views 2018-06-14 16:15:14 -04:00
21c4085c51 Moved object header templates into object base templates 2018-06-14 13:34:37 -04:00
33cf227bc8 Implemented new object change logging to replace UserActions 2018-06-13 17:06:33 -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
048e843c39 Added tests for NaturalOrderByManager 2018-06-08 15:42:10 -04:00
e4f336a843 Establish tests for the utilities app 2018-06-08 14:32:41 -04:00
33add12069 Merge branch 'develop' into develop-2.4 2018-06-07 16:23:57 -04:00
8bad3aee74 Post-release version bump 2018-06-07 16:22:36 -04:00
ff0a0df478 Release v2.3.4 2018-06-07 15:53:05 -04:00
5dd2f37035 Fixes #2087: Don't overwrite existing vc_position of master device when creating a virtual chassis 2018-06-07 15:32:19 -04:00
862e44e96f Fixes #2148: Do not force timezone selection when editing sites in bulk 2018-06-07 14:51:27 -04:00
643b0eaf65 Fixes #2127: Prevent non-conntectable interfaces from being connected 2018-06-07 14:22:56 -04:00
0af6df3121 Fixes #2150: Fix display of LLDP neighbors when interface name contains a colon 2018-06-07 10:55:30 -04:00
1e7fdbc79a Fixes #2143 - PUTs to Site Endpoint Requires Value for time_zone
Allow null values for `time_zone` field in the writeable serializer for the sites endpoint.
2018-06-05 10:26:33 -05:00
ff1217fca9 Removed extraneous new_subnet() function on ipam.Prefix 2018-06-01 15:44:03 -04:00
edd8e9e41e Remove print() statements left behind from testing 2018-05-30 16:56:56 -04:00
efa118c3c8 Tweaked webhooks and Redis settings 2018-05-30 14:51:59 -04:00
503efe2d9d Miscellaneous cleanup of the Webhook model 2018-05-30 13:59:00 -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
afba80bff9 Merge pull request #2083 from Grokzen/add_rack_role_export
Add missing export button to rack roles list view.
2018-05-22 15:52:50 -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
8f9fc8fb51 Added migrations for #132 (tags) 2018-05-22 15:06:47 -04:00
b0985ebd42 Closes #2034: Include the ID when showing nested interface connections 2018-05-22 14:41:11 -04:00
0d267d97fe Fixes #2075: Enable tenant assignment when creating a rack reservation via the API 2018-05-22 14:09:06 -04:00
b0cd372af9 Fixes #2066: Catch AddrFormatError on invalid IP addresses 2018-05-22 13:56:11 -04:00
dc2f1d7c64 Added API views & tests for tags 2018-05-22 12:46:14 -04:00
03a1c48b54 Added list and utility views for tags 2018-05-22 12:22:46 -04:00
918339cfa8 Tweak formatting of message to handle translation strings 2018-05-22 11:19:47 -04:00
601fb418b5 Tweaked ordering of tags list 2018-05-22 10:51:40 -04:00
e5af4f6f17 Fixes #2093: Fix link to circuit termination in device interfaces table 2018-05-21 17:31:43 -04:00
399a633d9d Post-release version bump 2018-05-21 16:50:31 -04:00
2cdb527df9 Fixing typo in permission check for ClusterView. 2018-05-19 11:50:03 +02:00
b3350490e7 Implemented tag filtering 2018-05-18 16:24:15 -04:00
1d1553275e Added tags panel to object list view 2018-05-18 15:43:21 -04:00
0189609137 Fixes URL name 2018-05-18 12:35:04 -04:00
e6b3983a4e Added template tag for tag links 2018-05-18 11:09:11 -04:00
5247f10d7e Removed redundant tags field 2018-05-18 10:14:56 -04:00
9b3869790d Implemented tags for all primary models 2018-05-10 12:53:11 -04:00
b0dafcf50f Initial work on implementing django-taggit for #132 2018-05-08 16:28:26 -04:00
fc0e8e2aae Add export button to rack roles list view. 2018-05-08 16:06:53 +02:00
57f6d22c64 Merge branch 'develop' into develop-2.4 2018-04-19 11:24:11 -04:00
e5454d6714 Post-release version bump 2018-04-19 11:17:17 -04:00
a7389de109 Release v2.3.3 2018-04-19 11:07:19 -04:00
9153c71cbf stop force value split w ArrayFieldSelectMultiple 2018-04-18 14:02:40 -05:00