Commit Graph

93 Commits

Author SHA1 Message Date
Jeremy Stretch
e1ab2aecc3 Update documentation for journal entries 2021-03-29 09:59:44 -04:00
Jeremy Stretch
fa78fe7ca8 Merge branch 'develop' into feature 2021-03-25 16:09:28 -04:00
Marcus Crane
65f0c95b20 Use relative links that work locally and in production
At present, a mix of link types are used in the Netbox
documentation from markdown file links to relative and
absolute anchor links.

Of the three types, linking to markdown files is the
most ideal because it allows navigation locally on disk,
as well as being translated into working links at render
time.

While not obvious, mkdocs handles converting markdown
links to valid URLs.

Signed-Off-by: Marcus Crane <marcu.crane@daimler.com>
2021-03-18 19:39:03 +13:00
Jeremy Stretch
7a212fbf8b Closes #5990: Deprecated display_field parameter for custom script ObjectVar and MultiObjectVar fields 2021-03-16 11:08:34 -04:00
Jeremy Stretch
76e6c4e699 Merge branch 'develop' into feature 2021-03-09 20:04:20 -05:00
Jeremy Stretch
aa6fd54055 Closes #3451: Add pre-/post-change snapshots to webhooks 2021-03-09 13:03:44 -05:00
Brian Candler
3c0556155d Doc: give correct navigation to the "Django RQ" section 2021-03-07 17:25:49 +00:00
Jeremy Stretch
1fbff074f7 Fixes #5913: Improve change logging (#5924)
* Initial work on #5913
* Provide per-line diff highlighting
* BulkDeteView should delete objects individually to secure a pre-change snapshot
* Add changelog tests for bulk operations
2021-03-04 13:06:04 -05:00
Jeremy Stretch
e22ff1643a Closes #5451: Add support for multiple-selection custom fields 2021-03-01 14:52:57 -05:00
Robin Schneider
d54f86e550 NetBox should always be referred to as NetBox
Fix all instances of "Netbox" except the one that is used as an example
how not to write it.

Ref: docs/development/style-guide.md
2021-02-04 21:39:55 +01:00
Brian Candler
0e8d0f6062 Fix sample report in documentation
Raised in #5729
2021-02-02 08:16:35 +00:00
Glenn Matthews
d84b55c2a0 Django templating language is no longer supported for export templates 2020-12-17 09:48:22 -05:00
Jeremy Stretch
78cf80c627 Rewrote documentation for custom fields 2020-11-11 15:23:35 -05:00
Jeremy Stretch
c1fefe135a Merge branch 'develop' into develop-2.10 2020-10-09 13:52:16 -04:00
Jeremy Stretch
7844d6a705 Closes #5202: Extend the available context data when rendering custom links 2020-10-09 12:36:09 -04:00
Jeremy Stretch
26580b35be Closes #5177: Note permissions required for running reports and custom scripts 2020-09-24 10:32:15 -04:00
Jeremy Stretch
dd06bbcaf6 Closes #4349: Drop support for embedded graphs 2020-08-21 11:57:46 -04:00
Jeremy Stretch
d12f93a2ff Merge branch 'develop' into develop-2.9 2020-08-13 10:06:03 -04:00
Jeremy Stretch
303a41ea46 Update ObjectVar documentation 2020-08-12 15:40:06 -04:00
Jeremy Stretch
dec3a78e94 Closes #4885: Add MultiChoiceVar for custom scripts 2020-08-11 13:23:39 -04:00
Jeremy Stretch
e0a4d81375 Merge branch 'develop-2.9' into docs-refresh 2020-08-05 13:53:06 -04:00
Jeremy Stretch
a17a011408 Log a warning for scripts whose run() method does not accept a commit argument 2020-08-03 13:56:10 -04:00
Jeremy Stretch
f65ec7d509 Refreshed "additional features" docs 2020-08-03 11:03:19 -04:00
Jeremy Stretch
2e0672c2ad Update caching, change logging documentation 2020-07-30 14:57:34 -04:00
Jeremy Stretch
8cfcfe4ff2 Update docs for tags, config contexts 2020-07-30 11:36:46 -04:00
Jeremy Stretch
7a9efc4a8a Fixes #4791: Update custom script documentation for ObjectVar 2020-06-25 17:33:41 -04:00
Jeremy Stretch
6948230dea Fixes #4704: Update example template code 2020-06-01 09:40:58 -04:00
Tyler Bigler
11dd49f418 Grammar improvements 2020-05-13 17:13:41 -04:00
Tyler Bigler
0975149dfe Notes on multiprocessing and gunicorn vs uwsgi 2020-05-13 17:07:32 -04:00
weisdd
dcb75fb8e7 Fix: incorrect DeviceConnectionsReport in reports.md (#4606)
Since the CONNECTION_STATUS_PLANNED constant is gone from dcim.constants, the DeviceConnectionsReport script is no longer correct.
The suggested fix is based on the fact that console_port.connection_status and power_port.connection_status currently have the following set of values:
* None = A cable is not connected to a Console Server Port or it's connected to a Rear/Front Port;
* False = A cable is connected to a Console Server Port and marked as Planned;
* True = A cable is connected to a Console Server Port and marked as Installed.
2020-05-11 09:14:25 -04:00
Jeremy Stretch
c397830b1c Merge branch 'develop' into develop-2.8 2020-04-08 13:50:15 -04:00
Jeremy Stretch
10f0615947 Add documentation for webhook_receiver 2020-04-07 13:51:20 -04:00
Jeremy Stretch
0bd1ee9c51 Update minimum Python version to 3.6 2020-03-12 11:46:11 -04:00
Jeremy Stretch
683f358ebb Reset documentation hierarchy 2020-03-05 17:23:56 -05:00
Jeremy Stretch
397c63564e Add missing docs page for tags 2020-03-05 15:16:15 -05:00
Jeremy Stretch
dc74180bcd Add missing model doc pages 2020-03-05 13:48:47 -05:00
Jeremy Parker
266d971e57 Fix typo in caching.md (#4310)
Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
2020-03-04 10:07:58 -05:00
Jeremy Stretch
bec71c670a Refactor installtion docs 2020-02-26 11:40:31 -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
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
Jeremy Stretch
17ff39c68c Closes #4199: Update example report to use ChoiceSet 2020-02-19 10:31:10 -05:00
Jeremy Stretch
dd92e41748 Changelog & docs for #3766 2020-02-12 16:54:40 -05:00
Jeremy Stretch
3469e5ac14 Introduce IPAddressVar and IPAddressWithMaskVar 2020-01-22 17:16:40 -05:00
Jeremy Stretch
5fec868f71 Add template_language field to Graph 2020-01-10 11:28:50 -05:00
Jeremy Stretch
1478cb5a52 Merge branch 'develop' into develop-2.7 2020-01-09 15:27:06 -05:00
Saria Hajjar
8690ba0c67 Changed NAPALM- prefix to X-NAPALM- 2020-01-09 16:48:26 +00:00
Saria Hajjar
558f586933 Added NAPALM documentation 2020-01-08 15:54:09 +00:00
Jeremy Stretch
ab7bb5c374 Merge branch 'develop' into develop-2.7 2020-01-02 17:21:15 -05:00
Jeremy Stretch
187153b0d8 Docs & changelog for #3705 2019-12-26 10:16:53 -05:00