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

Fix gcsfs RemoveAll #340

Merged
merged 4 commits into from Mar 11, 2022
Merged

Fix gcsfs RemoveAll #340

merged 4 commits into from Mar 11, 2022

Conversation

typerat
Copy link
Contributor

@typerat typerat commented Feb 22, 2022

RemoveAll in gcsfs returns an error when the file/directory to be removed doesn't exist. It should return nil in this case.

@CLAassistant
Copy link

CLAassistant commented Feb 22, 2022

CLA assistant check
All committers have signed the CLA.

@mbertschler
Copy link
Collaborator

Thanks for your first contribution @typerat

@mbertschler mbertschler merged commit 931302a into spf13:master Mar 11, 2022
kodiakhq bot pushed a commit to cloudquery/cloudquery that referenced this pull request Jun 27, 2022
…1017)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/spf13/afero](https://togithub.com/spf13/afero) | require | minor | `v1.7.0` -> `v1.8.2` |

---

### Release Notes

<details>
<summary>spf13/afero</summary>

### [`v1.8.2`](https://togithub.com/spf13/afero/releases/tag/v1.8.2)

[Compare Source](https://togithub.com/spf13/afero/compare/v1.8.1...v1.8.2)

-   Fix gcsfs RemoveAll by [@&#8203;typerat](https://togithub.com/typerat) in [spf13/afero#340
-   bugfix: RemoveAll by [@&#8203;yearnfar](https://togithub.com/yearnfar) in [spf13/afero#329

### [`v1.8.1`](https://togithub.com/spf13/afero/compare/v1.8.0...v1.8.1)

[Compare Source](https://togithub.com/spf13/afero/compare/v1.8.0...v1.8.1)

### [`v1.8.0`](https://togithub.com/spf13/afero/releases/tag/v1.8.0)

[Compare Source](https://togithub.com/spf13/afero/compare/v1.7.1...v1.8.0)

-   sftpfs: Add support for Readdirnames and Readdir
-   CacheOnReadFs: Call OpenFile instead of Open in CacheOnReadFs.OpenFile

### [`v1.7.1`](https://togithub.com/spf13/afero/compare/v1.7.0...v1.7.1)

[Compare Source](https://togithub.com/spf13/afero/compare/v1.7.0...v1.7.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants