Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

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

Open
2 of 4 tasks
adamdmharvey opened this issue Sep 20, 2022 · 2 comments
Open
2 of 4 tasks
Labels
bug Something isn't working

Comments

@adamdmharvey
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

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?

  • macOS
  • Windows
  • Linux

Other

No response

@adamdmharvey adamdmharvey added the bug Something isn't working label Sep 20, 2022
@adamdmharvey
Copy link
Contributor Author

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
Copy link
Contributor

Jaryt commented Sep 22, 2022

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. 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants