Jeremy Stretch
|
85347d9675
|
Closes #999: Display devices on which circuits are terminated in circuits list
|
2017-10-20 16:27:19 -04:00 |
|
Jeremy Stretch
|
f824d1eb3b
|
Closes #1556: Added API endpoints listing static field choices for each app
|
2017-10-10 16:41:35 -04:00 |
|
Jeremy Stretch
|
2c9b41db75
|
Added bulk import view for circuit types
|
2017-10-09 15:52:22 -04:00 |
|
Jeremy Stretch
|
d651deb31c
|
Renamed form_class attribute to model_form for consistency
|
2017-09-12 13:55:11 -04:00 |
|
Jeremy Stretch
|
ae231b1d1b
|
Moved circuit speed humanization to a template tag
|
2017-08-29 22:42:06 -04:00 |
|
Jeremy Stretch
|
c9288a052a
|
Closes #1432: Added a commit_rate field to the circuits list search form
|
2017-08-29 16:48:11 -04:00 |
|
Jeremy Stretch
|
c394985b1b
|
Fixes #1421: Improved model validation logic for API serializers
|
2017-08-15 13:54:04 -04:00 |
|
Jeremy Stretch
|
39730b6834
|
Optimized performance when editing/deleting objects in bulk
|
2017-07-13 17:39:28 -04:00 |
|
Jeremy Stretch
|
dd1991f2c6
|
Closes #838: Display details of all objects being edited/deleted in bulk
|
2017-07-13 16:31:47 -04:00 |
|
Jeremy Stretch
|
dc68be5abf
|
Removed SearchTables; created DetailTables for models where needed
|
2017-07-12 16:42:45 -04:00 |
|
Jeremy Stretch
|
74828e1409
|
Fixes #1334: Fix server error when adding an interface to a device
|
2017-07-11 14:52:50 -04:00 |
|
Jeremy Stretch
|
2d0638821d
|
#1266: Exclude interfaces with existing connections or circuit terminations when creating a new connection
|
2017-07-10 12:44:16 -04:00 |
|
Jeremy Stretch
|
618d75566f
|
Merge branch 'develop' into develop-2.1
Conflicts:
netbox/netbox/settings.py
|
2017-07-10 09:48:20 -04:00 |
|
Jeremy Stretch
|
bfd7881b7b
|
Fixes #1325: Retain interface attachment when editing a circuit termination
|
2017-07-10 09:38:59 -04:00 |
|
Jeremy Stretch
|
1f9806a480
|
Fixes #1285: Enforce model validation when creating/editing objects via the API
|
2017-07-06 17:37:24 -04:00 |
|
Jeremy Stretch
|
87e5687d03
|
Closes #1203: Implemented query filters for all models
|
2017-06-19 16:10:18 -04:00 |
|
Jeremy Stretch
|
68ebe85a98
|
Closes #1218: Added IEEE 802.11 wireless interface types
|
2017-06-16 17:52:09 -04:00 |
|
Jeremy Stretch
|
ceb8fee0cc
|
Moved constant definitions from models.py to constants.py
|
2017-06-16 16:01:44 -04:00 |
|
Jeremy Stretch
|
78d74261e9
|
Fixes #1266: Prevent termination a circuit to an already-connected interface
|
2017-06-14 10:57:43 -04:00 |
|
Jeremy Stretch
|
469c52be28
|
Fixes #1263: Differentiate add and edit permissions for objects
|
2017-06-13 16:41:57 -04:00 |
|
Jeremy Stretch
|
08883d86ef
|
Closes #913: Added headers to object CSV exports
|
2017-06-09 16:24:59 -04:00 |
|
Jeremy Stretch
|
293be752ca
|
Form cleanup and fixed child device import
|
2017-06-07 15:30:28 -04:00 |
|
Jeremy Stretch
|
d122f9f700
|
Added dynamic examples for CSV form fields
|
2017-06-06 17:27:26 -04:00 |
|
Jeremy Stretch
|
08c8bd3049
|
Renamed new import view to BulkImportView
|
2017-06-05 15:53:41 -04:00 |
|
Jeremy Stretch
|
4a8147f8a5
|
Converted circuits import views to new scheme
|
2017-06-02 13:40:52 -04:00 |
|
Jeremy Stretch
|
1dd5e2c926
|
Fixes #1229: Fix validation error on forms where API search is used
|
2017-05-25 14:33:50 -04:00 |
|
Jeremy Stretch
|
138cbf9761
|
Created migrations for transition to Unicode literals
|
2017-05-24 14:18:52 -04:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
fb85867d72
|
Converted all object views to class-based views
|
2017-05-18 17:00:57 -04:00 |
|
Jeremy Stretch
|
8bae804508
|
Closes #1170: Include A and Z sites for circuits in global search results
|
2017-05-12 12:12:47 -04:00 |
|
Jeremy Stretch
|
ed80bfaf02
|
Fixed selector initializations for TenancyForms
|
2017-05-11 17:52:23 -04:00 |
|
Jeremy Stretch
|
473b35f9a3
|
Added tenant_group/tenant form section to all objects with tenancy
|
2017-05-11 17:35:20 -04:00 |
|
Jeremy Stretch
|
58bb029666
|
Closes #1167: Introduced ChainedModelChoiceFields
|
2017-05-11 16:30:16 -04:00 |
|
Jeremy Stretch
|
c174c0cc6d
|
Converted all necessary serializers to CustomFieldModelSerializers
|
2017-04-27 12:50:43 -04:00 |
|
Jeremy Stretch
|
f73693206f
|
Merge branch 'develop' into v2-develop
Conflicts:
netbox/circuits/models.py
netbox/netbox/settings.py
upgrade.sh
|
2017-04-21 15:07:48 -04:00 |
|
Jeremy Stretch
|
599e1bb220
|
Fixes #1071: Protect assigned circuit termination when an interface is deleted
|
2017-04-19 13:19:30 -04:00 |
|
Jeremy Stretch
|
b01bf6089c
|
Merge branch 'develop' into v2-develop
Conflicts:
netbox/dcim/forms.py
netbox/dcim/views.py
netbox/ipam/forms.py
netbox/templates/_base.html
netbox/utilities/views.py
|
2017-04-13 15:42:50 -04:00 |
|
Jeremy Stretch
|
f70f0f8d62
|
Improved handling of return_url for object edit/delete views; removed manual definitions of initial data fields
|
2017-04-13 13:11:23 -04:00 |
|
Jeremy Stretch
|
d98e9e1838
|
Resolved RemovedInDjango20Warning deprecation warnings
|
2017-04-05 14:40:25 -04:00 |
|
Jeremy Stretch
|
369d3aa62e
|
Rearranged URL namespaces to satisfy deprecation warnings
|
2017-04-05 14:26:33 -04:00 |
|
Jeremy Stretch
|
a5dc91c175
|
Introduced SearchTable for improved performance
|
2017-03-29 16:05:23 -04:00 |
|
Jeremy Stretch
|
58e4bf1cc3
|
Closes #973: Removed extraneous admin UI functions
|
2017-03-28 16:41:53 -04:00 |
|
Zach Moody
|
066a3b8b52
|
update api_url with new interfaces endpoint.
|
2017-03-24 18:42:23 -05:00 |
|
Zach Moody
|
48141c0693
|
Fixes #996
|
2017-03-24 17:38:06 -05:00 |
|
Jeremy Stretch
|
04e09c0078
|
Merge branch 'develop' into api2
Conflicts:
netbox/circuits/filters.py
|
2017-03-22 09:48:41 -04:00 |
|
Jeremy Stretch
|
05b71564d8
|
Closes #981: Allow filtering primary objects by a given set of IDs
|
2017-03-22 09:39:30 -04:00 |
|
Jeremy Stretch
|
6cb36a6cee
|
Fixed browsable API breadcrumbs
|
2017-03-20 21:50:10 -04:00 |
|
Jeremy Stretch
|
266f9cc370
|
Added API endpoint, tests for Graphs
|
2017-03-20 15:14:33 -04:00 |
|
Jeremy Stretch
|
42fd14f5c0
|
Introduced HttpStatusMixin to provide more detail on HTTP response status test failures
|
2017-03-20 13:46:47 -04:00 |
|
Jeremy Stretch
|
c08fae8bce
|
Restore not-so-extraneous 'id' field to all WritableSerializers
|
2017-03-17 17:32:43 -04:00 |
|