Jeremy Stretch
1b38f3ad3a
Merge pull request #4303 from kobayashi/4274-prefix-schema
...
Fix #4274 : Set correct value schema for int typed ChoiceField
2020-03-02 13:14:04 -05:00
Jeremy Stretch
1e1c6526b2
Add BaseFilterSetTest to validate automatic generation of filters
2020-03-02 12:25:21 -05:00
kobayashi
0be5488104
Fix #4274 : Set correct value schema for int typed ChoiceField
2020-03-02 11:26:56 -05:00
Jeremy Stretch
13fcdc0c1e
Fixes #4301 : Fix exception when deleting device type with components
2020-03-02 09:41:37 -05:00
John Anderson
e5f8f15293
added lookup map for treenode filter
2020-02-28 19:58:06 -05:00
Jeremy Stretch
22ec11c766
Fix up CentOS installation instructions; add troubleshooting guide
2020-02-28 17:31:51 -05:00
Jeremy Stretch
1b6f721e50
Extend installation docs to include creation of a specific netbox user
2020-02-28 16:25:43 -05:00
Jeremy Stretch
9c88f12abe
Add note about Redis config to installation instructions
2020-02-28 15:58:55 -05:00
Jeremy Stretch
e285d0b547
Remove obsolete querydict_to_dict() utility function
2020-02-28 15:47:59 -05:00
Jeremy Stretch
1449dfc966
Fixes #4295 : Fix assignment of parent LAG during interface bulk edit
2020-02-28 09:44:41 -05:00
Jeremy Stretch
bdf9857e6f
Closes #4294 : Add tenancy filter tests for all models
2020-02-27 13:28:08 -05:00
Marco Ceppi
75808d1e30
Updated custom fields for Vapor
2020-02-27 11:15:20 -05:00
Marco Ceppi
6f35a4086d
Migrate keystone interfaces to new data type
2020-02-27 10:55:07 -05:00
Marco Ceppi
f472edda9f
Set a password for Redis server
2020-02-27 09:26:14 -05:00
Marco Ceppi
78181884ea
Do not hard-lock tox to a python version
2020-02-27 08:46:57 -05:00
Marco Ceppi
7f85a5d179
Make sure tests for ContentType are properly scoped
...
This fails because we have two "site" models - the first is the DCIM.Site and the second is Sites.site (used for allauth). Most all other queries in Netbox properly scope with app_label - this test does not.
2020-02-27 08:41:54 -05:00
Marco Ceppi
e05ab4a16c
Merge upstream v2.7.8 into develop
2020-02-27 08:40:35 -05:00
Jeremy Stretch
faf676e6e0
Closes #4281 : Allow filtering device component list views by type
2020-02-26 17:22:53 -05:00
Jeremy Stretch
624566b04e
Fixes #4282 : Fix label on export button for device types
2020-02-26 16:49:39 -05:00
Jeremy Stretch
5a00939512
Fixes #4285 : Include A/Z termination sites in provider circuits table
2020-02-26 16:41:59 -05:00
Jeremy Stretch
4431259cd8
Merge pull request #4287 from netbox-community/3949-virtualenv-install
...
Closes #3949 : Revise installation docs to use a Python virtual environment
2020-02-26 16:04:51 -05:00
Jeremy Stretch
87c914bece
Reorganize .gitignore; add /venv/
2020-02-26 15:59:26 -05:00
Jeremy Stretch
56c26f80b3
Changelog for #3949
2020-02-26 15:56:26 -05:00
Jeremy Stretch
215dbef7a0
Improved formatting of upgrade script messages
2020-02-26 15:40:05 -05:00
Jeremy Stretch
64c9bf27c1
Fix exit statement in upgrade script
2020-02-26 15:34:42 -05:00
Jeremy Stretch
1abc82e718
Update upgrade script & instructions to better accomodate moving to a venv
2020-02-26 15:26:12 -05:00
Jeremy Stretch
be9df3c07d
Simplify the systemctl commands
2020-02-26 14:38:25 -05:00
Jeremy Stretch
798ecfc8f0
Clean up the upgrade guide
2020-02-26 14:09:54 -05:00
Jeremy Stretch
015a339202
Update systemd migration guide
2020-02-26 14:09:27 -05:00
Jeremy Stretch
2ee06c13f9
Remove Python 2 migration guide
2020-02-26 13:56:44 -05:00
Jeremy Stretch
0851b97ba5
Update the upgrade script & instructions to use a virtual environment
2020-02-26 13:54:07 -05:00
Jeremy Stretch
1b64f67f2b
Update installation instructions to use a Python virtual environment
2020-02-26 12:28:35 -05:00
John Anderson
c908f132ec
Merge branch 'develop' into 4121-filter-lookup-expressions
2020-02-26 12:05:27 -05:00
Jeremy Stretch
c78df40cb0
Refactor installtion docs
2020-02-26 11:40:31 -05:00
Jeremy Stretch
5a61bbec26
Fixes #4277 : Fix filtering of clusters by tenant
2020-02-26 09:11:38 -05:00
John Anderson
3b4607d30d
refactor lookup map logic
2020-02-25 15:16:27 -05:00
Jeremy Stretch
5befe66aa5
Post-release version bump
2020-02-25 15:11:04 -05:00
Jeremy Stretch
3c249a40a0
Merge pull request #4275 from netbox-community/develop
...
Release v2.7.8
2020-02-25 15:09:41 -05:00
Jeremy Stretch
7e81d5fe11
Release v2.7.8
2020-02-25 15:04:08 -05:00
Jeremy Stretch
6b4858303b
Fix object list table width when no filter_form is present
2020-02-25 15:03:27 -05:00
Jeremy Stretch
5000f7f8d7
Extend custom scripts to pass the 'commit' value via run()
2020-02-25 14:49:41 -05:00
Jeremy Stretch
f643af13d7
Fix field label for Prefix.vrf
2020-02-25 14:12:53 -05:00
John Anderson
afc8c9bfe9
fix tenancy filterset bases
2020-02-25 13:50:31 -05:00
Jeremy Stretch
a6e859d9b7
Remove extraneous prefetches from racks queryset
2020-02-25 12:35:27 -05:00
Jeremy Stretch
5bf68493df
Changelog & cleanup for #4267
2020-02-25 12:34:48 -05:00
Jeremy Stretch
43f3488270
Merge pull request #4271 from ananace/4267-rack-roles-in-elevations
...
Fixes #4267 : Display rack roles in elevation list view
2020-02-25 12:18:31 -05:00
Jeremy Stretch
62efe0621f
Fixes #4272 : Interface type should be required by API serializer
2020-02-25 11:20:43 -05:00
Jeremy Stretch
161f03217e
Merge pull request #4269 from hSaria/4227-omit-private-changelog
...
Fixes #4227 : Omit internal fields from the change log data
2020-02-25 11:02:22 -05:00
Jeremy Stretch
40b56d7f62
Merge branch 'develop' into 4227-omit-private-changelog
2020-02-25 11:02:11 -05:00
Jeremy Stretch
4eb731cfae
Merge pull request #4263 from netbox-community/4237-custom-webhooks
...
Closes #4237 : Enable custom templating for webhook request content
2020-02-25 10:54:30 -05:00