Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Feat/unify file writing log writing

appel_c requested to merge feat/unify_file_writing_log_writing into master

Description

This MR changes that log and recovery files are written to dedicated directories.

Related Issues

closes #243 (closed) #244 (closed)

Type of Change

  • Changes are introduced in the FilewriterMixin class.

Potential side effects

The FilewriterMixin could be reviewed to host more logic, i.e. compile file paths for any service that requires this. For this, a mixin structure might be more desirable.

Definition of Done

  • Documentation is up-to-date.
Edited by appel_c

Merge request reports