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

feat: SFTP directory file list steps #806

Merged
merged 3 commits into from
Jul 18, 2023

Commits on Jul 18, 2023

  1. feat: sftp directory list connector step

    - Refactor SFTP copy step to work with new step using a lot of the SFTP
      base fields
    - Add unit tests to test file listing logic and filtering.
    - Add new strings for sections, to split out SFTP related fields vs dir
      listing fields.
    - Fixed a case for relative path which would have failed for any report
      listing.
    
    Resolves #804
    keevan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1083f3f View commit details
    Browse the repository at this point in the history
  2. feat: reader step for SFTP directory listing

    Resolves #804
    keevan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9017ea4 View commit details
    Browse the repository at this point in the history
  3. fix: phpcs, phpdoc issues

    keevan committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5c69c82 View commit details
    Browse the repository at this point in the history