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

383 Commits

Author SHA1 Message Date
fd9b2f2fda cleanup component filters and UI filter forms for device and device type - #2583 2018-11-15 00:42:01 -05:00
3c0181ef35 added logic to append &type=physical to interface API query for cable creation - #2585 2018-11-14 23:35:15 -05:00
63bd48003e Clean up cable termination types 2018-11-14 12:17:18 -05:00
bc8dbfde7c Merge branch 'develop' into develop-2.5 2018-11-12 16:03:52 -05:00
0c33af2140 Fixes #2558: Filter on all tags when multiple are passed 2018-11-12 15:48:58 -05:00
bb5432de7d PEP8 fix 2018-11-08 11:13:03 -05:00
338ce737c8 Removed deprecated expand_numeric_pattern() 2018-11-06 15:39:38 -05:00
f41f141130 Removed unused class NullableModelMultipleChoiceField 2018-11-06 15:32:59 -05:00
9f0169286b Standardize usage of NaturalOrderingManager 2018-11-06 14:05:23 -05:00
045856c9ac Introduced a placeholder template filter 2018-11-05 13:00:46 -05:00
319869c22e Update django is_safe_url calls to new API (#2546) 2018-11-05 08:52:00 -05:00
f8a961b568 Cleaned up import statements 2018-11-02 15:20:08 -04:00
521a989d23 Removed Python2 hack 2018-11-02 14:59:48 -04:00
b05171b126 Upgraded django-tables2 to v2.0.2 2018-11-02 14:27:17 -04:00
bb5c0989f3 Fixed compatability with Django REST Framework v3.9.0 2018-11-02 13:16:44 -04:00
ad03a0925b Fixed cable type filtering 2018-11-01 10:18:37 -04:00
5e7fccb64e Add blank choice to ColorSelect widget 2018-11-01 10:14:47 -04:00
849db8fe44 Finished CableCSVForm 2018-11-01 09:59:53 -04:00
33cdecbc52 Remove errant print() statement 2018-10-26 14:06:27 -04:00
83dec3b587 Fixed color display 2018-10-26 13:14:12 -04:00
3518d023dc Implemented Cable API endpoint 2018-10-26 12:25:11 -04:00
6bea8cc546 Added length and length_unit fields to Cable 2018-10-26 10:28:25 -04:00
35f80f5085 First stab at cable path tracing and automatic endpoint connections 2018-10-24 16:17:01 -04:00
471bddea09 WIP: Initial work on the cable connection form 2018-10-22 16:58:24 -04:00
a36b120c8b Merge branch 'develop-2.5' into 20-physical-cabling 2018-10-19 13:34:21 -04:00
22ed4f1b53 Merge release v2.4.6 2018-10-10 09:36:51 -04:00
4c37628784 Fixes #2393: Fix Unicode support for CSV import under Python 2 2018-10-05 15:33:29 -04:00
bf47e7cae3 #2487: Require the 'brief' parameter to evaluate True 2018-10-04 14:50:57 -04:00
db2721c581 Enable brief API output utilizing nested serializers 2018-10-04 13:43:50 -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
15babeb584 Fixes #2414: Tags field missing from device/VM component creation forms 2018-09-28 16:26:08 -04:00
020b5ea870 Fixes #2470: Log the creation of device/VM components as object changes 2018-09-28 16:04:51 -04:00
292647da14 Closes #2402: Order and format JSON data in form fields 2018-09-13 11:31:34 -04:00
2ac60bdf48 Merge branch 'develop' into develop-2.5 (v2.4.4 release) 2018-08-22 12:10:44 -04:00
e1e41a768a Fixes #2369: Corrected time zone validation on site API serializer 2018-08-20 16:53:23 -04:00
7145f86a6e #2359: Extended exempt attributes to 'migrate' command 2018-08-15 15:02:58 -04:00
7ec4155845 Closes #2359: Implement custom makemigrations command to ignore extraneous field attributes 2018-08-15 14:18:52 -04:00
980d62d579 Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
ac546a9711 Closes #2000: Remove support for Python 2 2018-08-14 11:48:12 -04:00
a2ff21fab9 Fixes #2334: TypeError raised when WritableNestedSerializer receives a non-integer value 2018-08-08 15:09:30 -04:00
c51c20a301 Fixes #2319: Extend ChoiceField to properly handle true/false choice keys 2018-08-07 13:48:29 -04:00
1905516536 Fixes #2314: Serialized representation of object in change log does not incldue assigned tags 2018-08-07 08:52:57 -04:00
bd5e860be0 Refactored the tests to remove a lot of boilerplate 2018-08-03 11:39:26 -04:00
1bdfcd1dbe Fixes #2301: Fix model validation on assignment of ManyToMany fields via API patch 2018-08-03 10:45:53 -04:00
f1bc88fc0c Adopt django-taggit-serializer for representation of assigned tags in the API 2018-08-03 09:43:03 -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
f7aa259995 Misc cleanup 2018-07-30 14:00:37 -04:00
f664998d9b Misc cleanup 2018-07-30 12:49:08 -04:00
c2416411c1 Renamed ChoiceFieldSerializer and ContentTypeFieldSerializer 2018-07-30 12:41:20 -04:00