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

Update SftpLoader.php #146

Closed
wants to merge 25 commits into from
Closed

Commits on Oct 29, 2021

  1. fix: change ElementInterface | null to ?ElementInterface (pimcore#110)

    The syntax "ElementInterface | null" is only supported since PHP 8 and breaks this bundle in Pimcore 6. Changed to ?ElementInterface.
    youwe-petervanderwal committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6343e75 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Merge branch '1.3' into 1.x

    dvesh3 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    fadc6cc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    46153c5 View commit details
    Browse the repository at this point in the history
  2. Apply php-cs-fixer changes

    mcop1 authored and actions-user committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d4e4f06 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Update installation documentation (pimcore#126)

    Hello,
    
    I just intalled today again the extension and went on the problem I mentionned a few month ago  pimcore#94
    I think it is better to update the install documentation with this additionnal parameter so install is fluid with no problem for people trying the extension.
    (it tooks me some times to remember how to bypass this problem, so if it is directly on the install command on the documentation, no need to dig to find how to install it on Pimcore 10!)
    
    Thanks,
    Best regards
    Yivan committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    68e4a22 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    5f7d308 View commit details
    Browse the repository at this point in the history
  2. Update 02_Transformation_Pipeline.md (pimcore#134)

    * Update 02_Transformation_Pipeline.md
    
    * fixed some typos
    
    Co-authored-by: Christian Fasching <fashxp@users.noreply.github.com>
    kaurov and fashxp committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    316521d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Add folder groups to data importer configurations (pimcore#129)

    I have read the CLA Document and I hereby sign the CLA
    flamadrid-jsmdg committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9be61ba View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    73d004b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f0fdd View commit details
    Browse the repository at this point in the history
  3. Apply php-cs-fixer changes

    mcop1 authored and actions-user committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b6af7c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Merge remote-tracking branch 'origin/1.3' into 1.x

    # Conflicts:
    #	doc/01_Installation.md
    fashxp committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    8ecddef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de77df View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. [Configuration] Add more fine-grained permissions to configurations (p…

    …imcore#122)
    
    * [Configuration] Add more fine-grained permissions to configurations - related to pimcore/data-hub#438
    
    * Apply php-cs-fixer changes
    
    * [Configuration] Add more fine-grained permissions to configurations - related to pimcore/data-hub#438
    
    * [Configuration] Add more fine-grained permissions to configurations - related to pimcore/data-hub#438
    
    * [Configuration] Add more fine-grained permissions to configurations - related to pimcore/data-hub#438
    
    * [Installer] Proper way of marking bundle installed on upgrade
    
    * Apply php-cs-fixer changes
    
    * [Feature]: Webhooks
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * Apply suggestions from code review
    
    Co-authored-by: Sebastian Blank <blank@data-factory.net>
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * Apply php-cs-fixer changes
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * [Configuration] Add more fine-grained permissions to configurations - related to pimcore/data-hub#438
    
    * Apply php-cs-fixer changes
    
    * [Configuration] Add more fine-grained permissions to configurations - related to pimcore/data-hub#438
    
    * [Configuration] Add more fine-grained permissions to configurations - related to pimcore/data-hub#438
    
    * [Configuration] Add more fine-grained permissions to configurations - related to pimcore/data-hub#438
    
    * [Installer] Proper way of marking bundle installed on upgrade
    
    * Apply php-cs-fixer changes
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * Apply suggestions from code review
    
    Co-authored-by: Sebastian Blank <blank@data-factory.net>
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * Apply php-cs-fixer changes
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * Apply php-cs-fixer changes
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * Apply php-cs-fixer changes
    
    * [Configuration] Add more fine-grained permissions to configurations
    
    * added category for permissions and missing translations
    
    * Apply php-cs-fixer changes
    
    * fix old migration
    
    Co-authored-by: dvesh3 <dvesh3@users.noreply.github.com>
    Co-authored-by: mcop1 <marco.perberschlager@pimcore.com>
    Co-authored-by: mcop1 <89011527+mcop1@users.noreply.github.com>
    Co-authored-by: Sebastian Blank <blank@data-factory.net>
    Co-authored-by: mcop1 <mcop1@users.noreply.github.com>
    Co-authored-by: Christian Fasching <christian.fasching@pimcore.com>
    Co-authored-by: fashxp <fashxp@users.noreply.github.com>
    8 people committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    6569c18 View commit details
    Browse the repository at this point in the history
  2. Setup PhpStan Test (pimcore#141)

    * Setup PhpStan Test
    
    * Switch to Doctrine Migrations
    
    * Add bootstrap file
    
    * Add missing models
    
    * Require Carbon > 1.37.0
    
    * Option must be an int
    
    * Require doctrine migrations > 1.8
    
    * Add stubs for wrong PhpDocs in Pimcore 6.9
    
    * Require doctrine dbal > 2.11
    
    * Fix stubs
    
    * Add ElementInterface.stub
    
    * Make doctrine migration yaml optional
    
    * Fix PhpDocs
    
    * Fix new errors
    
    * Require data-hub > 1.1
    
    * Support data-hub < 1.1 for pimcore 6.9
    
    * Only test with Pimcore X and PHP > 8 necessary now
    
    * Fix new error
    
    * Remove unnecessary stubs, Update composer.json
    
    * Revert ConfigDataObjectController.php changes
    
    * Remove test models and faker dependency, exclude DummyDataCommand from phpstan instead
    
    * Remove autoload-dev
    blankse committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e9f2a03 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    e4cbb7b View commit details
    Browse the repository at this point in the history
  2. Apply php-cs-fixer changes

    mcop1 authored and Daniel-Ateles committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    1922620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc0cf8b View commit details
    Browse the repository at this point in the history
  4. Add folder groups to data importer configurations (pimcore#129)

    I have read the CLA Document and I hereby sign the CLA
    flamadrid-jsmdg authored and Daniel-Ateles committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    e1f6fb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2209f43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5e5b38 View commit details
    Browse the repository at this point in the history
  7. Apply php-cs-fixer changes

    mcop1 authored and Daniel-Ateles committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    f107936 View commit details
    Browse the repository at this point in the history
  8. Update SftpLoader.php

    Downloads the sftp stream to the local file and returns the file.
    Daniel-Ateles committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b2e2ead View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8dbf8e1 View commit details
    Browse the repository at this point in the history
  10. Apply php-cs-fixer changes

    Daniel-Ateles authored and actions-user committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c25b45b View commit details
    Browse the repository at this point in the history