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

Merging the latest master changes into the spet_release branch. #1294

Merged
merged 53 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
a92281c
Updating issue template for adding issue SLO (#1216)
Tulsishah Jul 10, 2023
4f04191
Integration tests --key-file flag and GOOGLE_APPLICATION_CREDENTIALS …
Tulsishah Jul 11, 2023
8cf5254
Changing the number of epoch based on previous observation. (#1222)
raj-prince Jul 12, 2023
e2244bf
Adding rpm digest while creating rpm package (#1215)
raj-prince Jul 12, 2023
3399736
removing defer as not working properly in for loop (#1223)
Tulsishah Jul 12, 2023
90b9767
Added CD pipeline scripts (#1224)
ashmeenkaur Jul 18, 2023
f396dc5
Integration tests for key-file flag with viewer permission tests (#1…
Tulsishah Jul 18, 2023
438869a
Get dir attribute integration tests (#1220)
Tulsishah Jul 18, 2023
640bed7
Persistent mounting integration tests (#1218)
Tulsishah Jul 20, 2023
6099d76
Move directory integration tests (#1230)
Tulsishah Jul 20, 2023
1c93102
Add copyright file (#1225)
ashmeenkaur Jul 21, 2023
a30308e
Kokoro perf test fix - Integration tests (#1239)
Tulsishah Jul 22, 2023
1813234
minor changes to test script (#1238)
ashmeenkaur Jul 24, 2023
74aa5f2
Sequentially read large file (#1233)
Tulsishah Jul 24, 2023
eb86cd1
Creds test error fixing Integration tests (#1241)
Tulsishah Jul 25, 2023
5e9612f
Upgrade to go version 1.20.5 (#1196)
gargnitingoogle Jun 22, 2023
15448be
Merge pull request #1236 from GoogleCloudPlatform/gargnitin-wip-golan…
gargnitingoogle Jul 26, 2023
2d7fc6e
Dynamic mounting integration tests (#1242)
Tulsishah Jul 26, 2023
333b6f1
minor change to test script (#1243)
ashmeenkaur Jul 26, 2023
56a1232
Sequential write large file integration tests (#1240)
Tulsishah Jul 26, 2023
0ca0033
Kokoro perf test fix - gcloud storage command not working (#1248)
Tulsishah Jul 28, 2023
2a7c856
Update semantics.md -- fix typos (#1251)
mwbyeon Jul 31, 2023
5b35898
Random read integration tests (#1247)
Tulsishah Aug 1, 2023
e0d7a45
Read multiple files at a time integration tests (#1249)
Tulsishah Aug 2, 2023
7052657
Update gcloud version (#1259)
gargnitingoogle Aug 7, 2023
4efd86e
Removing rate limit dependency (#1253)
Tulsishah Aug 9, 2023
10d398b
Upgrading go-client module from 1.29.0 to 1.31.0 (#1263)
raj-prince Aug 10, 2023
c316052
Bump requests in /perfmetrics/scripts/load_tests/python (#1268)
dependabot[bot] Aug 10, 2023
d0ef408
Bump requests from 2.30.0 to 2.31.0 in /perfmetrics/scripts (#1267)
dependabot[bot] Aug 10, 2023
bb31526
Bump certifi in /perfmetrics/scripts/load_tests/python (#1269)
dependabot[bot] Aug 10, 2023
d4e0794
updating fuse library version (#1273)
Tulsishah Aug 11, 2023
2fa6cf2
updated architecture to all (#1270)
ashmeenkaur Aug 11, 2023
8c19493
Bump certifi from 2023.5.7 to 2023.7.22 in /perfmetrics/scripts (#1266)
dependabot[bot] Aug 13, 2023
88e4f28
Read gzip content-encoding objects as compressed (#1255)
gargnitingoogle Aug 14, 2023
4a0c1ac
gzip integration tests (#1256)
gargnitingoogle Aug 14, 2023
e163c1c
Add gzip write-flow tests (#1262)
gargnitingoogle Aug 14, 2023
ea06eb4
Fix kokoro job failure for gzip integration tests (#1276)
gargnitingoogle Aug 14, 2023
5555c25
fixing requirements (#1281)
Tulsishah Aug 14, 2023
5e27bc2
Replace gcloud with gsutil in file-op utils (#1280)
gargnitingoogle Aug 16, 2023
91e0fe0
Deprecate --enable-storage-client-library flag (#1258)
Tulsishah Aug 16, 2023
8517709
Enabling --endpoint flag for go-storage-client library (#1264)
raj-prince Aug 16, 2023
e13d4bb
Changing the timeout from 15m to 24m for integraotin test of one pack…
raj-prince Aug 16, 2023
52e6a3c
Added an experimental flag to trigger JSON flow of go-storage-client …
raj-prince Aug 17, 2023
3a4d19a
Fixing review comments: replacing printf error log to returning error…
raj-prince Aug 17, 2023
64409ef
Updating gcsufse --help (#1286)
raj-prince Aug 17, 2023
fe1242d
Adding changes to run integration and perf tests with label (#1283)
Tulsishah Aug 18, 2023
9053fe3
Removing extra logs in kokoro continous test (#1289)
Tulsishah Aug 21, 2023
db356d2
Merging changes from the master branch
raj-prince Aug 22, 2023
8d5e9af
timeout increase for linting issue
raj-prince Aug 22, 2023
666ab12
Revert "timeout increase for linting issue"
raj-prince Aug 22, 2023
d416686
Adding yaml configurations
raj-prince Aug 22, 2023
f9ec27f
Trigger CI integration test
raj-prince Aug 22, 2023
162bd13
Trigger CI integration test1
raj-prince Aug 22, 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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y fuse3 libfuse-dev
- name: Build
run: |
go build ./...
CGO_ENABLED=0 go build ./...
go install ./tools/build_gcsfuse
build_gcsfuse . /tmp ${GITHUB_SHA}
- name: Test
run: go test -p 1 -count 1 -v -cover ./...
run: CGO_ENABLED=0 go test -p 1 -count 1 -v -cover ./...
lint:
name: Lint
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ _testmain.go

# Editors
.idea/
.vscode/

# External folders
vendor/
5 changes: 5 additions & 0 deletions DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
gcsfuse (1.0.0) stable; urgency=medium

* Package created with dpkg-deb --build

-- GCSFuse Team <gcs-fuse-maintainers@google.com> Thu, 13 Jul 2023 05:37:50 +0000
12 changes: 12 additions & 0 deletions DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Version: 1.0.0
Source: gcsfuse
Maintainer: GCSFuse Team <gcs-fuse-maintainers@google.com>
Homepage: https://github.com/GoogleCloudPlatform/gcsfuse
Package: gcsfuse
Architecture: all
Depends: fuse
Description: User-space file system for Google Cloud Storage.
GCSFuse is a FUSE adapter that allows you to mount and access Cloud Storage
buckets as local file systems, so applications can read and write objects in
your bucket using standard file system semantics. Cloud Storage FUSE is an
open source product that's supported by Google.
23 changes: 23 additions & 0 deletions DEBIAN/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gcsfuse
Upstream-Contact: gcs-fuse-maintainers@google.com

Files: *
Copyright: Copyright 2020 Google Inc.
License: Apache-2.0

License: Apache-2.0
gargnitingoogle marked this conversation as resolved.
Show resolved Hide resolved
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
3 changes: 3 additions & 0 deletions DEBIAN/gcsfuse-docs.docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://cloud.google.com/storage/docs/gcs-fuse
https://github.com/GoogleCloudPlatform/gcsfuse#readme
https://github.com/GoogleCloudPlatform/gcsfuse/tree/master/docs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Mount the gcsfuse to /mnt/gcs:
# > docker run --privileged --device /fuse -v /mnt/gcs:/gcs:rw,rshared gcsfuse

FROM golang:1.20.4-alpine as builder
FROM golang:1.20.5-alpine as builder

RUN apk add git

Expand Down
173 changes: 0 additions & 173 deletions benchmarks/concurrent_read/job/job.go

This file was deleted.

Loading
Loading