Skip to content

fix: git actions misc#92

Merged
tspicer merged 3 commits into
mainfrom
fix-git-actions-misc
Jun 28, 2026
Merged

fix: git actions misc#92
tspicer merged 3 commits into
mainfrom
fix-git-actions-misc

Conversation

@tspicer

@tspicer tspicer commented Jun 28, 2026

Copy link
Copy Markdown
Member

No description provided.

@tspicer tspicer changed the title Fix git actions misc fixgit actions misc Jun 28, 2026
@tspicer tspicer changed the title fixgit actions misc fix: git actions misc Jun 28, 2026
@tspicer tspicer merged commit 779c32a into main Jun 28, 2026
10 of 12 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5b8f3d6210

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docker-compose.yaml
volumes:
downloads: {}
shared-execution-data:
external: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove external volume requirement from default Compose

When users follow the documented docker compose up -d path on a fresh host or CI runner where shared-execution-data has not already been created, this default compose file now aborts before starting the server. Docker Compose documents external: true as meaning the volume already exists, Compose does not create it, and it returns an error if the volume is missing; the previous managed named volume was auto-created. Keep the default volume managed by Compose, or move this shared external volume into an opt-in override/deployment file.

Useful? React with 👍 / 👎.

Comment on lines +8 to +9
"conversions": "Conversions",
"campaign-conversion-tracking": "CampaignConversionTracking",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point new conversion aliases at real resource stems

When AMAZON_AD_API_PACKAGES includes either of these newly added aliases, _load_package_allowlist resolves them directly to Conversions / CampaignConversionTracking, but the mount loop only matches actual JSON stems and a repo-wide check of openapi/resources plus dist/openapi/resources finds no corresponding Conversions.json or CampaignConversionTracking.json files (only AmazonDSPConversions.json). With just these requested packages the allowlist is non-empty while no matching spec is mounted, so the advertised packages expose no tools; map the aliases to existing stems or add the missing specs.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant