-
Notifications
You must be signed in to change notification settings - Fork 453
Respect proxy settings when streaming the download and extraction of the CodeQL bundle #2624
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
NlightNFotis
merged 17 commits into
main
from
NlightNFotis/detect_use_proxy_when_streaming
Dec 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
0dc76a9
feat: use http agent that respects environment proxy settings when st…
NlightNFotis 8f2cb3a
build: add undici to node_modules folder - CI fails without it
NlightNFotis 78be2f1
ci: add configuration tto run proxy with zstd package to test streami…
NlightNFotis 9c48c8b
ci: add capability to handle container initialisation steps to sync.py
NlightNFotis b4bc093
ci: remove patch file and cleanup justfile
NlightNFotis b706e37
chore: add changelog entry
NlightNFotis 182c5e7
chore: reword description in CHANGELOG.md
NlightNFotis a89fbc8
docs: add readme for justfile/pr-checks update
NlightNFotis c901aee
ci: remove dns for container running proxy steps (experimental)
NlightNFotis 3951a82
Merge branch 'main' into NlightNFotis/detect_use_proxy_when_streaming
NlightNFotis 51e71f8
docs: add documentation for the reason why we need to have a setup st…
NlightNFotis 4c20d4f
feat: cleanup destination directory if we fail during streaming of th…
NlightNFotis c6454d5
Merge branch 'main' into NlightNFotis/detect_use_proxy_when_streaming
henrymercer 9323695
Update PR checks readme instructions
aeisenberg 88bcf64
feat: change wording of error reporting when a failure occurs during …
NlightNFotis 9e8cd42
fix: move changelog entry to appropriate place
NlightNFotis 1e5b591
Merge branch 'main' into NlightNFotis/detect_use_proxy_when_streaming
NlightNFotis 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
fix: move changelog entry to appropriate place
- Loading branch information
commit 9e8cd42adc33391cddeaec148d34c6cd8b1d1d65
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this line added due to a bad merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, I will have a look.
This was reported as a conflict in the GitHub UI, but when I did a
git mergelocally, it had no problem automatically resolving the conflict. Perhaps it did a weird thing because of my.gitconfig.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot find precisely what went wrong here, as the merge log is past my terminal character limit. I remember it saying that it resolved it automatically using the
ortmethod, but it apparently went wrong there.This is now fixed in 9e8cd42.
Going forward I will be more careful validating these merges went right.