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

4616 Commits

Author SHA1 Message Date
47b15aacef Changelog for 2020-02-13 09:48:12 -05:00
3e0ab79977 Merge pull request from netbox-community/4159-caching_redis_using_wrong_key
Fixes:  - Corrects settings.py to use CACHING_REDIS
2020-02-13 09:46:41 -05:00
344fa72357 renaturalize command should not skip any values 2020-02-13 09:33:01 -05:00
617fc7659f Fixes: - Corrects settings.py to use CACHING_REDIS instead of WEBHOOKS_REDIS 2020-02-13 08:26:47 -06:00
0d91b6b74b Merge pull request from kobayashi/4093-vm-status-choice
Fixes : Additional status choices for vms
2020-02-12 22:58:43 -05:00
335343642b additional status choices for vms 2020-02-12 22:43:40 -05:00
bc7f5fb33a Modify offline status color for vm 2020-02-12 22:19:17 -05:00
ca56fc709a Fixes : Add decommissioning for vms 2020-02-12 22:19:17 -05:00
a08ee68033 Exempt pull requests from stalebot 2020-02-12 21:56:23 -05:00
0d57cb0033 Changelog & docs for 2020-02-12 16:54:40 -05:00
53804d39bb Merge pull request from netbox-community/3766-enable_widgets_in_script_fields
Fixes:  - Enable widget usage in scripts
2020-02-12 16:48:08 -05:00
1e221cd9bb Update changelog 2020-02-12 16:28:19 -05:00
0c942f18c1 Merge pull request from netbox-community/4034-prefix_ordering_tests
Fixes:  - Adds Prefix & IPAddress Ordering Tests
2020-02-12 16:27:02 -05:00
00d32f0a7d Merge pull request from netbox-community/4153-renaturalize-command
Closes : Add a "renaturalize" management command
2020-02-12 16:20:52 -05:00
df3fef8bb1 Merge pull request from netbox-community/4138-device_bays_in_rack_elevations
Fixes:  - Add Device Bay count to rack elevation
2020-02-12 16:19:57 -05:00
5cc24c055b Tweak docs link for send_mail() to reference stable; formatting 2020-02-12 16:18:08 -05:00
4064c32a7f Fix nav menu link for configcontext_add 2020-02-12 16:16:23 -05:00
6d7c5d51fe Add email testing example ()
* Add email testing example

Includes an example provided by  Jeremy

* Updated with suggestions

Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
2020-02-12 16:15:05 -05:00
64c0059dd8 Merge pull request from hSaria/4150-yaml-nested-tags
Fixes : Replace OrderedDict with Dict when rendering YAML
2020-02-12 16:13:32 -05:00
d0ece2e48d Merge pull request from netbox-community/3986-rack_positions_svg
Fixes:  - Convert rack units to part of SVG rendered document
2020-02-12 16:06:05 -05:00
139f18b2e5 Closes : Add a management command to manually renaturalize applicable objects (from ) 2020-02-12 15:59:37 -05:00
8eea0331bf Fixes : Replace OrderedDict with Dict when rendering YAML 2020-02-12 19:59:04 +00:00
62d6e02d6b Modify _draw_elevations
* Add legend_width argument, variable & constant
* Applied legend_width variable where required
* Removed U prefix
2020-02-12 13:15:29 -06:00
a8601bb1fd Merge pull request from netbox-community/4146-secretrole-enforcement
Fixes : Fix SecretRole permissions enforcement
2020-02-12 13:51:44 -05:00
fe452735be Add Device Bay count to rack elevation names 2020-02-12 12:48:13 -06:00
3b1128f8f3 Establish standard test cases for all models 2020-02-12 13:25:56 -05:00
0402323ef9 Fixes:
Corrects service name for the RQ worker service in docs/installation/upgrading.md
2020-02-12 11:26:40 -06:00
5bf85597ed Fixes : Fix SecretRole permissions enforcement 2020-02-12 11:13:32 -05:00
e4b910fe87 Fixes : Remove dead link to topology maps docs page 2020-02-12 09:44:30 -05:00
24db573764 Merge pull request from hSaria/3995-navbar-overflow
Fixes : Navbar scroll when overflowing
2020-02-12 09:41:48 -05:00
5befa533c6 Merge branch 'develop' into 3995-navbar-overflow 2020-02-12 09:40:31 -05:00
15bc731f61 Convert rack units to part of SVG rendered document 2020-02-11 23:31:51 -06:00
8fb4988fa1 Fix typo in docstring 2020-02-11 21:01:43 -06:00
ab378ed218 Fixes:
Corrects service name for the RQ worker service in docs/installation/upgrading.md
2020-02-11 20:39:50 -06:00
56bb053146 Fix test error 2020-02-11 20:27:02 -06:00
3c3cca8ec1 Enable widget usage (APISelect, APIMultipleSelect, StaticSelect2, etc) in scripts 2020-02-11 20:12:02 -06:00
908586c93a Fix PEP8 errors 2020-02-11 18:21:58 -06:00
2ab382eec5 Fixes : Disable occupied terminations when connecting a cable to a circuit 2020-02-11 14:56:02 -05:00
2503978555 Add navigation menu link for adding config contexts 2020-02-11 14:32:41 -05:00
55886d6793 fix typo ()
Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
2020-02-11 14:22:32 -05:00
009c0ba31c Fixes : Device power ports and outlets should inherit type from the parent device type 2020-02-11 14:18:45 -05:00
ec53e1c74c Merge pull request from netbox-community/3912-remove-chained-fields
Closes : Remove chained form fields
2020-02-11 14:01:55 -05:00
7177fcfa61 Use DynamicModelChoiceField for all fields using APISelect 2020-02-11 12:25:40 -05:00
fb56d5bc66 Account for initial data when binding a DynamicModelChoiceField 2020-02-11 10:21:44 -05:00
221805a63e Use TreeNode choice fields for region assignment 2020-02-11 09:50:33 -05:00
da68968d75 Replace FilterChoiceField with DynamicModelMultipleChoiceField 2020-02-11 09:33:41 -05:00
ca795f729f Merge branch '4034-prefix_ordering_tests' of https://github.com/netbox-community/netbox into 4034-prefix_ordering_tests
 Conflicts:
	netbox/ipam/tests/test_ordering.py
2020-02-10 21:38:53 -06:00
ff4e6bd166 Update tests
Add docstrings
Consolidate tests
2020-02-10 21:37:40 -06:00
5ea30c8628 Replace ChainedModelChoiceField with DynamicModelChoiceField 2020-02-10 17:23:52 -05:00
a54fcda781 Merge pull request from netbox-community/4083-serializer-null-choices
Fixes : Permit nullifying applicable choice fields via API requests
2020-02-10 15:16:38 -05:00