50bc0caccf
Fix issues with ordering and add field_groups
2022-03-18 14:58:51 +00:00
da37db1ea9
Update netbox/circuits/filtersets.py
...
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-03-18 14:39:22 +00:00
ef6576bdd6
merge develop into issue
2022-03-09 17:47:58 +00:00
73af3ba095
remove contacts from api endpoints
2022-03-09 16:45:19 +00:00
42466d5fc4
Add description filter for ProviderNetwork, CircuitType, Circuit & CircuitTermination
2022-02-25 18:15:22 +01:00
36d6dd1ca9
Fixes #8645 ; Allow filtering on core models in the UI and API for contact assignments
2022-02-24 17:08:38 +00:00
0181a25d70
Fixes #8342
...
created & last_updated fields are missing from some REST API calls. Added missing fields to the following API calls
/api/dcim/virtual-chassis/
/api/dcim/cables/
/api/dcim/power-panels/
/api/dcim/rack-reservations/
/api/circuits/circuit-terminations/
/api/extras/webhooks/
/api/extras/custom-fields/
/api/extras/custom-links/
/api/extras/export-templates/
/api/extras/tags/
2022-01-13 19:13:28 -08:00
381796e708
Add created & last updated as available fields to all tables
...
Adds two fields to all relevant tables to allow the addition of Created & Last Updated columns.
All tables with a Configure Table option were updated.
Some sections reformatted to comply with E501 line length as a result of changes
2022-01-13 09:22:32 +00:00
f732493473
Fixing code style E302
2022-01-08 22:24:25 +00:00
f66a265fcf
Fixes #8246 - Circuits list view to display formatted commit rate
...
Adds a custom column class to format the commit rate in the circuits table view using humanize_speed template helper. Export still exports the raw number.
2022-01-08 21:55:07 +00:00
9c9fcaf42f
Fixes #7290 : Defer loading API-backed form fields
2021-12-29 09:30:43 -05:00
b7c9ca720a
Closes #7886 : Introduce a base FilterForm class
2021-11-19 15:12:45 -05:00
beca978af5
Clean up imports
2021-11-18 16:48:29 -05:00
ed2231e34b
Apply BootstrapMixin to CustomFieldModelFilterForm
2021-11-18 16:27:06 -05:00
55049bb303
Apply BootstrapMixin to BulkEditForm
2021-11-18 16:23:26 -05:00
c210c6937b
Apply BootstrapMixin to CustomFieldModelForm
2021-11-18 16:19:25 -05:00
d529c1b5b3
Housekeeping: Use RestrictedQuerySet for default manager on base models
2021-11-11 15:04:22 -05:00
806dcd74ec
Split circuits models into submodules
2021-11-04 15:58:17 -04:00
2c2e37e9f0
Merge branch 'develop' into feature
2021-11-03 10:29:02 -04:00
d0b85586b9
Changelog & cleanup for #6930
2021-11-02 16:24:28 -04:00
cef0d168a5
Closes #6930 : Add 'ID' column to object tables ( #7673 )
...
* netbox-community/netbox#6930 : Add ID column to devices, device types, and components
* netbox-community/netbox#6930 : Add ID column to sites, racks, and tenants
* netbox-community/netbox#6930 : Add ID column to power, providers, TODO circuits
* netbox-community/netbox#6930 : Add ID column to virtualization tables
* netbox-community/netbox#6930 : Add ID column to IPAM tables
* netbox-community/netbox#6930 : Add ID column to 'extras' tables
* netbox-community/netbox#6930 : Move ID column to BaseTable class
* netbox-community/netbox#6930 : Don't linkify ID in device component template tables
* netbox-community/netbox#6930 : Don't show ID column in interface/console/power connections tables
* netbox-community/netbox#6930 : Don't show ID column in device component template tables
* netbox-community/netbox#6930 : Add ID column to ObjectJournal, DeviceImport, and Circuit tables
* Exclude ID column from selected tables
* netbox-community/netbox#6930:revert default columns on ObjectChangeTable, not configurable
* netbox-community/netbox#6930 : Add object ID to tagged objects table in tag detail view
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-11-02 16:21:34 -04:00
98ca4f5b5a
Fixes #7643 : Fix circuit assignment when creating multiple terminations simultaneously
2021-10-27 10:02:36 -04:00
c06b3374ce
#6497 : Add missing tag fields to filter forms
2021-10-21 15:29:52 -04:00
3a3ed8bf64
Merge branch 'feature' into 3979-wireless
2021-10-21 13:19:52 -04:00
cfb3897047
Add tags to organizational & nested group models
2021-10-21 10:51:02 -04:00
f193f0d3f9
Add contact assignments to models
2021-10-18 15:09:57 -04:00
64dad7dbd2
Optimize migrations
2021-10-14 15:11:03 -04:00
ac2cd552b9
Rename cable_peer fields to link_peer
2021-10-13 14:04:53 -04:00
6897c5fadd
Fixes #7455 : Fix site/provider network validation for circuit termination API serializer
2021-10-06 09:11:42 -04:00
f3fe3f9a18
Closes #6708 : Add image attachment support for circuits, power panels
2021-10-01 12:50:51 -04:00
71449b3414
Fixes #7304 : Require explicit values for all required choice fields during CSV import
2021-09-28 12:04:54 -04:00
b5aecfeb91
Refactor circuits forms
2021-09-27 15:23:12 -04:00
7b3f6f1c67
Clean up table classes
2021-09-17 15:37:19 -04:00
9cb29f48a0
Use exclude() when instantiating tables to omit columns
2021-09-17 14:25:02 -04:00
16d8981a3f
Closes #7284 : Include comments field in table/export for all appropriate models
2021-09-17 12:04:22 -04:00
cc0830bf28
Closes #7087 : Add search/filter forms for all organizational models
2021-09-16 16:04:46 -04:00
e813dda275
Remove default_app_config (deprecated in Django 3.2)
2021-09-15 11:18:47 -04:00
27c0e6dd5e
Fixes #7164 : Fix styling of "decommissioned" label for circuits
2021-09-03 13:52:48 -04:00
bd681f5908
Clean up object filter forms
2021-08-24 17:29:16 -04:00
1b612816cc
Merge branch 'feature' into 6829-graphql-reverse-relations
2021-08-03 16:05:31 -04:00
88d2441ab3
Add changelog GraphQL relation for changelogged models
2021-08-03 14:51:56 -04:00
1518a460d5
Rename base Graphene types to match base models
2021-08-03 14:37:39 -04:00
ea86321da8
Add journal_entries to Graphene object types for all primary models
2021-08-03 13:58:08 -04:00
58862e115c
Closes #6863 : Add search fields back to filter forms
2021-08-03 08:32:53 -07:00
863048cda2
Deprecate collapsible advanced search and re-implement field-based filtering on object views
2021-08-01 21:24:22 -07:00
c7e0abc3fb
Merge v2.11.10
2021-07-28 16:26:04 -04:00
2ff3d0d5a2
Fixes #6774 : Fix A/Z assignment when swapping circuit terminations
2021-07-23 11:13:21 -04:00
c14b546d5f
#6372 : Refactor Select2 naming
2021-07-19 16:39:16 -07:00
42b2e2717d
Standardize squashed migration names
2021-07-09 13:23:43 -04:00
3387282de4
Resolve migration dependencies
2021-07-09 11:51:42 -04:00