Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: google/turbinia

Tags

20250131

Toggle 20250131's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update pyproject.toml version (#1582)

20240930

Toggle 20240930's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Keep task results if available and update logs/counter (#1559)

20240826

Toggle 20240826's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
WebUI: Evidence and Worker download buttons (#1532)

* Add button next to evidence name to download

* Update icon add if statement

* Add button to view worker logs

* Update download worker logs

20240820

Toggle 20240820's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
WebUI: Evidence and Worker download buttons (#1532)

* Add button next to evidence name to download

* Update icon add if statement

* Add button to view worker logs

* Update download worker logs

20240614.2

Toggle 20240614.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update acstore dependency version for Plaso (#1500)

* Update acstore dependency version for Plaso

* Update poetry.lock

20240614.1

Toggle 20240614.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Temporary config change revert and version bump (#1498)

* Temporarily add back deprecated config var

* Bump version for point release fix to 20240614.1

20240614

Toggle 20240614's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version updates and minor test fixes (#1496)

* Version updates and minor test fixes

* update poetry.lock

* Update dockerfile

* Test

* revert unit test change

20240510

Toggle 20240510's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix path traversal vulnerability in UI router (#1481)

20240412.1

Toggle 20240412.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add back list_file_entries file extention (#1477)

20240412

Toggle 20240412's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Celery task_acks_late (#1469)

This is to disable implicit retries by Celery because it causes duplicate tasks that the task manager does not deal with appropriately when a task has timed out because the task stub has already been removed, which means that new Jobs do not get created based on the output evidence from the retried task.