Jeremy Stretch
|
0f8534e65e
|
Fixes #4027: Repair schema migration for #3569 to convert IP addresses with DHCP status
|
2020-01-28 12:49:00 -05:00 |
|
Jeremy Stretch
|
ac3cac1b1c
|
Fixes #4028: Correct URL patterns to match Unicode characters in tag slugs
|
2020-01-28 09:47:33 -05:00 |
|
Jeremy Stretch
|
eb4abc6b4c
|
Changelog for #3338
|
2020-01-27 17:24:00 -05:00 |
|
Jeremy Stretch
|
0406c0c3eb
|
#3338: Prefetch termination devices to avoid extra database queries
|
2020-01-27 17:22:31 -05:00 |
|
Jeremy Stretch
|
50c38e3ec5
|
Merge pull request #4012 from hSaria/3338-api-circuit-term
Fixes #3338: Added termination A and Z to the circuit
|
2020-01-27 17:14:40 -05:00 |
|
Jeremy Stretch
|
2dc16c9567
|
Merge pull request #3993 from hSaria/3935-swagger-default-info
Fixes #3935: Swagger DEFAULT_INFO
|
2020-01-27 16:58:03 -05:00 |
|
Saria Hajjar
|
c92bb4c1bf
|
Fixes #3338: Added termination A and Z to the circuit
|
2020-01-27 21:53:10 +00:00 |
|
Jeremy Stretch
|
d841c8c2d8
|
Remove obsolete constants
|
2020-01-27 12:34:52 -05:00 |
|
Jeremy Stretch
|
ef6dc73a1b
|
Update changelog
|
2020-01-27 09:45:18 -05:00 |
|
Jeremy Stretch
|
db3017717f
|
Merge pull request #4017 from hSaria/4016-duplicate-tenant-field
Fixes #4016: Removed duplicate tenant field for cluster edit form
|
2020-01-27 09:36:36 -05:00 |
|
Jeremy Stretch
|
267c7b60cd
|
Merge pull request #4021 from hellerve/veit/fix-4019
SVG Elevation: Add borders on the rear of devices as well
|
2020-01-27 09:32:53 -05:00 |
|
hellerve
|
8fb8cc01bf
|
dcim: add borders on the rear of devices as well
|
2020-01-27 13:13:07 +01:00 |
|
Saria Hajjar
|
bb99342d1a
|
Fixes #4016: Removed duplicate tenant field for cluster edit form
|
2020-01-26 12:52:18 +00:00 |
|
Jeremy Stretch
|
003168b184
|
Merge pull request #4009 from netbox-community/4006-remove-fixtures
Closes #4006: remove test fixtures
|
2020-01-24 16:36:41 -05:00 |
|
Jeremy Stretch
|
44ef0eeb49
|
Adapt form tests to work without fixture data
|
2020-01-24 16:30:43 -05:00 |
|
Jeremy Stretch
|
27f23342ba
|
Remove obsolete fixtures files
|
2020-01-24 16:29:23 -05:00 |
|
Jeremy Stretch
|
60dbc8564a
|
Refactor prefix and IP mask length choice generation to reference constants
|
2020-01-24 15:50:45 -05:00 |
|
Jeremy Stretch
|
2a303f562c
|
Remove obsolete IP_FAMILY_CHOICES constant
|
2020-01-24 15:40:03 -05:00 |
|
Jeremy Stretch
|
d5091f16a9
|
Merge pull request #4007 from netbox-community/3880-use-constants
Closes #3880: Define constants for arbitrary values
|
2020-01-24 15:29:38 -05:00 |
|
Jeremy Stretch
|
28d2991471
|
Fixes #4008: Toggle rack elevation face using front/rear strings
|
2020-01-24 15:28:15 -05:00 |
|
Jeremy Stretch
|
bd6c691cb2
|
Add explanatory text for constants
|
2020-01-24 15:03:38 -05:00 |
|
Jeremy Stretch
|
7784435aa9
|
#3880: Define constants for arbitrary values
|
2020-01-24 14:42:57 -05:00 |
|
Jeremy Stretch
|
7953176c3a
|
Merge pull request #3955 from kobayashi/3950-not-retain-device-type
Fixes: #3950 "Create and Add Another" does retain device type
|
2020-01-24 13:49:46 -05:00 |
|
Jeremy Stretch
|
372362915b
|
Merge branch 'develop' into 3950-not-retain-device-type
|
2020-01-24 13:49:30 -05:00 |
|
Jeremy Stretch
|
adc6a93727
|
Add changelog for #3982
|
2020-01-24 12:10:38 -05:00 |
|
Jeremy Stretch
|
143c8374ec
|
Merge pull request #4002 from hellerve/veit/fix-3982
Read reserved tooltip on rack elevations
|
2020-01-24 12:09:39 -05:00 |
|
Jeremy Stretch
|
80b2660748
|
Closes #4005: Include timezone context in webhook timestamps
|
2020-01-24 12:00:24 -05:00 |
|
kobayashi
|
4d9fa0396f
|
Fixes #3950: Cloned Device Form does not retain device type
|
2020-01-24 03:30:24 -05:00 |
|
kobayashi
|
8b641af3e0
|
3950 not retain device type
|
2020-01-24 03:13:50 -05:00 |
|
hellerve
|
7c0952e4e6
|
dcim: fix #3982 by readding reserved tooltip
|
2020-01-24 08:45:55 +01:00 |
|
Jeremy Stretch
|
fad33f64c3
|
Fixes #3999: Do not filter child results by null if non-required parent fields are blank
|
2020-01-23 17:11:45 -05:00 |
|
Jeremy Stretch
|
debe6fc1d8
|
Add tests for ChoiceSet
|
2020-01-23 16:19:34 -05:00 |
|
Jeremy Stretch
|
5da8b4dfd8
|
Handle grouped choices when returning ChoiceSet values
|
2020-01-23 16:16:52 -05:00 |
|
Jeremy Stretch
|
1b3a9943c3
|
Add tests for home and search views
|
2020-01-23 15:41:09 -05:00 |
|
Jeremy Stretch
|
aed93cce24
|
Closes #3952: Add test for webhooks_worker; introduce generate_signature()
|
2020-01-23 15:05:27 -05:00 |
|
Saria Hajjar
|
9148608af4
|
Fixes #3935: Swagger DEFAULT_INFO
|
2020-01-23 14:26:04 +00:00 |
|
Jeremy Stretch
|
9aac090718
|
Fixes #3989: Correct HTTP content type assignment for webhooks
|
2020-01-22 20:33:57 -05:00 |
|
Jeremy Stretch
|
66c7837543
|
Merge pull request #3988 from netbox-community/3509-ipaddress-script-vars
Closes #3509: Add IP address vars for custom scripts
|
2020-01-22 17:56:00 -05:00 |
|
Jeremy Stretch
|
4d6f181fa4
|
Changelog for #3509
|
2020-01-22 17:49:03 -05:00 |
|
Jeremy Stretch
|
b8b9848ffa
|
Add tests for IP address vars
|
2020-01-22 17:48:03 -05:00 |
|
Jeremy Stretch
|
3469e5ac14
|
Introduce IPAddressVar and IPAddressWithMaskVar
|
2020-01-22 17:16:40 -05:00 |
|
Jeremy Stretch
|
c7d5c80edf
|
Move prefix_validator() to ipam.validators
|
2020-01-22 16:33:34 -05:00 |
|
Jeremy Stretch
|
dc567799ed
|
Move min/max prefix length validators to ipam.validators
|
2020-01-22 16:26:06 -05:00 |
|
Jeremy Stretch
|
12246ff6b8
|
Merge pull request #3987 from netbox-community/3310-cableform-initial-data
Closes #3310: Pre-select site/rack for B side when creating a new cable
|
2020-01-22 16:14:17 -05:00 |
|
Jeremy Stretch
|
5bb99d30bc
|
Closes #3310: Pre-select site/rack for B side when creating a new cable
|
2020-01-22 16:07:09 -05:00 |
|
Jeremy Stretch
|
2bfd60eea1
|
Fixes #3983: Permit the creation of multiple unnamed devices
|
2020-01-22 09:26:49 -05:00 |
|
Jeremy Stretch
|
068e65e7d7
|
Add tests for rack elevation API endpoint
|
2020-01-21 17:36:38 -05:00 |
|
Jeremy Stretch
|
0681085da6
|
Suppress extraneous test output
|
2020-01-21 17:23:50 -05:00 |
|
Jeremy Stretch
|
42376126ae
|
Add test for device graphs API endpoint
|
2020-01-21 17:11:26 -05:00 |
|
Jeremy Stretch
|
0f3f41fa65
|
Add tests for front/rear port API endpoints
|
2020-01-21 17:00:30 -05:00 |
|