Jason Yates
|
184b1055dc
|
Fixes #8285 - Cluster count missing from tenant api output
|
2022-01-07 20:17:43 +00:00 |
|
jeremystretch
|
9c9fcaf42f
|
Fixes #7290: Defer loading API-backed form fields
|
2021-12-29 09:30:43 -05:00 |
|
jeremystretch
|
bfc1cab6df
|
Fixes #8051: Contact group parent assignment should not be required under REST API
|
2021-12-13 08:22:48 -05:00 |
|
jeremystretch
|
88fae2171d
|
Closes #7691: Remove field_order from filterset forms
|
2021-12-10 08:57:19 -05:00 |
|
jeremystretch
|
09b612546b
|
Omit actions column from non-paginated child object tables
|
2021-12-03 11:07:16 -05:00 |
|
jeremystretch
|
a99d14c13f
|
Closes #7924: Include child groups on contact group view
|
2021-12-03 11:00:00 -05:00 |
|
jeremystretch
|
68f322a03b
|
Closes #7925: Linkify contact phone and email attributes
|
2021-12-03 10:51:24 -05:00 |
|
jeremystretch
|
b7c9ca720a
|
Closes #7886: Introduce a base FilterForm class
|
2021-11-19 15:12:45 -05:00 |
|
jeremystretch
|
beca978af5
|
Clean up imports
|
2021-11-18 16:48:29 -05:00 |
|
jeremystretch
|
ed2231e34b
|
Apply BootstrapMixin to CustomFieldModelFilterForm
|
2021-11-18 16:27:06 -05:00 |
|
jeremystretch
|
55049bb303
|
Apply BootstrapMixin to BulkEditForm
|
2021-11-18 16:23:26 -05:00 |
|
jeremystretch
|
c210c6937b
|
Apply BootstrapMixin to CustomFieldModelForm
|
2021-11-18 16:19:25 -05:00 |
|
jeremystretch
|
d529c1b5b3
|
Housekeeping: Use RestrictedQuerySet for default manager on base models
|
2021-11-11 15:04:22 -05:00 |
|
jeremystretch
|
34f24de3e4
|
Fixes #7757: Fix 404 when assigning multiple contacts/FHRP groups in succession
|
2021-11-09 17:08:28 -05:00 |
|
jeremystretch
|
2ce8ef5704
|
Fixes #7771: Group assignment should be optional when creating contacts via REST API
|
2021-11-08 08:34:10 -05:00 |
|
jeremystretch
|
54233aba1b
|
Remove extraneous slug field from contact import form
|
2021-11-04 14:23:24 -04:00 |
|
jeremystretch
|
2e75a111ed
|
Fix return URLs for contact assignment edit/delete
|
2021-11-04 14:09:12 -04:00 |
|
jeremystretch
|
e4b0359b8e
|
Include action buttons on contact assignments table
|
2021-11-04 14:01:07 -04:00 |
|
jeremystretch
|
803e0bfe72
|
#1344: Show object type & name when assigning a contact
|
2021-11-04 13:44:02 -04:00 |
|
jeremystretch
|
ff3edc9889
|
Add NestedContactAssignmentSerializer; add contact assignment API tests
|
2021-11-04 11:55:00 -04:00 |
|
jeremystretch
|
8bb9f4b8a2
|
#1344: Add missing object field to ContactAssignmentSerializer
|
2021-11-03 16:27:43 -04:00 |
|
jeremystretch
|
2c2e37e9f0
|
Merge branch 'develop' into feature
|
2021-11-03 10:29:02 -04:00 |
|
Rhys Barrie
|
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 |
|
jeremystretch
|
e0230ed104
|
Remove errant URL path
|
2021-11-01 13:32:02 -04:00 |
|
jeremystretch
|
a3e7cab935
|
Split tenancy models into separate modules
|
2021-10-21 15:33:58 -04:00 |
|
jeremystretch
|
c06b3374ce
|
#6497: Add missing tag fields to filter forms
|
2021-10-21 15:29:52 -04:00 |
|
jeremystretch
|
cfb3897047
|
Add tags to organizational & nested group models
|
2021-10-21 10:51:02 -04:00 |
|
jeremystretch
|
554b44b9f2
|
Fix string repr for ContactAssignment
|
2021-10-18 16:47:49 -04:00 |
|
jeremystretch
|
b44a5ea609
|
Prevent duplicate contact assignments
|
2021-10-18 16:33:31 -04:00 |
|
jeremystretch
|
487d67768b
|
Cleanup and documentation for #1344
|
2021-10-18 16:20:31 -04:00 |
|
jeremystretch
|
f485a47b48
|
Tweak uniqueness constraints
|
2021-10-18 15:41:29 -04:00 |
|
jeremystretch
|
faf1e6a43d
|
Add contact/role assignment tables
|
2021-10-18 15:30:28 -04:00 |
|
jeremystretch
|
f193f0d3f9
|
Add contact assignments to models
|
2021-10-18 15:09:57 -04:00 |
|
jeremystretch
|
2e78568d4d
|
Initial work on contacts
|
2021-10-18 13:59:05 -04:00 |
|
jeremystretch
|
047425dadd
|
Closes #7389: Linkify tenant group in tenants list
|
2021-09-28 16:28:11 -04:00 |
|
jeremystretch
|
dba9602c75
|
Refactor tenancy forms
|
2021-09-27 17:19:05 -04:00 |
|
jeremystretch
|
7b3f6f1c67
|
Clean up table classes
|
2021-09-17 15:37:19 -04:00 |
|
jeremystretch
|
9cb29f48a0
|
Use exclude() when instantiating tables to omit columns
|
2021-09-17 14:25:02 -04:00 |
|
jeremystretch
|
16d8981a3f
|
Closes #7284: Include comments field in table/export for all appropriate models
|
2021-09-17 12:04:22 -04:00 |
|
jeremystretch
|
e738ff2fa7
|
Closes #6988: Order tenants alphabetically without regard to group assignment
|
2021-09-15 14:56:20 -04:00 |
|
jeremystretch
|
bd681f5908
|
Clean up object filter forms
|
2021-08-24 17:29:16 -04:00 |
|
jeremystretch
|
1b612816cc
|
Merge branch 'feature' into 6829-graphql-reverse-relations
|
2021-08-03 16:05:31 -04:00 |
|
jeremystretch
|
1518a460d5
|
Rename base Graphene types to match base models
|
2021-08-03 14:37:39 -04:00 |
|
jeremystretch
|
ea86321da8
|
Add journal_entries to Graphene object types for all primary models
|
2021-08-03 13:58:08 -04:00 |
|
Matt
|
58862e115c
|
Closes #6863: Add search fields back to filter forms
|
2021-08-03 08:32:53 -07:00 |
|
checktheroads
|
863048cda2
|
Deprecate collapsible advanced search and re-implement field-based filtering on object views
|
2021-08-01 21:24:22 -07:00 |
|
jeremystretch
|
7eef726ee1
|
Fix filtering for platforms, tenant groups
|
2021-07-20 15:39:58 -04:00 |
|
jeremystretch
|
3387282de4
|
Resolve migration dependencies
|
2021-07-09 11:51:42 -04:00 |
|
jeremystretch
|
c82470e4df
|
Add re-initialized migrations for v2.11.0
|
2021-07-09 11:11:21 -04:00 |
|
jeremystretch
|
4383425060
|
Delete pre-2.11.0 migrations
|
2021-07-09 10:57:07 -04:00 |
|