Actions
Bug #30838
closedDo not return report contents (logs) after create
Description
Uploaded reports render themselves on upload via RABL and it looks like this is very slow. Generally, it's not needed to read the inserted data, so we should be able to completely remove this and return nothing. Alternatively, we could optimize this.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/7987 added
Updated by Lukas Zapletal over 4 years ago
- Related to Refactor #30820: Drop SHA1 digest and use hash index instead for reports added
Updated by Lukas Zapletal over 4 years ago
- Subject changed from Optimize RABL rendering of uploaded reports to Do not return report contents (logs) after create
Renaming this issue to reflect the PR, creating a new one for refactoring.
Updated by Lukas Zapletal over 4 years ago
- Related to Refactor #30852: Optimize RABL rendering of uploaded reports added
Updated by Lukas Zapletal over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|4966f070e957616f3840b0deaa9bc9f0e0ca0168.
Actions