ls1intum / Artemis

Artemis - Interactive Learning with Automated Feedback
https://docs.artemis.cit.tum.de
MIT License
506 stars 292 forks source link

`README.md` not shown in online code editor #9214

Closed Joshy-R closed 2 months ago

Joshy-R commented 2 months ago

Describe the bug

If a student repository includes a README.md file, it is filtered out in the file tree of the online code editor. This appears to be some compatibility layer to a legacy type of programming exercises. (See here). New exercises that actually intend for some readme are hindered this filtering.

To Reproduce

  1. Create an exercise.
  2. Start exercise and commit a file called README.md.
  3. Open either the online code editor or viewer.
  4. The file will not be visible

Expected behavior

The file is visible.

Screenshots

No response

Which version of Artemis are you seeing the problem on?

7.5.0

What browsers are you seeing the problem on?

Firefox

Additional context

No response

Relevant log output

No response

krusche commented 2 months ago

@pzdr7 could you have a look please?