1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-17 13:46:47 +02:00
unleash.unleash/src/lib/db
Fredrik Strand Oseberg 30d8444c80
fix: refactor getProjectOverview store method (#4972)
This PR cleans up and refactors the feature-strategy-store method
getFeatureOverview to join on the new table and attempts to make the
function more readable by extracting some of the logic into separate
functions. Keeping the LastSeenMapper for now in case there is a reason
to use it for the other endpoints.
2023-10-10 07:34:21 +02:00
..
access-store.test.ts chore: Improve access service iter 2 (#4779) 2023-09-19 16:15:27 +02:00
access-store.ts chore: handle transactions already started at the controller layer (#4953) 2023-10-06 13:38:32 +02:00
account-store.ts fix: add confirmation to disable password login (#3829) 2023-05-23 15:56:34 +01:00
addon-store.ts OpenAPI: addon operations (#3421) 2023-04-18 10:50:34 +00:00
api-token-store.ts chore: handle transactions already started at the controller layer (#4953) 2023-10-06 13:38:32 +02:00
client-applications-store.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
client-instance-store.ts Remove timeout from store (#3018) 2023-01-30 12:01:44 +01:00
client-metrics-store-v2.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
context-field-store.ts chore: remove context/segment usage flag (#4242) 2023-07-14 13:30:15 +03:00
db-pool.ts
db.ts
environment-store.ts feat: add max order to environments (#3988) 2023-06-15 12:21:35 +03:00
event-store.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
event-store.ts fix: Add condition for getting max revision id from store (#4549) 2023-09-29 12:59:28 +00:00
favorite-features-store.ts
favorite-projects-store.ts
feature-environment-store.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
feature-strategy-store.test.ts feat: incrementing sort order for strategies (#4343) 2023-07-26 11:31:26 +02:00
feature-strategy-store.ts fix: refactor getProjectOverview store method (#4972) 2023-10-10 07:34:21 +02:00
feature-tag-store.ts fix: fix bulk removal of tags (#3651) 2023-04-28 14:49:34 +03:00
feature-toggle-client-store.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
feature-toggle-store.ts Fix/last seen at by environment (#4939) 2023-10-09 10:54:00 +02:00
feature-type-store.ts feat(#4205): implement configurable lifetimes (#4263) 2023-07-18 09:26:32 +00:00
group-store.ts fix: only delete SSO-synced group membership where membership was added by SSO sync (#4929) 2023-10-05 13:22:46 +02:00
index.ts Fix/last seen at by environment (#4939) 2023-10-09 10:54:00 +02:00
pat-store.ts
project-stats-store.ts feat: DORA metrics lead time to production (#4589) 2023-08-30 14:39:43 +02:00
project-store.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
public-signup-token-store.ts
reset-token-store.ts
role-store.ts feat: add prom metric for total custom root roles in use (#4438) 2023-08-08 08:14:40 +01:00
segment-store.test.ts ux: return better error message if a segment doesn't exist (#4122) 2023-06-30 09:02:24 +00:00
segment-store.ts feat: client api with proper client segments and strategy variants (#4244) 2023-07-14 13:25:31 +02:00
session-store.ts
setting-store.ts
strategy-store.ts feat: add title to strategy (#3510) 2023-04-18 08:59:02 +02:00
tag-store.ts
tag-type-store.ts
transaction.ts chore: Improve UI Config type (#4959) 2023-10-06 16:31:39 +02:00
user-feedback-store.ts
user-splash-store.ts
user-store.ts feat: Add active users statistics to metrics (#4674) 2023-09-18 15:05:17 +02:00