Skip to content

[7126] Tighten response schemas: add required and additionalProperties: false#7131

Open
n-lark wants to merge 14 commits intomainfrom
7126-schemas-updates
Open

[7126] Tighten response schemas: add required and additionalProperties: false#7131
n-lark wants to merge 14 commits intomainfrom
7126-schemas-updates

Conversation

@n-lark
Copy link
Copy Markdown
Contributor

@n-lark n-lark commented Apr 23, 2026

Description

See details here.

Related Issue(s)

Resolves #7126

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

@n-lark n-lark self-assigned this Apr 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

❌ Patch coverage is 96.55172% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 76.62%. Comparing base (a8aa55d) to head (ae3df71).

Files with missing lines Patch % Lines
forge/db/models/AuditLog.js 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7131      +/-   ##
==========================================
+ Coverage   76.57%   76.62%   +0.05%     
==========================================
  Files         405      405              
  Lines       20586    20597      +11     
  Branches     4976     4985       +9     
==========================================
+ Hits        15764    15783      +19     
+ Misses       4822     4814       -8     
Flag Coverage Δ
backend 76.62% <96.55%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Base automatically changed from 7083-required-cleanup to main April 27, 2026 18:03
@n-lark n-lark marked this pull request as ready for review April 27, 2026 19:04
@n-lark n-lark requested review from cstns April 27, 2026 19:06
Comment thread forge/ee/routes/teamBroker/3rdPartyBroker.js Outdated
Comment thread forge/ee/routes/flowBlueprints/index.js
Copy link
Copy Markdown
Contributor

@hardillb hardillb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basic first pass looks ok

Just the update to the comment about posgres vs sqlite

Comment thread forge/db/views/Application.js Outdated
n-lark and others added 2 commits May 7, 2026 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tighten response schemas: add required and additionalProperties: false

2 participants