Commit Graph

50 Commits

Author SHA1 Message Date
Jeremy Stretch f41564b578 Introduce IPAddressVar and IPAddressWithMaskVar 2020-01-22 17:16:40 -05:00
Jeremy Stretch 9399652dd0 Add template_language field to Graph 2020-01-10 11:28:50 -05:00
Jeremy Stretch a2ead6af94 Merge branch 'develop' into develop-2.7 2020-01-09 15:27:06 -05:00
Saria Hajjar 9d085ad83a Changed `NAPALM-` prefix to `X-NAPALM-` 2020-01-09 16:48:26 +00:00
Saria Hajjar ce8d470860 Added NAPALM documentation 2020-01-08 15:54:09 +00:00
Jeremy Stretch 1d63a30b7a Merge branch 'develop' into develop-2.7 2020-01-02 17:21:15 -05:00
Jeremy Stretch adeee0bf5c Docs & changelog for #3705 2019-12-26 10:16:53 -05:00
Sander Steffann adb25fd7d7 822 bulk import of device components (#3711)
Closes #822: CSV import for device components

* Implement CSV import for netbox-community#822

* Comment out default_return_url until there is a proper target

* Fix the default value of `enabled` when not included in the import

* rear_port is definitely required here

* Power Ports don't have a type (yet)

* Add import for console-ports and console-server-ports

* Add import for device-bays
2019-12-05 15:36:11 -05:00
hSaria b46e52eccc
Fixed #3697: Correct field_order attribute name 2019-11-20 17:03:12 +00:00
Jeremy Stretch b8f1585976 Merge branch 'develop' into develop-2.7 2019-11-01 16:19:36 -04:00
Jeremy Stretch fdbf41e9fd Fixes #3643: Update all Django documentation links to 'stable' version 2019-10-25 11:09:30 -04:00
Jeremy Stretch c7d8083ac6 Closes #3594: Add ChoiceVar for custom scripts 2019-10-23 15:59:27 -04:00
Jeremy Stretch 801dd384d8 Merge branch 'develop' into develop-2.7 2019-10-17 15:51:33 -04:00
Markku Leiniö 91f045a2e4 Update examples in webhooks.md 2019-10-15 20:51:57 +03:00
Jeremy Stretch aeeb49a6a7 Merge branch 'develop' into develop-2.7 2019-10-10 13:41:10 -04:00
Jeremy Stretch 99f7cfcbd3 Closes #3581: Introduce commit_default custom script attribute to not commit changes by default 2019-10-09 15:16:50 -04:00
kobayashi b2ac81a78f fixed broken links 2019-09-28 00:41:09 -04:00
Jeremy Stretch 778e5bed3c Merge branch 'develop' into develop-2.7 2019-09-25 13:44:29 -04:00
Daniel Sheppard fb34507def Fixes: #3532 - add device to graph type for documentation 2019-09-24 08:45:31 -05:00
Jeremy Stretch 56dcadb69b Merged v2.6.4 2019-09-20 08:35:14 -04:00
Daniel Sheppard 1a1f6aff7b Closes: #3495 2019-09-13 12:08:48 -05:00
Jeremy Stretch cc0f0c4843 Merge v2.6.3 2019-09-04 16:45:33 -04:00
Jeremy Stretch 4213454234 Tweak docs for custom scripts 2019-09-04 16:21:21 -04:00
Jeremy Stretch 559beffd24 Add documentation for custom links 2019-08-28 12:39:11 -04:00
Jeremy Stretch 03ac2721bc
Merge pull request #3423 from netbox-community/3415-custom-scripts
Add custom scripting
2019-08-26 14:06:22 -04:00
John Anderson ade844f7a7 fixes #3428 - caching invalidation issues
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
2019-08-19 01:53:39 -04:00
Jeremy Stretch 2929621651 Updated docs for IPNetworkVar and FileVar 2019-08-16 15:31:29 -04:00
Jeremy Stretch 99394de14e Change fields to field_order 2019-08-15 16:19:25 -04:00
Jeremy Stretch 305d330391 Docs updates 2019-08-15 16:07:15 -04:00
Jeremy Stretch 3d6a583ce4 Allow user to override module name 2019-08-13 09:09:12 -04:00
Jeremy Stretch 19eb4c510c Move script attributes under a Meta class 2019-08-12 13:16:18 -04:00
Jeremy Stretch 463c636301 Extend example custom script to generate output 2019-08-12 11:13:16 -04:00
Jeremy Stretch c62a9f1b3f Example script tweak 2019-08-12 11:13:16 -04:00
Jeremy Stretch 3f7f3f88f3 Fix form field ordering 2019-08-12 11:13:16 -04:00
Jeremy Stretch 4fc19742ec Added documentation for custom scripts 2019-08-12 11:13:16 -04:00
Jeremy Stretch dccda62f2d Closes #2745: Remove topology maps 2019-08-08 21:33:20 -04:00
John Anderson b745401817 prometheus docs updates 2019-06-20 00:04:44 -04:00
John Anderson ce9f7a8ddc closes #3161 - prometheus env var docs and set prometheus to not be enabled by default 2019-06-17 16:38:05 -04:00
Jeremy Stretch 06245f6422 Promote django-rq to a required dependency 2019-04-25 14:25:16 -04:00
John Anderson f057a2c016 closes #3104 - add support for exposing prometheus metrics 2019-04-25 01:09:19 -04:00
John Anderson d27d347d21 changelog and docs updates for 2.6 2019-04-19 02:32:50 -04:00
Brian Candler 8d86e97247 Clarify use of "runreport" CLI 2019-02-13 08:54:04 +00:00
TheTrafficNetwork 5138d12942 Typo (#2822) 2019-01-30 14:20:40 -05:00
Jeremy Stretch 6b19a2b101 Fixes #2709: Update example report for compatibility with v2.5 2018-12-19 16:34:35 -05:00
Jeremy Stretch 90e7080b63 Closes #2641: Restored link to NetBox shell documentation 2018-12-04 09:19:32 -05:00
mmahacek 409a9256a1 Expand Webhook Documentation #2347 (#2524)
* #2347 - Expand Webhook Documentation

Move "Install Python Packages" section up one header level.  Should make Napalm/Webhook sections appear in table of contents for direct linking.

*  #2347 - Expand Webhook Documentation

Add text for installation to link to other documentation sections with instructions.
2018-10-16 13:19:33 -04:00
John Anderson 0da113b723 implemnted #2392 - local config context for devices and VMs 2018-09-16 00:25:20 -04:00
Jeremy Stretch 674a0d481e Additional documentation cleanup 2018-07-27 13:42:18 -04:00
Jeremy Stretch d0349f00ad Misc cleanup 2018-07-18 09:36:05 -04:00
Jeremy Stretch d77214fef6 Started v2.4 documentation refresh 2018-07-17 17:23:10 -04:00