1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-17 13:46:47 +02:00
unleash.unleash/src/lib/openapi/spec
Nuno Góis 7a3a5ad33c
chore: event timeline tooltips (#8205)
https://linear.app/unleash/issue/2-2664/implement-event-tooltips

Implements event tooltips in the new event timeline.

This leverages our current `feature-event-formatter-md` to provide both
a label and a summary of the event. Whenever our new `eventTimeline`
flag is enabled, we enrich our events in our event search endpoint with
this information. We've discussed different options here and reached the
conclusion that this is the best path forward for now. This way we are
being consistent, DRY, relatively performant and it also gives us a
happy path forward if we decide to scope in the event log revamp, since
this data will already be present there.

We also added a new `label` property to each of our event types
currently in our event formatter. This way we can have a concise,
human-readable name for each event type, instead of exposing the
internal event type string.

~~We also fixed the way the event formatter handled bold text (as in,
**bold**). Before, it was wrapping them in *single asterisks*, but now
we're using **double asterisks**. We also abstracted this away into a
helper method aptly named `bold`. Of course, this change meant that a
bunch of snapshots and tests needed to be updated.~~

~~This new `bold` method also makes it super easy to revert this
decision if we choose to, for any reason. However I believe we should
stick with markdown formatting, since it is the most commonly supported
formatting syntax, so I see this as an important fix. It's also in the
name of the formatter (`md`). I also believe bold was the original
intent. If we want italic formatting we should implement it separately
at a later point.~~

Edit: It was _bold_ of me to assume this would work out of the box on
Slack. It does when you manually try it on the app, but not when using
the Slack client. See: https://github.com/Unleash/unleash/pull/8222


![image](https://github.com/user-attachments/assets/31eb6296-5d4b-4400-8db0-5eb7437dd2ff)


![image](https://github.com/user-attachments/assets/ac177415-78da-4c4b-864b-0c7a1668f6b5)
2024-09-24 08:45:08 +01:00
..
__snapshots__ feat: add schema for change request strategies (#5578) 2023-12-11 11:01:47 +00:00
addon-create-update-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
addon-parameter-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
addon-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
addon-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
addon-type-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
addons-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
addons-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
admin-count-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
admin-features-query-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
admin-features-query-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
admin-segment-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
admin-segment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
advanced-playground-environment-feature-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
advanced-playground-feature-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
advanced-playground-request-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
advanced-playground-response-schema.ts feat: playground api returns removed context values under a new warnings property (#6784) 2024-04-08 08:47:22 +02:00
api-token-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
api-token-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
api-tokens-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application-environment-instances-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application-environment-issues-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application-overview-environment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application-overview-issues-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application-overview-schema.test.ts feat: application environment level warnings (#6407) 2024-03-01 14:09:55 +02:00
application-overview-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application-usage-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
applications-query-parameters.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
applications-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
archived-feature-schema.ts fix: split features schema into archived and project features (#7973) 2024-08-23 12:59:39 +02:00
archived-features-schema.ts chore: update Frontend schema (#8037) 2024-09-02 14:41:17 +02:00
base-pagination-parameters.ts chore: integration events API (#7639) 2024-07-23 10:09:19 +01:00
batch-features-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
batch-stale-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
bulk-metrics-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
bulk-registration-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
bulk-toggle-features-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
change-password-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
change-password-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-application-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-application-schema.ts feat: extended SDK metrics (#7527) 2024-07-04 08:51:27 +02:00
client-feature-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
client-features-query-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-features-query-schema.ts chore: mark deprecations with version (#7218) 2024-05-30 13:49:39 +02:00
client-features-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-features-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
client-metrics-env-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-metrics-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
client-metrics-schema.ts feat: extended SDK metrics (#7527) 2024-07-04 08:51:27 +02:00
client-segment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
clone-feature-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
constraint-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
constraint-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
context-field-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
context-field-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
context-field-strategies-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
context-fields-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-api-token-schema.ts chore: mark deprecations with version (#7218) 2024-05-30 13:49:39 +02:00
create-application-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-context-field-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-dependent-feature-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-feature-naming-pattern-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-feature-schema.test.ts feat: tag feature on creation (#7664) 2024-07-25 13:36:28 +03:00
create-feature-schema.ts fix: feature type is now validated (#7769) 2024-08-06 12:27:20 +03:00
create-feature-strategy-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-group-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-invited-user-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-pat-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-strategy-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-strategy-variant-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
create-tag-schema.test.ts fix: disallow invalid tag values (#7268) 2024-06-05 08:31:30 +02:00
create-tag-schema.ts fix: disallow invalid tag values (#7268) 2024-06-05 08:31:30 +02:00
create-user-response-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
create-user-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
date-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
dependencies-exist-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
dependent-feature-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
deprecated-project-overview-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
deprecated-project-overview-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
deprecated-search-events-schema.ts feat: new event search (#7708) 2024-08-02 10:56:42 +03:00
dora-features-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
edge-token-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
email-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
email-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
environment-project-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
environment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
environments-project-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
environments-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
event-creators-schema.ts feat: event creators (#7809) 2024-08-09 10:32:31 +03:00
event-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
event-schema.ts chore: event timeline tooltips (#8205) 2024-09-24 08:45:08 +01:00
event-search-query-parameters.ts refactor: rename createdAtFrom/To to from/to (#7773) 2024-08-06 15:02:44 +02:00
event-search-response-schema.ts feat: new event search (#7708) 2024-08-02 10:56:42 +03:00
events-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
events-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
export-query-parameters.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
export-query-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
export-query-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
export-result-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
export-result-schema.ts feat: tag feature on creation (#7664) 2024-07-25 13:36:28 +03:00
feature-dependencies-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-environment-metrics-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-environment-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-environment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-events-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-events-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
feature-lifecycle-completed-schema.test.ts feat: feature lifecycle completed schema (#7021) 2024-05-09 09:51:44 +03:00
feature-lifecycle-completed-schema.ts feat: feature lifecycle completed schema (#7021) 2024-05-09 09:51:44 +03:00
feature-lifecycle-schema.ts feat: kept and discarded read model (#7045) 2024-05-13 14:24:31 +02:00
feature-metrics-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-metrics-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-schema.ts feat: add collaborators to feature schema (#7821) 2024-08-09 11:18:37 +02:00
feature-search-environment-schema.ts feat: Lifecycle in project overview (#7024) 2024-05-09 13:38:18 +02:00
feature-search-query-parameters.ts fix: support search for tags that has colon inside (#7998) 2024-08-28 11:33:51 +03:00
feature-search-response-schema.ts feat: command menu items can have description as tooltip now (#7455) 2024-06-26 12:39:53 +03:00
feature-strategy-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-strategy-segment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-tag-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-type-count-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-type-count-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-type-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-type-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
feature-types-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
feature-usage-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-usage-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
feature-variants-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
feedback-create-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feedback-response-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feedback-update-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
frontend-api-client-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
frontend-api-feature-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
frontend-api-features-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
group-schema.ts chore: SCIM guard for groups (#6845) 2024-04-12 10:01:57 +01:00
group-user-model-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
groups-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
groups-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
health-check-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
health-overview-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
health-report-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
id-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ids-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
import-toggles-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
import-toggles-validate-item-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
import-toggles-validate-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
inactive-user-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
inactive-users-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
index.ts feat: personal dashboard api (#8218) 2024-09-23 15:47:19 +02:00
instance-admin-stats-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
instance-admin-stats-schema.ts feat: add remaining resource usage to instance stats (#7958) 2024-08-22 13:09:26 +02:00
integration-event-schema.ts chore: integration events API (#7639) 2024-07-23 10:09:19 +01:00
integration-events-schema.ts chore: integration events API (#7639) 2024-07-23 10:09:19 +01:00
legal-value-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
login-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
maintenance-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
me-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
me-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
name-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
outdated-sdks-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
override-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
parameters-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
parent-feature-options-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
parent-variant-options-schema.ts feat: List possible parent variants (#6733) 2024-03-28 16:53:30 +01:00
password-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
pat-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
patch-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
patches-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
pats-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
permission-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
personal-dashboard-schema.ts feat: Personal flags UI component (#8221) 2024-09-24 08:42:49 +02:00
playground-constraint-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
playground-feature-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
playground-feature-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
playground-request-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
playground-request-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
playground-response-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
playground-response-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
playground-segment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
playground-strategy-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
profile-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
profile-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-application-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-application-sdk-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-applications-query-parameters.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-applications-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-applications-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-dora-metrics-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
project-environment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-feature-environment-schema.ts fix: split features schema into archived and project features (#7973) 2024-08-23 12:59:39 +02:00
project-feature-schema.ts fix: split features schema into archived and project features (#7973) 2024-08-23 12:59:39 +02:00
project-features-schema.ts fix: split features schema into archived and project features (#7973) 2024-08-23 12:59:39 +02:00
project-flag-creators-schema.ts feat: project flag creators api (#7302) 2024-06-06 11:10:28 +02:00
project-insights-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
project-overview-schema.test.ts feat: start returning onboarding status with project overview (#8058) 2024-09-03 14:41:47 +03:00
project-overview-schema.ts feat: start returning onboarding status with project overview (#8058) 2024-09-03 14:41:47 +03:00
project-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project-schema.ts Feat: projects OpenAPI update (#8036) 2024-09-02 13:45:23 +02:00
project-stats-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
projects-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-signup-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-signup-token-create-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-signup-token-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-signup-token-update-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
public-signup-tokens-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
push-variants-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
record-ui-error-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
requests-per-second-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
requests-per-second-segmented-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
reset-password-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
resource-limits-schema.ts feat: constraints limit in a strategy (#7554) 2024-07-08 11:02:22 +02:00
role-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
role-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
roles-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
sdk-context-schema.test.ts Revert "fix: prevent non-string properties from being passed as context values" (#6702) 2024-03-26 16:18:35 +02:00
sdk-context-schema.ts Revert "fix: prevent non-string properties from being passed as context values" (#6702) 2024-03-26 16:18:35 +02:00
sdk-flat-context-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
search-features-schema.ts feat: search includes feature last seen data last hour (#6677) 2024-03-25 10:32:19 +02:00
segment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
segment-strategies-schema.test.ts feat: add schema for change request strategies (#5578) 2023-12-11 11:01:47 +00:00
segment-strategies-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
segments-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
segments-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
set-strategy-sort-order-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
set-strategy-sort-order-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
set-ui-config-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
sort-order-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
sort-order-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
splash-request-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
splash-response-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
strategies-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
strategy-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
strategy-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
strategy-variant-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tag-schema.ts fix: disallow invalid tag values (#7268) 2024-06-05 08:31:30 +02:00
tag-type-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tag-types-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tag-types-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tag-with-version-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tags-bulk-add-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tags-bulk-add-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tags-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
telemetry-settings-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
toggle-maintenance-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
token-string-list-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
token-user-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
token-user-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ui-config-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ui-config-schema.ts chore: extend uiConfig schema with new SSO variables (#7628) 2024-07-19 12:39:34 +00:00
update-api-token-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-context-field-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-feature-schema.ts fix: feature type is now validated (#7769) 2024-08-06 12:27:20 +03:00
update-feature-strategy-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-feature-strategy-segments-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-feature-strategy-segments-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-feature-type-lifetime-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
update-strategy-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-tag-type-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-tags-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-tags-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
update-user-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
upsert-segment-schema.test.ts feat: open-source segments 🚀 (#4690) 2023-09-19 11:24:26 +00:00
upsert-segment-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
user-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
user-schema.ts feat: add created by in search results (#7285) 2024-06-05 13:54:24 +02:00
users-groups-base-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
users-groups-base-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
users-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
users-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
users-search-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
users-search-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
validate-archive-features-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
validate-feature-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
validate-password-schema.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
validate-password-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
validate-tag-type-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
validated-edge-tokens-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
variant-flag-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
variant-schema.ts chore: rename toggle to flag #6 (#7122) 2024-05-23 11:32:11 +03:00
variants-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
version-schema.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00