Browse Source

fmt

pull/7622/head
chrislu 3 weeks ago
parent
commit
8d110b29dd
  1. 1
      .github/workflows/container_release_unified.yml
  2. 1
      .github/workflows/sftp-tests.yml
  3. 1
      test/sftp/README.md
  4. 1
      test/sftp/testdata/userstore.json
  5. 1
      weed/filer/empty_folder_cleanup/cleanup_queue.go
  6. 1
      weed/filer/empty_folder_cleanup/cleanup_queue_test.go

1
.github/workflows/container_release_unified.yml

@ -223,3 +223,4 @@ jobs:
echo "✓ Successfully copied ${{ matrix.variant }} to Docker Hub" echo "✓ Successfully copied ${{ matrix.variant }} to Docker Hub"

1
.github/workflows/sftp-tests.yml

@ -90,3 +90,4 @@ jobs:
echo "| testuser | /sftp/testuser | Home directory only |" >> $GITHUB_STEP_SUMMARY echo "| testuser | /sftp/testuser | Home directory only |" >> $GITHUB_STEP_SUMMARY
echo "| readonly | /public | Read-only |" >> $GITHUB_STEP_SUMMARY echo "| readonly | /public | Read-only |" >> $GITHUB_STEP_SUMMARY

1
test/sftp/README.md

@ -89,3 +89,4 @@ To debug test failures:
config.EnableDebug = true config.EnableDebug = true
``` ```

1
test/sftp/testdata/userstore.json

@ -34,3 +34,4 @@
} }
] ]

1
weed/filer/empty_folder_cleanup/cleanup_queue.go

@ -204,3 +204,4 @@ func (q *CleanupQueue) OldestAge() time.Duration {
return time.Since(item.queueTime) return time.Since(item.queueTime)
} }

1
weed/filer/empty_folder_cleanup/cleanup_queue_test.go

@ -368,3 +368,4 @@ func TestCleanupQueue_Concurrent(t *testing.T) {
_ = q.Len() _ = q.Len()
} }
Loading…
Cancel
Save