Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix(scim): Arbitrary usernames accepted via SCIM | khvn26 | S | No | 2.9h | 2.8h | Jul 15, 2026 |
SummaryBug FixFix SCIM username validation for SCIM Prevents arbitrary usernames from being accepted via SCIM, enforcing email format to improve security and consistency. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(tags): Duplicate system tags wedge GitHub tagging with MultipleObjectsReturned | khvn26 | L | No | 6.1h | 0.1h | Jul 15, 2026 |
SummaryBug FixFix duplicate system tags causing MultipleObjectsReturned Ensures unique system tags, preventing duplicate creation and errors in GitHub integration, improving data integrity and reliability. Health Assessment
Large
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Python, Yaml
Frameworks:
Django
|
||||||
| feat(onboarding): "next quest" cards | talissoncosta | L | No | 315.0h | 171.2h | Jul 15, 2026 |
SummaryFeatureAdd actionable onboarding quest cards Introduces interactive onboarding cards that guide users to flag configuration pages, streamlining the onboarding experience and reducing friction. Health Assessment
Large
Medium
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(organisations): Enforce seat limit against licence-derived metadata | matthewelwell | M | No | 1.0h | 1.0h | Jul 15, 2026 |
SummaryBug FixEnforce seat limit using licence metadata Ensures licence-only Enterprise organisations enforce correct seat limits, preventing invite failures. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| chore(main): release 2.253.0 | flagsmith-engineering | M | No | 212.4h | 212.4h | Jul 15, 2026 |
SummaryChoreRelease Flagsmith v2.253.0 Deploys a new version with bug fixes, feature updates, and dependency upgrades, ensuring stability and new capabilities for users. Health Assessment
Small
Low
High
AI Details
Confidence:
0.95
Tech Stack |
||||||
| deps(api): update dependency flagsmith-common to >=3.12.0,<4 | flagsmith-engineering | M | No | 15.3h | 0.0h | Jul 15, 2026 |
SummaryChoreUpdate flagsmith-common dependency to 3.12 This PR updates the flagsmith-common library to a newer version, ensuring compatibility and security fixes for the API service. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| docs: add Experimentation guides | Zaimwa9 | XL | No | 46.1h | 0.1h | Jul 15, 2026 |
SummaryDocsAdd Experimentation guides to documentation Provides comprehensive end‑to‑end documentation for the new Experimentation feature, enabling users to set up, run, and analyze experiments, improving adoption and reducing support queries. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack |
||||||
| deps(MCP): Bump flagsmith-common to 3.12, pyfakefs to 6 | khvn26 | M | No | 0.1h | 0.1h | Jul 14, 2026 |
SummaryChoreBump flagsmith-common to 3.12, pyfakefs to 6 Update dependencies and adjust telemetry code to support new protocol, ensuring compatibility and CI stability. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| feat(experiments): wizard UX improvements | Zaimwa9 | L | No | 106.0h | 0.1h | Jul 14, 2026 |
SummaryFeatureImprove experiment wizard UX Enhances experiment creation wizard with even variant distribution, better user metrics, unified refresh, and improved messaging, improving user experience and reducing confusion. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| deps(api): update dependency flagsmith-private to >=0.11.0,<1 | flagsmith-engineering | XS | No | 0.3h | 0.0h | Jul 14, 2026 |
SummaryChoreUpdate flagsmith-private dependency to >=0.11.0,<1 Bumps the flagsmith-private library to the latest compatible version, ensuring API stability and security updates. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| ci(Renovate): Eagerly bump flagsmith-common and flagsmith-private | khvn26 | XS | No | 0.0h | 0.0h | Jul 14, 2026 |
SummaryCI/CDEagerly bump flagsmith-common and flagsmith-private Enables automatic non-security updates for internal packages, ensuring timely dependency upgrades. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack |
||||||
| fix(webhooks): accept 2xx status codes in webhook test endpoint | Marnie0415 | M | No | 66.6h | 0.0h | Jul 14, 2026 |
SummaryBug FixFix webhook test to accept 2xx responses The webhook test endpoint now treats any 2xx status code as successful, improving accuracy for webhook integrations. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(dark mode): move colour and shadow utilities from Bootstrap to tokens | talissoncosta | M | No | 95.4h | 1.9h | Jul 14, 2026 |
SummaryBug FixMove color and shadow utilities to design tokens Aligns dark mode styling with design system, improving consistency and accessibility. Health Assessment
Medium
Medium
High
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| fix(experimentation): poll warehouse status for created connections | Zaimwa9 | S | No | 4.7h | 1.8h | Jul 14, 2026 |
SummaryBug FixFix warehouse polling for created connections Warehouse tab now polls the test-connection endpoint for created connections, enabling automatic connection status updates without manual click. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| feat: add unique analytics IDs to experiment, metric, and warehouse buttons | Zaimwa9 | M | No | 20.7h | 0.3h | Jul 14, 2026 |
SummaryFeatureAdd unique analytics IDs to UI buttons Adds unique IDs to buttons to enable Amplitude autocapture to differentiate elements, improving analytics accuracy. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(API): Nested viewsets expose data across projects and organisations | khvn26 | M | No | 173.2h | 0.1h | Jul 13, 2026 |
SummaryBug FixFix API data exposure across projects Removes security vulnerabilities by scoping viewsets to correct project and organization contexts, preventing unauthorized data access. Health Assessment
Medium
High
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| chore: Track flagsmith-nodejs-sdk 9.0.0 | github-actions | XS | No | 121.9h | 121.9h | Jul 13, 2026 |
SummaryChoreTrack flagsmith-nodejs-sdk 9.0.0 Adds SDK version 9.0.0 to the known SDK list, enabling analytics tracking for the new nodejs client. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Python
|
||||||
| docs: update links for local evaluation and edge proxy docs | nattiechan | M | No | 128.4h | 0.1h | Jul 13, 2026 |
SummaryDocsUpdate documentation links for local evaluation and edge proxy Improves clarity and navigation for users by updating links in documentation, reducing confusion and support overhead. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix: return 400 when environment is null in featurestate update | mangodxd | S | No | 145.2h | 145.1h | Jul 13, 2026 |
SummaryBug FixReturn 400 for null environment in featurestate update This change prevents a server error when a null environment is supplied, ensuring the API returns a clear 400 error and maintaining service reliability. It improves client experience by providing immediate feedback on invalid input. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(Experiments): Dark mode visibility in results page | Zaimwa9 | S | No | 70.1h | 1.5h | Jul 13, 2026 |
SummaryBug FixFix dark mode visibility on experiment results page Improves readability and usability of experiment results in dark mode, ensuring users can accurately interpret data. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(nav): stop project navbar items clipping off-screen | kyle-ssg | M | No | 114.4h | 0.1h | Jul 13, 2026 |
SummaryBug FixFix navbar overflow clipping Corrects navbar overflow logic to prevent items from clipping off-screen, improving UI reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| deps(api): update dependency django to v5.2.16 [security] | flagsmith-engineering | XS | No | 7.5h | 7.5h | Jul 11, 2026 |
SummaryChoreUpdate Django dependency to v5.2.16 for security This PR updates Django to address multiple CVEs, ensuring the application remains secure against known vulnerabilities. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| fix(dark mode): resolve .text-secondary to the token, not Bootstrap | talissoncosta | S | No | 0.2h | 0.2h | Jul 10, 2026 |
SummaryBug FixFix dark mode text color cascade Ensures muted text meets accessibility standards by using design‑system token instead of Bootstrap’s yellow, improving readability on light backgrounds. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(API): Bundle the Core API OpenAPI schema | khvn26 | XL | No | 23.3h | 0.2h | Jul 08, 2026 |
SummaryFeatureBundle Core API OpenAPI schema Provides a version‑controlled OpenAPI schema for the Flagsmith management API, enabling offline and air‑gapped deployments and simplifying API documentation. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| chore: Track flagsmith-nodejs-sdk 8.1.2 | github-actions | XS | No | 6.7h | 6.6h | Jul 08, 2026 |
SummaryChoreTrack flagsmith-nodejs-sdk 8.1.2 Adds SDK version 8.1.2 to the known SDK list, ensuring compatibility checks and analytics tracking for the Flagsmith platform. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(LaunchDarkly): Import processing not idempotent for completed requests | zain-asif-dev | S | No | 42.6h | 0.0h | Jul 08, 2026 |
SummaryBug FixMake LaunchDarkly import processing idempotent Ensures reprocessing of completed LaunchDarkly import requests no longer crashes, improving reliability and reducing duplicate task failures. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| fix(Segment Membership): Enabled for different organisations in backend and frontend | khvn26 | S | No | 0.4h | 0.1h | Jul 08, 2026 |
SummaryBug FixFix segment membership mismatch across backend and frontend Aligns frontend UI availability with backend feature flag, ensuring consistent behavior for organizations. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Python, Typescript
|
||||||
| fix: make Headway bell icon clickable | kyle-ssg | S | No | 163.4h | 1.7h | Jul 08, 2026 |
SummaryBug FixFix Headway bell icon clickable Ensures the Headway bell icon triggers the Headway.show() function by adding an onClick handler and preventing event bubbling. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix: add navigation to identity page from segment members list | kyle-ssg | S | No | 163.1h | 1.4h | Jul 08, 2026 |
SummaryBug FixAdd navigation to identity page from segment list Users can now navigate from segment member rows to identity detail pages, improving workflow. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat: Adopt the flagsmith entrypoint | khvn26 | M | No | 178.2h | 8.1h | Jul 06, 2026 |
SummaryFeatureAdopt flagsmith CLI entrypoint for container startup Simplifies container startup by replacing custom scripts with the flagsmith CLI, improving reliability and reducing maintenance overhead for deployments. Health Assessment
Medium
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Python, Shell
|
||||||
| chore(main): release 2.252.0 | flagsmith-engineering | S | No | 49.2h | 49.2h | Jul 03, 2026 |
SummaryChoreRelease Flagsmith version 2.252.0 Publishes a new release, updating changelog and version metadata. Health Assessment
Small
Low
Medium
AI DetailsTech Stack |
||||||
| fix(Segment Membership): Stagger the recurring count refresh fan-out | khvn26 | M | No | 18.5h | 0.5h | Jul 03, 2026 |
SummaryBug FixStagger segment count refresh to avoid ClickHouse overload This PR adjusts the segment membership count refresh logic to stagger requests across projects, preventing simultaneous heavy queries that could exhaust ClickHouse memory and cause unrelated query failures, improving system stability. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
AI Assisted
Category:
Both AI
Tools:
Claude, CodeRabbit
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(Segment Membership): Percent sign in regex condition crashes segment count refresh | khvn26 | M | No | 0.7h | 0.4h | Jul 02, 2026 |
SummaryBug FixFix regex percent crash in segment count Prevents crashes when segment regex contains percent signs, improving reliability of segment count refresh. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Python
|
||||||
| feat: improve experiment recommendation and disable Snowflake warehouse | Zaimwa9 | M | No | 2.6h | 2.3h | Jul 02, 2026 |
SummaryFeatureImprove experiment recommendation and disable Snowflake warehouse Enhances experiment recommendation visibility and disables Snowflake warehouse card with a Coming Soon badge, improving user experience and aligning UI consistency. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(Segment Membership): Oversized numeric traits fail identity seeding | khvn26 | M | No | 0.5h | 0.4h | Jul 02, 2026 |
SummaryBug FixFix oversized numeric traits in segment membership Corrects integer overflow when seeding identities, ensuring traits outside Int64 range are stored as strings to prevent data corruption. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(usage): Send raw licence signature bytes in Control Plane auth token | germangarces | S | No | 5.0h | 3.1h | Jul 02, 2026 |
SummaryBug FixFix usage auth token encoding Corrects double-encoded licence signature in usage push auth token, enabling Control Plane to accept pushes. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Python
|
||||||
| deps(api): Bump flagsmith-sql-flag-engine to 0.1.3 | khvn26 | XS | No | 0.4h | 0.4h | Jul 01, 2026 |
SummaryChoreBump flagsmith-sql-flag-engine to 0.1.3 Updates the flagsmith-sql-flag-engine dependency to address a bug in percentage split logic, improving segment accuracy. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| feat(Segment Membership): Recount after identity delete | khvn26 | L | No | 1.1h | 0.3h | Jul 01, 2026 |
SummaryFeatureRecount segment membership after identity delete Triggers segment count refresh when an identity is deleted, ensuring accurate segment membership counts for users. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| feat(Flagsmith-on-Flagsmith): Send organisation trait to Flagsmith on identify | khvn26 | XS | No | 0.6h | 0.3h | Jul 01, 2026 |
SummaryFeatureAdd organisation traits to Flagsmith identify Enables precise targeting of users by organization, improving segmentation accuracy and reducing false positives. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(experimentation): rebuild environment document on rollout change | Zaimwa9 | M | No | 4.2h | 4.0h | Jul 01, 2026 |
SummaryBug FixRebuild environment document on rollout change Ensures Edge/DynamoDB environment documents stay up-to-date after experiment rollout changes, preventing stale data from being served. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| feat(code-references): prompt users to add required integrations | afsuyadi | S | No | 223.4h | 223.4h | Jul 01, 2026 |
SummaryFeatureAdd integration prompt for code references Adds a prompt to guide users to integrate GitHub or GitLab when no code references are available, improving onboarding and reducing confusion. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(onboarding): connection terminal and flags table | talissoncosta | XL | No | 192.2h | 50.6h | Jul 01, 2026 |
SummaryFeatureAdd onboarding terminal and flags table Introduces a single‑page onboarding flow that displays a real SDK console and flags table, improving first‑time user experience and reducing onboarding friction. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| docs(integrations): Split Grafana and Prometheus integration pages | matthewelwell | M | No | 15.8h | 15.5h | Jul 01, 2026 |
SummaryDocsSplit Grafana and Prometheus integration pages Separates Prometheus guidance from Grafana page for better user navigation. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| chore(main): release 2.251.0 | flagsmith-engineering | S | No | 22.5h | 22.5h | Jul 01, 2026 |
SummaryChoreRelease Flagsmith v2.251.0 This release introduces new features, bug fixes, and performance improvements for Flagsmith, enhancing stability and functionality for users. Health Assessment
Small
Low
Medium
AI DetailsTech Stack |
||||||
| perf(Segment Membership): Members list improvements | khvn26 | M | No | 0.4h | 0.2h | Jul 01, 2026 |
SummaryRefactorImprove Segment Membership Query Performance Optimizes member list retrieval by removing FINAL keyword, deduplicating identifiers, and filtering out deleted identities, reducing latency and data transfer. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| feat: Use new segment members api | kyle-ssg | L | No | 163.9h | 4.5h | Jul 01, 2026 |
SummaryFeatureAdd new segment members API integration Adds frontend support for the new segment members API, enabling users to view and manage segment members more efficiently. Health Assessment
Large
High
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(usage): push hourly usage snapshots to Control Plane | germangarces | XL | No | 289.6h | 248.2h | Jul 01, 2026 |
SummaryFeaturePush hourly usage snapshots to Control Plane Automates hourly reporting of usage data to the Control Plane, improving billing accuracy and monitoring for licensed organisations. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| feat(MCP): Set up Sentry error reporting | emyller | M | No | 117.9h | 11.2h | Jun 30, 2026 |
SummaryFeatureAdd Sentry error reporting to MCP server Enables centralized error monitoring for the MCP service, improving incident response and reliability. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: gate experiment freeze behind feature flag and unblock inputs during loading | Zaimwa9 | M | No | 0.2h | 0.1h | Jun 30, 2026 |
SummaryBug FixFix experiment freeze behind feature flag Fixes input freezing during experiment loading, ensuring users can interact with feature settings immediately. Improves reliability of feature flag experiments. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(Segment Membership): Seed identities on Beta opt-in | khvn26 | XL | No | 70.8h | 1.1h | Jun 30, 2026 |
SummaryFeatureSeed identities per org on Beta opt‑in Enables on‑demand seeding of segment membership identities for new organisations opting into Beta, improving data freshness and reducing load on production systems. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||