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

Extract Bare Files #381

Merged
merged 8 commits into from
Jan 18, 2024
Merged

Extract Bare Files #381

merged 8 commits into from
Jan 18, 2024

Conversation

davidnewhall
Copy link
Collaborator

@davidnewhall davidnewhall commented Jan 18, 2024

This updates the xtractr library with a new change that will allow extracting bare files that are not in folders. We'll call it experimental, but it should be okay. This works with starr apps and folder watchers. Starr apps wont be able to import the extracted item, but it will be extracted. Also adds event operation to logs for folder watcher.

@davidnewhall davidnewhall merged commit dafd819 into main Jan 18, 2024
12 of 15 checks passed
@davidnewhall davidnewhall deleted the dn2_bare_files branch January 18, 2024 09:19
truecharts-admin referenced this pull request in truecharts/public Jan 21, 2024
…6a by renovate (#17449)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | minor |
`0.12.0` -> `0.13.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Unpackerr/unpackerr (golift/unpackerr)</summary>

###
[`v0.13.0`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.13.0):
Falderlez

[Compare
Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.12.0...v0.13.0)

#### What's New

-   Several minor bug fixes.
-   Dependency and module updates.
-   Better about removing empty folders.
-   Folder watcher can have recursion disabled.
- Can now fire hooks for folder items that did not get extracted. (by
[@&#8203;Warfront1](https://togithub.com/Warfront1))
-   Improved logging.
-   **Homebrew builds removed.**
-   Builds a docker image for GHCR now.
-   Improved logging for folder watcher.
-   Error output is configurable now.
-   **Archives may now be extracted even if they're not in a folder.**

#### Merged Pull Requests

- Update docker-compose.yml - fix typo by
[@&#8203;Petemir](https://togithub.com/Petemir) in
[https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336)
- Handy updates! by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/332](https://togithub.com/Unpackerr/unpackerr/pull/332)
- Fix inaccurate cmdhook example instructions comment by
[@&#8203;Warfront1](https://togithub.com/Warfront1) in
[https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360)
- Updates by [@&#8203;davidnewhall](https://togithub.com/davidnewhall)
in
[https://github.com/Unpackerr/unpackerr/pull/375](https://togithub.com/Unpackerr/unpackerr/pull/375)
- fix panic by [@&#8203;davidnewhall](https://togithub.com/davidnewhall)
in
[https://github.com/Unpackerr/unpackerr/pull/376](https://togithub.com/Unpackerr/unpackerr/pull/376)
- Add build for ghcr. by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/377](https://togithub.com/Unpackerr/unpackerr/pull/377)
- arm64 docker container by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/378](https://togithub.com/Unpackerr/unpackerr/pull/378)
- Adds the extractednothing ExtractStatus by
[@&#8203;Warfront1](https://togithub.com/Warfront1) in
[https://github.com/Unpackerr/unpackerr/pull/361](https://togithub.com/Unpackerr/unpackerr/pull/361)
- Extract Bare Files by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/381](https://togithub.com/Unpackerr/unpackerr/pull/381)

#### New Contributors

- [@&#8203;Petemir](https://togithub.com/Petemir) made their first
contribution in
[https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336)
- [@&#8203;Warfront1](https://togithub.com/Warfront1) made their first
contribution in
[https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360)

**Full Changelog**:
Unpackerr/unpackerr@v0.12.0...v0.13.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
discretizer referenced this pull request in discretizer/charts Jan 29, 2024
…6a by renovate (truecharts#17449)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | minor |
`0.12.0` -> `0.13.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Unpackerr/unpackerr (golift/unpackerr)</summary>

###
[`v0.13.0`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.13.0):
Falderlez

[Compare
Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.12.0...v0.13.0)

#### What's New

-   Several minor bug fixes.
-   Dependency and module updates.
-   Better about removing empty folders.
-   Folder watcher can have recursion disabled.
- Can now fire hooks for folder items that did not get extracted. (by
[@&truecharts#8203;Warfront1](https://togithub.com/Warfront1))
-   Improved logging.
-   **Homebrew builds removed.**
-   Builds a docker image for GHCR now.
-   Improved logging for folder watcher.
-   Error output is configurable now.
-   **Archives may now be extracted even if they're not in a folder.**

#### Merged Pull Requests

- Update docker-compose.yml - fix typo by
[@&truecharts#8203;Petemir](https://togithub.com/Petemir) in
[https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336)
- Handy updates! by
[@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/332](https://togithub.com/Unpackerr/unpackerr/pull/332)
- Fix inaccurate cmdhook example instructions comment by
[@&truecharts#8203;Warfront1](https://togithub.com/Warfront1) in
[https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360)
- Updates by [@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall)
in
[https://github.com/Unpackerr/unpackerr/pull/375](https://togithub.com/Unpackerr/unpackerr/pull/375)
- fix panic by [@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall)
in
[https://github.com/Unpackerr/unpackerr/pull/376](https://togithub.com/Unpackerr/unpackerr/pull/376)
- Add build for ghcr. by
[@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/377](https://togithub.com/Unpackerr/unpackerr/pull/377)
- arm64 docker container by
[@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/378](https://togithub.com/Unpackerr/unpackerr/pull/378)
- Adds the extractednothing ExtractStatus by
[@&truecharts#8203;Warfront1](https://togithub.com/Warfront1) in
[https://github.com/Unpackerr/unpackerr/pull/361](https://togithub.com/Unpackerr/unpackerr/pull/361)
- Extract Bare Files by
[@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/381](https://togithub.com/Unpackerr/unpackerr/pull/381)

#### New Contributors

- [@&truecharts#8203;Petemir](https://togithub.com/Petemir) made their first
contribution in
[https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336)
- [@&truecharts#8203;Warfront1](https://togithub.com/Warfront1) made their first
contribution in
[https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360)

**Full Changelog**:
Unpackerr/unpackerr@v0.12.0...v0.13.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
GabrielBarzen referenced this pull request in GabrielBarzen/charts Feb 2, 2024
…6a by renovate (truecharts#17449)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | minor |
`0.12.0` -> `0.13.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Unpackerr/unpackerr (golift/unpackerr)</summary>

###
[`v0.13.0`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.13.0):
Falderlez

[Compare
Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.12.0...v0.13.0)

#### What's New

-   Several minor bug fixes.
-   Dependency and module updates.
-   Better about removing empty folders.
-   Folder watcher can have recursion disabled.
- Can now fire hooks for folder items that did not get extracted. (by
[@&truecharts#8203;Warfront1](https://togithub.com/Warfront1))
-   Improved logging.
-   **Homebrew builds removed.**
-   Builds a docker image for GHCR now.
-   Improved logging for folder watcher.
-   Error output is configurable now.
-   **Archives may now be extracted even if they're not in a folder.**

#### Merged Pull Requests

- Update docker-compose.yml - fix typo by
[@&truecharts#8203;Petemir](https://togithub.com/Petemir) in
[https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336)
- Handy updates! by
[@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/332](https://togithub.com/Unpackerr/unpackerr/pull/332)
- Fix inaccurate cmdhook example instructions comment by
[@&truecharts#8203;Warfront1](https://togithub.com/Warfront1) in
[https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360)
- Updates by [@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall)
in
[https://github.com/Unpackerr/unpackerr/pull/375](https://togithub.com/Unpackerr/unpackerr/pull/375)
- fix panic by [@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall)
in
[https://github.com/Unpackerr/unpackerr/pull/376](https://togithub.com/Unpackerr/unpackerr/pull/376)
- Add build for ghcr. by
[@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/377](https://togithub.com/Unpackerr/unpackerr/pull/377)
- arm64 docker container by
[@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/378](https://togithub.com/Unpackerr/unpackerr/pull/378)
- Adds the extractednothing ExtractStatus by
[@&truecharts#8203;Warfront1](https://togithub.com/Warfront1) in
[https://github.com/Unpackerr/unpackerr/pull/361](https://togithub.com/Unpackerr/unpackerr/pull/361)
- Extract Bare Files by
[@&truecharts#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Unpackerr/unpackerr/pull/381](https://togithub.com/Unpackerr/unpackerr/pull/381)

#### New Contributors

- [@&truecharts#8203;Petemir](https://togithub.com/Petemir) made their first
contribution in
[https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336)
- [@&truecharts#8203;Warfront1](https://togithub.com/Warfront1) made their first
contribution in
[https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360)

**Full Changelog**:
Unpackerr/unpackerr@v0.12.0...v0.13.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[feature] Option to Extract Archives Without Requiring a Subfolder
1 participant