1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
71afba4d2e Fixes #4791: Update custom script documentation for ObjectVar 2020-06-25 17:33:41 -04:00
d23b18beb5 Fixes #4704: Update example template code 2020-06-01 09:40:58 -04:00
29abcbced8 Grammar improvements 2020-05-13 17:13:41 -04:00
96e05fb12d Notes on multiprocessing and gunicorn vs uwsgi 2020-05-13 17:07:32 -04:00
cea01e037a 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
5266bf93a3 Merge branch 'develop' into develop-2.8 2020-04-08 13:50:15 -04:00
2357928e72 Add documentation for webhook_receiver 2020-04-07 13:51:20 -04:00
9fc1e88d9f Update minimum Python version to 3.6 2020-03-12 11:46:11 -04:00
a7c133daa6 Reset documentation hierarchy 2020-03-05 17:23:56 -05:00
1657d6a0b8 Add missing docs page for tags 2020-03-05 15:16:15 -05:00
8a23811831 Add missing model doc pages 2020-03-05 13:48:47 -05:00
10dee9b57b Fix typo in caching.md (#4310)
Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
2020-03-04 10:07:58 -05:00
c78df40cb0 Refactor installtion docs 2020-02-26 11:40:31 -05:00
5000f7f8d7 Extend custom scripts to pass the 'commit' value via run() 2020-02-25 14:49:41 -05:00
c3b64164ba Always use a JSON object to convey change data when no body template is present 2020-02-25 10:43:14 -05:00
644b4aa42d Revised webhook documentation 2020-02-25 10:24:27 -05:00
5871640701 Closes #4199: Update example report to use ChoiceSet 2020-02-19 10:31:10 -05:00
0d57cb0033 Changelog & docs for #3766 2020-02-12 16:54:40 -05:00
f41564b578 Introduce IPAddressVar and IPAddressWithMaskVar 2020-01-22 17:16:40 -05:00
9399652dd0 Add template_language field to Graph 2020-01-10 11:28:50 -05:00
a2ead6af94 Merge branch 'develop' into develop-2.7 2020-01-09 15:27:06 -05:00
9d085ad83a Changed NAPALM- prefix to X-NAPALM- 2020-01-09 16:48:26 +00:00
ce8d470860 Added NAPALM documentation 2020-01-08 15:54:09 +00:00
1d63a30b7a Merge branch 'develop' into develop-2.7 2020-01-02 17:21:15 -05:00
adeee0bf5c Docs & changelog for #3705 2019-12-26 10:16:53 -05:00
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
b46e52eccc Fixed #3697: Correct field_order attribute name 2019-11-20 17:03:12 +00:00
b8f1585976 Merge branch 'develop' into develop-2.7 2019-11-01 16:19:36 -04:00
fdbf41e9fd Fixes #3643: Update all Django documentation links to 'stable' version 2019-10-25 11:09:30 -04:00
c7d8083ac6 Closes #3594: Add ChoiceVar for custom scripts 2019-10-23 15:59:27 -04:00
801dd384d8 Merge branch 'develop' into develop-2.7 2019-10-17 15:51:33 -04:00
91f045a2e4 Update examples in webhooks.md 2019-10-15 20:51:57 +03:00
aeeb49a6a7 Merge branch 'develop' into develop-2.7 2019-10-10 13:41:10 -04:00
99f7cfcbd3 Closes #3581: Introduce commit_default custom script attribute to not commit changes by default 2019-10-09 15:16:50 -04:00
b2ac81a78f fixed broken links 2019-09-28 00:41:09 -04:00
778e5bed3c Merge branch 'develop' into develop-2.7 2019-09-25 13:44:29 -04:00
fb34507def Fixes: #3532 - add device to graph type for documentation 2019-09-24 08:45:31 -05:00
56dcadb69b Merged v2.6.4 2019-09-20 08:35:14 -04:00
1a1f6aff7b Closes: #3495 2019-09-13 12:08:48 -05:00
cc0f0c4843 Merge v2.6.3 2019-09-04 16:45:33 -04:00
4213454234 Tweak docs for custom scripts 2019-09-04 16:21:21 -04:00
559beffd24 Add documentation for custom links 2019-08-28 12:39:11 -04:00
03ac2721bc Merge pull request #3423 from netbox-community/3415-custom-scripts
Add custom scripting
2019-08-26 14:06:22 -04:00
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
2929621651 Updated docs for IPNetworkVar and FileVar 2019-08-16 15:31:29 -04:00
99394de14e Change fields to field_order 2019-08-15 16:19:25 -04:00
305d330391 Docs updates 2019-08-15 16:07:15 -04:00
3d6a583ce4 Allow user to override module name 2019-08-13 09:09:12 -04:00
19eb4c510c Move script attributes under a Meta class 2019-08-12 13:16:18 -04:00
463c636301 Extend example custom script to generate output 2019-08-12 11:13:16 -04:00