CircleCI-Archived / visual-config-editor

Generate your CircleCI configuration files by building a visual map of your project's workflows.
https://circle.ci/visual-config-editor
Apache License 2.0
74 stars 17 forks source link

Bug: Using CircleCI Go Orb only loads 4 of 6 commands in VCE UI #292

Open adamdmharvey opened 2 years ago

adamdmharvey commented 2 years ago

Is there an existing issue for this?

Current behavior

When loading the CircleCI-provided public Go orb, it can load, but not all of the commands are visible.

If I look at the orb right now, it has six (6) commands available:

https://circleci.com/developer/orbs/orb/circleci/go

image

But when I load it (successfully) in the VCE, it shows only four (4) commands available:

image

There are no errors in the JavaScript console that I can see.

Minimum reproduction code

n/a

Steps to reproduce

  1. Load the VCE at https://circleci-public.github.io/visual-config-editor/
  2. Add the Go orb
  3. Click the Go orb and identify that only four (4) commands are provided

Expected behavior

I would expect all six (6) available commands in the CircleCI Go orb to be visible in the VCE.

CircleCI Config SDK version

Latest https://circleci-public.github.io/visual-config-editor/

Node.js version

Latest https://circleci-public.github.io/visual-config-editor/

In which operating systems have you tested?

Other

No response

adamdmharvey commented 2 years ago

Wonder if the inclusion of single quotes in the string of the mod-download command is somehow choking something? (but being trapped; as it's not in the console output that I can see)

Jaryt commented 2 years ago

Wonder if the inclusion of single quotes in the string of the mod-download command is somehow choking something? (but being trapped; as it's not in the console output that I can see)

I've seen this behavior with executors for the cypress orb. Will need some investigation to see if this is from the VCEs end or something going wrong with the temporary manifest endpoint we have set up. 👍