Skip to content

Commit 2134c44

Browse files
committed
Merge branch 'task/62127812-audit-logs' into 'master'
[2026.11.1] добавлено описание аудит-лога обновления из индекс-апи See merge request CodeScoring/docs!654
2 parents c175919 + c115162 commit 2134c44

2 files changed

Lines changed: 24 additions & 19 deletions

File tree

docs/on-premise/how-to/audit-log.en.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
hide:
33
- footer
44
---
5+
56
# Audit log
67

78
Audit log is a journal of events in the **Codescoring** system. It is located at `Settings -> Audit log`.
@@ -120,12 +121,13 @@ Each TQI analysis event contains a **UUID** of the execution.
120121

121122
## Miscellaneous
122123

123-
| Event Text | Description |
124-
|-------------|-------------|
125-
|*(Run #{task.id}) Analysis started via API* | Analysis started via API |
126-
|*Some tasks in analysis failed* | Some tasks in the analysis failed |
127-
|*Could not connect to OSS Index, reason: {err}* | Could not connect to OSS Index due to an error |
128-
|*There is already running analysis* | Analysis is already running |
129-
|*Another analysis in progress. Parallel execution forbidden.* | Parallel execution of analysis is forbidden |
130-
|*Repo path for {project} does not exist, setting status to Not cloned* | Repository path not found, status set to "Not cloned" |
131-
|*Failed to clone for repository {project.repo_name} because project was deleted* | Failed to clone the repository because the project was deleted |
124+
| Event Text | Description |
125+
|----------------------------------------------------------------------------------|----------------------------------------------------------------|
126+
| *(Run #{task.id}) Analysis started via API* | Analysis started via API |
127+
| *Some tasks in analysis failed* | Some tasks in the analysis failed |
128+
| *Could not connect to OSS Index, reason: {err}* | Could not connect to OSS Index due to an error |
129+
| *There is already running analysis* | Analysis is already running |
130+
| *Another analysis in progress. Parallel execution forbidden.* | Parallel execution of analysis is forbidden |
131+
| *Repo path for {project} does not exist, setting status to Not cloned* | Repository path not found, status set to "Not cloned" |
132+
| *Failed to clone for repository {project.repo_name} because project was deleted* | Failed to clone the repository because the project was deleted |
133+
| *Updating {update_type} since {updated_after} / Updating all {update_type}* | Licenses and vulnerabilities update info |

docs/on-premise/how-to/audit-log.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
hide:
33
- footer
44
---
5+
56
# Работа с аудит-логом
67

78
Аудит-лог – это журнал событий в системе **CodeScoring**. Он находится в разделе `Настройки -> Аудит лог`.
@@ -121,13 +122,15 @@ hide:
121122

122123
## Прочее
123124

124-
| Текст события | Расшифровка |
125-
|----------------|--------------|
126-
|*(Run #{task.id}) Analysis started via API*|Анализ запущен через API|
127-
|*Some tasks in analysis failed*|Некоторые задачи при анализе не выполнены|
128-
|*Could not connect to OSS Index, reason: {err}*|Не удалось подключиться к индексу OSS из-за ошибки|
129-
|*Could not connect to OSS Index, reason: {err}* | Ошибка подключения к OSS Index |
130-
|*There is already running analysis* | Анализ уже запущен |
131-
|*Another analysis in progress. Parallel execution forbidden.* | Запрещен параллельный запуск анализа |
132-
|*Repo path for {project} does not exist, setting status to Not cloned* | Путь к репозиторию не найден, статус установлен как "Не клонирован" |
133-
|*Failed to clone for repository {project.repo_name} because project was deleted* | Не удалось клонировать репозиторий, так как проект был удален |
125+
| Текст события | Расшифровка |
126+
|----------------------------------------------------------------------------------|---------------------------------------------------------------------|
127+
| *(Run #{task.id}) Analysis started via API* | Анализ запущен через API |
128+
| *Some tasks in analysis failed* | Некоторые задачи при анализе не выполнены |
129+
| *Could not connect to OSS Index, reason: {err}* | Не удалось подключиться к индексу OSS из-за ошибки |
130+
| *Could not connect to OSS Index, reason: {err}* | Ошибка подключения к OSS Index |
131+
| *There is already running analysis* | Анализ уже запущен |
132+
| *Another analysis in progress. Parallel execution forbidden.* | Запрещен параллельный запуск анализа |
133+
| *Repo path for {project} does not exist, setting status to Not cloned* | Путь к репозиторию не найден, статус установлен как "Не клонирован" |
134+
| *Failed to clone for repository {project.repo_name} because project was deleted* | Не удалось клонировать репозиторий, так как проект был удален |
135+
| *Updating {update_type} since {updated_after} / Updating all {update_type}* | Информация об обновлении лицензий, уязвимостей |
136+

0 commit comments

Comments
 (0)