Commit Graph

4852 Commits

Author SHA1 Message Date
John Anderson
ca46cabaf7 added lookup map for treenode filter 2020-02-28 19:58:06 -05:00
Jeremy Stretch
e25699386c Fix up CentOS installation instructions; add troubleshooting guide 2020-02-28 17:31:51 -05:00
Jeremy Stretch
dbb388f61c Extend installation docs to include creation of a specific netbox user 2020-02-28 16:25:43 -05:00
Jeremy Stretch
c84addb8e9 Add note about Redis config to installation instructions 2020-02-28 15:58:55 -05:00
Jeremy Stretch
8de051749c Remove obsolete querydict_to_dict() utility function 2020-02-28 15:47:59 -05:00
Jeremy Stretch
f196fabfb1 Fixes #4295: Fix assignment of parent LAG during interface bulk edit 2020-02-28 09:44:41 -05:00
Jeremy Stretch
1f3854d41b Closes #4294: Add tenancy filter tests for all models 2020-02-27 13:28:08 -05:00
Jeremy Stretch
497c2b5f64 Closes #4281: Allow filtering device component list views by type 2020-02-26 17:22:53 -05:00
Jeremy Stretch
228d1f2d23 Fixes #4282: Fix label on export button for device types 2020-02-26 16:49:39 -05:00
Jeremy Stretch
c81e7042ae Fixes #4285: Include A/Z termination sites in provider circuits table 2020-02-26 16:41:59 -05:00
Jeremy Stretch
c98194d63f 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
ce1ff38fc9 Reorganize .gitignore; add /venv/ 2020-02-26 15:59:26 -05:00
Jeremy Stretch
55650bb5d5 Changelog for #3949 2020-02-26 15:56:26 -05:00
Jeremy Stretch
6e887548e6 Improved formatting of upgrade script messages 2020-02-26 15:40:05 -05:00
Jeremy Stretch
59023d1c31 Fix exit statement in upgrade script 2020-02-26 15:34:42 -05:00
Jeremy Stretch
76cffe760a Update upgrade script & instructions to better accomodate moving to a venv 2020-02-26 15:26:12 -05:00
Jeremy Stretch
67ef7557a6 Simplify the systemctl commands 2020-02-26 14:38:25 -05:00
Jeremy Stretch
48a470d966 Clean up the upgrade guide 2020-02-26 14:09:54 -05:00
Jeremy Stretch
8f287c06ec Update systemd migration guide 2020-02-26 14:09:27 -05:00
Jeremy Stretch
30a6271ac8 Remove Python 2 migration guide 2020-02-26 13:56:44 -05:00
Jeremy Stretch
f2ca7d68d3 Update the upgrade script & instructions to use a virtual environment 2020-02-26 13:54:07 -05:00
Jeremy Stretch
92ccb0c6a2 Update installation instructions to use a Python virtual environment 2020-02-26 12:28:35 -05:00
John Anderson
cc22228cdd Merge branch 'develop' into 4121-filter-lookup-expressions 2020-02-26 12:05:27 -05:00
Jeremy Stretch
bec71c670a Refactor installtion docs 2020-02-26 11:40:31 -05:00
Jeremy Stretch
fac418c31d Fixes #4277: Fix filtering of clusters by tenant 2020-02-26 09:11:38 -05:00
John Anderson
9a49d23317 refactor lookup map logic 2020-02-25 15:16:27 -05:00
Jeremy Stretch
29f7fa4f28 Post-release version bump 2020-02-25 15:11:04 -05:00
Jeremy Stretch
80150e9e44 Release v2.7.8 2020-02-25 15:04:08 -05:00
Jeremy Stretch
4d5945156c Fix object list table width when no filter_form is present 2020-02-25 15:03:27 -05:00
Jeremy Stretch
0f43857895 Extend custom scripts to pass the 'commit' value via run() 2020-02-25 14:49:41 -05:00
Jeremy Stretch
3094fcd43f Fix field label for Prefix.vrf 2020-02-25 14:12:53 -05:00
John Anderson
d2e1446621 fix tenancy filterset bases 2020-02-25 13:50:31 -05:00
Jeremy Stretch
239ce16e40 Remove extraneous prefetches from racks queryset 2020-02-25 12:35:27 -05:00
Jeremy Stretch
b44a5e829b Changelog & cleanup for #4267 2020-02-25 12:34:48 -05:00
Jeremy Stretch
b1ede2687a 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
d61f0b6983 Fixes #4272: Interface type should be required by API serializer 2020-02-25 11:20:43 -05:00
Jeremy Stretch
4c7e31a9df 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
f59491514d Merge branch 'develop' into 4227-omit-private-changelog 2020-02-25 11:02:11 -05:00
Jeremy Stretch
16c6291eb0 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
Jeremy Stretch
53eeb5c61c Changelog for #4237 2020-02-25 10:46:16 -05:00
Jeremy Stretch
556d9a9b64 Always use a JSON object to convey change data when no body template is present 2020-02-25 10:43:14 -05:00
Jeremy Stretch
a5bd14fd47 Revised webhook documentation 2020-02-25 10:24:27 -05:00
Alexander Olofsson
a73da91e6e Display rack roles in elevation list view 2020-02-25 16:00:21 +01:00
Saria Hajjar
20d32de425 Fixes #4227: Omit internal fields from the change log data 2020-02-25 14:48:11 +00:00
Jeremy Stretch
954d6a7c03 Add http_method field to Webhook 2020-02-24 20:42:24 -05:00
Jeremy Stretch
d86c15e6ef Extend templatization ability to additional_headers field 2020-02-24 17:47:17 -05:00
Jeremy Stretch
02fdb3c4ad Convert additional_headers to a TextField 2020-02-24 16:59:35 -05:00
Jeremy Stretch
9a1853e908 Enable custom templating for webhook request content 2020-02-24 16:12:46 -05:00
John Anderson
33f6bd828e added docs and more tests 2020-02-24 15:03:07 -05:00
Jeremy Stretch
0de229a8c8 Add a note about X-Frame-Options to the HTTP daemon instructions 2020-02-24 14:30:03 -05:00