- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1k
add information about dashboard configuration differences on deploys #10314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 🦋 Changeset detectedLatest commit: f87f4e2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
 Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR | 
| create-cloudflare
 @cloudflare/kv-asset-handler
 miniflare
 @cloudflare/pages-shared
 @cloudflare/unenv-preset
 @cloudflare/vite-plugin
 @cloudflare/vitest-pool-workers
 @cloudflare/workers-editor-shared
 wrangler
 commit:  | 
| lastComponent?: Result; | ||
| }; | ||
|  | ||
| // TODO: move this Diff Class to a shared location (since it is not Cloudchamber specific) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order not to introduce unnecessary diffs in this PR (and making it much more complex to review) I would move the diff class in a separate followup PR
be1a383    to
    9e6dc27      
    Compare
  
    9e6dc27    to
    abe4baa      
    Compare
  
    | } | ||
|  | ||
| async function getWorkerConfig( | ||
| // TODO: move this to a shared location | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like for Diff I'd prefer not to do such refactoring as part of this PR as that would significantly (and with little gain) increase the diffs people would need to review here, if it's ok I'll do it as a followup
| } | ||
| : {}), | ||
| tail_consumers: serviceEnvMetadata.script.tail_consumers, | ||
| tail_consumers: serviceEnvMetadata.script.tail_consumers ?? undefined, | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: I've added this because otherwise tail_consumers would default to null which would not match with the undefined default value we have in wrangler
77a17ed    to
    c4c8ff6      
    Compare
  
    Co-authored-by: Somhairle MacLeòid <smacleod@cloudflare.com>
Co-authored-by: Carmen Popoviciu <cpopoviciu@cloudflare.com>
Co-authored-by: Carmen Popoviciu <cpopoviciu@cloudflare.com>
c4c8ff6    to
    f87f4e2      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing work Dario! 🚀
Initial step for #10235
Before:

After:
