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

545 Commits

Author SHA1 Message Date
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
34f24de3e4 Fixes #7757: Fix 404 when assigning multiple contacts/FHRP groups in succession 2021-11-09 17:08:28 -05:00
2ce8ef5704 Fixes #7771: Group assignment should be optional when creating contacts via REST API 2021-11-08 08:34:10 -05:00
54233aba1b Remove extraneous slug field from contact import form 2021-11-04 14:23:24 -04:00
2e75a111ed Fix return URLs for contact assignment edit/delete 2021-11-04 14:09:12 -04:00
e4b0359b8e Include action buttons on contact assignments table 2021-11-04 14:01:07 -04:00
803e0bfe72 #1344: Show object type & name when assigning a contact 2021-11-04 13:44:02 -04:00
ff3edc9889 Add NestedContactAssignmentSerializer; add contact assignment API tests 2021-11-04 11:55:00 -04:00
8bb9f4b8a2 #1344: Add missing object field to ContactAssignmentSerializer 2021-11-03 16:27:43 -04:00
2c2e37e9f0 Merge branch 'develop' into feature 2021-11-03 10:29:02 -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
e0230ed104 Remove errant URL path 2021-11-01 13:32:02 -04:00
a3e7cab935 Split tenancy models into separate modules 2021-10-21 15:33:58 -04:00
c06b3374ce #6497: Add missing tag fields to filter forms 2021-10-21 15:29:52 -04:00
cfb3897047 Add tags to organizational & nested group models 2021-10-21 10:51:02 -04:00
554b44b9f2 Fix string repr for ContactAssignment 2021-10-18 16:47:49 -04:00
b44a5ea609 Prevent duplicate contact assignments 2021-10-18 16:33:31 -04:00
487d67768b Cleanup and documentation for #1344 2021-10-18 16:20:31 -04:00
f485a47b48 Tweak uniqueness constraints 2021-10-18 15:41:29 -04:00
faf1e6a43d Add contact/role assignment tables 2021-10-18 15:30:28 -04:00
f193f0d3f9 Add contact assignments to models 2021-10-18 15:09:57 -04:00
2e78568d4d Initial work on contacts 2021-10-18 13:59:05 -04:00
047425dadd Closes #7389: Linkify tenant group in tenants list 2021-09-28 16:28:11 -04:00
dba9602c75 Refactor tenancy forms 2021-09-27 17:19:05 -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
e738ff2fa7 Closes #6988: Order tenants alphabetically without regard to group assignment 2021-09-15 14:56:20 -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
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
7eef726ee1 Fix filtering for platforms, tenant groups 2021-07-20 15:39:58 -04:00
3387282de4 Resolve migration dependencies 2021-07-09 11:51:42 -04:00
c82470e4df Add re-initialized migrations for v2.11.0 2021-07-09 11:11:21 -04:00
4383425060 Delete pre-2.11.0 migrations 2021-07-09 10:57:07 -04:00
e6091ee0c9 Consolidate GraphQLTestCase into APIViewTestCase 2021-06-30 10:07:33 -04:00
728b3bac67 Use _list appendix for GraphQL list queries 2021-06-30 09:57:33 -04:00
ef3cb9544a Clean up GraphQL object types & tests 2021-06-29 12:55:17 -04:00
881b18f6d0 Add GraphQL for tenancy 2021-06-25 14:19:20 -04:00
c7afc9eb28 Rename custom field model forms 2021-06-23 11:53:58 -04:00
7e18b0dd3a Remove csv_headers model attributes 2021-06-09 15:52:49 -04:00
3ec6194a47 Remove obsolete to_csv() methods 2021-06-09 15:08:49 -04:00
b6660c72e1 Add tags as a feature query 2021-05-21 16:54:33 -04:00