This repository was archived by the owner on Oct 22, 2025. It is now read-only.
[Graphite MQ] Draft PR GROUP:spec_c34f02 (PRs 1324)#1326
Closed
graphite-app[bot] wants to merge 1 commit intomainfrom
Closed
[Graphite MQ] Draft PR GROUP:spec_c34f02 (PRs 1324)#1326graphite-app[bot] wants to merge 1 commit intomainfrom
graphite-app[bot] wants to merge 1 commit intomainfrom
Conversation
Fixes #1323 ### TL;DR Added `getOrCreateInspectorAccessToken` implementation to CloudflareActorsManagerDriver and exported the `generateRandomString` utility. ### What changed? - Implemented the `getOrCreateInspectorAccessToken` method in the CloudflareActorsManagerDriver class, which returns a randomly generated string - Imported `generateRandomString` in the manager-driver.ts file - Exported `generateRandomString` from the driver-helpers module - Changed the JSDoc annotation for `getOrCreateInspectorAccessToken` from `@internal` to `@experimental` ### How to test? 1. Verify that the CloudflareActorsManagerDriver correctly implements the ManagerDriver interface 2. Test that `getOrCreateInspectorAccessToken()` returns a random string when called 3. Confirm that `generateRandomString` can be imported from the driver-helpers module ### Why make this change? This change completes the implementation of the ManagerDriver interface in the CloudflareActorsManagerDriver class by adding the missing `getOrCreateInspectorAccessToken` method. The method is marked as experimental, indicating it's available for use but the API might change in future versions. Exporting the `generateRandomString` utility makes it available for other components that need to generate random strings.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This draft PR was created by the Graphite merge queue.
Trunk will be fast forwarded to the HEAD of this PR when CI passes, and the original PRs will be closed.
The following PRs are included in this draft PR: