jeremystretch
46e3883f19
Closes #815 : Enable specifying terminations when bulk importing circuits
2022-11-18 15:22:24 -05:00
jeremystretch
0885333b11
Fixes #9223 : Fix serialization of array field values in change log
2022-11-18 11:24:14 -05:00
jeremystretch
c287641363
Changelog for #10236 , #10653
2022-11-18 11:23:30 -05:00
jeremystretch
3a5914827b
Fixes #6389 : Call snapshot() on object when processing deletions
2022-11-17 21:04:55 -05:00
jeremystretch
cf55e96241
Fixes #10721 : Disable ordering by custom object field columns
2022-11-17 16:30:54 -05:00
jeremystretch
bd29d15814
Fixes #10579 : Mark cable traces terminating to a provider network as complete
2022-11-17 16:08:29 -05:00
jeremystretch
d3911e2a4c
Fixes #9878 : Fix spurious error message when rendering REST API docs
2022-11-17 15:13:37 -05:00
jeremystretch
ae11419045
Changelog for #10946 , #10948
2022-11-17 12:41:24 -05:00
jeremystretch
43bbd42d3c
Fixes #10957 : Add missing VDCs column to interface tables
2022-11-17 12:29:30 -05:00
jeremystretch
216d8d24b8
Add note to update model's SearchIndex
2022-11-16 16:40:01 -05:00
jeremystretch
cb2b256934
Fix typo
2022-11-16 16:38:29 -05:00
jeremystretch
2f96fdd135
Merge branch 'develop' into feature
2022-11-16 11:42:32 -05:00
jeremystretch
e40e2550a6
PRVB
2022-11-16 11:34:45 -05:00
jeremystretch
62a80c46a8
Release v3.3.8
2022-11-16 10:45:29 -05:00
jeremystretch
ceec1055e0
Changelog for #10356 , #10904 , #10920
2022-11-16 10:40:18 -05:00
jeremystretch
44c248e6c2
Closes #10934 : Update release package URL
2022-11-16 10:36:30 -05:00
jeremystretch
316c3808f7
Changelog for #9439 , #10902 , #10914 , #10915 , #10919
2022-11-16 09:43:11 -05:00
jeremystretch
db77e9428f
Update features docs for v3.4
2022-11-16 09:11:03 -05:00
jeremystretch
80f5c96af3
Document save_object() on BulkImportView
2022-11-16 08:47:45 -05:00
jeremystretch
0c0c848597
Clean up plugins documentation
2022-11-15 16:55:18 -05:00
jeremystretch
0bcc59a1e9
#8366 : Add started field to JobResult
2022-11-15 15:06:11 -05:00
jeremystretch
87727c71f7
#8366 : name scheduled_time to scheduled for consistency with other fields
2022-11-15 13:37:13 -05:00
jeremystretch
23c0ca456f
#4347 : Rename NetBoxModelCSVForm to NetBoxModelImportForm
2022-11-15 12:24:57 -05:00
jeremystretch
4230162294
Add missing model documentation
2022-11-15 10:50:26 -05:00
jeremystretch
1b707e07f2
Add missing milestones to release notes
2022-11-14 17:07:39 -05:00
jeremystretch
42e9dc0da7
Changelog for #4751 , #10694 , #10851
2022-11-14 14:06:30 -05:00
Jeremy Stretch
a5308ea28e
Closes #10851 : New staging mechanism ( #10890 )
...
* WIP
* Convert checkout() context manager to a class
* Misc cleanup
* Drop unique constraint from Change model
* Extend staging tests
* Misc cleanup
* Incorporate M2M changes
* Don't cancel wipe out creation records when an object is deleted
* Rename Change to StagedChange
* Add documentation for change staging
2022-11-14 13:55:03 -05:00
Arthur Hanson
27bf7b4a9a
4751 Enable plugins to inject content within object list views ( #10901 )
...
* 4751 add plugin buttons to list templates
* 4751 add plugin buttons to list templates
* 4751 add documentation
* 4751 fix object reference
* 4751 update docs
2022-11-14 13:51:58 -05:00
jeremystretch
8400509358
Fixes #10891 : Populate tag selection list for service filter form
2022-11-14 09:28:03 -05:00
jeremystretch
d971131198
Fixes #10897 : Fix form widget styling on FHRP group form
2022-11-14 09:24:12 -05:00
jeremystretch
5729a06348
Fixes #10910 : Fix cable creation links on power port view
2022-11-14 09:20:02 -05:00
jeremystretch
2cc2d2cc37
Changelog & documentation for #7854
2022-11-11 08:25:44 -05:00
jeremystretch
d59d23e308
Fixes #10881 : Fix dark mode coloring for data on device status page
2022-11-10 16:47:17 -05:00
jeremystretch
3d1501e8fd
Changelog for #10837 , #10874
2022-11-10 16:33:34 -05:00
jeremystretch
653acbf62c
#4347 : Changelog & cleanup
2022-11-10 11:05:44 -05:00
jeremystretch
93e241e8f3
Changelog for #10709 , #10829
2022-11-04 16:56:52 -04:00
jeremystretch
ea6d86e6c4
Closes #10052 : The cf attribute now returns deserialized custom field data
2022-11-04 14:53:18 -04:00
jeremystretch
f68c7fb188
Changelog for #7376 , #10710
2022-11-04 13:46:15 -04:00
jeremystretch
ad40d42dc4
Closes #10710 : Add status field to WirelessLAN
2022-11-04 13:40:39 -04:00
Jeremy Stretch
bc6b5bc4be
Closes #10545 : Standardize description & comment fields on primary models ( #10834 )
...
* Standardize description & comments fields on primary models
* Update REST API serializers
* Update forms
* Update tables
* Update templates
2022-11-04 08:28:09 -04:00
jeremystretch
6b2deaeced
Closes #8485 : Enable journaling for all organizational models
2022-11-03 13:31:51 -04:00
jeremystretch
13afc52617
Closes #10543 : Introduce get_plugin_config() utility function
2022-11-03 13:18:58 -04:00
jeremystretch
0ad7ae2837
Closes #10698 : Omit app label from content type in table columns
2022-11-02 16:26:26 -04:00
jeremystretch
8fb91a1f8c
Closes #10821 : Enable data localization
2022-11-02 15:55:39 -04:00
jeremystretch
3b0a84969b
Closes #10820 : Switch timezone library from pytz to zoneinfo
2022-11-02 15:54:41 -04:00
jeremystretch
81c0dce5a3
Closes #10697 : Move application registry into core app
2022-11-02 15:25:22 -04:00
Arthur Hanson
816fedb78d
8853 Prevent the retrieval of API tokens after creation ( #10645 )
...
* 8853 hide api token
* 8853 hide key on edit
* 8853 add key display
* 8853 cleanup html
* 8853 make token view accessible only once on POST
* Clean up display of tokens in views
* Honor ALLOW_TOKEN_RETRIEVAL in API serializer
* Add docs & tweak default setting
* Include token key when provisioning with user credentials
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-11-02 12:45:00 -04:00
jeremystretch
ea61a540cd
Closes #10816 : Pass the current request when instantiating a FilterSet within UI views
2022-11-02 11:00:09 -04:00
jeremystretch
0b24d3d892
Merge branch 'develop' into feature
2022-11-01 17:13:11 -04:00
jeremystretch
2af8891f70
PRVB
2022-11-01 17:11:55 -04:00
jeremystretch
4f5caa5ed2
Release v3.3.7
2022-11-01 16:48:40 -04:00
jeremystretch
aa7f04bf1b
Fixes #10809 : Permit nullifying site time_zone via REST API
2022-11-01 16:45:32 -04:00
jeremystretch
aaf1ea52b7
Fixes #10791 : Permit nullifying VLAN group scope_type via REST API
2022-11-01 15:38:10 -04:00
jeremystretch
7990cfb078
Fixes #10803 : Fix exception when ordering contacts by number of assignments
2022-11-01 15:27:35 -04:00
jeremystretch
675a5f8687
Changelog for #10781
2022-10-31 15:17:24 -04:00
jeremystretch
a25ee66150
Changelog for #10282 , #10770
2022-10-31 15:15:45 -04:00
Arthur Hanson
13c27b00d3
10781 add python 3.11 support ( #10782 )
...
* 10781 add python 3.11 support
* 10781 update Django to latest
2022-10-31 15:05:34 -04:00
Arthur
7b5f5ca6bb
Merge branch 'develop' into feature
2022-10-27 14:25:27 -07:00
jeremystretch
a176e9452f
Changelog for #7961
2022-10-27 13:24:20 -04:00
Arthur Hanson
cb815ede60
7961 CSV bulk update ( #10715 )
...
* 7961 add csv bulk update
* temp checkin - blocked
* 7961 bugfix and cleanup
* 7961 change to id, add docs
* 7961 add tests cases
* 7961 fix does not exist validation error
* 7961 fix does not exist validation error
* 7961 update tests
* 7961 update tests
* 7961 update tests
* 7961 update tests
* 7961 update tests
* 7961 update tests
* 7961 update tests
* 7961 update tests
* 7961 update tests
* 7961 make test cases more explicit
* 7961 make test cases more explicit
* 7961 make test cases more explicit
* 7961 make test cases more explicit
* 7961 make test cases more explicit
* 7961 make test cases more explicit
* 7961 make test cases more explicit
* 7961 optimize loading csv test data
* 7961 update tests remove redundant code
* 7961 avoid MPTT issue in test cases
2022-10-27 13:10:18 -04:00
jeremystretch
d773f4e62a
Closes #9832 : Add mounting_depth field to rack model
2022-10-27 10:50:54 -04:00
jeremystretch
dbe66596f9
Closes #9887 : Inspect docs_url property to determine link to model documentation
2022-10-27 09:44:09 -04:00
jeremystretch
edb5220228
Changelog for #10666 (missed in v3.3.6)
2022-10-26 15:11:44 -04:00
jeremystretch
16919cc1d9
Closes #10761 : Enable associating an export template with multiple object types
2022-10-26 13:30:45 -04:00
jeremystretch
9e8234bb45
Closes #8274 : Enable associating a custom link with multiple object types
2022-10-26 11:39:26 -04:00
jeremystretch
c4dcd34ce9
Merge branch 'develop' into feature
2022-10-26 10:25:49 -04:00
jeremystretch
18332bdbf1
PRVB
2022-10-26 10:23:50 -04:00
jeremystretch
eac2ace80b
Release v3.3.6
2022-10-26 09:58:31 -04:00
jeremystretch
658c9347f3
Fixes #10682 : Correct home view links to connection lists
2022-10-26 09:32:29 -04:00
jeremystretch
7b3ef2ade5
Fixes #10719 : Prevent user without sufficient permission from creating an IP address via FHRP group creation
2022-10-26 08:44:20 -04:00
jeremystretch
2a62b628cf
Fixes #10723 : Distinguish between inside/outside NAT assignments for device/VM primary IPs
2022-10-26 08:23:50 -04:00
jeremystretch
eb91934d70
Fixes #10745 : Correct display of status field in clusters list
2022-10-25 16:41:07 -04:00
jeremystretch
01654765e8
Fixes #10746 : Add missing status attribute to cluster view
2022-10-25 16:38:32 -04:00
jeremystretch
b2e2e3be35
Closes #10739 : Introduce get_queryset() method on generic views
2022-10-25 11:33:20 -04:00
Jeremy Stretch
9628dead07
Closes #10560 : New global search ( #10676 )
...
* Initial work on new search backend
* Clean up search backends
* Return only the most relevant result per object
* Clear any pre-existing cached entries on cache()
* #6003 : Implement global search functionality for custom field values
* Tweak field weights & document guidance
* Extend search() to accept a lookup type
* Move get_registry() out of SearchBackend
* Enforce object permissions when returning search results
* Add indexers for remaining models
* Avoid calling remove() on non-cacheable objects
* Use new search backend by default
* Extend search backend to filter by object type
* Clean up search view form
* Enable specifying lookup logic
* Add indexes for value field
* Remove object type selector from search bar
* Introduce SearchTable and enable HTMX for results
* Enable pagination
* Remove legacy search backend
* Cleanup
* Use a UUID for CachedValue primary key
* Refactoring search methods
* Define max search results limit
* Extend reindex command to support specifying particular models
* Add clear() and size to SearchBackend
* Optimize bulk caching performance
* Highlight matched portion of field value
* Performance improvements for reindexing
* Started on search tests
* Cleanup & docs
* Documentation updates
* Clean up SearchIndex
* Flatten search registry to register by app_label.model_name
* Clean up search backend classes
* Clean up RestrictedGenericForeignKey and RestrictedPrefetch
* Resolve migrations conflict
2022-10-21 13:16:16 -04:00
jeremystretch
893925436d
Merge branch 'feature' into 8366-job-scheduling
2022-10-20 17:03:57 -04:00
jeremystretch
96c4696417
Changelog for #9584 , #10580 , #10639
2022-10-20 16:31:52 -04:00
jeremystretch
bd79a27e4d
Merge branch 'develop' into feature
2022-10-20 16:07:03 -04:00
jeremystretch
7505baf3a1
Fixes #10712 : Fix ModuleNotFoundError exception when generating API schema under Python 3.9+
2022-10-20 15:49:13 -04:00
kkthxbye-code
4f95c5a72c
Allow scheduling jobs via. the API
2022-10-20 21:36:43 +02:00
jeremystretch
85a4b1f881
Closes #10699 : Remove custom import_object() function
2022-10-19 10:40:39 -04:00
jeremystretch
10e874039f
Changelog for #10643 , #10646
2022-10-19 09:02:09 -04:00
jeremystretch
060ee2dd96
Revert PR #10621
2022-10-19 08:55:30 -04:00
jeremystretch
4cb0230878
Closes #10685 : Position A/Z termination cards above the fold under circuit view
2022-10-18 16:51:37 -04:00
kkthxbye-code
52faeb6f60
Added documentation describing job scheduling
2022-10-16 18:15:45 +02:00
Arthur
a44eed5001
10631 add extra GraphQL documentation
2022-10-13 08:08:26 -04:00
jeremystretch
f2407afc9f
Changelog for #8245
2022-10-12 13:43:31 -04:00
jeremystretch
aaf829898b
Changelog for #10575 , #10596
2022-10-12 08:41:41 -04:00
Arthur Hanson
bb150379a2
10571 replace deprecated mkdoc settings ( #10622 )
...
* 10571 replace deprecated mkdoc settings
* Omit landing page from docs nav menu
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-10-12 08:36:02 -04:00
jeremystretch
e8c5a4724a
Changelog for #9817 , #10595
2022-10-11 12:35:50 -04:00
Arthur Hanson
ffce5d968d
8927 plugin search ( #10489 )
...
* #7016 base search classes
* 7016 add search indexes
* 7016 add search indexes
* 7016 add search indexes
* 7016 add search indexes
* 7016 add search indexes
* 7016 add search indexes
* 8927 refactor search
* 8927 refactor search
* 8927 refactor search
* 8927 refactor search
* 8927 get search choices working
* 8927 cleanup - optimize
* 8927 use backend search function
* 8927 fix for plugin search
* 8927 add docs
* Move search app to a module under netbox/
* Utilize global registry to register model search classes
* Build search form options from registry
* Determine search categories from model app by default
* Enable dynamic search registration for plugins
* Update docs & improve plugin support
* Clean up search backend class
* Docs for #8927
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-10-10 14:00:59 -04:00
Jeremy Stretch
a3dbf4023c
Merge pull request #10597 from netbox-community/9072-plugin-view-tabs
...
#9072 : Custom model view tabs for plugins
2022-10-07 15:22:04 -04:00
jeremystretch
053c97b7a8
Docs and test for #9072
2022-10-07 15:03:52 -04:00
jeremystretch
663652f45e
Changelog for #9478
2022-10-06 16:54:19 -04:00
jeremystretch
664d5db5eb
Changelog for #10556
2022-10-05 15:53:50 -04:00
jeremystretch
a9e583a693
Changelog for #9669 , #9722
2022-10-05 12:04:47 -04:00
Jeremy Stretch
3a3ff474cb
Merge pull request #10567 from scanplus/ldap-ca-cert
...
Added LDAP_CA_CERT_* to LDAP settings
2022-10-05 12:01:39 -04:00
jeremystretch
c481a1b6a2
Merge branch 'develop' into feature
2022-10-05 10:28:48 -04:00
jeremystretch
ae90ad1fb7
PRVB
2022-10-05 10:13:02 -04:00
jeremystretch
1c69bfaf2c
Release v3.3.5
2022-10-05 09:47:55 -04:00
Tobias Genannt
5e37f82b2f
Added LDAP_CA_CERT_* to LDAP settings
...
These options can be used to specify a CA certificate to validate the LDAP
server certificate
2022-10-05 14:28:30 +02:00
jeremystretch
bdefd8ea8c
Fixes #10562 : Correct URL for contacts table tags column
2022-10-05 08:13:33 -04:00
jeremystretch
03946f2ca8
Fixes #10559 : Permit the pinning of a VM to a particular device within a cluster which has no site assignment
2022-10-04 15:46:55 -04:00
jeremystretch
fec8d1bc2f
Fixes #10423 : Enforce object type validation when creating journal entries
2022-10-04 15:26:52 -04:00
jeremystretch
eef5cefb5d
Fixes #10460 : Restore missing connection details for device components
2022-10-03 16:11:24 -04:00
jeremystretch
7712b81ab9
Fixes #10517 : Automatically inherit site assignment from cluster when creating a virtual machine
2022-10-03 15:35:45 -04:00
jeremystretch
7feb86fe55
Changelog for #10352
2022-10-03 15:03:28 -04:00
jeremystretch
aabee05a6a
Changelog for #8424 , #10491
2022-10-03 13:58:04 -04:00
jeremystretch
cf062b5b6a
Closes #10346 : Document how to access plugin config parameters
2022-10-03 13:56:46 -04:00
jeremystretch
9ef24d3f43
Fixes #10513 : Disable the reassignment of a module to a new device
2022-10-03 11:11:51 -04:00
jeremystretch
568e0c7ff6
Changelog for #9880
2022-09-30 17:30:18 -04:00
jeremystretch
0607295081
Docs cleanup
2022-09-30 17:18:12 -04:00
Jonathan Senecal
d4a7af8a89
Update plugins development docs
2022-09-30 17:18:12 -04:00
jeremystretch
10352ff5ad
Merge branch 'develop' into feature
2022-09-30 17:17:18 -04:00
jeremystretch
97d561ac33
Changelog for #9654 , #10348
2022-09-30 16:37:07 -04:00
Arthur Hanson
204c10c053
9654 device weight ( #10448 )
...
* 9654 add weight fields to devices
* 9654 changes from code review
* 9654 change _abs_weight to grams
* Resolve migrations conflict
* 9654 code-review changes
* 9654 total weight on devices
* Misc cleanup
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-09-30 16:31:04 -04:00
Arthur Hanson
af8bb0c4b9
10348 add decimal custom field ( #10422 )
...
* 10348 add decimal custom field
* 10348 fix tests
* 10348 add documentation
* Rearrange custom fields to be ordered consistently
* Rename number_field to integer_field for clarity
* Clean up validation logic
* Apply suggested changes from PR
* Store decimal custom field values natively
* Fix filter test
* Update custom field model migrations to use new encoder
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-09-30 16:03:24 -04:00
jeremystretch
d486fa8452
Changelog for #9045 , #9046 , #9071
2022-09-28 17:18:31 -04:00
Jeremy Stretch
c95ad5b208
Merge pull request #10441 from netbox-community/9071-plugin-menu
...
9071 add header to plugin menu
2022-09-28 17:08:10 -04:00
jeremystretch
d0465242a3
Add documentation for PluginMenu
2022-09-28 16:44:16 -04:00
jeremystretch
00d2dcda68
Refactor navigation resources and menu
2022-09-28 15:56:09 -04:00
jeremystretch
3c32c09a5a
Fixes #10496 : Use page.canonical_url to identify ReadTheDocs builds
2022-09-28 09:30:38 -04:00
jeremystretch
ad6a7086c4
Changelog for #9249
2022-09-27 16:52:14 -04:00
jeremystretch
2d9852d6f1
Fixes #10408 : Fix validation when attempting to add redundant contact assignments
2022-09-27 13:11:57 -04:00
jeremystretch
05542324fc
Changelog for #10465 , #10480
2022-09-27 11:53:11 -04:00
jeremystretch
6016e1b15d
Changelog & cleanup for #9892
2022-09-27 09:55:35 -04:00
Jeremy Stretch
d08d5620da
Merge pull request #10424 from netbox-community/9892-fhrpgroup-name
...
9892 fhrpgroup name
2022-09-27 09:48:11 -04:00
Arthur
7deb9fde9e
9071 add documentation
2022-09-26 14:41:46 -07:00
jeremystretch
dda193247a
Fixes #10470 : Omit read-only custom fields from CSV import forms
2022-09-26 16:47:34 -04:00
jeremystretch
2463e4efd3
Fixes #10461 : Enable filtering by read-only custom fields in the UI
2022-09-26 16:42:11 -04:00
jeremystretch
a0b17887fd
Fixes #10445 : Avoid rounding virtual machine memory values
2022-09-26 15:45:58 -04:00
Arthur
e11d594122
9892 add supporting tests, form fields
2022-09-26 11:39:43 -07:00
jeremystretch
0280ddcbe9
Merge branch 'develop' into feature
2022-09-26 11:55:58 -04:00
jeremystretch
96784640e3
Changelog for #10435 , #10439
2022-09-26 10:27:35 -04:00
Arthur Hanson
39129ecedf
10407 fix documentation link to requests ( #10409 )
...
* 10407 fix documentation link to requests
* Append page heading to URL
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-09-26 09:17:02 -04:00
Arthur
e95708fe08
Merge branch 'develop' into feature
2022-09-20 08:52:37 -07:00
Daniel Sheppard
75c91232b4
Update changelog for #9497
2022-09-20 09:49:46 -05:00
Daniel Sheppard
86d366be4d
Fixes #9651 - Document Pre-Change process for scripts
2022-09-20 09:46:23 -05:00
Arthur
ed3d04c7ba
Merge branch 'develop' into feature
2022-09-19 15:51:54 -07:00
jeremystretch
1b62c11db5
PRVB
2022-09-16 13:41:09 -04:00
jeremystretch
30b9ddc251
Release v3.3.4
2022-09-16 13:14:14 -04:00
jeremystretch
4a9831bd23
Fixes #10383 : Fix assignment of component templates to module types via web UI
2022-09-16 08:30:46 -04:00
jeremystretch
59388d89a0
Fixes #10387 : Fix MultiValueDictKeyError exception when editing a device interface
2022-09-16 08:20:24 -04:00
jeremystretch
1eb0e5d307
Merge branch 'develop' into feature
2022-09-15 14:30:24 -04:00
jeremystretch
935f008c16
PRVB
2022-09-15 14:29:43 -04:00
Arthur
05b17a0082
Release v3.3.3
2022-09-15 11:04:12 -07:00
jeremystretch
91fd25a548
Fixes #10353 : Table action buttons should reserve return URL parameters
2022-09-15 13:40:39 -04:00
jeremystretch
e05696dfcc
Fixes #10337 : Display SSO links when local authentication fails
2022-09-15 13:17:04 -04:00
Jeremy Stretch
157a45b627
Merge pull request #10369 from netbox-community/10359-add-region-column
...
#10359 add region column to site table
2022-09-15 13:07:59 -04:00
jeremystretch
e9a91455e8
#10359 : Add region and site group columns to the devices table
2022-09-15 12:55:21 -04:00
jeremystretch
f97eb99950
Changelog for #10247 , #10258 , #10305 , #10362
2022-09-15 10:14:16 -04:00
jeremystretch
4208dbd514
Closes #10358 : Raise minimum required PostgreSQL version from 10 to 11
2022-09-14 17:10:14 -04:00
jeremystretch
6a9274a95f
Closes #10314 : Move clone() method from NetBoxModel to CloningMixin
2022-09-13 14:36:37 -04:00
jeremystretch
ea9d2e3f88
Closes #9577 : Add has_front_image and has_rear_image filters for device types
2022-09-13 14:14:18 -04:00
jeremystretch
211a1394d3
Changelog for #8580 , #10333
2022-09-12 17:17:53 -04:00
jeremystretch
3aac62caa7
Changelog for #10304 , #10307
2022-09-09 17:08:12 -04:00
jeremystretch
385a0f979e
Changelog for #10250 , #10294
2022-09-08 16:50:16 -04:00
Jeremy Stretch
a03155432e
Merge pull request #10286 from netbox-community/10259-prefix-flat-link
...
Fixes #10259 : Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed
2022-09-08 16:47:27 -04:00
jeremystretch
c6644ec1ae
Annotate upgrade paths in upgrade documentation
2022-09-08 10:17:46 -04:00
jeremystretch
51d066a1bc
Fixes #10259 : Fix NoReverseMatch exception when listing available prefixes with "flat" column displayed
2022-09-07 14:30:51 -04:00
jeremystretch
b702822857
Closes #10268 : Omit trailing ".0" in device positions within UI
2022-09-07 14:09:17 -04:00
jeremystretch
1cbb2320c1
Changelog for #9231 , #10270 , #10278
2022-09-07 13:59:00 -04:00
jeremystretch
ac8f0a7ef2
Add installation video to docs
2022-09-07 11:23:13 -04:00
jeremystretch
d29d265b0a
PRVB
2022-09-02 15:44:41 -04:00
jeremystretch
1955497dbe
Release v3.3.2
2022-09-02 15:20:14 -04:00
jeremystretch
2acfda3dc5
Fixes #10034 : Add L2VPN column to interface and VLAN tables
2022-09-02 14:26:35 -04:00
jeremystretch
569525fb68
Changelog for #9481 , #10231 , #10233
2022-09-02 08:56:09 -04:00
jeremystretch
ce4d00dc21
Fixes #10184 : Fix vertical alignment when displaying object attributes with buttons
2022-09-01 09:53:48 -04:00
jeremystretch
d818c250b0
Fixes #10220 : Validate IP version when assigning primary IPs to a virtual machine
2022-09-01 09:31:42 -04:00
jeremystretch
899b61264f
Fixes #9328 : Hide available IPs when non-default ordering is applied
2022-08-31 16:55:03 -04:00
jeremystretch
4dc059fba3
Changelog for #9477 , #10195
2022-08-31 16:44:43 -04:00
jeremystretch
73b85f9b29
Minor tweaks to git cheat sheet
2022-08-31 15:44:06 -04:00
jeremystretch
301ebe0da3
Add content to the git cheat sheet
2022-08-31 10:52:58 -04:00
jeremystretch
ada745324f
Changelog for #10176 , #10217
2022-08-31 10:36:01 -04:00
jeremystretch
de17a651e6
Closes #10043 : Add support for 'limit' query parameter to available VLANs API endpoint
2022-08-30 15:16:34 -04:00
jeremystretch
0770aa237a
Changelog for #9895 , #10060
2022-08-30 14:23:43 -04:00
jeremystretch
cd5844b050
Fixes #10208 : Fix permissions evaluation for interface actions dropdown menu
2022-08-30 08:59:50 -04:00
jeremystretch
0f6a12b595
Changelog for #9962 , #9963 , #10178
2022-08-30 08:56:11 -04:00
Jeremy Stretch
6571faad6c
Merge pull request #10204 from netbox-community/10164-git-cheat-sheet
...
Closes #10164 : Add a git cheat sheet
2022-08-29 16:01:31 -04:00
jeremystretch
f98f1647da
Add "fixing mistakes" section
2022-08-29 15:40:39 -04:00
jeremystretch
777af35030
Fixes #10177 : Correct display of custom fields when editing VM interfaces
2022-08-29 15:10:14 -04:00
jeremystretch
0e4911a575
Fixes #10181 : Restore MultiPartParser (regression from #10031 )
2022-08-29 11:17:31 -04:00
itok
173f27cb64
Update filtersets.md
...
corrected typos on the page,
an issue report has also been submitted at https://github.com/netbox-community/netbox/issues/10179
regards,
2022-08-28 13:53:53 +03:00
jeremystretch
152dcbe522
Initial draft of git cheat sheet
2022-08-26 16:52:00 -04:00
jeremystretch
3da8e4c1bb
Update README & screenshots
2022-08-26 10:31:56 -04:00
jeremystretch
ee111a28d4
Changelog for #10161
2022-08-26 10:05:44 -04:00
jeremystretch
fd81f57e61
Fixes #10156 : Avoid forcing SVG image links to open in a new window
2022-08-26 08:45:48 -04:00
Daniel Sheppard
88d2fca2c6
Fixes #10155 - Fix rear port display when editing front port template for module type
2022-08-25 15:34:18 -05:00
jeremystretch
bd615ebf65
PRVB
2022-08-25 16:25:26 -04:00
jeremystretch
ed4fe6bd36
Release v3.3.1
2022-08-25 16:07:34 -04:00
jeremystretch
a416ff6314
Fixes #10118 : Fix display of connected LLDP neighbors for devices
2022-08-25 15:25:30 -04:00
jeremystretch
61ba5817c9
Add branch naming standard to developer docs
2022-08-25 15:03:16 -04:00
jeremystretch
7bdbdda7f9
Changelog for #10135
2022-08-25 14:51:16 -04:00
jeremystretch
32615befd5
#10038 & #10039 : Changelog & replicate for VM interfaces
2022-08-25 14:25:47 -04:00
jeremystretch
5f37699736
Fixes #9663 : Omit available IP annotations when filtering prefix child IPs list
2022-08-25 10:34:18 -04:00
Jeremy Stretch
9da9a209a5
Fixes #10087 : Correct display of far end in console/power/interface connections tables ( #10117 )
2022-08-25 08:46:19 -04:00
jeremystretch
482b4b6e95
Fixes #10147 : Permit the creation of 0U device types via REST API
2022-08-25 08:37:43 -04:00
Arthur Hanson
ec2e8ad184
#10139 update development documents for githooks and web-ui ( #10141 )
...
* #10139 update development documents for githooks and web-ui
* Remove redudant phrase
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-08-25 08:21:55 -04:00
jeremystretch
6c686af1b7
Changelog for #10070
2022-08-24 17:13:09 -04:00
jeremystretch
f70ef7a585
Changelog and cleanup for #9935
2022-08-24 16:44:24 -04:00
jeremystretch
bfbf97aec9
Closes #10031 : Enforce 'application/json' content type for REST API requests
2022-08-24 15:49:36 -04:00
jeremystretch
c2c8bd0a76
Closes #10133 : Enable nullifying device location during bulk edit
2022-08-24 13:25:54 -04:00
jeremystretch
36729fb6ae
Fixes #10134 : Custom fields data serializer should return a 400 response for invalid data
2022-08-24 13:08:21 -04:00
jeremystretch
18d5576997
Changelog for #10033 , #10037 , #10094
2022-08-24 08:59:40 -04:00
jeremystretch
7ba0b420f1
Fixes #10109 : Fix available prefixes calculation for container prefixes in the global table
2022-08-23 10:37:38 -04:00
Daniel Sheppard
f3906dd7c4
Fixes #10111 - Wrap search QS to catch ValueError on identifier field
2022-08-23 09:33:36 -05:00
jeremystretch
984d8b8ee6
Fixes #10108 : Linkify inside NAT IPs for primary device IPs in UI
2022-08-23 09:17:12 -04:00
jeremystretch
069c2d2fd2
Changelog for #6454 , #10057 , #10059
2022-08-22 16:11:35 -04:00
jeremystretch
2ef9e2d6fc
Closes #10066 : Use fixed column widths for custom field values in UI
2022-08-22 11:17:40 -04:00
jeremystretch
c14a5973c7
Fixes #10089 : linkify template filter should escape object representation
2022-08-22 11:14:36 -04:00
jeremystretch
804c064a7e
Closes #10061 : Replicate type when cloning L2VPN instances
2022-08-18 15:19:34 -04:00
jeremystretch
9059c09627
Refresh development docs
2022-08-18 13:40:44 -04:00
jeremystretch
279253c486
Fixes #10040 : Fix exception when ordering prefixes by flat representation
2022-08-18 09:49:45 -04:00
jeremystretch
c7d6fe2d62
Fixes #10053 : Custom fields header should not be displayed when editing circuit terminations with no custom fields
2022-08-17 15:37:48 -04:00
Jeremy Stretch
5327857f81
Merge pull request #9744 from candlerb/candlerb/9743
...
Documentation: distinguish release and git upgrade processes
2022-08-17 15:20:52 -04:00
jeremystretch
3b4dd051f2
PRVB
2022-08-17 14:11:47 -04:00
jeremystretch
f9a6e368a7
Release v3.3.0
2022-08-17 13:55:21 -04:00
jeremystretch
bfa3c957d7
Clean up release notes
2022-08-17 11:31:45 -04:00
jeremystretch
93b36ed580
Closes #10032 : Remove unique constraint from L2VPN identifier
2022-08-17 10:47:42 -04:00
jeremystretch
e523006ec3
Fixes #9758 : Display parent object of connected termination
2022-08-17 10:39:30 -04:00
jeremystretch
bbc6f1d778
Merge branch 'feature' into docs-refresh
2022-08-16 16:09:38 -04:00
jeremystretch
e6c69127e4
Add model documentation for JournalEntry
2022-08-16 16:06:48 -04:00
jeremystretch
0ba45caabf
Update virtualization models documentation
2022-08-16 15:57:29 -04:00
jeremystretch
d43c98d546
Update IPAM models documentation
2022-08-16 15:32:00 -04:00
jeremystretch
a36294e209
Merge branch 'develop' into feature
2022-08-16 12:56:49 -04:00
jeremystretch
e01b7951f2
Release v3.2.9
2022-08-16 11:50:14 -04:00
jeremystretch
8c220cc04f
Fixes #9491 : Remove button for adding inventory item templates to module type components
2022-08-16 11:39:51 -04:00
jeremystretch
9e9e90f88b
Closes #9933 : Add DOCSIS interface type
2022-08-16 10:11:40 -04:00
jeremystretch
30ab1e5a5e
Changelog for #8723 , #9505 , #9979
2022-08-16 09:14:19 -04:00
jeremystretch
4307f078ed
Finish refreshing DCIM models documentation
2022-08-15 15:16:02 -04:00
jeremystretch
f76ce172e0
Update model docs for device components
2022-08-15 11:57:38 -04:00
jeremystretch
d4f976ac8d
Refreshed wireless model documentation
2022-08-12 16:37:47 -04:00
jeremystretch
040feddcf1
Refreshed tenancy model documentation
2022-08-12 16:19:34 -04:00
jeremystretch
cff6b81f1f
Refreshed extras model documentation
2022-08-12 16:00:04 -04:00
jeremystretch
fafc464d93
Refreshed circuits model documentation
2022-08-12 15:00:45 -04:00
jeremystretch
9c667bb3af
Add hyperlinks to Mermaid graphs
2022-08-12 14:14:56 -04:00
jeremystretch
8c5779c864
Add feature docs for virtualization
2022-08-12 14:11:58 -04:00
jeremystretch
642fe422c4
Touch up intro page
2022-08-12 13:39:07 -04:00
jeremystretch
e4fa8af47f
Changelog for #8595
2022-08-12 10:48:16 -04:00
jeremystretch
150c3d3a97
Merge branch 'feature' into docs-refresh
2022-08-12 10:19:38 -04:00
jeremystretch
e4bbebf87a
Merge branch 'develop' into feature
2022-08-12 10:18:57 -04:00
jeremystretch
41ad9b242c
Fixes #9986 : Workaround for upstream timezone data bug
2022-08-12 10:12:01 -04:00
jeremystretch
c635f09e05
Closes #9994 : Disable search indexing for local documentation builds
2022-08-12 09:21:28 -04:00
jeremystretch
7e3050cf83
Add "getting started" links
2022-08-11 16:34:29 -04:00
jeremystretch
0750e27351
Finish customization docs
2022-08-11 16:14:06 -04:00
jeremystretch
f9fb2cc698
Finish features documentation
2022-08-11 15:29:26 -04:00
jeremystretch
e2d5313940
Changelog for #9857
2022-08-11 13:02:37 -04:00
jeremystretch
a7b78565a1
Split webhooks documentation
2022-08-11 11:55:45 -04:00
jeremystretch
5f15f550c9
Restore model documentation for all models under extras
2022-08-11 11:37:07 -04:00
jeremystretch
aabe8f7c5b
Changelog for #9625
2022-08-10 16:18:30 -04:00
jeremystretch
a9aaa8939c
Closes #9161 : Pretty print JSON custom field data when editing
2022-08-10 16:12:04 -04:00
jeremystretch
8f1e70f01d
Fixes #9961 : Correct typo
2022-08-10 15:24:45 -04:00
jeremystretch
9733cee3d2
Continued work on feature docs
2022-08-10 14:07:51 -04:00
jeremystretch
e69be8f9a6
Continued work on feature docs
2022-08-10 12:51:21 -04:00
jeremystretch
1a0b6d6cb0
Continued work on feature docs
2022-08-09 16:49:28 -04:00
jeremystretch
c1d9cace11
Fixes #9900 : Pre-populate site & rack fields for cable connection form
2022-08-09 14:21:27 -04:00
jeremystretch
7dc2e02e22
Fixes #9938 : Exclude virtual interfaces from terminations list when connecting a cable
2022-08-09 11:39:04 -04:00
jeremystretch
602cf8c5fa
Fixes #9939 : Fix list of next nodes for split paths under trace view
2022-08-09 11:29:42 -04:00
jeremystretch
1b88b36820
Merge branch 'develop' into feature
2022-08-08 15:39:03 -04:00
jeremystretch
064d7f3bd0
PRVB
2022-08-08 15:34:13 -04:00
jeremystretch
ce7fb8ab17
Release v3.2.8
2022-08-08 15:17:36 -04:00
jeremystretch
caca074161
Fixes #9950 : Prevent redirection to arbitrary URLs via 'next' parameter on login URL
2022-08-08 14:21:42 -04:00
jeremystretch
8721ad987c
Fixes #9952 : Prevent InvalidMove when attempting to assign a nested child object as parent
2022-08-08 12:22:22 -04:00
jeremystretch
876251c1cf
Fixes #9948 : Fix TypeError exception when requesting API tokens list as non-authenticated user
2022-08-08 12:22:01 -04:00
jeremystretch
36ac83a319
Fixes #9949 : Fix KeyError exception resulting from invalid API token provisioning request
2022-08-08 11:43:27 -04:00
jeremystretch
135543683d
Changelog for #9919
2022-08-08 10:24:49 -04:00
jeremystretch
8c0ef1a0a2
Started on feature docs
2022-08-04 16:35:32 -04:00
jeremystretch
5da3cab4de
Reorganize documentation
2022-08-04 14:11:52 -04:00
jeremystretch
a7bf7bf7a5
Merge branch 'feature' into docs-refresh
2022-08-04 13:13:22 -04:00
jeremystretch
a2e84dd279
Changelog for #9827 , #9906
2022-08-03 15:22:51 -04:00
jeremystretch
f11a6f0135
Release v3.3-beta2
2022-08-03 14:41:50 -04:00
jeremystretch
367bf25618
Fixes #9778 : Fix exception during cable deletion after deleting a connected termination
2022-08-03 12:46:16 -04:00
jeremystretch
d3a567a2f5
Fixes #9788 : Ensure denormalized fields on CableTermination are kept in sync with related objects
2022-08-02 13:56:52 -04:00
jeremystretch
e96620260a
Closes #9903 : Implement a mechanism for automatically updating denormalized fields
2022-08-02 13:49:34 -04:00
jeremystretch
562769fb89
Merge branch 'develop' into feature
2022-08-01 14:42:09 -04:00
jeremystretch
262a0cf397
Fixes #9789 : Fix rendering of cable traces ending at provider networks
2022-08-01 13:29:39 -04:00
jeremystretch
d4d73674fc
Fixes #9871 : Fix utilization graph value alignments
2022-08-01 11:54:39 -04:00
jeremystretch
efa449faff
Closes #9882 : Add manufacturer column to modules table
2022-08-01 10:36:53 -04:00
jeremystretch
3af989763e
Closes #9883 : Linkify location column in power panels table
2022-08-01 10:32:05 -04:00
jeremystretch
9646f88384
Fixes #9885 : Fix child prefix counts when editing/deleting aggregates in bulk
2022-08-01 10:28:21 -04:00
jeremystretch
1bbf5d214b
Closes #9881 : Increase granularity in utilization graph values
2022-08-01 10:23:18 -04:00
jeremystretch
8a075bcff9
Fixes #9884 : Prevent querying assigned VRF on prefix object init
2022-08-01 09:47:18 -04:00
jeremystretch
9fe5f09742
Fixes #9891 : Ensure consistent ordering for tags during object serialization
2022-08-01 09:32:52 -04:00
jeremystretch
728ad51624
Changelog & cleanup for #9637
2022-08-01 09:12:15 -04:00
jeremystretch
1cd4075488
Add mermaid flowcharts showing rough data model dependencies
2022-07-29 16:23:45 -04:00
jeremystretch
a6c431f3ba
Reorganize configuration docs
2022-07-29 15:10:50 -04:00
jeremystretch
b1ce8bd222
Started "getting started" guide
2022-07-29 13:45:59 -04:00
Daniel Sheppard
890efa5400
Fixes #9062 - Add/edit {module} substitution to help text for component template name
2022-07-29 11:55:26 -05:00
jeremystretch
18acac18e0
Move data model definitions to separate hierarchy
2022-07-29 10:30:47 -04:00
jeremystretch
c582d7459f
Rearrange introductory content
2022-07-29 10:06:26 -04:00
jeremystretch
2c43c8d077
Closes #9793 : Add PoE attributes to interface templates
2022-07-28 15:20:25 -04:00
jeremystretch
c5fb7b72f0
Closes #9391 : Remove 500-character limit for custom link text & URL fields
2022-07-28 14:36:20 -04:00
jeremystretch
07620db027
Changelog for #9762
2022-07-28 12:45:27 -04:00
jeremystretch
498b655cb7
Changelog and cleanup for #9825
2022-07-27 16:50:31 -04:00
jeremystretch
a6be8dccf5
Fixes #9847 : Respect desc_units when ordering rack units
2022-07-26 15:45:47 -04:00
jeremystretch
466931d2fb
Fixes #9829 : Arrange custom fields by group when editing objects
2022-07-26 12:41:51 -04:00
jeremystretch
d442f8fd60
Fixes #9843 : Fix rendering of custom field values (regression from #9647 )
2022-07-26 11:09:51 -04:00
jeremystretch
7631722f97
Merge branch 'temp' into feature
2022-07-26 08:36:50 -04:00
Daniel Sheppard
6d30c07dd0
Update changelog for #9844
2022-07-26 07:29:18 -05:00
jeremystretch
12476036cd
Changelog for #9794 , #9818
2022-07-25 09:55:20 -04:00
jeremystretch
abf11fbcb8
Merge branch 'develop' into feature
2022-07-20 12:20:33 -04:00
jeremystretch
383918d83b
PRVB
2022-07-20 11:15:02 -04:00
jeremystretch
9835d6b2df
Release NetBox v3.2.7
2022-07-20 10:57:11 -04:00
jeremystretch
17e00ac040
Fixes #9705 : Support filter expressions for the serial field on racks, devices, and inventory items
2022-07-20 10:39:36 -04:00
jeremystretch
1c9db2d9f8
Fixes #9499 : Fix filtered bulk deletion of VM Interfaces
2022-07-19 16:21:32 -04:00
jeremystretch
44586743ea
Fixes #9437 : Standardize form submission buttons and behavior when using enter key
2022-07-19 14:21:20 -04:00
jeremystretch
802d9d2b6e
Fixes #9749 : Retain original slug values when modifying object names
2022-07-19 13:01:51 -04:00
jeremystretch
a7a20ad2ea
Fixes #9775 : Fix exception when viewing a report with no descripton
2022-07-19 13:01:21 -04:00
jeremystretch
0e18292e41
Add summary release notes for v3.3
2022-07-18 13:09:45 -04:00
jeremystretch
6d53788ea2
Changelog for #9765
2022-07-18 13:05:12 -04:00
jeremystretch
b8da66bb55
Fixes #9733 : Handle split paths during trace when fanning out to front ports with differing cables
2022-07-18 11:51:59 -04:00
jeremystretch
1a028f77d4
Changelog for #9754
2022-07-18 09:16:43 -04:00
jeremystretch
250265c3d9
Fixes #9746 : Permit filtering interfaces by arbitrary speed value in UI
2022-07-15 15:40:55 -04:00
jeremystretch
68f53aaa87
Closes #9745 : Add wireless LANs and links to global search
2022-07-15 15:28:00 -04:00
jeremystretch
68b87dd668
Fixes #9729 : Fix ordering of content type creation to ensure compatability with demo data
2022-07-15 13:27:20 -04:00
Brian Candler
587a34442a
Documentation: distinguish release and git upgrade processes
...
Fixes #9743
2022-07-15 17:10:15 +01:00
Henry
6da171a699
Corrected typo for description of 'snapshots'
2022-07-15 10:52:37 -04:00
jeremystretch
024e7d8651
Fixes #9728 : Fix validation when assigning a virtual machine to a device
2022-07-15 10:19:56 -04:00
jeremystretch
fe2fae5b86
Closes #9741 : Check for UserConfig instance during user login
2022-07-15 09:42:12 -04:00
jeremystretch
5b5160ca6f
Fixes #9715 : Fix SOCIAL_AUTH_PIPELINE config parameter not taking effect
2022-07-15 08:34:30 -04:00
jeremystretch
868e94fb73
Release v3.3-beta1
2022-07-14 12:04:53 -04:00
jeremystretch
0b86326435
#9102 : Enable creating terminations in conjunction with cables via REST API
2022-07-13 15:35:37 -04:00
jeremystretch
43a4a9c86d
Complete release notes
2022-07-12 16:29:43 -04:00
jeremystretch
43b27cc052
Misc cleanup
2022-07-12 16:29:26 -04:00
jeremystretch
1ddb219a0c
Documentation cleanup
2022-07-11 17:29:25 -04:00
jeremystretch
c380fd00bf
Merge branch 'develop' into feature
2022-07-11 12:58:24 -04:00
jeremystretch
e106d7ac3a
PRVB
2022-07-11 12:11:50 -04:00
jeremystretch
68f24755aa
Release v3.2.6
2022-07-11 11:41:28 -04:00
jeremystretch
5a4467a4a8
Fixes #9687 : Don't restrict custom text field lengths when entering via UI form
2022-07-11 11:12:06 -04:00
jeremystretch
ed7f42a803
Fixes #9704 : Include last_updated field on JournalEntry REST API serializer
2022-07-11 10:28:37 -04:00
jeremystretch
d3f91ce0a6
Changelog for #9632 , #9686
2022-07-11 09:57:12 -04:00
jeremystretch
29eb37857c
Merge branch 'develop' into feature
2022-07-08 16:06:27 -04:00
jeremystretch
a40ab9ffb1
Fixes #9657 : Fix filtering for custom fields and webhooks in the UI
2022-07-08 14:59:16 -04:00
jeremystretch
55b3e4eeb3
Fixes #9682 : Fix bulk assignment of ASNs to sites
2022-07-08 14:16:42 -04:00
jeremystretch
f386ec82ae
Fix CablePath serialization for pass-through port paths
2022-07-08 13:55:13 -04:00
jeremystretch
1beb8522b9
#9102 : Document API changes
2022-07-06 16:02:53 -04:00
jeremystretch
78a3dfc5d9
Changelog for #8157
2022-07-06 13:38:25 -04:00
Jeremy Stretch
5fd3eb82cd
Merge pull request #9631 from netbox-community/8157-l2vpn
...
Closes : #8157 - Add L2VPN support
2022-07-06 13:14:21 -04:00
Daniel Sheppard
5bcc3a3fb9
Update docs
2022-07-06 09:00:33 -05:00
jeremystretch
277c2ff869
Closes #8171 : Populate next available address when cloning an IP
2022-07-01 16:36:24 -04:00
jeremystretch
23f391c5b5
Closes #9228 : Add serialize_object() method to ChangeLoggingMixin
2022-07-01 15:52:16 -04:00
jeremystretch
a5124ab9c8
Closes #8511 : Enable custom fields and tags for circuit terminations
2022-07-01 15:10:31 -04:00
jeremystretch
a57398b0d6
Closes #9647 : Introduce customfield_value template tag
2022-07-01 14:45:22 -04:00
jeremystretch
12c138b341
Closes #9074 : Enable referencing the current user when evaluating permission constraints
2022-07-01 13:34:10 -04:00
jeremystretch
3a6f46bf38
Closes #9075 : Introduce AbortRequest exception for cleanly interrupting object mutations
2022-06-30 15:15:07 -04:00
Daniel Sheppard
5b397a9827
Add docs
2022-06-30 08:29:08 -05:00
jeremystretch
779969f150
Closes #9070 : Hide navigation menu items based on user permissions
2022-06-29 16:36:10 -04:00
jeremystretch
a0f9b5e47b
Document support for ObjectChildrenView
2022-06-29 14:30:47 -04:00
jeremystretch
cd3111ca8d
Merge branch 'develop' into feature
2022-06-28 16:55:49 -04:00
jeremystretch
ccb7e96d8a
Changelog for #8854 , #9403 , #9540
2022-06-28 16:22:38 -04:00
jeremystretch
7dd5f9e720
Closes #9177 : Add tenant assignment for wireless LANs & links
2022-06-27 11:30:52 -04:00
jeremystretch
fc02e15fb1
Closes #4434 : Enable highlighting devices within rack elevations
2022-06-24 11:04:38 -04:00
jeremystretch
b77013c859
Docs & cleanup for #7702
2022-06-23 17:26:20 -04:00
jeremystretch
f9d81fd362
Closes #9414 : Add clone() method to NetBoxModel for copying instance attributes
2022-06-23 15:21:10 -04:00
jeremystretch
d55e3c352a
Changelog for #9396 , #9575 , #9597
2022-06-23 14:14:02 -04:00
jeremystretch
dc05e62ce0
Documentation & clenaup for #9536
2022-06-23 12:15:02 -04:00
jeremystretch
7e4b34560f
Update token model docs
2022-06-23 08:12:36 -04:00
jeremystretch
3c15419bd0
Introduce IPNetworkSerializer to serialize allowed token IPs
2022-06-22 21:51:43 -04:00
jeremystretch
a38a880e67
Refactor source IP resolution logic
2022-06-22 17:01:07 -04:00
Jeremy Stretch
7043c6faf9
Merge pull request #9175 from PieterL75/issue_8233
...
Closes #8233 : Restrict API key access by source IP
2022-06-22 16:23:59 -04:00
jeremystretch
379880cd84
Closes #9582 : Enable assigning config contexts based on device location
2022-06-22 16:10:48 -04:00
jeremystretch
341615668b
Closes #7120 : Add termination_date field to Circuit
2022-06-22 15:09:50 -04:00
jeremystretch
e4aa933d57
Closes #7744 : Add status field to Location
2022-06-22 13:33:19 -04:00
jeremystretch
4587b83d85
Closes #1099 : Add PoE mode & type for interfaces
2022-06-21 21:22:24 -04:00
jeremystretch
9c214622a1
Closes #4350 : Illustrate reservations vertically alongside rack elevations
2022-06-21 16:30:27 -04:00
jeremystretch
84f0561712
Initial work on half-height RUs
2022-06-20 12:05:06 -04:00
jeremystretch
ba12db3019
Merge branch 'develop' into feature
2022-06-20 11:50:23 -04:00
jeremystretch
575e2c443b
PRVB
2022-06-20 11:38:49 -04:00
jeremystretch
7ba268946a
Release v3.2.5
2022-06-20 11:22:36 -04:00
jeremystretch
903a3e1a9c
Changelog for #8944 , #9108 , #9556
2022-06-20 08:34:05 -04:00
jeremystretch
10cb4f359a
Changelog for #9417 , #9517 , #9525
2022-06-20 08:06:49 -04:00
jeremystretch
e6018cd38f
Closes #9534 : Add VLAN group selector to interface bulk edit forms
2022-06-17 14:51:45 -04:00
jeremystretch
92a6523bf3
Fixes #9549 : Fix device counts for rack list under rack role view
2022-06-17 14:40:37 -04:00
jeremystretch
2815eca260
Fixes #9503 : Hyperlinks in ack elevation SVGs must always use absolute URLs
2022-06-17 14:36:55 -04:00
jeremystretch
896ebf01b1
Changelog for #8704 , #9533 , #9374 , #9466 , #9537
2022-06-17 14:04:57 -04:00
Jeremy Stretch
723954f0d9
Merge pull request #9547 from kkthxbye-code/fix-9533
...
Fixes #9533 - Move markdown documentation to docs
2022-06-17 13:14:44 -04:00
PieterL75
536239d272
Merge branch 'feature' into issue_8233
2022-06-17 16:31:13 +02:00
kkthxbye-code
cf76d5c46a
Move markdown documentation to docs
2022-06-16 22:26:37 +02:00
Jeremy Stretch
83fdfaa0eb
Fixes #9524 : Correct order of VLAN fields under VM interface creation form
2022-06-13 19:14:29 -04:00
Jeremy Stretch
86c35a403a
Changelog for #9501 , #9512
2022-06-13 19:05:16 -04:00
kkthxbye-code
d1aa820856
Add configuration option JINJA2_FILTERS
2022-06-10 23:13:49 +02:00
jeremystretch
87b3be26a0
Closes #9434 : Enabled django-rich test runner for more user-friendly output
2022-06-09 11:48:32 -04:00
jeremystretch
a74dba865c
Merge branch 'develop' into feature
2022-06-09 11:38:21 -04:00
jeremystretch
c81c3d11ed
Fixes #9495 : Correct link to contacts in contact groups table column
2022-06-09 10:20:44 -04:00
jeremystretch
36c65b7b22
Closes #8893 : Include count of IP ranges under tenant view
2022-06-07 11:12:40 -04:00
jeremystretch
8a4c808be5
Closes #8882 : Support filtering IP addresses by multiple parent prefixes
2022-06-07 11:00:14 -04:00
jeremystretch
6ed2dbf172
Fixes #9486 : Fix redirect URL when adding device components from the module view
2022-06-07 10:06:19 -04:00
jeremystretch
15080aad66
Changelog for #9480 , #9484
2022-06-07 08:51:53 -04:00
jeremystretch
32322e95b6
Merge branch 'develop' into feature
2022-05-31 15:50:23 -04:00
jeremystretch
3fbf1f7e71
PRVB
2022-05-31 15:31:22 -04:00
jeremystretch
6c035eb13d
Release v3.2.4
2022-05-31 15:08:33 -04:00
jeremystretch
b0a56a71bb
Fixes #9291 : Improve data validation for MultiObjectVar script fields
2022-05-31 13:37:14 -04:00
jeremystretch
201b9f635e
Fixes #9402 : Fix custom field population when creating a virtual chassis
2022-05-31 13:26:25 -04:00
jeremystretch
f1d0d8e57a
Fixes #9407 : Clean up display of prefixes values when exporting prefixes list
2022-05-31 12:23:22 -04:00
jeremystretch
5838a9f3a0
Closes #9451 : Add export_raw argument for TemplateColumn
2022-05-31 12:20:39 -04:00
jeremystretch
998a392bd3
Fixes #9425 : Fix bulk import for object and multi-object custom fields
2022-05-31 11:37:30 -04:00
jeremystretch
a0a87fc4c0
Changelog for #9420 , #9430
2022-05-31 09:14:23 -04:00
jeremystretch
db42589cca
Closes #5303 : A virtual machine may be assigned to a site and/or cluster
2022-05-26 14:59:49 -04:00
jeremystretch
b331f047af
Closes #8222 : Enable the assignment of a VM to a specific host device within a cluster
2022-05-25 16:01:10 -04:00
jeremystretch
31024ce672
Changelog & cleanup for #9166
2022-05-24 16:39:05 -04:00
jeremystretch
2e5a5f71ba
Changelog for #9277
2022-05-24 16:00:18 -04:00
tyler-8
d34d5869be
Add optional CSRF_COOKIE_NAME setting, update example config, and docs.
2022-05-24 10:57:38 -04:00
jeremystretch
662b02e2d8
Closes #9347 : Include services in global search
2022-05-24 09:49:36 -04:00
jeremystretch
a9ec1a7b4e
Closes #9379 : Redirect to virtual chassis view after adding a member device
2022-05-24 09:20:05 -04:00
jeremystretch
f03c5037c4
Fixes #9387 : Ensure ActionsColumn extra_buttons are always displayed
2022-05-24 09:14:25 -04:00
jeremystretch
64146b8cb1
Closes #8471 : Add status field to Cluster
2022-05-19 16:13:22 -04:00
jeremystretch
3b3247592e
Changelog for #9098
2022-05-18 08:42:20 -04:00
jeremystretch
9e1d8beaf0
Changelog for #9239 , #9358
2022-05-16 09:56:02 -04:00
Daniel Sheppard
f415d81049
Fixes #8374 - Display device type and asset tag if name is blank but asset tag is populated
2022-05-13 09:49:07 -05:00
Daniel Sheppard
24ff360ee0
Fixes #8922 - Add service list to IP address view
2022-05-13 09:40:24 -05:00
Daniel Sheppard
752a497218
Fixes #9094 - Fix partial address search within Prefix and Aggregate filters
2022-05-13 09:28:24 -05:00
jeremystretch
e208404e3a
Merge branch 'develop' into feature
2022-05-12 14:16:01 -04:00
jeremystretch
3c7c8c8776
PRVB
2022-05-12 14:14:40 -04:00
jeremystretch
a6aec9ebac
Release v3.2.3
2022-05-12 13:53:26 -04:00
jeremystretch
5f3695d2d0
Closes #8805 : Add "mixed" option for device airflow indication
2022-05-12 12:18:58 -04:00
jeremystretch
ad12ad4a77
Closes #9221 : Add definition list support for Markdown
2022-05-12 11:05:34 -04:00
jeremystretch
37903776fd
Fixes #9296 : Improve Markdown link sanitization
2022-05-12 10:41:29 -04:00
jeremystretch
c4c93ee346
Closes #9343 : Add Ubiquiti SmartPower power outlet type
2022-05-12 10:17:29 -04:00
jeremystretch
72b2ab03cc
#9340 : Introduce config parameters for Sentry sampling rates
2022-05-12 10:00:57 -04:00
jeremystretch
4cefe26f80
#9340 : Add default Sentry DSN
2022-05-12 09:35:13 -04:00
jeremystretch
01d2ede097
Closes #1202 : Support overlapping assignment of NAT IP addresses
2022-05-11 16:22:07 -04:00
jeremystretch
ca10a7834a
Merge branch 'develop' into feature
2022-05-11 16:09:25 -04:00
jeremystretch
c146596564
Implement a custom 404 handler to enable Sentry reporting
2022-05-11 14:27:18 -04:00
jeremystretch
6f5c2f1e29
Enable & document Sentry integration
2022-05-11 14:13:50 -04:00
jeremystretch
e8575495db
Changelog for #9190 , #9314
2022-05-11 10:31:04 -04:00
jeremystretch
bdb21da26e
Fixes #9330 : Add missing module_type field to REST API serializers for modular device component templates
2022-05-11 08:57:19 -04:00
jeremystretch
39a9ebaeee
Fixes #9313 : Remove HTML code from CSV output of many-to-many relationships
2022-05-06 10:26:02 -04:00
jeremystretch
9b4e016fe4
Fixes #9306 : Include VC master interfaces when selecting a LAG/bridge for a VC member interface
2022-05-06 09:47:52 -04:00
jeremystretch
422ec7ecec
Fixes #9311 : Permit creating contact assignment without a priority via the REST API
2022-05-06 09:25:40 -04:00
jeremystretch
bddca8e232
Changelog for #9280
2022-05-05 14:14:49 -04:00
jeremystretch
0301aec409
Closes #9260 : Apply user preferences to tables under object detail views
2022-05-04 15:46:13 -04:00
jeremystretch
da1aabdfc1
Changelog for #8894 , #8998 , #9122 ; PEP8 fix
2022-05-04 14:19:09 -04:00
jeremystretch
eab187fb6b
Changelog for #9267 , #9278
2022-05-04 13:59:38 -04:00
jeremystretch
61d756c7c4
Closes #9261 : NetBoxTable no longer automatically clears pre-existing calls to prefetch_related() on its queryset
2022-04-29 13:09:39 -04:00
jeremystretch
9ae25e9449
Merge branch 'develop' into feature
2022-04-29 09:05:52 -04:00
jeremystretch
152d5a3b9a
PRVB
2022-04-28 15:06:27 -04:00
jeremystretch
5ee3ee6181
Release v3.2.2
2022-04-28 14:39:02 -04:00
jeremystretch
a1c1532614
Changelog for #4264
2022-04-27 15:36:29 -04:00
jeremystretch
8153406dd0
Fixes #9227 : Fix related object assignment when recording change record for interfaces
2022-04-27 14:12:20 -04:00
jeremystretch
6a225e53f5
Fixes #9222 : Fix circuit ID display under cable view
2022-04-25 21:09:20 -04:00
jeremystretch
e2b32757d8
Merge branch 'develop' into feature
2022-04-25 12:20:46 -04:00
jeremystretch
6b73d22da1
Changelog for #8959
2022-04-25 10:11:51 -04:00
jeremystretch
a6a1bec437
Closes #9218 : Update documentation links with docs.netbox.dev
2022-04-25 09:48:39 -04:00
jeremystretch
562d1bfcd0
Fixes #9194 : Support position assignment when add module bays to multiple devices
2022-04-25 08:41:38 -04:00
jeremystretch
4f86d6a690
Fixes #9206 : Show header for comments field under module & module type creation views
2022-04-25 08:33:41 -04:00
jeremystretch
e63a191373
Closes #9214 : Linkify cluster counts in cluster type & group tables
2022-04-25 08:23:21 -04:00
kkthxbye-code
50428c3f01
Correct custom validators docs
2022-04-22 20:42:29 +02:00
Pieter Lambrecht
fa4807be8c
Update releasenotes
2022-04-19 21:55:39 +02:00
Pieter Lambrecht
086e34f728
Updated docs relnotes to refer to 8233
2022-04-19 21:33:29 +02:00
jeremystretch
d22f9000d6
Add troubleshooting section to Azure AD guide
2022-04-19 10:00:41 -04:00
Pieter Lambrecht
2587720298
Fix 8878: Restrict API key usage by Source IP
2022-04-19 14:44:35 +02:00
jeremystretch
bb99cee48a
Changelog & test for #9060
2022-04-18 13:14:30 -04:00
jeremystretch
d4f1cb5d6a
Fixes #9158 : Do not list tags field for CSV forms which do not support tag assignment
2022-04-18 09:39:36 -04:00
jeremystretch
118bf5152c
Fixes #9132 : Limit location options by selected site when creating a wireless link
2022-04-18 09:02:03 -04:00
jeremystretch
41244dc677
Closes #9152 : Annotate related object type under custom field view
2022-04-18 08:56:28 -04:00
jeremystretch
671e1aed9f
Fixes #9151 : Child prefix counts not annotated on aggregates list under RIR view
2022-04-18 08:43:46 -04:00
jeremystretch
1636508a6a
Fixes #9156 : Fix loading UserConfig data from fixtures
2022-04-18 08:36:41 -04:00
jeremystretch
c21db0ff6a
Closes #9137 : Add SSO configuration guide for Okta
2022-04-15 16:03:36 -04:00
jeremystretch
17df8a5c43
Closes #8495 : Enable custom field grouping
2022-04-15 14:45:28 -04:00
jeremystretch
4fac10ac4a
Merge branch 'develop' into feature
2022-04-15 12:09:28 -04:00
jeremystretch
10c7fdb618
Closes #9136 : Add SSO configuration guide for Microsoft Azure AD
2022-04-14 21:42:47 -04:00
jeremystretch
7be0a1a55f
Changelog for #9133
2022-04-14 15:51:26 -04:00
jeremystretch
996221147e
PRVB
2022-04-14 14:15:48 -04:00
jeremystretch
fdc018d809
Release v3.2.1
2022-04-14 13:58:18 -04:00
jeremystretch
fa5cf665ce
Fixes #9128 : Resolve component labels per module bay position when installing modules
2022-04-14 11:13:04 -04:00
jeremystretch
d6df6b444f
Closes #9123 : Improve appearance of SSO login providers
2022-04-14 10:54:07 -04:00
jeremystretch
78836389f0
Changelog for #8543 & cleanup
2022-04-14 08:37:58 -04:00
jeremystretch
01ba1b8c03
Fixes #9118 : Fix validation error when importing VM child interfaces
2022-04-13 13:43:18 -04:00
jeremystretch
f09a5aacae
Changelog for #9110
2022-04-12 14:17:08 -04:00
jeremystretch
4e493d7836
Changelog for #8920 , #8956
2022-04-12 12:05:09 -04:00
kkthxbye-code
c216405a81
Change default JOBRESULT_RETENTION from 0 to 90
2022-04-12 11:42:47 -04:00
kkthxbye
aa2ec3b9c9
Add dynamic config JOBRESULT_RETENTION
...
and cleanup functionality to the housekeeping script
2022-04-12 11:42:47 -04:00
jeremystretch
1266a2f753
Fixes #9116 : assigned_to_interface filter for IP addresses should not match FHRP group assignments
2022-04-12 10:07:31 -04:00
jeremystretch
23d2cf1718
Closes #9081 : Add fhrpgroup_id filter for IP addresses
2022-04-12 09:56:33 -04:00
jeremystretch
d11031c694
Closes #9099 : Enable display of installed module serial & asset tag in module bays list
2022-04-12 09:00:19 -04:00
jeremystretch
916e976297
Tweak changelog for #9061
2022-04-12 08:22:17 -04:00
jeremystretch
517d0158b6
Fixes #9096 : Remove duplicate filter tag when filtering by "none"
2022-04-11 08:51:11 -04:00
jeremystretch
a9e05aec7c
Fixes #9100 : Include position field in module type YAML export
2022-04-11 08:28:10 -04:00
jeremystretch
03535ce50b
Closes #8995 : Enable arbitrary ordering of REST API results
2022-04-08 16:00:33 -04:00
Jeremy Stretch
9b8de19fe6
Merge pull request #9085 from stephanblanke/8913-improve-documentation-regarding-vcs
...
Closes #8913 : Improve documentation regarding VC masters interfaces
2022-04-08 14:17:35 -04:00
jeremystretch
1d8b8aad3b
Changelog & documentation for #5479
2022-04-08 14:10:21 -04:00
Jeremy Stretch
84c30580aa
Merge pull request #9028 from kkthxbye-code/job-timeout
...
Fixes #5479 - Allow setting individual timeouts on scripts and reports
2022-04-08 13:54:08 -04:00
Stephan Blanke
a5f25726cd
Closes #8913 : Improve documentation regarding VC masters interfaces
2022-04-08 19:39:18 +02:00
Jeremy Stretch
7a6e047519
Merge pull request #9082 from danielestevez/doc-remote-auth-default-group
...
Conflicting documentation on remote default group
2022-04-08 10:44:38 -04:00
jeremystretch
1e65ef0c1a
Fixes #9055 : Restore ability to move inventory item to other device
2022-04-08 09:41:37 -04:00
jeremystretch
2269bf0167
Fixes #9079 : Fail validation when an inventory item is assigned as its own parent
2022-04-08 09:08:55 -04:00
jeremystretch
f4e78b0ea6
Fixes #9065 : Min/max VID should not be required when filtering VLAN groups
2022-04-06 20:29:28 -04:00
jeremystretch
d93e944c07
Closes #8973 : Display VLAN group count under site view
2022-04-06 20:12:14 -04:00
jeremystretch
6760533a10
Fixes #8931 : Copy assigned tenant when cloning a location
2022-04-06 20:01:09 -04:00
Daniel Sheppard
85e65edb7d
Fixes #9057 - Fix missing instance counts for module types
2022-04-06 13:46:31 -05:00
Daniel Sheppard
523390cd8e
#9061 - Change inheritance order for DeviceComponentFilterSets
2022-04-06 13:35:22 -05:00
jeremystretch
ea197eff5f
PRVB
2022-04-05 17:12:13 -04:00
jeremystretch
6f0ae8a5b8
Release v3.2.0
2022-04-05 16:26:07 -04:00
jeremystretch
9addde00e3
Merge branch 'feature' into develop
2022-04-05 14:51:26 -04:00
jeremystretch
631de20a8d
Release v3.1.11
2022-04-05 14:35:27 -04:00
jeremystretch
66464fd807
Implement bypass for migration safeguard
2022-04-05 14:24:28 -04:00
jeremystretch
a7fc8621a8
Closes #9036 : Add bulk edit capability for site contact fields
2022-04-05 10:18:20 -04:00
jeremystretch
fcfdbfc2b5
Merge branch 'develop' into feature
2022-04-05 08:21:39 -04:00
jeremystretch
e575279738
Changelog for #8365
2022-04-04 15:58:54 -04:00
jeremystretch
ea88b040ec
Fixes #8658 : Fix display of assigned components under inventory item lists
2022-04-04 14:40:22 -04:00
kkthxbye-code
36d6ae33d1
Allow setting individual timeouts on scripts and reports
2022-04-04 18:00:38 +02:00
jeremystretch
b576ce72a1
Merge branch 'develop' into feature
2022-04-01 09:13:37 -04:00
jeremystretch
99a01207bc
Closes #9012 : Linkify circuits count in providers list
2022-04-01 09:06:44 -04:00
jeremystretch
35f3a42e7f
Remove 2022 survey announcement
2022-04-01 08:31:53 -04:00
jeremystretch
4fae42de51
Fixes #9007 : Fix FieldError exception when instantiating a device type with nested inventory items
2022-03-31 12:07:02 -04:00
jeremystretch
1d55c04c21
Closes #9006 : Enable custom fields, custom links, and tags for journal entries
2022-03-31 11:40:02 -04:00
jeremystretch
7a54658710
Fixes #8978 : Fix instantiation of front ports when provisioning a module
2022-03-31 09:03:01 -04:00
jeremystretch
bddc35bbc7
Closes #8496 : Enable assigning multiple ASNs to a provider
2022-03-30 17:17:36 -04:00
jeremystretch
cdacd2a951
Closes #8593 : Add link field to contact model
2022-03-30 16:19:12 -04:00
jeremystretch
58e4d08bb0
Closes #8790 : Include site and prefixes columns in VLAN group VLANs table
2022-03-30 15:51:12 -04:00
jeremystretch
3ff4fd814e
Merge branch 'develop' into feature
2022-03-30 15:45:40 -04:00
jeremystretch
91e8f57afb
Change log & cleanup for #8163 , #8866
2022-03-30 15:39:28 -04:00
jeremystretch
1eaf55c555
Closes #8336 : Add note about referening object in custom link template
2022-03-30 14:14:49 -04:00
jeremystretch
db535e6453
Closes #8436 : Update token permissions documentation
2022-03-30 14:05:27 -04:00
jeremystretch
dadec9d3cb
Add instruction for checking out an older release
2022-03-30 13:03:08 -04:00
jeremystretch
227bac7c60
Fixes #8976 : Add missing object_type field on CustomField REST API serializer
2022-03-28 13:34:37 -04:00
jeremystretch
340ff82487
Fixes #8970 : Permit nested inventory item templates on device types
2022-03-28 13:22:43 -04:00
jeremystretch
894665b067
Changelog for #8785 , #8830
2022-03-28 10:35:49 -04:00
jeremystretch
a1808a54a4
Fixes #8974 : Use monospace font for text areas in config revision form
2022-03-28 09:13:15 -04:00
jeremystretch
22908a12e9
Merge branch 'develop' into feature
2022-03-25 10:38:44 -04:00
jeremystretch
57759aa4a3
PRVB
2022-03-25 10:29:44 -04:00
jeremystretch
271c2ea3e3
Correct changelog
2022-03-25 10:16:40 -04:00
jeremystretch
20a6f6ac79
Release v3.1.10
2022-03-25 10:14:37 -04:00
jeremystretch
8924d5fa05
Correct change log
2022-03-25 10:04:48 -04:00
jeremystretch
26637d934b
Change log for #8232 , #8926
2022-03-25 10:02:21 -04:00
jeremystretch
58f97bc0e7
Merge develop into feature
2022-03-24 16:35:35 -04:00
jeremystretch
a5820e27a6
Fixes #8905 : Disable ordering by assigned tags to prevent erroneous results
2022-03-24 11:56:18 -04:00
jeremystretch
d312fe7c2b
Fixes #8696 : Fix help link under FHRP group assigment creation view
2022-03-24 11:14:24 -04:00
jeremystretch
c78e7c14d3
Fixes #8947 : Retain filter parameters when handling an export template exception
2022-03-24 10:47:39 -04:00
jeremystretch
30a6dc2f64
Fixes #8951 : Allow changing device type & platform to different manufacturer simultaneously
2022-03-24 10:34:09 -04:00
jeremystretch
e09ab79a1a
Changelog for #8924
2022-03-23 17:01:57 -04:00
jeremystretch
df2f6d4a7d
Fixes #8872 : Enable filtering by custom object fields
2022-03-23 14:34:42 -04:00
jeremystretch
f72d160249
Add form examples to plugin dev docs
2022-03-23 12:12:31 -04:00
jeremystretch
75dae5fbe8
Introduce linkify template filter
2022-03-22 14:51:20 -04:00
jeremystretch
ce87e0dfa4
Merge branch 'develop' into feature
2022-03-22 12:57:23 -04:00
jeremystretch
41efad4056
Fixes #8919 : Fix filtering of VLAN groups by site under prefix edit form
2022-03-22 11:39:26 -04:00
jeremystretch
5f89226cd7
Update testing instructions
2022-03-22 10:59:43 -04:00
jeremystretch
197dfca5b2
Fixes #8935 : Correct ordering of next/previous racks to use naturalized names
2022-03-22 09:50:38 -04:00
jeremystretch
e6980626d8
Fixes #8932 : Fix error when setting null value for interface rf_role via REST API
2022-03-22 09:37:57 -04:00
jeremystretch
ca44a654a5
Closes #8794 : Support dynamic configuration for JournalEntry kinds
2022-03-21 16:35:24 -04:00
jeremystretch
0c5eab680b
Document the use of WritableNestedSerializer
2022-03-21 15:22:45 -04:00
jeremystretch
3dc671395e
Introduce local ChoiceField and MultipleChoiceField classes
2022-03-21 15:08:05 -04:00
jeremystretch
ed0c19807a
Link to plugin tutorial in development docs
2022-03-18 13:43:58 -04:00
jeremystretch
15005209d1
Merge branch 'develop' into feature
2022-03-18 13:34:31 -04:00
jeremystretch
f64987d0c4
Changelog for #8813
2022-03-18 13:25:47 -04:00
jeremystretch
8d53b46e82
Merge branch 'develop' into feature
2022-03-18 13:17:11 -04:00
jeremystretch
900825a2af
Changelog for #8457 , #8575 , #8645
2022-03-18 11:46:49 -04:00
jeremystretch
585b5a221d
Changelog for #8553
2022-03-17 17:06:21 -04:00
jeremystretch
f2079de2cb
Fixes #8838 : Fix FieldError exception during global search
2022-03-14 13:55:35 -04:00
jeremystretch
93527d892b
Fixes #8845 : Correct default ASN formatting in table
2022-03-14 13:49:54 -04:00
jeremystretch
b91218308b
Fixes #8869 : Fix NoReverseMatch exception when displaying tag w/assignments
2022-03-14 13:47:41 -04:00
jeremystretch
faba6c9bdc
Fixes #8850 : Show airflow field on device REST API serializer when config context data is included
2022-03-14 09:54:11 -04:00
jeremystretch
59aba52b03
Rename OrderedDefaultRouter to NetBoxRouter & document for plugins
2022-03-11 15:59:03 -05:00
jeremystretch
6d05a4117a
Update plugins documentation
2022-03-11 15:47:52 -05:00
jeremystretch
7cffa6ebcc
Release v3.2.0-beta2
2022-03-09 12:56:20 -05:00
jeremystretch
e36ae4f0f7
Document support for NetBoxModelSerializer, NetBoxModelViewSet
2022-03-09 11:52:14 -05:00
thatmattlove
8cd24b1a67
Fixes #8820 : correct navbar color in dark mode
2022-03-08 14:28:52 -07:00
jeremystretch
28f7b411ed
Revise plugins documentation
2022-03-08 15:44:35 -05:00
jeremystretch
07f2cdac58
Fixes #8810 : Enable filtering modules by type
2022-03-07 13:40:49 -05:00
jeremystretch
06781beb81
Fixes #8815 : Fix display of custom object fields in table columns
2022-03-07 13:30:52 -05:00
jeremystretch
cd29293dd6
Merge v3.1.9
2022-03-07 10:55:30 -05:00
jeremystretch
c515218760
PRVB
2022-03-07 10:07:07 -05:00
jeremystretch
a5603c9953
Release v3.1.9
2022-03-07 09:47:31 -05:00
jeremystretch
2cfbfe473e
Fixes #8807 : Correct REST API URL for FHRP group assignments
2022-03-07 09:02:47 -05:00
jeremystretch
3c78c100b5
Fixes #8808 : Fix members count under FHRP group list
2022-03-07 09:00:00 -05:00
jeremystretch
81610ba86e
Fixes #8724 : Fix exception during device import with invalid device type
2022-03-04 13:45:59 -05:00
jeremystretch
6423b386d2
Closes #8758 : Allow empty string substitution when renaming objects in bulk
2022-03-04 13:30:32 -05:00
jeremystretch
5c48d116eb
Closes #8664 : Show assigned ASNs/sites under list views
2022-03-04 13:20:17 -05:00
jeremystretch
a740203444
Fixes #8792 : Fix creation of circuit terminations via UI
2022-03-03 16:42:48 -05:00
jeremystretch
25dc9cc14a
Fixes #7891 : Fix display of form validation failures during device component creation
2022-03-03 16:18:24 -05:00
jeremystretch
62a1d4b3e0
Fixes #8763 : Fix inventory item component assignment
2022-03-03 11:52:36 -05:00
jeremystretch
dadd8cb93a
Support the direct use of TagFilter
2022-03-02 12:06:07 -05:00
jeremystretch
5f8af6ad66
Closes #8779 : Enable the use of ChoiceSet by plugins
2022-03-02 11:43:28 -05:00
jeremystretch
2b6e0405a5
Closes #8736 : Add PC and UPC fiber end faces for LC/SC/LSH port types
2022-03-01 11:43:00 -05:00
jeremystretch
7f752d9102
Closes #8762 : Link to rack elevations list from site view
2022-03-01 11:32:17 -05:00
jeremystretch
df430394b0
Closes #8766 : Add SCTP to service protocols list
2022-03-01 11:07:19 -05:00
jeremystretch
1ab51ca04e
Announce 2022 community survey
2022-03-01 09:29:58 -05:00
jeremystretch
d6c272cfd6
Fixes #8764 : Correct view name resolution for dynamic form fields
2022-02-28 15:17:49 -05:00
jeremystretch
da6ed8ea11
Fixes #8761 : Correct view name resolution under journal entry views
2022-02-28 12:10:22 -05:00
jeremystretch
fab4d95156
Merge branch 'develop' into feature
2022-02-25 14:06:45 -05:00
jeremystretch
06cb7f35f1
Update changelog
2022-02-25 13:26:02 -05:00
Daniel Estévez
a3f172fc77
Conflicting documentation on remote default group
...
In the current documentation we have two seemingly conflicting sentences:
* REMOTE_AUTH_DEFAULT_GROUPS: (Requires REMOTE_AUTH_ENABLED.)
* REMOTE_AUTH_ENABLED: (REMOTE_AUTH_DEFAULT_GROUPS will not function if REMOTE_AUTH_ENABLED is enabled)
2022-02-25 11:30:13 -05:00
jeremystretch
0953bba0a3
Closes #8747 : Rename ObjectListView action_buttons to actions
2022-02-24 16:33:51 -05:00
Alex Gittings
4863591bc8
Fixes #8629 ; Add description to tag table search function
2022-02-24 10:02:21 +00:00
jeremystretch
6638f560f8
Fixes #8683 : Fix ZoneInfoNotFoundError exception under Python 3.9+
2022-02-23 14:16:12 -05:00
jeremystretch
7872460162
Fixes #8682 : Limit available VLANs by group min/max VIDs
2022-02-22 11:39:05 -05:00
jeremystretch
4913d7ee39
Fixes #8713 : Restore missing "add" button on services list view
2022-02-22 09:05:31 -05:00
jeremystretch
2503a3e3ca
Fixes #8717 : Fix redirection after bulk edit/delete of prefixes from aggregate view
2022-02-22 09:02:31 -05:00
jeremystretch
5f92ed492b
Update development docs
2022-02-18 15:35:08 -05:00
jeremystretch
a5c8bbf79e
Closes #8684 : Change custom link template context variable 'obj' to 'object' (backward-compatible)
2022-02-18 09:50:02 -05:00
jeremystretch
39b8eb0ae0
Fixes #8656 : Fix migration error when upgrading from a v2.11 database
2022-02-17 14:14:23 -05:00
jeremystretch
eb02f6137e
Fixes #8670 : Fix filtering device components by installed module
2022-02-17 11:42:18 -05:00
jeremystretch
90558a2e80
Fixes #8671 : Fix AttributeError when viewing console/power/interface connection lists
2022-02-16 16:45:56 -05:00
jeremystretch
b343035060
Fixes #8674 : Fix rendering of tabbed content in documentation
2022-02-16 16:21:32 -05:00
jeremystretch
bcdd006dd5
Fixes #8661 : Fix ValueError exception when trying to connect a cable
2022-02-16 09:27:16 -05:00
jeremystretch
92c4e5bfaf
Fixes #8659 : Fix display of multi-object custom fields after deleting related object
2022-02-16 09:07:01 -05:00
jeremystretch
fdbdf26afc
Fixes #8655 : Fix AttributeError when viewing cabled interfaces
2022-02-16 08:23:57 -05:00
jeremystretch
1aa295dc84
Release v3.2-beta1
2022-02-15 14:56:01 -05:00
jeremystretch
e728738e34
Closes #8649 : Enable customization of configuration module using NETBOX_CONFIGURATION environment variable
2022-02-15 12:36:03 -05:00
Daniel Sheppard
6bbf168cec
Fixes #8546 - Fix import to restrict bridge, parent, lag to device interfaces
2022-02-15 09:27:55 -06:00
jeremystretch
aa85ae89c1
Merge v3.1.8
2022-02-15 10:05:07 -05:00
jeremystretch
b5e4fdc3d8
PRVB
2022-02-15 09:32:52 -05:00
jeremystretch
ae0ae5fd4e
Remove outdated installation video
2022-02-15 09:20:19 -05:00
jeremystretch
5b7486cff8
Release v3.1.8
2022-02-15 09:01:58 -05:00
jeremystretch
14240318f1
Fixes #8609 : Display validation error when attempting to assign VLANs to interface with no mode during bulk edit
2022-02-15 08:39:45 -05:00
jeremystretch
18eb9ffae6
Changelog for #8391
2022-02-14 10:34:30 -05:00
jeremystretch
dd848d754f
Changelog & cleanup for #8556
2022-02-14 10:06:56 -05:00
jeremystretch
6e38f7e532
Changelog for #8577
2022-02-11 16:00:01 -05:00
jeremystretch
f11ad99983
Fixes #8611 : Fix bulk editing for certain custom link, webhook, and journal entry fields
2022-02-11 15:34:41 -05:00
jeremystretch
189e835499
Use project requirements to build docs
2022-02-11 14:36:03 -05:00
jeremystretch
9cf9f1bdba
Update documentation for v3.2
2022-02-11 12:57:08 -05:00
jeremystretch
71d3dc6e44
Improve ChoiceFieldColumn to not rely on model method to derive label color
2022-02-10 16:29:19 -05:00
jeremystretch
d52105b3b8
Merge branch 'develop' into feature
2022-02-10 15:05:54 -05:00
jeremystretch
a4ca585ef2
Remove references to the old mailing list
2022-02-10 14:56:21 -05:00
jeremystretch
076461a1b6
Change notes for #7150 , #8398
2022-02-10 14:22:40 -05:00
Jeremy Stretch
f13a3fa549
Merge pull request #8589 from ITJamie/patch-1
...
small documentation upgrade regarding group syncs
2022-02-10 14:11:12 -05:00
jeremystretch
450a7730d3
Fixes #8578 : Object change log tables should honor user's configured preferences
2022-02-10 12:07:09 -05:00
jeremystretch
41ee4b642f
Fixes #8604 : Fix tag filter on config context list filter form
2022-02-10 11:56:41 -05:00
jeremystretch
d42c59792f
#8334 : Move object changelog & journaling to generic views
2022-02-09 16:24:10 -05:00
jeremystretch
7c105019d8
Closes #8600 : Document built-in template tags & filters
2022-02-09 16:01:58 -05:00
jeremystretch
ee566723d7
Document supported table columns
2022-02-09 14:31:40 -05:00
jeremystretch
23a80770e1
Move configure_table() logic to NetBoxTable.configure()
2022-02-09 14:10:54 -05:00
Jamie (Bear) Murphy
59c89a3b9d
small documentation upgrade regarding group syncs
...
small documentation upgrade regarding group syncs
2022-02-09 13:05:51 +00:00
jeremystretch
272d6e7437
Closes #8463 : Change the created field on all change-logged models from date to datetime
2022-02-08 14:41:44 -05:00
jeremystretch
d9b7c012a6
Document templates supported for plugin use
2022-02-08 12:14:37 -05:00
thatmattlove
ccce7751a0
Fixes #8564 : only use columns form field in user table config form submit
2022-02-07 14:36:28 -07:00
thatmattlove
6c1507c88c
Implement replaceAll
utility function
...
add #8331 release notes
2022-02-07 14:04:58 -07:00
jeremystretch
d816f797a4
Clean up release notes
2022-02-07 14:31:49 -05:00
Jeremy Stretch
0e827b6ae6
Merge pull request #8562 from netbox-community/8405-plugins-graphql
...
Closes #8405 : GraphQL support for plugins
2022-02-07 13:08:32 -05:00
jeremystretch
049acde5b0
Closes #8572 : Add a pre_run() method for reports
2022-02-07 12:57:02 -05:00
jeremystretch
2157f93f36
Clean up merge conflict remnants
2022-02-07 10:47:07 -05:00
jeremystretch
5b985a924b
Changelog for #8548 & misc cleanup
2022-02-07 10:37:11 -05:00
jeremystretch
3651ef53e3
#7852 : Extend VRF assignment to VM interfaces
2022-02-07 09:54:00 -05:00
jeremystretch
aff55881df
Changelog for #8561
2022-02-04 16:22:30 -05:00
jeremystretch
dae5c94be0
Expose BaseObjectType and NetBoxObjectType for plugins
2022-02-04 15:07:35 -05:00
jeremystretch
03ea257711
Initial work on GraphQL
2022-02-04 15:06:58 -05:00
jeremystretch
ac1c0b0715
#8054 : Allow replacing default static choices
2022-02-03 13:52:42 -05:00
jeremystretch
478eefb74c
Merge v3.1.7
2022-02-03 12:55:34 -05:00
jeremystretch
70ce7293ac
Release v3.1.7
2022-02-03 10:51:41 -05:00
jeremystretch
69305f0509
Fixes #8315 : Fix display of NAT link for primary IPv4 address under device view
2022-02-03 10:30:26 -05:00
jeremystretch
24f48b11e6
Closes #8530 : Indicate CSV or YAML as format for "all data" export
2022-02-03 10:22:38 -05:00
jeremystretch
ff3b48fa59
Fixes #8527 : Fix display of changelog retention period
2022-02-03 09:48:21 -05:00
jeremystretch
db3f478598
Closes #8517 : Render boolean custom fields as icons in object tables
2022-02-02 16:24:51 -05:00
jeremystretch
e20ac803f3
Fixes #8498 : Fix display of selected content type filters in object list views
2022-02-02 16:08:12 -05:00
Daniel Sheppard
ea283365e7
Fixes #8425 - Fix exception when viewing change list/records with removed plugins
2022-02-02 11:18:41 -06:00
jeremystretch
8211830bd8
Fixes #8514 : Correct several links to config parameters
2022-02-02 09:27:29 -05:00
jeremystretch
c15cfc26f1
Fixes #8512 : Correct file permissions to allow execution of housekeeping script
2022-02-01 16:58:09 -05:00
jeremystretch
4f4e6938eb
Closes #7504 : Include IP range data under IPAM role views
2022-02-01 16:47:29 -05:00
jeremystretch
8545a547b9
Closes #8494 : Include locations count under tenant view
2022-02-01 16:31:34 -05:00
jeremystretch
3bb7184f28
Fixes #8499 : Content types REST API endpoint should not require model permission
2022-02-01 15:14:13 -05:00
jeremystretch
74c4f12b27
Closes #8509 : CSRF_TRUSTED_ORIGINS is now a discrete configuration parameter
2022-02-01 14:29:52 -05:00
jeremystretch
cf3ca5a661
Refactor & document supported form fields
2022-01-31 14:10:13 -05:00
jeremystretch
f4776731ec
Establish 4 core forms in netbox.forms.base
2022-01-28 15:48:15 -05:00
Jeremy Stretch
dd71942a5e
Merge pull request #8489 from 991jo/fix-unittest-docs
...
Fixes #8477 : The commands for running the tests in the development se…
2022-01-28 14:19:57 -05:00
jeremystretch
19fdd5e151
Fixes #8465 : Accept empty string values for Interface rf_channel in REST API
2022-01-28 14:03:36 -05:00
jeremystretch
f537dc632e
Fixes #8456 : Fix redundant display of VRF RD in prefix view
2022-01-28 13:19:23 -05:00
jeremystretch
2221006970
Closes #8462 : Linkify manufacturer column in device type table
2022-01-28 13:09:57 -05:00
Johannes Erwerle
5d29c5958b
Fixes #8477 : The commands for running the tests in the development section are not working
2022-01-28 17:54:37 +01:00
Johannes Erwerle
8df382d976
Fixes #8476 : Bring the ASN Web UI up to the standard set by other objects
2022-01-28 11:58:29 +01:00
jeremystretch
f1697c6856
Add change log for plugins framework additions
2022-01-27 16:21:19 -05:00
jeremystretch
3c1ea5d0fb
Closes #8470 : Expose NetBoxTable in the plugins framework
2022-01-27 16:14:02 -05:00
jeremystretch
083d1acb81
Closes #8453 : Rename PrimaryModelFilterSet to NetBoxModelFilterSet & expose for plugins
2022-01-27 09:27:33 -05:00
jeremystretch
c5650bb278
Rename PrimaryModel to NetBoxModel
2022-01-26 20:57:14 -05:00
jeremystretch
a795b95f7e
Closes #8451 : Include ChangeLoggingMixin in BaseModel
2022-01-26 20:41:41 -05:00
jeremystretch
e4abbfb2c6
Closes #8454 : Set DEFAULT_AUTO_FIELD to BigAutoField
2022-01-25 17:37:06 -05:00
jeremystretch
497afcc1e4
Rearrange plugins documentation
2022-01-25 13:53:31 -05:00
jeremystretch
5abfe821bc
Changelog cnad cleanup for #7853
2022-01-21 15:43:53 -05:00
jeremystretch
a74ed33b0e
Move get_object() to BaseObjectView
2022-01-21 14:41:37 -05:00
jeremystretch
e03593d86f
Move get_extra_context() to base views
2022-01-21 14:01:14 -05:00
jeremystretch
54834c47f8
Refactor generic views; add plugins dev documentation
2022-01-20 16:31:55 -05:00
jeremystretch
e6acae5f94
Omit job results as a supported feature
2022-01-20 11:41:00 -05:00
jeremystretch
1a8f144f5c
Include custom validation in BaseModel
2022-01-20 10:53:00 -05:00
jeremystretch
196784474d
Update documentation requirements
2022-01-19 16:58:06 -05:00
jeremystretch
d104544d6f
Add mkdocstrings
2022-01-19 16:52:00 -05:00
jeremystretch
dd55226455
Draft documentation for model features
2022-01-19 16:47:41 -05:00
jeremystretch
bf6345aa90
Closes #5429 : Enable toggling the placement of table paginators
2022-01-19 09:14:38 -05:00
jeremystretch
3fcae36cf1
Closes #8307 : Add data_type indicator to REST API serializer for custom fields
2022-01-18 16:57:54 -05:00
jeremystretch
69eb6b11d0
Closes #8368 : Enable controlling the order of custom script form fields with field_order
2022-01-18 16:01:40 -05:00
jeremystretch
1f2d4fd2b3
Closes #8381 : Add contacts to global search function
2022-01-18 15:40:19 -05:00
jeremystretch
21468fff25
Closes #8367 : Add ASNs to global search function
2022-01-18 15:36:21 -05:00
Daniel Sheppard
29d4859e02
Fixes #8375 - Change ASN display column from ASDOT to ASPLAIN. Add ASDOT display column.
2022-01-18 11:23:52 -06:00
jeremystretch
4b81d86311
Closes #8376 : Correct example condition defitinions; call out value vs label ealuation for choice fields
2022-01-18 11:31:39 -05:00
jeremystretch
38963e7960
Fixes #8377 : Fix calculation of absolute cable lengths when specified in fractional units
2022-01-18 11:09:12 -05:00
jeremystretch
3e3880823b
Merge v3.1.6
2022-01-17 11:12:54 -05:00
jeremystretch
1584d51433
PRVB
2022-01-17 10:16:37 -05:00
jeremystretch
69f525bfd3
Release v3.1.6
2022-01-17 09:49:16 -05:00
jeremystretch
2b31154834
Fixes #8358 : Fix inconsistent styling of custom fields on filter & bulk edit forms
2022-01-14 14:23:58 -05:00
jeremystretch
b0948ea018
Changelog for #8342 , #8357
2022-01-14 11:51:02 -05:00
jeremystretch
60ba4a9830
Changelog for #8337
2022-01-13 15:24:15 -05:00
jeremystretch
0ca6d73614
#8293 : Tweak table column output & add changelog
2022-01-13 15:10:06 -05:00
jeremystretch
7767692394
Changelog for #8295
2022-01-13 12:10:25 -05:00
Jeremy Stretch
5077ff169e
Merge pull request #8343 from netbox-community/1591-service-templates
...
Closes #1591 : Service templates
2022-01-13 12:09:36 -05:00
jeremystretch
5b851a2d09
Changelog for #1591
2022-01-13 10:48:08 -05:00
jeremystretch
97e7ef9a3f
Introduce ServiceTemplate
2022-01-12 16:42:28 -05:00
Martin Rødvand
5cbc978cad
Render the payload_url of the Webhook with Jinja2
...
- Update markdown documentation
- Expand on the help text for the Webhook model
2022-01-12 21:58:19 +01:00
jeremystretch
e19451bb4f
Plug WG8333 in the plugins development docs
2022-01-12 14:40:33 -05:00
jeremystretch
d08accaaf1
Changelog for #8279
2022-01-11 16:27:30 -05:00
jeremystretch
c8713d94d8
Merge branch 'develop' into feature
2022-01-11 16:16:13 -05:00
jeremystretch
b584f09223
Fixes #8319 : Custom URL fields should honor ALLOWED_URL_SCHEMES config parameter
2022-01-11 15:32:04 -05:00
jeremystretch
d2968c95df
Fixes #8314 : Prevent custom fields with default values from appearing as applied filters erroneously
2022-01-11 15:02:10 -05:00
jeremystretch
7421e5f7d7
Fixes #8317 : Fix CSV import of multi-select custom field values
2022-01-11 14:52:47 -05:00
jeremystretch
0b2a43cfcc
Document formal release cycle
2022-01-11 12:54:07 -05:00
jeremystretch
50309d3ab3
Reference netbox-demo-data repo in development guide
2022-01-10 15:34:27 -05:00
jeremystretch
dd0b16bff5
Fixes #8305 : Fix assignment of custom field data to FHRP groups via UI
2022-01-10 15:26:01 -05:00
jeremystretch
9152ba72f1
Fixes #8306 : Redirect user to previous page after login
2022-01-10 14:44:25 -05:00
jeremystretch
21e0e6e495
Closes #6954 : Remember users' table ordering preferences
2022-01-10 14:03:07 -05:00
jeremystretch
72e17914e2
Closes #8296 : Allow disabling custom links
2022-01-10 12:11:37 -05:00
Jeremy Stretch
17aa37ae21
Merge pull request #8303 from netbox-community/7679-table-actions
...
Closes #7679 : Object table actions menus
2022-01-10 11:38:07 -05:00
jeremystretch
94c116617a
Changelog for #7679
2022-01-10 11:20:06 -05:00
jeremystretch
076ca46ab4
Closes #8302 : Linkify role column in device & VM tables
2022-01-10 09:48:14 -05:00
jeremystretch
02519b270e
Fixes #8301 : Fix delete button for various object children views
2022-01-10 09:30:50 -05:00
jeremystretch
5aa7dedccb
Changelog for #8246 , #8285
2022-01-10 08:38:08 -05:00
jeremystretch
e84a282aa6
Revert REST API changes from #8284
2022-01-10 08:24:45 -05:00
Daniel Sheppard
f1472d218e
Update changelog for #8262 and #8265
2022-01-08 00:21:38 -06:00
Daniel Sheppard
10ec31df3e
Fix #8287 - Correct label in export template form
2022-01-08 00:13:58 -06:00
jeremystretch
3e277de82d
Closes #7852 : Enable assigning interfaces to VRFs
2022-01-07 14:57:43 -05:00
jeremystretch
3002382edc
Documentation and changelog for #7006
2022-01-06 13:44:21 -05:00
jeremystretch
b0db5a8b0a
PRVB
2022-01-06 09:58:50 -05:00
jeremystretch
e90b9f6c19
Release v3.1.5
2022-01-06 09:24:28 -05:00
jeremystretch
4c1199e009
Fixes #8255 : Fix bulk editing of authentication parameters for wireless LANs and links
2022-01-06 08:54:05 -05:00
jeremystretch
65471068b6
Closes #8252 : Linkify type and group columns in clusters table
2022-01-05 21:36:20 -05:00
jeremystretch
b1d1f3c6b2
Fixes #8228 : Optional ChoiceVar fields should not force a selection
2022-01-05 15:46:04 -05:00
jeremystretch
574c2e2770
Closes #8244 : Add length & length unit fields to cable filter form
2022-01-05 15:32:34 -05:00
jeremystretch
aec2d233c9
Changelog for #8231
2022-01-05 15:18:49 -05:00
jeremystretch
ea961ba8f2
Fixes #8224 : Fix KeyError exception when creating FHRP group with IP address and protocol "other"
2022-01-04 13:49:07 -05:00
jeremystretch
8c8774cd2f
Fixes #8226 : Honor return URL after populating a device bay
2022-01-04 13:24:15 -05:00
jeremystretch
e11e8a5d64
Fixes #8213 : Fix ValueError exception under prefix IP addresses view
2022-01-04 09:15:25 -05:00
jeremystretch
0978777eec
Merge v3.1.4
2022-01-03 11:20:58 -05:00
jeremystretch
79bebf7c9b
PRVB
2022-01-03 11:18:46 -05:00
jeremystretch
9de53fe070
Release v3.1.4
2022-01-03 11:00:23 -05:00
jeremystretch
ecb9fc65b7
Closes #8197 : Allow filtering sites by group when connecting a cable
2022-01-03 10:41:43 -05:00
Jeremy Stretch
7b25d0379f
Merge pull request #8202 from netbja/patch-1
...
Small syntax error
2022-01-03 10:39:56 -05:00
jeremystretch
05d4176d34
Fixes #8201 : Custom integer fields should allow negative integers as minimum/maximum values
2022-01-03 10:07:19 -05:00
jeremystretch
7b0dff88ae
Closes #8210 : Establish netbox/local/ as a path for local resources
2022-01-03 09:45:30 -05:00
jeremystretch
e18dc43aae
Fixes #8196 : Fix IndexError exception when viewing large IPv6 prefixes in UI
2022-01-03 09:17:15 -05:00
netbja
caaad684a4
Small syntax error
...
No double quotes after password.
2021-12-31 11:25:12 +01:00
jeremystretch
cdd51aee75
Closes #8194 : Enable bulk user assignment to groups under admin UI
2021-12-30 13:19:18 -05:00
jeremystretch
2fa8e27f05
Fixes #8192 : Add "add prefix" button to aggregate child prefixes view
2021-12-30 12:00:37 -05:00
jeremystretch
f7d91b7139
Extend "Adding models" documentation
2021-12-30 10:12:28 -05:00
jeremystretch
a5f1707662
Fixes #8191 : Fix return URL when adding IP addresses to VM interfaces
2021-12-30 09:46:02 -05:00
jeremystretch
6cda55da06
Fixes #8187 : Fix rendering of tags column in object tables
2021-12-30 09:41:35 -05:00
jeremystretch
1edf80db8e
Changelog & documentation for #8118
2021-12-29 16:40:03 -05:00
jeremystretch
3bb485d0b8
Merge v3.1.3
2021-12-29 12:41:56 -05:00
jeremystretch
c3f2fee633
PRVB
2021-12-29 12:40:04 -05:00
jeremystretch
13c4d13157
Release NetBox v3.1.3
2021-12-29 12:10:46 -05:00
jeremystretch
43fadab3bb
Closes #8034 : Enable specifying custom field validators during CSV import
2021-12-29 11:57:27 -05:00
jeremystretch
f2aa35d3d2
Closes #7600 : Include count of available IPs on prefix view
2021-12-29 09:59:25 -05:00
jeremystretch
9c9fcaf42f
Fixes #7290 : Defer loading API-backed form fields
2021-12-29 09:30:43 -05:00
jeremystretch
b60ace80be
Update documentation for FIELD_CHOICES
2021-12-28 20:21:35 -05:00
jeremystretch
7b66dae2f0
Merge branch 'develop' into feature
2021-12-28 16:14:24 -05:00
jeremystretch
1987647cc3
Closes #8175 : Display parent object when attaching an image
2021-12-28 13:06:27 -05:00
jeremystretch
4c5a5c70b0
Changelog for #7846
2021-12-28 11:19:46 -05:00
jeremystretch
a748083f26
Changelog for #3087
2021-12-27 10:52:04 -05:00
jeremystretch
6e9afccfd7
#8037 : Add role field to InventoryItem
2021-12-27 10:45:33 -05:00
jeremystretch
04fb5e544d
#3087 : Add InvetoryItemRole
2021-12-27 10:18:39 -05:00
jeremystretch
77dd684916
Closes #7784 : Support cluster type assignment for config contexts
2021-12-23 14:20:03 -05:00
jeremystretch
bffd22038b
Closes #7681 : Add service_id field for provider networks
2021-12-23 13:50:01 -05:00
jeremystretch
a03ae295f6
Update release notes
2021-12-23 11:39:56 -05:00
jeremystretch
544d991e1e
Closes #8168 : Add min/max VID fields to VLANGroup
2021-12-23 11:22:10 -05:00
jeremystretch
e0cfd5e49b
Closes #2658 : Avalable VLANs API endpoint for VLAN groups
2021-12-23 10:14:28 -05:00
jeremystretch
2dd165bbef
Merge branch 'develop' into feature
2021-12-23 08:32:40 -05:00
jeremystretch
99e0dcec76
Changelog & docs for #6782
2021-12-22 20:57:59 -05:00
jeremystretch
0a7372460f
Changelog for #7887
2021-12-22 12:48:24 -05:00
jeremystretch
fb4511d099
Fixes #8140 : Restore missing fields on wireless LAN & link REST API serializers
2021-12-22 10:55:06 -05:00
jeremystretch
1aafcf241f
Enable plugins to define user preferences
2021-12-22 09:10:50 -05:00
jeremystretch
1eeac7f4f4
Introduce DEFAULT_USER_PREFERENCES dynamic config setting
2021-12-21 20:30:59 -05:00
jeremystretch
2c01e178c7
Update config context display to reference data_format preference
2021-12-21 19:59:33 -05:00
jeremystretch
275560698f
Fixes #8139 : Fix rendering of table configuration form under VM interfaces view
2021-12-21 14:10:12 -05:00
jeremystretch
f1350a1022
FIxes #7972 : Standardize name of RemoteUserBackend logger
2021-12-21 13:57:12 -05:00
jeremystretch
344fb638fd
Fixes #8127 : Fix disassociation of interface under IP address edit view
2021-12-21 13:17:54 -05:00
thatmattlove
373cc74a33
Fixes #8134 : reinitialize event listeners when HTMX swaps elements
2021-12-21 11:11:33 -07:00
jeremystretch
8e95ac42c2
Closes #8100 : Add "other" choice for FHRP group protocol
2021-12-21 13:05:38 -05:00
jeremystretch
d275538116
Changelog & cleanup for #7246 , #8097
2021-12-21 11:53:31 -05:00
jeremystretch
5e32c69e0e
Merge branch 'develop' into feature
2021-12-21 11:28:16 -05:00
jeremystretch
a0db10838b
Fixes #8131 : Restore annotation of available IPs under prefix IPs view
2021-12-21 11:09:30 -05:00
jeremystretch
b755c7dab3
Add changelog for #7962 (via #8114 )
2021-12-21 09:03:36 -05:00
jeremystretch
71b4641e18
Merge v3.1.2
2021-12-20 16:28:11 -05:00
jeremystretch
42b590af77
PRVB
2021-12-20 16:06:42 -05:00
jeremystretch
df4f80e773
Release v3.1.2
2021-12-20 15:48:28 -05:00
jeremystretch
b8b485af4d
Changelog & PEP8 cleanup for #7999
2021-12-20 14:17:52 -05:00
jeremystretch
e12da72615
Fixes #8101 : Preserve return URL when using "create and add another" button
2021-12-20 13:41:22 -05:00
jeremystretch
f95e510060
Fixes #8102 : Raise validation error when attempting to assign an IP address to multiple objects
2021-12-20 13:09:28 -05:00
Daniel Sheppard
82932ae7a5
Fixes #8102 - Add validation around assigned objects
2021-12-20 11:07:44 -06:00
jeremystretch
ae55ca7fd7
Changelog for #7844
2021-12-20 11:02:56 -05:00
jeremystretch
e35aa4bd1e
Add documentation for modules
2021-12-20 10:31:18 -05:00
jeremystretch
14fc37a8b8
Closes #7661 : Remove forced styling of custom banners
2021-12-19 15:33:48 -05:00
jeremystretch
85f9690377
Closes #8083 : Removed "related devices" panel from device view
2021-12-18 14:30:28 -05:00
jeremystretch
4723500c5f
Fixes #8092 : Rack elevations should not include device asset tags
2021-12-18 14:26:32 -05:00
jeremystretch
b00eeb86ea
Fixes #8096 : Fix DataError during change logging of objects with very long string representations
2021-12-18 14:16:37 -05:00
jeremystretch
628e186846
Closes #8108 : Improve breadcrumb links for device/VM components
2021-12-18 14:02:01 -05:00
jeremystretch
7735a539e9
Fixes #8088 : Improve legibility of text in labels with light-colored backgrounds
2021-12-16 12:44:18 -05:00
jeremystretch
1dd3d2ec48
Changelog for #8054
2021-12-16 11:32:31 -05:00
jeremystretch
ea6cdc9673
Closes #7650 : Add support for local account password validation
2021-12-16 11:28:57 -05:00
jeremystretch
419f86a4a5
#8054 : Support configurable status choices
2021-12-16 09:36:15 -05:00
jeremystretch
806706ca1d
Refresh development documentation
2021-12-15 16:31:06 -05:00
jeremystretch
28f577738a
Merge branch 'develop' into feature
2021-12-15 13:19:17 -05:00
jeremystretch
8dbd3f332b
Closes #8081 : Allow creating services directly from navigation menu
2021-12-15 11:55:27 -05:00
jeremystretch
997e88af00
Merge branch 'develop' into feature
2021-12-15 10:53:21 -05:00
jeremystretch
fee2ac2ebd
Changelog for #8057
2021-12-15 09:36:52 -05:00
jeremystretch
b92e34556f
Fixes #8077 : Fix exception when attaching image to location, circuit, or power panel
2021-12-15 08:45:17 -05:00
jeremystretch
b6ff55309e
Fixes #8078 : Add missing wireless models to lsmodels() in nbshell
2021-12-15 08:38:19 -05:00
jeremystretch
305d88ebda
Fixes #8079 : Fix validation of LLDP neighbors when connected device has an asset tag
2021-12-15 08:36:03 -05:00
jeremystretch
cdc73d4f56
Closes #8080 : Link to NAT IPs for device/VM primary IPs
2021-12-15 08:35:01 -05:00
jeremystretch
d1e8c06d36
Fixes #8074 : Ordering VMs by name should reference naturalized value
2021-12-14 17:03:03 -05:00
jeremystretch
dc1331e736
Fixes #7674 : Fix inadvertent application of device type context to virtual machines
2021-12-13 13:42:59 -05:00
jeremystretch
b6d93b7c5b
Changelog for #7665
2021-12-13 12:10:03 -05:00
jeremystretch
f2f6edabf9
Merge branch 'develop' into feature
2021-12-13 11:29:54 -05:00
jeremystretch
66d206a710
Release v3.1.1
2021-12-13 08:51:55 -05:00
jeremystretch
bfc1cab6df
Fixes #8051 : Contact group parent assignment should not be required under REST API
2021-12-13 08:22:48 -05:00
jeremystretch
5b0c79629e
Closes #8047 : Display sorting indicator in table column headers
2021-12-10 21:03:24 -05:00
jeremystretch
7922d3909a
Fixes #8042 : Fix filtering cables list by site slug or rack name
2021-12-10 16:41:03 -05:00
jeremystretch
ee6e2e0af1
Fixes #7690 : Fix custom field integer support for MultiValueNumberFilter
2021-12-10 16:34:38 -05:00
jeremystretch
58095e1916
Fixes #8038 : Placeholder filter should display zero integer values
2021-12-10 15:38:51 -05:00
jeremystretch
3dae077b4d
Fixes #8035 : Redirect back to parent prefix after creating IP address(es) where applicable
2021-12-10 15:34:12 -05:00
jeremystretch
7c14c0812b
Fixes #7519 : Return a 409 status for unfulfillable available prefix/IP requests
2021-12-10 15:11:45 -05:00
jeremystretch
08de6c32c9
Changelog for #5869
2021-12-10 13:26:56 -05:00
jeremystretch
7d99e15dc3
Closes #7743 : Remove legacy ASN field from site model
2021-12-09 17:01:27 -05:00
jeremystretch
d2d2978288
Closes #7748 : Remove legacy contact fields from site model
2021-12-09 16:23:39 -05:00
jeremystretch
8680981990
Closes #8031 : Remove automatic redirection of legacy slug-based URLs
2021-12-09 15:43:41 -05:00
jeremystretch
62e5680eaf
Closes #7731 : Require Python 3.8 or later
2021-12-09 15:35:40 -05:00
jeremystretch
de698154cd
Fixes #8030 : Validate custom field names
2021-12-09 15:19:19 -05:00
jeremystretch
1df05715c2
Fixes #8033 : Fix display of zero values for custom integer fields in tables
2021-12-09 14:56:12 -05:00
jeremystretch
e5524da40e
Fixes #8009 : Validate IP addresses for uniqueness when creating an FHRP group
2021-12-09 13:46:19 -05:00
jeremystretch
45ac1cfd54
Fixes #8019 : Exclude metrics endpoint when LOGIN_REQUIRED is true
2021-12-08 15:47:41 -05:00
jeremystretch
dda11ec69e
Fixes #8003 : Fix cable tracing across bridged interfaces with no cable
2021-12-08 11:35:50 -05:00
jeremystretch
7be6206d9d
Fixes #8010 : Allow filtering devices by multiple serial numbers
2021-12-08 11:08:19 -05:00
jeremystretch
4d896573b1
Fixes #8005 : Fix contact email display
2021-12-08 11:04:03 -05:00
jeremystretch
988383648c
Fixes #8001 : Correct verbose name for wireless LAN group model
2021-12-08 10:45:27 -05:00
Daniel Sheppard
d59847537d
Fix #7990 - Fix title
display on contact view
2021-12-07 10:58:44 -06:00
jeremystretch
36859d89c8
Fixes #7996 : Show WWN field in interface creation form
2021-12-07 10:59:08 -05:00
jeremystretch
ba8b593351
PRVB
2021-12-06 16:13:48 -05:00
jeremystretch
5561b46a59
Finalize release notes
2021-12-06 14:58:49 -05:00
jeremystretch
f94c1e91ea
Merge branch 'develop' into feature
2021-12-06 12:10:31 -05:00
jeremystretch
dc6decd404
Release v3.0.12
2021-12-06 11:54:50 -05:00
jeremystretch
40c6b172f7
Fixes #7981 : Fix Markdown sanitization regex
2021-12-06 11:33:00 -05:00
thatmattlove
7cb9cedfe1
Fixes #7823 : Properly handle return_url when Save & Continue button is present
2021-12-03 16:20:05 -07:00
jeremystretch
b43980d660
Fixes #7960 : Prevent creation of regions/site groups/locations with duplicate names (see #7354 )
2021-12-03 15:09:56 -05:00
jeremystretch
a99d14c13f
Closes #7924 : Include child groups on contact group view
2021-12-03 11:00:00 -05:00
jeremystretch
68f322a03b
Closes #7925 : Linkify contact phone and email attributes
2021-12-03 10:51:24 -05:00
jeremystretch
97f0414ff3
Changelog for #7751 , #7885 , #7892
2021-12-03 09:51:05 -05:00
jeremystretch
83010e278c
Add changelog for #7932 , #7941
2021-12-01 09:18:31 -05:00
Daniel Sheppard
3b25db919a
Update changelog for #7940
2021-11-30 09:43:14 -06:00
jeremystretch
870aa3a265
Merge branch 'develop' into feature
2021-11-24 14:00:37 -05:00
jeremystretch
86ada33577
PRVB
2021-11-24 13:58:57 -05:00
jeremystretch
57ccbf44b8
Release v3.0.11
2021-11-24 13:25:57 -05:00
jeremystretch
1e42fecf66
Changelog for #7657
2021-11-24 09:15:30 -05:00
jeremystretch
f90c591c78
Fixes #7890 : Correct typo
2021-11-22 13:36:51 -05:00
jeremystretch
7072f207c0
Call out all models with cable_peer name changes
2021-11-19 11:42:34 -05:00
jeremystretch
5f59f458f4
Fixes #7880 : Include assigned IP addresses in FHRP group object representation
2021-11-19 11:34:59 -05:00
jeremystretch
cd128e557c
Closes #7884 : Add FHRP groups column to interface tables
2021-11-19 10:27:56 -05:00
jeremystretch
d2767f39f0
Closes #7850 : Add note about where to assign FHRP groups
2021-11-18 15:12:12 -05:00
jeremystretch
f16c6d81cf
Merge branch 'develop' into feature
2021-11-18 11:06:54 -05:00
jeremystretch
e8d6281007
Changelog for #7399
2021-11-18 10:02:23 -05:00
jeremystretch
9ae5865c2d
Fixes #7865 : REST API should support null values for console port speeds
2021-11-18 09:34:41 -05:00
jeremystretch
c2d0cfdfc0
Fixes #7864 : power_port can be null when creating power outlets
2021-11-18 09:27:45 -05:00
Chris James
7b9436d2b9
Docs: Run ln with sudo
2021-11-17 20:33:42 -06:00
jeremystretch
6a369ac985
Closes #7531 : Add Markdown support for strikethrough formatting
2021-11-17 16:50:23 -05:00
jeremystretch
23d90823a3
Fixes #7720 : Fix initialization of custom script MultiObjectVar field with multiple values
2021-11-17 16:22:47 -05:00
jeremystretch
4bfb6b476c
Fixes #7859 : Fix styling of form widgets under cable connection views
2021-11-17 15:53:26 -05:00
jeremystretch
9a45547cda
Closes #5143 : Include a device's asset tag in its display value
2021-11-17 13:06:57 -05:00
jeremystretch
424ac29131
Closes #7812 : Enable change logging for image attachments
2021-11-17 11:52:50 -05:00
jeremystretch
b7b5a5788f
Fixes #7589 : Correct 128GFC interface type identifier
2021-11-17 11:18:41 -05:00
jeremystretch
9de179cba8
Closes #7858 : Standardize the representation of content types across import & export functions
2021-11-17 11:02:22 -05:00
jeremystretch
94069e76c9
Fixes #7857 : Fix ordering IP addresses by assignment status
2021-11-17 08:51:17 -05:00
jeremystretch
df9d67b873
Fixes #7851 : Add missing cluster name filter for virtual machines
2021-11-17 08:48:09 -05:00
jeremystretch
6f7fbf7686
Fixes #7849 : Fix exception when creating an FHRPGroup with an invalid IP address
2021-11-16 16:50:20 -05:00
jeremystretch
f32e694499
Fixes #7739 : Fix exception when tracing cable across circuit with no far end termination
2021-11-15 12:41:57 -05:00
jeremystretch
e5900a3fe3
Correct changelog for #7729
2021-11-15 09:04:18 -05:00
jeremystretch
6e151b044d
Changelog for #7229 , #7424 , #7542
2021-11-15 08:56:03 -05:00
jeremystretch
f3beabba69
Changelog for #2101
2021-11-12 15:33:49 -05:00
jeremystretch
bb99c3e6f9
Changelog for #7803 , #7810
2021-11-12 13:46:06 -05:00
jeremystretch
17e01644f5
Fixes #7813 : Fix handling of errors during export template rendering
2021-11-12 13:32:52 -05:00
jeremystretch
cede27b5fe
Merge branch 'develop' into feature
2021-11-12 09:09:15 -05:00
jeremystretch
c0ca1eaf90
PRVB
2021-11-12 08:54:08 -05:00
jeremystretch
49e77841e0
Release v3.0.10
2021-11-12 08:36:33 -05:00
jeremystretch
daf6c8e327
Fixes #7814 : Fix restriction of user & group objects in GraphQL API queries
2021-11-12 08:23:58 -05:00
jeremystretch
9f8068e8d1
Fixes #7808 : Fix reference values for content type under custom field import form
2021-11-11 16:21:27 -05:00
jeremystretch
0b705553a5
Fixes #7809 : Add missing export template support for various models
2021-11-11 16:16:54 -05:00
jeremystretch
a799094227
Fixes #7788 : Improve XSS mitigation in Markdown renderer
2021-11-11 15:38:34 -05:00
jeremystretch
834f68e6e4
Fixes #7761 : Extend cable tracing across bridged interfaces
2021-11-11 14:45:10 -05:00
jeremystretch
83b2102705
Closes #7769 : Enable assignment of IP addresses to an existing FHRP group
2021-11-11 14:05:35 -05:00
jeremystretch
2f064cdfd1
Changelog for #7767
2021-11-11 12:30:28 -05:00
jeremystretch
3cb8c5db28
Fixes #7654 : Fix assignment of members to virtual chassis with initial position of zero
2021-11-11 12:10:47 -05:00
jeremystretch
726e4df54b
Changelog for #7791
2021-11-11 11:31:51 -05:00
jeremystretch
27d7400c36
Fixes #7802 : Differentiate ID and VID columns in VLANs table
2021-11-11 10:23:38 -05:00
jeremystretch
34f24de3e4
Fixes #7757 : Fix 404 when assigning multiple contacts/FHRP groups in succession
2021-11-09 17:08:28 -05:00
jeremystretch
f93d6813a9
Merge branch 'develop' into feature
2021-11-09 16:52:36 -05:00
jeremystretch
3ad773beb3
Fixes #7741 : Fix 404 when attaching multiple images in succession
2021-11-09 16:46:58 -05:00
jeremystretch
be91235858
Changelog for #7740
2021-11-09 16:08:11 -05:00
jeremystretch
9dad7e4daf
Fixes #7701 : Fix conflation of assigned IP status & role in interface tables
2021-11-09 16:04:16 -05:00
jeremystretch
d08ed9fe5f
Fixes #7780 : Preserve mutli-line values during CSV file import
2021-11-09 15:24:21 -05:00
jeremystretch
82210cc116
Changelog for #7783
2021-11-09 15:15:34 -05:00
jeremystretch
f3d8f1b1fb
Changelog for #7775
2021-11-08 15:38:55 -05:00
jeremystretch
d2391b9c63
Move GRAPHQL_ENABLED to dynamic configuration
2021-11-08 15:31:09 -05:00
jeremystretch
f8e44c09eb
Move CUSTOM_VALIDATORS to dynamic configuration
2021-11-08 15:22:29 -05:00
jeremystretch
2a00519b93
Move CHANGELOG_RETENTION to dyanmic configuration
2021-11-08 15:07:58 -05:00
jeremystretch
3292a2aecc
Closes #7619 : Permit custom validation rules to be defined as plain data or dotted path to class
2021-11-08 14:52:56 -05:00
jeremystretch
17fd6e692e
Fixes #7768 : Validate IP address status when creating a new FHRP group
2021-11-08 08:40:24 -05:00
jeremystretch
2ce8ef5704
Fixes #7771 : Group assignment should be optional when creating contacts via REST API
2021-11-08 08:34:10 -05:00
jeremystretch
7b7afd3e7b
Changelog for #7765
2021-11-08 08:24:14 -05:00
jeremystretch
3eda8d8482
Closes #7760 : Add vid filter field to VLANs list
2021-11-05 13:31:36 -04:00
jeremystretch
f7d0db9cd2
Fixes #7756 : Fix AttributeError exception when editing an IP address assigned to a FHRPGroup
2021-11-05 13:16:43 -04:00
jeremystretch
fab1d3651b
Add new models to developer docs
2021-11-05 13:10:27 -04:00
jeremystretch
e5d7578663
Fixes #7750 : Fix cable trace image link
2021-11-05 11:10:17 -04:00
jeremystretch
cf80c1a506
Release v3.1-beta1
2021-11-05 09:03:27 -04:00
jeremystretch
4649ab2d85
Merge branch 'develop' into feature
2021-11-05 08:49:25 -04:00
jeremystretch
773fd47ca6
Fixes #7752 : Fix minimum version check under Python v3.10
2021-11-05 08:45:57 -04:00
jeremystretch
93772e7265
Move remote authentication config parameters to a separate page
2021-11-04 15:41:46 -04:00
jeremystretch
0aae155c80
Refresh installation docs
2021-11-04 15:18:58 -04:00
jeremystretch
67c73768c1
Add count_fhrp_groups to interface serializers
2021-11-04 09:58:33 -04:00
jeremystretch
7a97d5d4eb
Changelog for #6732 ; misc fixes
2021-11-03 14:40:14 -04:00
Jeremy Stretch
8305f6d1f5
Merge pull request #7662 from netbox-community/6732-asn-model
...
Closes : #6732 - Add new ASN model
2021-11-03 14:15:24 -04:00
jeremystretch
dcececf9c0
Improve documentation and testing for conditions
2021-11-03 14:02:43 -04:00
Daniel Sheppard
c72f25c693
#6732 - Add documentation
2021-11-03 12:22:44 -05:00
jeremystretch
04d145d6d8
Add summary page to release notes
2021-11-03 11:47:11 -04:00
jeremystretch
7b1335825b
Closes #7687 : Update CentOS installation docs
2021-11-03 10:47:17 -04:00
jeremystretch
2c2e37e9f0
Merge branch 'develop' into feature
2021-11-03 10:29:02 -04:00
jeremystretch
11e2200acf
PRVB
2021-11-03 09:51:28 -04:00
jeremystretch
1bf100ba15
Release v3.0.9
2021-11-03 09:32:57 -04:00
jeremystretch
318c8b85e9
Fixes #7721 : Retain pagination preference when MAX_PAGE_SIZE is zero
2021-11-03 08:25:50 -04:00
jeremystretch
7085fe77da
Changelog for #6529
2021-11-03 08:11:38 -04:00
Jeremy Stretch
2e20d7f02b
Merge pull request #7677 from netbox-community/6529-command-line-run-scripts
...
#6529 - Add CLI to run scripts
2021-11-03 08:10:36 -04:00
Daniel Sheppard
19bacc9e23
#6529 - Adjusted the arguments. Fixed documentation
2021-11-02 21:37:11 -05:00
jeremystretch
61b61b1bc0
Fixes #7664 : Preserve initial form data when bulk edit validation fails
2021-11-02 17:07:30 -04:00
Daniel Sheppard
7c3318df92
#6529 - Adjusted the arguments. Added documentation
2021-11-02 15:56:42 -05:00
jeremystretch
d0b85586b9
Changelog & cleanup for #6930
2021-11-02 16:24:28 -04:00
jeremystretch
3a192223a3
Changelog & cleanup for #7668 , #7717
2021-11-02 15:58:14 -04:00
jeremystretch
412430e1c3
Docs & changelog for #6235
2021-11-02 15:26:45 -04:00
jeremystretch
b2dc6c5d3d
Changelog & initial docs for #7649
2021-11-02 11:49:10 -04:00
bluikko
b5e8157700
Fix #7685 : Doc image links ( #7698 )
...
* Fix image link in custom-script.md
* Fix image link in cable.md
* Fix image link in power.md
2021-11-01 09:13:18 -04:00
jeremystretch
4099dd3a05
Closes #6615 : Add filter lookups for custom fields
2021-10-29 11:23:56 -04:00
jeremystretch
15e011ae52
Closes #7452 : Add JSON custom field type
2021-10-28 10:29:14 -04:00
jeremystretch
a173083e5b
Closes #7606 : Model transmit power for interfaces
2021-10-28 09:31:45 -04:00
thatmattlove
a090955918
Fixes #7599 : Improve color mode handling
2021-10-27 11:34:21 -07:00
jeremystretch
dfdeac4968
Fixes #7647 : Require interface assignment when designating IP address as primary for device/VM during CSV import
2021-10-27 10:20:17 -04:00
jeremystretch
e84f2e3ad2
Fixes #7601 : Correct devices count for locations within global search results
2021-10-27 10:10:14 -04:00
jeremystretch
98ca4f5b5a
Fixes #7643 : Fix circuit assignment when creating multiple terminations simultaneously
2021-10-27 10:02:36 -04:00
jeremystretch
87779b7b88
Fixes #7644 : Prevent inadvertent deletion of prior change records when deleting objects ( #7333 revisited)
2021-10-27 09:44:15 -04:00
jeremystretch
b56cae24c5
Fixes #7628 : Fix load_yaml method for custom scripts
2021-10-27 09:04:18 -04:00
jeremystretch
d48a68317d
Fixes #7612 : Strip HTML from custom field descriptions
2021-10-27 08:41:28 -04:00
jeremystretch
626a446c3d
Docs & changelog for #5883
2021-10-26 15:40:34 -04:00
jeremystretch
61d2158f76
#6346 : Add 'bridge' interface type
2021-10-25 11:11:58 -04:00
jeremystretch
68081fb9a2
Cleanup & API changelog for #3979
2021-10-25 11:07:15 -04:00
jeremystretch
2423e0872f
Documentation & changelog for #6238
2021-10-25 09:52:08 -04:00
jeremystretch
e96f5447f4
Changelog for #6346
2021-10-21 17:03:21 -04:00
jeremystretch
6f66138a18
Changelog for #3979
2021-10-21 15:15:01 -04:00
jeremystretch
3a3ed8bf64
Merge branch 'feature' into 3979-wireless
2021-10-21 13:19:52 -04:00
jeremystretch
4932e4f8c6
Changelog for #6497
2021-10-21 11:28:25 -04:00
jeremystretch
cfb3897047
Add tags to organizational & nested group models
2021-10-21 10:51:02 -04:00
jeremystretch
8c058dcd45
Closes #7530 : Move device type component lists to separate views
2021-10-20 15:04:40 -04:00