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