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

[WIP] Datatx driver #1242

Closed
wants to merge 40 commits into from
Closed

[WIP] Datatx driver #1242

wants to merge 40 commits into from

Commits on Jan 7, 2021

  1. Setup for datatx driver pkg.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    382635a View commit details
    Browse the repository at this point in the history
  2. Changelog for datatx driver pkg.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    d1fc3d4 View commit details
    Browse the repository at this point in the history
  3. PR link added.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    ac750c5 View commit details
    Browse the repository at this point in the history
  4. 2 new rclone cli commands: rclone-do-transfer, rclone-get-transfer-st…

    …atus
    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    7d0e86a View commit details
    Browse the repository at this point in the history
  5. err check added.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    77c1397 View commit details
    Browse the repository at this point in the history
  6. loader, config added.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    239a2c7 View commit details
    Browse the repository at this point in the history
  7. Status consts, Job, Remote structs added. Interface methods' signatur…

    …es modified.
    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b9ad3f6 View commit details
    Browse the repository at this point in the history
  8. DoTransfer, GetTransferStatus implemented.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    8471092 View commit details
    Browse the repository at this point in the history
  9. Cli command for cancel status.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    31876cb View commit details
    Browse the repository at this point in the history
  10. Small fixes.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    85586b7 View commit details
    Browse the repository at this point in the history
  11. Return type of CancelTransfer changed to string.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    d9bd092 View commit details
    Browse the repository at this point in the history
  12. CancelTransfer implemented.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    002ace7 View commit details
    Browse the repository at this point in the history
  13. Config changed. txdriver.Job removed.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b11ce1d View commit details
    Browse the repository at this point in the history
  14. Config changed. txdriver.Job removed.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    150acaf View commit details
    Browse the repository at this point in the history
  15. Implemented further.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    7d6bd03 View commit details
    Browse the repository at this point in the history
  16. Datatx driver loader added.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    243be5f View commit details
    Browse the repository at this point in the history
  17. Calling tx driver implemented.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    13b5c04 View commit details
    Browse the repository at this point in the history
  18. datatx svc name changed.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    2fc6892 View commit details
    Browse the repository at this point in the history
  19. Props names changed.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    c2dfb1c View commit details
    Browse the repository at this point in the history
  20. Using new config.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    24d45d9 View commit details
    Browse the repository at this point in the history
  21. Now using cs3 datatx statuses.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5ba8b7c View commit details
    Browse the repository at this point in the history
  22. Remove rclone driver cli commands.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    2cd0afe View commit details
    Browse the repository at this point in the history
  23. Transfer app endpoint authentication

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    fc5db80 View commit details
    Browse the repository at this point in the history
  24. Grantee type as flag.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    44744da View commit details
    Browse the repository at this point in the history
  25. Auto config loading.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    7e17ad0 View commit details
    Browse the repository at this point in the history
  26. Path changed

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b03ace3 View commit details
    Browse the repository at this point in the history
  27. Autoload config.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b1e7b86 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    15c238e View commit details
    Browse the repository at this point in the history
  29. datatx config.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    21d9628 View commit details
    Browse the repository at this point in the history
  30. Log line removed.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5a03fcd View commit details
    Browse the repository at this point in the history
  31. gosimple compare fix

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    dc8f351 View commit details
    Browse the repository at this point in the history
  32. Some notes on the implementation

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    84369c0 View commit details
    Browse the repository at this point in the history
  33. Removed unnecessary declaration

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    721ca6b View commit details
    Browse the repository at this point in the history
  34. Package corrected

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b516db1 View commit details
    Browse the repository at this point in the history
  35. package changed

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    97eac56 View commit details
    Browse the repository at this point in the history
  36. New persistency package and json driver.

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    64dbf9d View commit details
    Browse the repository at this point in the history
  37. Persistency loader added

    Antoon Prins committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    afe3a50 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Persist transfer

    Antoon Prins committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    36c1d92 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Correct init() call + import fixed.

    Antoon Prins committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    b4a2041 View commit details
    Browse the repository at this point in the history
  2. New config flags added.

    Antoon Prins committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c2c82e2 View commit details
    Browse the repository at this point in the history