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

12138 Commits

Author SHA1 Message Date
1c76034069 Merge pull request #15631 from netbox-community/develop
Release v3.7.5
v3.7.5
2024-04-04 16:20:14 -04:00
ad0e476788 Release v3.7.5 2024-04-04 16:06:42 -04:00
e10f5ec3b4 Update source strings for translation 2024-04-04 15:12:51 -04:00
48a3f3cb70 Changelog for #14707, #15039, #15598, #15608, #15609 2024-04-04 15:05:49 -04:00
238fa704b9 add example showing how to order results. (#15627)
* add example showing how to order results.

This addresses issue 15622 by building off filtering example to
show how to order results on a named field.

* Apply suggestions from code review

---------

Co-authored-by: Frank Clements <fclements@scoore.net>
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-04-04 14:21:26 -04:00
3b3511c43c Refactor 32264ac3 to re-separate bulk and single device creation. Fixes #15598. 2024-04-04 14:01:55 -04:00
da13fa5569 Closes #15039: Add Clone button in API token 2024-04-04 13:32:43 -04:00
5b50920c61 Closes #14707: Change 'Interface' to 'Tunnel interface' in VPN tunnel forms 2024-04-04 12:57:35 -04:00
d9a7b4ee0e Fixes #15609: Fix filtering providers list by assigned ASN 2024-04-04 10:45:57 -04:00
282dc7a705 Fixes #15608: Avoid caching values of null fields in search index 2024-04-04 10:45:19 -04:00
e1753c0f9b Fix formatting 2024-04-04 10:03:12 -04:00
0e94f2e05d Simplify auto-assignment qualification 2024-04-04 09:53:49 -04:00
1c370f45d0 Add weighted assignments & enable for documentation issue 2024-04-04 09:20:20 -04:00
24e2fc253a Changelog for #15029, #15102, #15435, #15597 2024-04-03 14:12:35 -04:00
fca23c6419 15029 check if duplicate FHRP group assignment 2024-04-03 14:09:32 -04:00
e4984d2883 fixed user and group filter form name #15102 2024-04-03 14:02:11 -04:00
6030c521f4 Fix typo in Add Components dropdown 2024-04-03 13:29:32 -04:00
83dad6f771 15597 add button_class choices to import form 2024-04-03 13:06:53 -04:00
bb4930b62f Change log for #14799, #15502 2024-04-03 08:15:44 -04:00
7d54357146 Fixes: #15502 - Correct exception on IP import form when VM is target 2024-04-03 08:10:28 -04:00
bbd7ddb7aa Fix #15506 Update documentation for plugins index.md (#15518)
* Update documentation for plugins index.md

You should restart netbox-rq workers if you added a plugin. Otherwise you can't load modules from plugin to custom scripts later.

* Update docs/plugins/index.md

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-04-03 08:05:47 -04:00
d285edc0c7 Fixes #15583: Update API token provisioning example response (#15584)
* Fixes #15583: Update API token provisioning example response

* Fix 'display' field output
2024-04-03 07:58:46 -04:00
699dd72597 Adding JSON schema changes to implement and within the generated schema template per issue #15555 2024-03-28 16:34:56 -04:00
3cb68e4bc0 Fixes #15567: Correct typo in help text
Fixes #15567: Correct typo in help text
2024-03-28 16:32:25 -04:00
d37a6210fa Limit auto-assignment to bug reports & feature requests 2024-03-28 14:14:34 -04:00
69c0aac105 Add Jeff; remove duplicate entries from rotation (not supported) 2024-03-28 11:48:15 -04:00
da6a1ef03e Clean up the Markdown reference guide 2024-03-26 16:26:47 -04:00
d2fee88600 Apply "needs triage" label to new issues by default 2024-03-25 10:39:17 -04:00
710f9e3c46 Add auto-assign-issue GitHub action 2024-03-25 09:57:13 -04:00
59e12e73c2 Clean up GitHub actions 2024-03-25 09:55:21 -04:00
6f9f1d9d43 14799 dont cache report member names 2024-03-22 10:27:33 -04:00
35e20d156d Add link to NetBox Enterprise 2024-03-21 09:05:34 -04:00
4adb44f60d PRVB 2024-03-13 19:37:28 -04:00
c2cabe0273 Merge pull request #15423 from netbox-community/develop
Release v3.7.4
v3.7.4
2024-03-13 19:36:44 -04:00
06bdfdc9e8 Release v3.7.4 2024-03-13 19:23:51 -04:00
df7905d257 Changelog for #13722, #14206, #14366, #14832, #15322, #15347, #15356 2024-03-13 19:15:35 -04:00
8bdbb49a27 Fixes #15322: Add description field to YAML export for device & module types 2024-03-13 19:10:49 -04:00
7ac21690e5 Fixes #15356: Fix assignment of front & rear images to device types via REST API 2024-03-13 19:10:30 -04:00
7350950e88 Fixes #15347: Fix querying virtual machine contacts via GraphQL 2024-03-13 19:09:52 -04:00
8fe3f5e3fd Closes #14366: Enable custom links on ConfigContexts and ConfigTemplates 2024-03-13 14:44:41 -04:00
44f7ab0970 Add NetBox Enterprise deployment type 2024-03-12 10:57:14 -04:00
eca2a77584 Closes #14459: Update coverage report 2024-03-12 10:51:29 -04:00
51b2bcf264 Closes #14206: Add FC SFP types 2024-03-12 09:03:42 -04:00
1ff4e1287f Fixes: #13722 - Correct range expansion code when a numeric set is used (#15301)
* Fixes: #13722 - Correct range expansion code when a numeric set is used

* Correct to my own suggestion

* Clean up logic

* Simplify range detection

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-03-11 10:50:10 -04:00
f0e137133f Fixes: #14832 Extend GraphQL FHRPGroupType with IPAddressesMixin 2024-03-11 10:32:31 -04:00
de622801f1 Changelog for #15220, #15232, #15241, #15243, #15316 2024-03-08 17:05:10 -05:00
eeb732d96e Fixes #15336: Correct label for recurring scheduled jobs 2024-03-08 17:03:18 -05:00
8bb49d2296 Closes #15291: Add tunnel termination buttons to VM interfaces table 2024-03-08 16:58:04 -05:00
6629c94148 Closes #15297: Linkify platform column in device & virtual machine tables 2024-03-08 16:48:39 -05:00
bdcf4c4154 Fixes #15220: Move IP mask validation logic from form to model 2024-03-01 11:28:48 -05:00