Skip to content
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

Programming exercises: Download Repository button broken for auxiliary repository on localCI #8605

Open
florian-glombik opened this issue May 15, 2024 · 0 comments
Labels
bug component:Programming server Pull requests that update Java code. (Added Automatically!)

Comments

@florian-glombik
Copy link
Contributor

Describe the bug

When creating a new programming exercise with an auxiliary repository, the download repository functionality does not work (the repository does not seem to be created by default by localCI)

To Reproduce

  1. Create a new programming exercise with an auxiliary repository
  2. Try to download the auxiliary repository
  3. See that you will receive an error message in the network tab but not an alert in the client
  4. See that no auxiliary repository was created

Expected behavior

  1. An alert should be displayed for the error in the network tab

(2. The download should work for localCI - maybe it would be possible to create / delete the auxiliary repository according to the changes in the UI?)

Screenshots

auxRepoDownloadButtonDoesNotWork

Which version of Artemis are you seeing the problem on?

7.1.0

What browsers are you seeing the problem on?

Chrome

Additional context

No response

Relevant log output

{
    "headers": {
        "normalizedNames": {},
        "lazyUpdate": null
    },
    "status": 500,
    "statusText": "Internal Server Error",
    "url": "http://localhost:9000/api/programming-exercises/153/export-instructor-auxiliary-repository/19",
    "ok": false,
    "name": "HttpErrorResponse",
    "message": "Http failure response for http://localhost:9000/api/programming-exercises/153/export-instructor-auxiliary-repository/19: 500 Internal Server Error",
    "error": {}
}
@florian-glombik florian-glombik added bug server Pull requests that update Java code. (Added Automatically!) component:Programming labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component:Programming server Pull requests that update Java code. (Added Automatically!)
Projects
None yet
Development

No branches or pull requests

1 participant