-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Feature non-zipped actions artifacts (action v7 / nodejs / npm v6.2.0) #36786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 33 commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
8901741
Feature non zipped actions artifacts
ChristopherHX accc370
Merge branch 'main' into non-zip-artifacts
ChristopherHX 36b0c0e
fix typo
ChristopherHX 1fd4fbe
.
ChristopherHX 4b1fa71
.
ChristopherHX ff5d1bb
revert b64chunkName encoding, seams like I caused the initial issue i…
ChristopherHX c6540ef
add Content-Security-Policy
ChristopherHX 035aa22
Revert "add Content-Security-Policy"
ChristopherHX 33a2b68
Update routers/web/repo/actions/view.go
ChristopherHX 2980ea9
update comment
ChristopherHX fef0ca4
implement TODO
ChristopherHX 076ee4f
add more upload tests without content-length header
ChristopherHX b70c185
assert mime type in db
ChristopherHX e2c19cf
lint
ChristopherHX f032a5a
fix comment
ChristopherHX cf03c2a
add Content-Security-Policy + inline back
ChristopherHX 7a33ad9
fix minio
ChristopherHX c773028
Set content headers for internal download
ChristopherHX fe9a14d
test blob storage content type
ChristopherHX ceb933e
fixes
ChristopherHX b8b3d67
Merge reqParams before returning
ChristopherHX 3c3d45d
.
ChristopherHX 07fbdbc
...
ChristopherHX cfb3e7e
fix test
ChristopherHX 754c601
fixes
ChristopherHX 2bae491
Merge branch 'main' into non-zip-artifacts
ChristopherHX 57e7dce
Merge branch 'main' of https://github.com/go-gitea/gitea into non-zip…
ChristopherHX c302794
cleanup
ChristopherHX fbf28e8
fix
ChristopherHX 10a7cae
cleanup
ChristopherHX 1ea4611
Remove hacks
ChristopherHX 893a0be
revert
ChristopherHX ff31359
add missing code for webui content-type serve direct
ChristopherHX 68f5ee9
...
ChristopherHX 702fa9a
Merge branch 'main' of https://github.com/go-gitea/gitea into non-zip…
ChristopherHX 8c3590b
refactor
ChristopherHX 744bb71
Reenable ServeDirect for minio
ChristopherHX 2994294
update comments
ChristopherHX deae805
fix double import
ChristopherHX 6666dff
close body
ChristopherHX dcbe0d6
cleanup
ChristopherHX 8ba37a2
GetArtifactV4ServeDirectURL add method param
ChristopherHX 9c2528e
application/pdf skip Content-Security-Policy
ChristopherHX 89af55d
Only use inline for web route
ChristopherHX b6a1ba6
add download tests other file types internal api
ChristopherHX d1ac1db
Fix old test
ChristopherHX 83c6dc5
Merge branch 'main' of https://github.com/go-gitea/gitea into non-zip…
ChristopherHX 8fd3a9a
refac
ChristopherHX 51280b0
fixes
ChristopherHX 60b39df
refactor content disposition formatting
ChristopherHX 6772530
add copyright
ChristopherHX 1282340
apply feedback
ChristopherHX 95cfb1e
fix
ChristopherHX fc05027
feedback
ChristopherHX e1fb863
add more tests for ContentDisposition
ChristopherHX 5dd8e5e
revert content-type
ChristopherHX 6dc705a
move from public to httplib
ChristopherHX e9bc1ca
Unify artifact storage path
ChristopherHX 70cc32a
Split finalizeArtifact finalizer
ChristopherHX 8399396
Merge branch 'main' of https://github.com/go-gitea/gitea into non-zip…
ChristopherHX 5331f99
fix lint
ChristopherHX a4aad65
clarify ContentEncoding
wxiaoguang 809822c
clarify ContentEncoding
wxiaoguang 3606c73
fix defer
wxiaoguang d7006b8
clean serve file opts
wxiaoguang 071ae49
* artifact rest api also use base64.RawURLEncoding to avoid possible …
ChristopherHX 068a324
add comment
wxiaoguang c544734
fix comments and tests
wxiaoguang 57a7679
fix db column name
wxiaoguang efd98a2
clean up
wxiaoguang 7364517
clean up
wxiaoguang 88a7abb
fix tests
wxiaoguang 6c40a56
fix fmt
wxiaoguang 4fc90b0
fix test
wxiaoguang 50737ec
fix test
wxiaoguang dc0f605
simplify code
wxiaoguang 51371c3
fix content type detection
wxiaoguang 7b9922a
fix content serving
wxiaoguang 6eef0e4
fix DownloadArtifactV4ReadStorage
wxiaoguang 8081b79
fix incorrect httplib.ServeXxx
wxiaoguang 3c3c78a
revert tests
wxiaoguang b00f5ec
rename internal function
wxiaoguang d5a62f2
fix default ContentDisposition
wxiaoguang 83231b5
clarify content-type charset detection
wxiaoguang 7d80929
Merge branch 'main' into non-zip-artifacts
wxiaoguang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.