Skip to content

[MIG] storage_backend_sftp: Migration to 19.0 - #644

Open
AungKoKoLin1997 wants to merge 1 commit into
OCA:19.0from
qrtl:19.0-mig-storage_backend_sftp_1
Open

AungKoKoLin1997 wants to merge 1 commit into
OCA:19.0from
qrtl:19.0-mig-storage_backend_sftp_1

Conversation

@AungKoKoLin1997

Copy link
Copy Markdown

Depends on #636
@qrtl QT7028

@OCA-git-bot OCA-git-bot added series:19.0 mod:storage_backend_sftp Module storage_backend_sftp labels Jul 22, 2026
@AungKoKoLin1997
AungKoKoLin1997 force-pushed the 19.0-mig-storage_backend_sftp_1 branch 2 times, most recently from 4c91d1e to 19a5206 Compare July 22, 2026 07:42
@AungKoKoLin1997
AungKoKoLin1997 force-pushed the 19.0-mig-storage_backend_sftp_1 branch from 19a5206 to 28e6c0f Compare July 22, 2026 09:35
@AungKoKoLin1997
AungKoKoLin1997 marked this pull request as ready for review July 22, 2026 09:35
AungKoKoLin1997 added a commit to qrtl/ocj-oca that referenced this pull request Sep 16, 2026
…_source_sftp and deps

Vendors nine OCA modules so that `connector_importer_source_sftp` — importing
CSV files pulled from an SFTP server through the queue-job importer — can be
installed on this project.

