incubator-devlake icon indicating copy to clipboard operation
incubator-devlake copied to clipboard

[Bug][Azure DevOps Go] Add new scope config error

Open ArtRout1313 opened this issue 1 year ago • 1 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

What happened

For new a project with a new 'Azure DevOps Go' connection, try to add a new Scope Config and get an error page:

Screenshot 2024-05-09 at 19 51 59 Screenshot 2024-05-09 at 19 51 40

What do you expect to happen

Expect to see the 'Add Scope Config' popup window

How to reproduce

  1. Create a new project
  2. Create a new Azure DevOps Go connection
  3. Test connection
  4. Select repos from the connection
  5. Open Edit Scope Config Page
  6. Push the 'Associate Scope Config' link or button
  7. Push the 'Add New Scope Config' button
  8. Got an error

Anything else

No response

Version

v1.0.0-beta1@60faf14

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

ArtRout1313 avatar May 09 '24 18:05 ArtRout1313

Thanks for reporting, I'll take a look at it.

mr-ks avatar May 09 '24 19:05 mr-ks

The problem you are encountering is due to a missing configuration value. The frontend is failing because it cannot read the transformation documentation. The problem is fixed with this commit [2bb8267](https://github.com/apache/incubator-devlake/blob/2bb82679fd65a810e0d16e360d1c5fe4d24e28fd/config-ui/src/release/stable.ts#L33-L39)

mr-ks avatar May 11 '24 18:05 mr-ks

@mr-ks - Thank you

ArtRout1313 avatar May 13 '24 11:05 ArtRout1313