Skip to content
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
gtmq_spec_c34f02_1759341327102-12ecd41b-0792-4c5f-8945-8fe4cafb52c4
Closed

[Graphite MQ] Draft PR GROUP:spec_c34f02 (PRs 1324)#1326
graphite-app[bot] wants to merge 1 commit intomainfrom
gtmq_spec_c34f02_1759341327102-12ecd41b-0792-4c5f-8945-8fe4cafb52c4

Conversation

@graphite-app
Copy link
Copy Markdown

@graphite-app graphite-app bot commented Oct 1, 2025

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:

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.
@vercel
Copy link
Copy Markdown

vercel bot commented Oct 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rivetkit-serverless Ready Ready Preview Comment Oct 1, 2025 5:56pm

@graphite-app graphite-app bot closed this Oct 1, 2025
@graphite-app graphite-app bot deleted the gtmq_spec_c34f02_1759341327102-12ecd41b-0792-4c5f-8945-8fe4cafb52c4 branch October 1, 2025 17:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant