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

Reduce payload size for repository files #10321

Open
AjayvirS opened this issue Feb 13, 2025 · 0 comments
Open

Reduce payload size for repository files #10321

AjayvirS opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
assessment Pull requests that affect the corresponding module bug

Comments

@AjayvirS
Copy link
Contributor

Describe the bug

When comparing the template with the solution submission, also binary files like .jar are included in the request unnecessarily increasing the payload size. This has been patched for one call in the following issue: #9929.

This filter should be extended to other calls, e.g. when sending data to Pyris, we should not include binary files. Other rest calls where the binary files are not required (i.e. in diff viewers) a filter should be added to omit these files.

To Reproduce

n/a

Expected behavior

Payload size should be reduced where binary files are not needed

Screenshots

No response

Which version of Artemis are you seeing the problem on?

7.10.1

What browsers are you seeing the problem on?

Firefox

Additional context

Extends #9929

Relevant log output

@AjayvirS AjayvirS added the bug label Feb 13, 2025
@github-actions github-actions bot added the assessment Pull requests that affect the corresponding module label Feb 13, 2025
@AjayvirS AjayvirS self-assigned this Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assessment Pull requests that affect the corresponding module bug
Projects
None yet
Development

No branches or pull requests

1 participant