|
a8a9e061a1
|
Merge branch 'develop' into feature
|
2021-06-22 14:30:47 -04:00 |
|
|
a8af24d7ca
|
Fixes #6637: Fix group assignment in 'available VLANs' link under VLAN group view
|
2021-06-22 14:16:16 -04:00 |
|
|
0e23038e28
|
Merge v2.11.5
|
2021-06-04 09:47:14 -04:00 |
|
|
5c263fac8d
|
Closes #6540: Add a 'flat' column to the prefix table
|
2021-06-03 20:31:09 -04:00 |
|
|
2d44bade4b
|
Merge branch 'develop' into feature
|
2021-06-02 20:35:38 -04:00 |
|
|
5cb5f9a963
|
Linkify prefix children count
|
2021-05-27 15:40:55 -04:00 |
|
|
da558de769
|
Initial work on #6087
|
2021-05-26 16:06:03 -04:00 |
|
|
5b4dacf0f5
|
Merge branch 'develop' into feature
|
2021-05-25 13:19:17 -04:00 |
|
|
239fddcac2
|
Fixes #6468: Disable ordering VLAN groups list by scope object
|
2021-05-21 15:43:18 -04:00 |
|
|
ecf51406c5
|
Permit disabling utilization graph warning/danger thresholds
|
2021-05-11 14:52:27 -04:00 |
|
|
bf56145a09
|
Closes #4609: Allow marking prefixes as fully utilized
|
2021-05-11 14:08:18 -04:00 |
|
|
eb55761c38
|
Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
# netbox/project-static/js/forms.js
# netbox/templates/dcim/location.html
# netbox/templates/generic/object_list.html
|
2021-04-22 19:19:03 -07:00 |
|
|
6bd4b3c167
|
Fixes #6184: Fix parent object table column in prefix IP addresses list
|
2021-04-16 13:07:41 -04:00 |
|
|
4c3b0abe7b
|
Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
# netbox/dcim/tables/template_code.py
# netbox/netbox/views/__init__.py
# netbox/project-static/css/base.css
# netbox/templates/base.html
# netbox/templates/circuits/circuit.html
# netbox/templates/circuits/circuittermination_edit.html
# netbox/templates/circuits/inc/circuit_termination.html
# netbox/templates/circuits/provider.html
# netbox/templates/dcim/device.html
# netbox/templates/dcim/device/base.html
# netbox/templates/dcim/device_component.html
# netbox/templates/dcim/devicetype.html
# netbox/templates/dcim/inc/device_napalm_tabs.html
# netbox/templates/dcim/rack.html
# netbox/templates/dcim/site.html
# netbox/templates/dcim/virtualchassis.html
# netbox/templates/extras/configcontext.html
# netbox/templates/extras/object_journal.html
# netbox/templates/extras/tag.html
# netbox/templates/generic/object.html
# netbox/templates/generic/object_list.html
# netbox/templates/home.html
# netbox/templates/inc/nav_menu.html
# netbox/templates/ipam/aggregate.html
# netbox/templates/ipam/ipaddress.html
# netbox/templates/ipam/prefix.html
# netbox/templates/ipam/vlan.html
# netbox/templates/ipam/vlangroup_edit.html
# netbox/templates/ipam/vlangroup_vlans.html
# netbox/templates/secrets/secret.html
# netbox/templates/tenancy/tenant.html
# netbox/templates/users/api_tokens.html
# netbox/templates/virtualization/cluster.html
# netbox/templates/virtualization/vminterface_edit.html
# netbox/utilities/forms/fields.py
# netbox/utilities/templates/buttons/export.html
|
2021-04-14 11:30:15 -07:00 |
|
|
d1d2ad6a5c
|
bootstrap 5 class updates
|
2021-04-13 21:51:12 -07:00 |
|
|
f0018dcba9
|
LinkedCountColumn should always invoke filter by ID
|
2021-04-05 11:47:25 -04:00 |
|
|
779837389b
|
Convert all LinkColumns to Column(linkify=True)
|
2021-04-02 16:59:53 -04:00 |
|
|
b7e44a744d
|
Add dedicated views for organizational models
|
2021-03-26 14:44:43 -04:00 |
|
|
c828806b67
|
Merge branch 'develop' into feature
|
2021-03-25 16:09:28 -04:00 |
|
|
d18652f726
|
Fixes #6012: Pre-populate attributes when creating an available child prefix via the UI
|
2021-03-25 15:04:56 -04:00 |
|
|
21d31b5747
|
fix prefix table styles
|
2021-03-19 09:38:26 -07:00 |
|
|
889316085c
|
Closes #5998: Introduce ContentTypeColumn
|
2021-03-17 16:29:43 -04:00 |
|
|
fadf15dbc0
|
Fix VLAN group assignment for VLANs
|
2021-03-11 11:07:27 -05:00 |
|
|
653af17755
|
Merge branch 'feature' into 5284-vlangroup-scope
|
2021-03-09 20:17:47 -05:00 |
|
|
bac2387f50
|
Merge branch 'develop' into feature
|
2021-03-09 20:04:20 -05:00 |
|
|
4dae781be0
|
Change VLANGroup site to scope (GFK)
|
2021-03-09 16:18:59 -05:00 |
|
|
ad1da22257
|
Add IP action buttons to interface view
|
2021-03-05 10:45:58 +01:00 |
|
|
e703d9ff78
|
Introduce UtilizationColumn to render utilization graphs consistently
|
2021-03-04 20:58:43 -05:00 |
|
|
20a85c1ef2
|
Introduce TenantColumn to simplify representation
|
2021-03-04 16:07:55 -05:00 |
|
|
18ab1144bb
|
Fixes: #5703 - Populate VRF and Tenant fields when adding IP address
|
2021-03-01 09:19:50 -06:00 |
|
|
6a9b50f95d
|
Closes #5873: Use numeric IDs in all object URLs
|
2021-02-26 17:23:23 -05:00 |
|
|
7873952e7a
|
Avoid wrapping text in hierarchical table columns
|
2020-12-30 15:30:31 -05:00 |
|
|
1e5778e6db
|
Clean up prefix hierarchy annotation
|
2020-12-18 15:43:15 -05:00 |
|
|
26426c1431
|
Fixes #5484: Fix "tagged" indication in VLAN members list
|
2020-12-17 09:46:50 -05:00 |
|
|
6542a326c1
|
Clean up stray Font Awesome icons
|
2020-11-06 15:06:45 -05:00 |
|
|
72dace29b7
|
Replace Glyphicons with Material Design
|
2020-11-06 14:49:14 -05:00 |
|
|
700aa1ad5c
|
Add import/export RTs to VRFTable
|
2020-11-02 14:55:05 -05:00 |
|
|
97c8306eeb
|
Drop add_prefetch from BaseTable; improve dynamic prefetching for table querysets
|
2020-10-30 16:15:16 -04:00 |
|
|
2e558ba031
|
Closes #5139: Omit utilization statistics from RIR list
|
2020-10-20 13:16:35 -04:00 |
|
|
32274dec86
|
Closes: #4967 - Adds Tenancy to Aggregate model
|
2020-10-15 20:40:19 -05:00 |
|
|
12e2537222
|
General cleanup of tables
|
2020-09-25 14:18:29 -04:00 |
|
|
28f0da0bc1
|
Introduce LinkedCountColumn to standardize approach to counting related items in tables
|
2020-09-25 12:42:17 -04:00 |
|
|
18a8a91d57
|
Introduce ChoiceFieldColumn to replace template columns
|
2020-09-25 10:52:14 -04:00 |
|
|
dfb5a06d9d
|
Introduce the RouteTarget model
|
2020-09-24 11:25:52 -04:00 |
|
|
9b16d6df2e
|
Merge v2.9.4 release
|
2020-09-23 16:11:00 -04:00 |
|
|
1f0a4cc548
|
Closes #5075: Include a VLAN membership view for VM interfaces
|
2020-09-23 11:48:32 -04:00 |
|
|
3a90366538
|
Fix filtering services by port number
|
2020-09-21 14:36:58 -04:00 |
|
|
f97d8963f2
|
Initial work on #2179: Allow a service to have multiple ports
|
2020-09-21 13:21:41 -04:00 |
|
|
2bc524a2ee
|
Standardize usage of BooleanColumn
|
2020-09-16 14:25:07 -04:00 |
|
|
08c492f1f4
|
Merge develop into develop-2.10
|
2020-09-04 16:09:05 -04:00 |
|