Skip to content

Conversation

Zaimwa9
Copy link
Contributor

@Zaimwa9 Zaimwa9 commented Oct 15, 2025

Thanks for submitting a PR! Please check the boxes below:

closes #6133

  • I have added information to docs/ if required so people know about the feature!
  • I have filled in the "Changes" section below?
  • I have filled in the "How did you test this code" section below?
  • I have used a Conventional Commit title for this Pull Request

Changes

  • Changed from scanning all identities (EdgeIdentity.dynamowrapper) to using a partition key query (DynamoEnvironmentV2Wrapper:environment_id): n (features) threads versus single partition query
  • use of set to check override in feature

How did you test this code?

  • Updated tests
  • Compared before versus after metrics summaries

@Zaimwa9 Zaimwa9 requested a review from a team as a code owner October 15, 2025 15:47
@Zaimwa9 Zaimwa9 requested review from khvn26 and removed request for a team October 15, 2025 15:47
Copy link

vercel bot commented Oct 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs Ignored Ignored Preview Oct 16, 2025 8:37am
flagsmith-frontend-preview Ignored Ignored Preview Oct 16, 2025 8:37am
flagsmith-frontend-staging Ignored Ignored Preview Oct 16, 2025 8:37am

@github-actions github-actions bot added api Issue related to the REST API fix labels Oct 15, 2025
Copy link
Contributor

github-actions bot commented Oct 15, 2025

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-api-test:pr-6159 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-e2e:pr-6159 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-6159 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-6159 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-6159 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-frontend:pr-6159 Finished ✅ Results

Copy link

codecov bot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.00%. Comparing base (547139a) to head (565e2fe).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6159   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files        1278     1278           
  Lines       44983    44991    +8     
=======================================
+ Hits        44084    44092    +8     
  Misses        899      899           

☔ 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.

@github-actions github-actions bot added fix and removed fix labels Oct 16, 2025
@Zaimwa9 Zaimwa9 requested a review from khvn26 October 16, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/metrics endpoint should use environments_v2 table to aggregate identity overrides

2 participants