Skip to content
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

nywilken/bump submodules 2.2.1 #427

Closed
wants to merge 54 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
8c9292b
Split request options from client into a new request struct (#230)
azr Feb 4, 2020
ec2266f
ChecksumFromFile: change checksummedURL to checksummedPath for clarity
azr Feb 4, 2020
8bdb487
make Get return GetResult (#231)
azr Feb 4, 2020
e5a1b1a
Allow to not download local files and simply reference them 'inplace'…
azr Feb 4, 2020
e2a2806
Change module path to github.com/hashicorp/go-getter/v2
azr Feb 6, 2020
7cc4779
use correct go-getter/v2 for cmd
azr Mar 3, 2020
0b1d527
Retrieve checksum from subfolder/filename (#239)
sylviamoss Mar 18, 2020
41fc410
Merge pull request #246 from hashicorp/master
azr Apr 28, 2020
ad57569
Create client GetChecksum (#245)
sylviamoss May 11, 2020
3107ec4
Create cmd/go-getter/v2, s3/v2 and gcs/v2 submodules (#244)
azr May 11, 2020
7b188ca
gcs&s3: use a git sha from v2 branch to require go-getter/v2
azr May 14, 2020
5b5e571
Make checksum func public (#252)
azr May 18, 2020
872c8ed
Getters refactoring (#255)
sylviamoss Jun 4, 2020
a6995fa
use v2/helper (#258)
sylviamoss Jun 4, 2020
d282f24
deps: Update github.com/ulikunitz/xz@v0.5.8 (#279)
nywilken Sep 30, 2020
4d89f82
Remove broken bitbucket link
mdeggies Sep 28, 2020
da52711
Use default AWS credential chain under normal circumstances (#218)
jbergknoff-rival Sep 1, 2020
d436e03
feat(detector): provide a detector for repository hosted on GitLab.co…
azr Sep 30, 2020
2798df5
detector/bitbucket: Remove support for hg URL schema (#280)
nywilken Sep 30, 2020
3310219
Update v2 branch with code from the master branch (#282)
azr Oct 8, 2020
0054847
enable GitHub code scanning workflow (#295) (#297)
finnigja Jan 4, 2021
d38eed1
fixes 320: Pass context to NewRequestWithContext so HTTP requests can…
zeisss Jun 3, 2021
ea452ad
Append tar and ova decompressor (#351)
LeConTesteur Jan 31, 2022
976c908
Ignore comments in checksum files (#350)
azr Feb 1, 2022
a3884fc
[v2] update s3 gcs and cmd to use most recent v2 module (#352)
azr Feb 10, 2022
4e45866
Remove ova type from list of decompressors (#354)
nywilken Mar 21, 2022
38e9738
Multiple fixes for go-getter v2 (#361)
nywilken May 19, 2022
5ec880f
Update X-Terraform-Get error messaging to match v1 (#364)
nywilken May 20, 2022
31c3313
Update default client Getters (#363)
nywilken May 23, 2022
106ef8d
[v2] update s3 gcs and cmd to use most recent v2 module (#365)
nywilken May 23, 2022
d10f069
docs: provide logging recommendations (#371) (#372)
nywilken Jun 30, 2022
4dc8b7d
Add Timeout to SmbClientGetter to go-getter/v2 (#369)
nywilken Jul 7, 2022
7f9f4aa
inital migration of v2 to gha
claire-labry Oct 6, 2022
7f7e928
Update get_hg_test.go
claire-labry Oct 25, 2022
170dcda
Update get_hg_test.go
claire-labry Oct 26, 2022
94f60d1
Merge pull request #388 from hashicorp/migrate-v2-to-gha
claire-labry Oct 26, 2022
5cc10e9
upgrade AWS SDK version
kmoe Oct 12, 2022
60afa72
Update go mod sum file for updated s3 module
nywilken Oct 26, 2022
cb3ab9c
Merge pull request #385 from hashicorp/update-aws-lib-version
nywilken Oct 26, 2022
f4436ce
add s3 directory
claire-labry Oct 27, 2022
1849dda
remove init from s3 file
claire-labry Oct 27, 2022
498fa6f
fix my grammar
claire-labry Oct 27, 2022
049d4d0
Merge pull request #392 from hashicorp/fix-go-tests
claire-labry Oct 27, 2022
211d65f
Add Malformed S3 URL test (#380)
nywilken Nov 29, 2022
492324c
[v2] update s3, gcs and cmd to use most recent v2 module version (#400)
nywilken Nov 30, 2022
017a2ee
Port Decompression bomb security changes from v1 (#414)
nywilken Feb 10, 2023
d666f9a
Bump all modules to Go 1.18
nywilken Sep 29, 2022
d91ea8b
[V2] Bump submodules to use most recent v2 module version
nywilken Feb 13, 2023
4092854
v2/cmd/go-getter: Bump go-getter submodule versions
nywilken Feb 13, 2023
5d2281b
Merge pull request #413 from hashicorp/limited-decompressors-helper
shoenig Feb 10, 2023
d5cdddb
Update Go-Getter test workflow to run on pull requests to v2 branch
nywilken Feb 13, 2023
79d9081
Port bomb.zip test updates from v1 (#425)
nywilken Mar 13, 2023
9414ac5
[v2] update s3, gcs and cmd to use most recent v2 module version
nywilken Mar 16, 2023
1a895fd
Retrigger ci
nywilken Mar 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
170 changes: 0 additions & 170 deletions .circleci/config.yml

This file was deleted.

50 changes: 50 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: "Code scanning - scheduled (weekly) or on-demand"

on:
schedule:
- cron: '0 15 * * 0'
workflow_dispatch:

jobs:
CodeQL-Build:

runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
with:
languages: go

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
# - name: Autobuild
# uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
Loading