Conversation
|
This PR will trigger a patch release when merged. |
| const DEFAULT_EXPERIMENT_PLATFORMS = ['chatgpt_free', 'perplexity']; | ||
| const PRE_PHASE_CRON_EXPRESSION = '0 * * * *'; | ||
| const POST_PHASE_CRON_EXPRESSION = '0 0 * * *'; | ||
| const PRE_PHASE_EXPIRY_MS = 10 * 60 * 60 * 1000; // 10 hours |
There was a problem hiding this comment.
14 hours - to make sure we have 14 runs each for pre and post phase.
| submitScrapeJob(params: ScrapeJobParams): Promise<DrsJobResult>; | ||
| lookupScrapeResults(params: ScrapeLookupParams): Promise<ScrapeLookupResponse | null>; | ||
| triggerBrandDetection(siteId: string, options?: BrandDetectionOptions): Promise<Record<string, unknown> | null>; | ||
| submitExperiment(params: SubmitExperimentParams): Promise<ExperimentSubmitResult>; |
There was a problem hiding this comment.
submitExperiment and getExperimentStatus are not required now
|
|
||
| /** | ||
| * Creates an experiment schedule in DRS and optionally triggers it immediately. | ||
| * Uses the schedules API instead of legacy experiments API. |
There was a problem hiding this comment.
there is no legacy experiments API
| throw new Error('scheduleId is required'); | ||
| } | ||
|
|
||
| this.log.info('Getting DRS schedule status', { siteId, scheduleId }); |
There was a problem hiding this comment.
this also requires ?include_jobs=true query param
| default: 0, | ||
| validate: (value) => isInteger(value) && value >= 0, | ||
| }) | ||
| .addAttribute('baselineDate', { |
There was a problem hiding this comment.
startTime is more standard term.
Pre period is before startTime and post period is after startTime
| getSuggestionIds(): string[]; | ||
| getName(): string; | ||
| getPromptsCount(): number; | ||
| getBaselineDate(): string | undefined; |
| setSuggestionIds(suggestionIds: string[]): GeoExperiment; | ||
| setName(name: string): GeoExperiment; | ||
| setPromptsCount(promptsCount: number): GeoExperiment; | ||
| setBaselineDate(baselineDate?: string): GeoExperiment; |
Kodiak: Security Findings SummaryNo new findings introduced in this PRHigh priority issues identified within this repository
|
| Code Path | Lines | Dashboard (Needs VPN) | Direct Dependency | CVE Advisory Info |
|---|---|---|---|---|
| package-lock.json | 1 | Manage finding | False | CVE-2026-25896: GHSA, NVD |
Quick links: Dashboard Branch Violation Page, Dashboard Home, How does Kodiak track findings and violations?
This kodiak comment is based on the following commits
Note: This comment will be updated as new commits are pushed to the branch. If finding status changes a new comment will be published. For questions and answers please review Kodiak FAQ or reach out to #kodiak-support on Slack.
Have any feedback for us? Kodiak is always looking to improve our user experience - Let us know how we're doing!
| getStatus(): string; | ||
| getSuggestionIds(): string[]; | ||
| getName(): string; | ||
| getPromptsCount(): number; |
There was a problem hiding this comment.
getPromptsLocation() is missing
## [@adobe/spacecat-shared-data-access-v3.37.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v3.36.1...@adobe/spacecat-shared-data-access-v3.37.0) (2026-04-01) ### Features * experimentation engine ([#1446](#1446)) ([44bff63](44bff63))
|
🎉 This PR is included in version @adobe/spacecat-shared-data-access-v3.37.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [@adobe/spacecat-shared-drs-client-v1.4.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-drs-client-v1.3.1...@adobe/spacecat-shared-drs-client-v1.4.0) (2026-04-01) ### Features * experimentation engine ([#1446](#1446)) ([44bff63](44bff63))
|
🎉 This PR is included in version @adobe/spacecat-shared-drs-client-v1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@adobe/spacecat-shared-tokowaka-client-v1.13.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-tokowaka-client-v1.12.3...@adobe/spacecat-shared-tokowaka-client-v1.13.0) (2026-04-01) ### Features * experimentation engine ([#1446](#1446)) ([44bff63](44bff63))
|
🎉 This PR is included in version @adobe/spacecat-shared-tokowaka-client-v1.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Please ensure your pull request adheres to the following guidelines:
Related Issues
Thanks for contributing!