| Module | Source | Commit |
|---|---|---|
| `component` | `OCA/connector` `19.0` | `cce7654` |
| `component_event` | `OCA/connector` `19.0` | `cce7654` |
| `connector` | `OCA/connector` `19.0` | `cce7654` |
| `queue_job` | `OCA/queue` `19.0` | `bc1d885` |
| `connector_importer` | `OCA/connector-interfaces` `19.0` | `e2d3adf` |
| `server_environment` | `OCA/server-env` [#278](OCA/server-env#278) (open) | `8f9c9aa` |
| `storage_backend` | `OCA/storage` [#636](OCA/storage#636) (open) | `4c80503` |
| `storage_backend_sftp` | `OCA/storage` [#644](OCA/storage#644) (open) | `28e6c0f` |
| `connector_importer_source_sftp` | `OCA/connector-interfaces` [#186](OCA/connector-interfaces#186) (open) | `46a0555` |

Only the four modules taken from open pull requests are the ones actually
wanted; the other five are their transitive dependencies and are not otherwise
reachable from this project's addons path, since ocj aggregates no upstream OCA
repositories. Those five are already on their upstream `19.0` branches, so
those copies are redundant with upstream and can be retired if the repositories
are ever aggregated directly.

`storage_backend` and `storage_backend_sftp` do exist on `OCA/storage` `19.0`,
but only as unported 18.0 placeholders with `installable: False`; the migrated
versions live in #636 and #644. #644 is stacked conceptually on #636 — its own
branch still carries the unported `storage_backend` — so the two are combined
here. `server_environment` is taken from #278 rather than the `19.0` branch
because `server_env_mixin` there gains search support for environment-computed
fields; the rest of the module is identical to `19.0`.

All nine trees are copied verbatim from the commits above; the only local change
is the regenerated `requirements.txt`. Every source is an open PR head or a
branch tip that can still move, so each origin is recorded below as a
`Vendored from <repo>@<sha> (<ref>)` line for a later re-sync.

Vendored from OCA/connector@cce7654 (19.0)
Vendored from OCA/queue@bc1d885 (19.0)
Vendored from OCA/connector-interfaces@e2d3adf (19.0)
Vendored from OCA/server-env@8f9c9aa (refs/pull/278/head)
Vendored from OCA/storage@4c80503 (refs/pull/636/head)
Vendored from OCA/storage@28e6c0f (refs/pull/644/head)
Vendored from OCA/connector-interfaces@46a0555 (refs/pull/186/head)

Assisted-by: Claude Opus 5
AungKoKoLin1997 added a commit to qrtl/ocj-oca that referenced this pull request Sep 16, 2026
…_source_sftp and deps

Vendors nine OCA modules so that `connector_importer_source_sftp` — importing
CSV files pulled from an SFTP server through the queue-job importer — can be
installed on this project.

| Module | Source | Commit |
|---|---|---|
| `component` | `OCA/connector` `19.0` | `cce7654` |
| `component_event` | `OCA/connector` `19.0` | `cce7654` |
| `connector` | `OCA/connector` `19.0` | `cce7654` |
| `queue_job` | `OCA/queue` `19.0` | `bc1d885` |
| `connector_importer` | `OCA/connector-interfaces` `19.0` | `e2d3adf` |
| `server_environment` | `OCA/server-env` [#278](OCA/server-env#278) (open) | `8f9c9aa` |
| `storage_backend` | `OCA/storage` [#636](OCA/storage#636) (open) | `4c80503` |
| `storage_backend_sftp` | `OCA/storage` [#644](OCA/storage#644) (open) | `28e6c0f` |
| `connector_importer_source_sftp` | `OCA/connector-interfaces` [#186](OCA/connector-interfaces#186) (open) | `4e5310c` |

Only the four modules taken from open pull requests are the ones actually
wanted; the other five are their transitive dependencies and are not otherwise
reachable from this project's addons path, since ocj aggregates no upstream OCA
repositories. Those five are already on their upstream `19.0` branches, so
those copies are redundant with upstream and can be retired if the repositories
are ever aggregated directly.

`storage_backend` and `storage_backend_sftp` do exist on `OCA/storage` `19.0`,
but only as unported 18.0 placeholders with `installable: False`; the migrated
versions live in #636 and #644. #644 is stacked conceptually on #636 — its own
branch still carries the unported `storage_backend` — so the two are combined
here. `server_environment` is taken from #278 rather than the `19.0` branch
because `server_env_mixin` there gains search support for environment-computed
fields; the rest of the module is identical to `19.0`.

All nine trees are copied verbatim from the commits above; the only local change
is the regenerated `requirements.txt`. Every source is an open PR head or a
branch tip that can still move, so each origin is recorded below as a
`Vendored from <repo>@<sha> (<ref>)` line for a later re-sync.

Vendored from OCA/connector@cce7654 (19.0)
Vendored from OCA/queue@bc1d885 (19.0)
Vendored from OCA/connector-interfaces@e2d3adf (19.0)
Vendored from OCA/server-env@8f9c9aa (refs/pull/278/head)
Vendored from OCA/storage@4c80503 (refs/pull/636/head)
Vendored from OCA/storage@28e6c0f (refs/pull/644/head)
Vendored from OCA/connector-interfaces@4e5310c (refs/pull/186/head)

Assisted-by: Claude Opus 5
yostashiro pushed a commit to qrtl/ocj-oca that referenced this pull request Sep 16, 2026
Vendors the OCA module `storage_backend_sftp` from `OCA/storage`: the SFTP
adapter for `storage.backend`, implemented with paramiko.

Required by `connector_importer_source_sftp`.

`OCA/storage` `19.0` carries this module only as an unported 18.0 placeholder
with `installable: False`; the migrated version lives in
[#644](OCA/storage#644). That PR's own branch still
carries the unported `storage_backend`, so the two migrations have to be taken
from their respective heads.

This project aggregates only its own `qrtl/ocj-*` repositories, so vendoring is
how OCA code enters it.

The source is an open PR head that can be force-pushed, closed, or merged in a
shape review changed, so its origin is recorded below for a later re-sync.

Vendored from OCA/storage@28e6c0f (refs/pull/644/head)

Assisted-by: Claude Opus 5
yostashiro pushed a commit to qrtl/ocj-oca that referenced this pull request Sep 16, 2026
Vendors the OCA module `storage_backend_sftp` from `OCA/storage`: the SFTP
adapter for `storage.backend`, implemented with paramiko.

Required by `connector_importer_source_sftp`.

`OCA/storage` `19.0` carries this module only as an unported 18.0 placeholder
with `installable: False`; the migrated version lives in
OCA/storage#644. That PR's own branch still
carries the unported `storage_backend`, so the two migrations have to be taken
from their respective heads.

This project aggregates only its own `qrtl/ocj-*` repositories, so vendoring is
how OCA code enters it.

The source is an open PR head that can be force-pushed, closed, or merged in a
shape review changed, so its origin is recorded below for a later re-sync.

Depends on `storage_backend`, vendored in #50.

    Vendored from OCA/storage@28e6c0f (refs/pull/644/head)

QT7028: https://www.quartile.co/web#id=7028&cids=3&menu_id=506&action=1457&model=project.task&view_type=form

Assisted-by: Claude Opus 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:storage_backend_sftp Module storage_backend_sftp series:19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants