1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/features
unleash-bot[bot] fa7857dff1
chore(AI): debugEtag flag cleanup (#10558)
This PR cleans up the debugEtag flag. These changes were automatically
generated by AI and should be reviewed carefully.

Fixes #10557

## 🧹 AI Flag Cleanup Summary
This removes the `debugEtag` feature flag from the codebase. This flag
was used
to enable additional logging for debugging ETag generation for the
client
features endpoint.
### 🚮 Removed
- **Flag Definition**
- The `debugEtag` flag from the `IFlagKey` type in
`src/lib/types/experimental.ts`.
- **Conditional Logging**
- Removed logging statements guarded by the `debugEtag` flag in
`client-feature-toggle.controller.ts` and
`configuration-revision-service.ts`.
### 🛠 Kept
- **Default Behavior**
- The existing code paths for when the flag was disabled, which is now
the
only behavior.
### 📝 Why
The `debugEtag` flag was marked as completed with the outcome
"discarded". The
debugging functionality it provided is no longer needed. This change
removes the
dead code associated with the flag, simplifying the codebase.

Co-authored-by: unleash-bot <194219037+unleash-bot[bot]@users.noreply.github.com>
2025-08-28 07:54:38 -03:00
..
access feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
api-tokens feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
change-request-access-service feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
change-request-segment-usage-service chore: prepare to remove default env (#10087) 2025-06-06 09:20:16 +02:00
client-feature-toggles chore(AI): debugEtag flag cleanup (#10558) 2025-08-28 07:54:38 -03:00
context Chore(1-3753)!: block deletion of context fields in use (#10005) 2025-05-19 13:02:01 +02:00
dependent-features chore!: remove deprecated default env from new installs (#10080) 2025-06-06 12:02:21 +02:00
environments chore!: remove deprecated default env from new installs (#10080) 2025-06-06 12:02:21 +02:00
events feat: support different etags per environment (#10512) 2025-08-22 10:35:17 -03:00
export-import-toggles chore: prepare to remove default env (#10087) 2025-06-06 09:20:16 +02:00
feature-lifecycle chore: don't fail if array is not ordered properly (#10391) 2025-07-22 14:30:56 +02:00
feature-links fix: feature link should return same id as it sends to db (#10553) 2025-08-28 11:43:46 +03:00
feature-naming-pattern task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
feature-search Feat: filter flags by "last seen at" (#10449) 2025-08-04 14:50:21 +02:00
feature-toggle chore(AI): debugEtag flag cleanup (#10558) 2025-08-28 07:54:38 -03:00
frontend-api fix: frontend API CORS (#10301) 2025-07-04 10:47:11 +02:00
group feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
instance-stats feat: ability to search events by type with pagination (#10217) 2025-06-26 14:42:29 +02:00
integration-events feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
maintenance task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
metrics chore: implement unknown flags UX feedback (#10519) 2025-08-22 14:04:01 +01:00
onboarding feat: ability to query users with pagination (#10130) 2025-06-12 17:43:22 +02:00
personal-dashboard feat: ability to search events by type with pagination (#10217) 2025-06-26 14:42:29 +02:00
playground chore!: remove deprecated default env from new installs (#10080) 2025-06-06 12:02:21 +02:00
private-project fix: private projects visibility for users in editor and admin groups (#10265) 2025-07-01 17:16:52 +01:00
productivity-report fix: health-technical debt trends in emails (#10308) 2025-07-04 16:46:59 +02:00
project fix: health to technical debt on projects list (#10485) 2025-08-11 11:45:27 +02:00
project-environments chore: remove unused method (#10335) 2025-07-10 12:07:36 +02:00
project-insights feat: update backend to include technicalDebt field (#10088) 2025-06-06 16:27:41 +02:00
project-status feat: ability to search events by type with pagination (#10217) 2025-06-26 14:42:29 +02:00
release-plans feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
scheduler chore: clear unknown flags every 24h instead of every 7d (#10446) 2025-07-31 11:22:40 +01:00
segment chore!: remove deprecated default env from new installs (#10080) 2025-06-06 12:02:21 +02:00
tag-type chore!: remove deprecated POST events search endpoint (#10030) 2025-05-27 09:12:36 +01:00
traffic-data-usage feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
ui-observability-controller feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
unique-connection feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
user-subscriptions feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
users fix: make user creation transactional (#10327) 2025-07-08 10:17:16 +00:00
index.ts chore: expose impact register (#10329) 2025-07-08 13:13:09 +02:00