Jeremy Stretch
179abcc79d
Refactor APITestCase to subclass TestCase
2020-01-30 17:57:34 -05:00
Jeremy Stretch
316c0b6168
Merge pull request #4053 from netbox-community/4051-disable-makemigrations
...
Closes #4051 : Disable the makemigrations management command
2020-01-30 16:50:40 -05:00
Jeremy Stretch
ac27759250
Merge branch 'develop' into 4051-disable-makemigrations
2020-01-30 16:49:15 -05:00
Jeremy Stretch
c8c9f78829
Documented the new DEVELOPER configuration parameter
2020-01-30 16:47:44 -05:00
Jeremy Stretch
61ac7c44ba
Migrate view tests to use new TestCase class
2020-01-30 16:37:40 -05:00
Jeremy Stretch
43b2c36066
Introduced a custom TestCase
2020-01-30 16:19:51 -05:00
Jeremy Stretch
1a25f5a7f2
Fixes #4030 : Fix exception when bulk editing interfaces (revised)
2020-01-30 15:12:10 -05:00
Jeremy Stretch
b9765b857d
Merge pull request #4050 from netbox-community/568-customfield-csv-import
...
Closes #568 : Extend CSV import to support custom fields
2020-01-30 14:04:57 -05:00
agrrajag
d0d2af4cab
Update 3-http-daemon.md ( #4055 )
...
There was no documentation to move back into the netbox folder after installing/configuring nginx. You would move into nginx on line 42 then try and figure out why you couldn't copy gunicorn on line 113.
2020-01-30 14:00:37 -05:00
Jeremy Stretch
4b02d294ce
Fixes #4052 : Fix error when bulk importing interfaces to virtual machines
2020-01-30 13:55:39 -05:00
Jeremy Stretch
d9b8bc0422
Fix VM interfaces table header alignment
2020-01-30 13:39:50 -05:00
Saria Hajjar
ace8fac2c1
Removed changelog to avoid merge conflicts
2020-01-30 18:29:08 +00:00
Saria Hajjar
ae95b159bc
Virtualization interfaces VLAN filtering
2020-01-30 18:26:30 +00:00
Saria Hajjar
ff822743cc
Corrected linter warning
2020-01-30 18:10:39 +00:00
Saria Hajjar
7897ebb2ed
Corrected changelog
2020-01-30 17:52:30 +00:00
Saria Hajjar
52f7ef4864
Merge branch 'develop' into 2921-tags-select2
2020-01-30 17:51:55 +00:00
Saria Hajjar
5879671971
Avoid overriding private attribute in super
2020-01-30 17:49:42 +00:00
Saria Hajjar
2375d66f75
Added TagFilterField to device components' filter forms
2020-01-30 17:45:03 +00:00
Jeremy Stretch
923c2728b3
Fixes #4056 : Repair schema migration for Rack.outer_unit (from #3569 )
2020-01-30 12:08:40 -05:00
Jeremy Stretch
4ba2579936
Closes #4051 : Disable the makemigrations management command
2020-01-30 10:12:53 -05:00
John Anderson
8274903985
version bump for v2.8.0
2020-01-29 16:46:44 -05:00
Jeremy Stretch
03087e9d01
Fixes #4049 : Restore missing tags field in IPAM service serializer
2020-01-29 16:22:06 -05:00
Jeremy Stretch
eafeaab014
Add tests for invalid import data
2020-01-29 16:07:32 -05:00
Jeremy Stretch
c75315fda6
Extend CSV import test
2020-01-29 15:34:55 -05:00
Jeremy Stretch
193435b554
Enable CSV import for custom fields
2020-01-29 14:29:47 -05:00
Dan Sheppard
d30d79b4e3
Cleanup Imports
2020-01-29 12:55:19 -06:00
Dan Sheppard
23155551d1
Remove complex ordering for IP addresses
...
After review complex ordering does not appear to be required
2020-01-29 12:54:55 -06:00
Jeremy Stretch
e6b018909d
Introduced CustomFieldModelCSVForm
2020-01-29 13:53:26 -05:00
Dan Sheppard
22228b58f1
#4034 - Create tests for addresses
2020-01-29 12:52:48 -06:00
Jeremy Stretch
35f2291edc
Fix assignment of initial CustomField values when editing an object
2020-01-29 13:31:36 -05:00
Jeremy Stretch
c3f86456d6
Remove get_custom_fields_for_model()
2020-01-29 12:12:47 -05:00
Jeremy Stretch
585ea71d1a
Move form field generation logic to CustomField class
2020-01-29 11:44:37 -05:00
Jeremy Stretch
9929a05bfe
Update release notes
2020-01-29 11:00:46 -05:00
Jeremy Stretch
f12199dcb5
Rename and simplify CustomFieldChoiceField
2020-01-29 11:00:03 -05:00
Jeremy Stretch
bc7cf63958
Rename and refactor CustomFieldForm
2020-01-29 10:59:18 -05:00
Jeremy Stretch
db3b4505c1
Merge pull request #3885 from hSaria/568-csv-import-cf
...
Fixes #568 : CSV import/export of custom fields
2020-01-29 10:11:40 -05:00
Jeremy Stretch
943c644dc9
Merge pull request #4037 from newlandk/patch-1
...
Fixes #4039 : LDAP Documentation
2020-01-29 10:09:07 -05:00
Jeremy Stretch
e0d538ad31
Fixes #4043 : Fix toggling of required fields in custom scripts
2020-01-29 09:40:17 -05:00
Jeremy Stretch
1849473469
Merge pull request #4023 from smutel/UpdateDoc
...
Fixes #4024 : Update nginx documentation
2020-01-29 09:29:50 -05:00
Dan Sheppard
084a68f6d1
#4034 - Create tests for prefixes
2020-01-28 22:11:31 -06:00
Kevin Newland
6fefa3c7dd
update ldap documentation
...
use new ldap cache configuration in documentation
https://github.com/netbox-community/netbox/blob/develop/netbox/netbox/settings.py#L360
2020-01-28 18:34:26 -06:00
Jeremy Stretch
4629cda9ad
Post-release version bump
2020-01-28 16:42:33 -05:00
Jeremy Stretch
be716a3345
Release v2.7.3
2020-01-28 16:33:55 -05:00
Jeremy Stretch
8de9f52151
Fixes #4033 : Restore missing comments field label of various bulk edit forms
2020-01-28 16:09:10 -05:00
Jeremy Stretch
0a11fc1221
Fixes #4030 : Fix exception when setting interfaces to tagged mode in bulk
2020-01-28 14:19:29 -05:00
Jeremy Stretch
ede576a2ae
Changelog for #4022
2020-01-28 13:55:44 -05:00
Jeremy Stretch
12cf69f7e1
Merge pull request #4022 from hSaria/4010-interface-ip-filter
...
Fixes #4010 : Fixes IP addresses table when filtering interfaces
2020-01-28 13:54:21 -05:00
Jeremy Stretch
2a4ccae113
Merge pull request #4031 from kobayashi/3978-add-vrf-filter
...
Fixes #3978 : VRF filtering for NAT IP search
2020-01-28 13:46:54 -05:00
Jeremy Stretch
77292050d4
Changelog for #4025
2020-01-28 13:38:03 -05:00
Jeremy Stretch
e7ef142620
Merge pull request #4026 from hSaria/4025-cable-status-class
...
Fixes #4025 : Cable status class
2020-01-28 13:34:46 -05:00