[PR #1188] [CLOSED] Decompress gzipped artifacts before saving to file #1827

Closed
opened 2026-03-01 21:52:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1188
Author: @bogsen
Created: 5/28/2022
Status: Closed

Base: masterHead: decompress-artifacts


📝 Commits (1)

  • 221c8a9 Decompress gzipped artifacts before saving to file

📊 Changes

1 file changed (+15 additions, -19 deletions)

View changed files

📝 pkg/artifacts/server.go (+15 -19)

📄 Description

Artifacts being gzipped is just an implementation detail of the artifact upload protocol. Decompressing gzipped uploads immediately during upload allows for easier access to artifact files from outside of act, and simplifies artifact serving logic a bit since it can assume that artifacts aren't compressed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1188 **Author:** [@bogsen](https://github.com/bogsen) **Created:** 5/28/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `decompress-artifacts` --- ### 📝 Commits (1) - [`221c8a9`](https://github.com/nektos/act/commit/221c8a95f76a6bdc47ff4a029ebd9b20b31155f4) Decompress gzipped artifacts before saving to file ### 📊 Changes **1 file changed** (+15 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `pkg/artifacts/server.go` (+15 -19) </details> ### 📄 Description Artifacts being gzipped is just an implementation detail of the artifact upload protocol. Decompressing gzipped uploads immediately during upload allows for easier access to artifact files from outside of `act`, and simplifies artifact serving logic a bit since it can assume that artifacts aren't compressed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1827
No description provided.