Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / embulk/embulk-input-sftp issues and pull requests
#53 - Nominate developers in packages
Pull Request -
State: closed - Opened by dmikurube over 3 years ago
- 2 comments
#52 - Add the LICENSE file of Apache License 2.0, and NOTICE in its gem distribution
Pull Request -
State: closed - Opened by dmikurube over 3 years ago
- 1 comment
#51 - Catch up with Embulk v0.10 API/SPI
Pull Request -
State: closed - Opened by dmikurube over 3 years ago
- 1 comment
#50 - Change its Maven group to "org.embulk" from "org.embulk.input.sftp"
Pull Request -
State: closed - Opened by dmikurube over 3 years ago
- 1 comment
#49 - Bump up to v0.4.0-SNAPSHOT
Pull Request -
State: closed - Opened by dmikurube over 3 years ago
- 1 comment
#48 - Replace commons logging
Pull Request -
State: closed - Opened by luongnhattruong almost 4 years ago
#47 - support for openssh
Pull Request -
State: closed - Opened by luongnhattruong about 4 years ago
- 1 comment
#46 - Revert "Update commons vfs2 latest version to fix timeout setting not working"
Pull Request -
State: closed - Opened by vietnguyen-td about 4 years ago
#45 - update CHANGELOG.md version 0.3.4
Pull Request -
State: closed - Opened by vietnguyen-td over 4 years ago
#44 - Update commons vfs2 latest version to fix timeout setting not working
Pull Request -
State: closed - Opened by vietnguyen-td over 4 years ago
- 2 comments
#43 - Use embulk-util-config to process Embulk configs
Pull Request -
State: closed - Opened by dmikurube over 4 years ago
#42 - Build with the "org.embulk.embulk-plugins" Gradle plugin
Pull Request -
State: closed - Opened by dmikurube almost 5 years ago
- 3 comments
#41 - Support new OpenSSH format private keys with passphrase
Issue -
State: open - Opened by akito19 over 5 years ago
#40 - Do not retry when "Connection refused" is returned and throw ConfigException
Pull Request -
State: closed - Opened by sakama over 5 years ago
- 1 comment
#39 - Hide password in log when parse failure happens
Pull Request -
State: closed - Opened by sakama about 6 years ago
#38 - Update "com.jcraft:jsch" from 0.1.54 to 0.1.55
Pull Request -
State: closed - Opened by sakama about 6 years ago
#37 - Use file name output feature in Embulk core to show file name in cmdout
Pull Request -
State: closed - Opened by sakama about 6 years ago
#36 - Update embulk version and use `java.util.Optional` and `java.util.function.Function`
Pull Request -
State: closed - Opened by sakama about 6 years ago
- 1 comment
#35 - Only support Java8
Pull Request -
State: closed - Opened by sakama about 6 years ago
#34 - Want option to get error , When no match pattern file on target host.
Issue -
State: closed - Opened by morihaya about 6 years ago
- 2 comments
#33 - Give up processing and throw ConfigException when "Auth fail" appears at the first time
Pull Request -
State: closed - Opened by sakama over 6 years ago
- 1 comment
#32 - Use java.util.regex.Pattern for host name validation
Pull Request -
State: closed - Opened by sakama over 6 years ago
#31 - Add validation for "host" and "proxy.host"
Pull Request -
State: closed - Opened by sakama almost 7 years ago
#30 - Use Java 8 for Travis CI
Pull Request -
State: closed - Opened by sakama almost 7 years ago
- 1 comment
#29 - Throw ConfigException when process fails with "com.jcraft.jsch.JSchException: Auth fail"
Pull Request -
State: closed - Opened by sakama almost 7 years ago
- 3 comments
#28 - Fix non existent last_path in sftp
Pull Request -
State: closed - Opened by trung-huynh almost 7 years ago
#27 - Fix SFTP connection remaining problem
Pull Request -
State: closed - Opened by sakama almost 7 years ago
- 2 comments
#26 - Use host addon and set `dist:precise` to avoid Travis CI failure
Pull Request -
State: closed - Opened by sakama about 7 years ago
- 2 comments
#25 - Upgrade "commons-vfs2", "com.jcraft:jsch" and "commons-io:commons-io"
Pull Request -
State: closed - Opened by sakama about 7 years ago
- 2 comments
#24 - Upgrade Gradle from 2.10 to 3.2.1
Pull Request -
State: closed - Opened by sakama over 7 years ago
- 2 comments
#23 - fix plugin use prefix basename to compare path
Pull Request -
State: closed - Opened by taikhuu over 7 years ago
#22 - Fix issue with path prefix
Pull Request -
State: closed - Opened by taikhuu over 7 years ago
- 1 comment
#21 - Add Bintray settings to build.gradle
Pull Request -
State: closed - Opened by sakama over 7 years ago
- 1 comment
#20 - Don't generate last_path by using password when secret_keyfile is set
Pull Request -
State: closed - Opened by sakama over 8 years ago
#19 - Fix wrong example at README
Pull Request -
State: closed - Opened by sakama over 8 years ago
#18 - Use second as timetout setting instead of milli second
Pull Request -
State: closed - Opened by sakama over 8 years ago
#17 - Add a description about secret_key_file format
Pull Request -
State: closed - Opened by toru-takahashi over 8 years ago
- 1 comment
#16 - Fix typo in log message s/FTP/SFTP/
Pull Request -
State: closed - Opened by sakama over 8 years ago
#15 - Fix last_path generation logic
Pull Request -
State: closed - Opened by sakama over 8 years ago
- 1 comment
#14 - Fix listFilesByPrefix() method to list files correctly
Pull Request -
State: closed - Opened by sakama over 8 years ago
#13 - Fix unit test failure at Java7
Pull Request -
State: closed - Opened by sakama over 8 years ago
#12 - Mask password in the log
Pull Request -
State: closed - Opened by sakama over 8 years ago
#11 - Support incremental flag
Pull Request -
State: closed - Opened by sakama over 8 years ago
- 1 comment
#10 - Add Travis CI
Pull Request -
State: closed - Opened by sakama over 8 years ago
#9 - Use RetryExecutor when listing files and getting files
Pull Request -
State: closed - Opened by sakama almost 9 years ago
#8 - [Fix bugs] Plugin throws ClassNotFoundException with EmbulkEmbed
Pull Request -
State: closed - Opened by sakama almost 9 years ago
#7 - Fix logic of setting last_path
Pull Request -
State: closed - Opened by sakama almost 9 years ago
#6 - Support path_match_pattern option
Pull Request -
State: closed - Opened by sakama almost 9 years ago
#5 - Refactor code
Pull Request -
State: closed - Opened by sakama almost 9 years ago
#4 - Ignore last_path when last_path is set but empty
Pull Request -
State: closed - Opened by sakama almost 9 years ago
#3 - Add unit test
Pull Request -
State: closed - Opened by sakama almost 9 years ago
#2 - Use last path when last_path is set
Pull Request -
State: closed - Opened by sakama almost 9 years ago
#1 - Skip file download when permission denied error happens
Pull Request -
State: closed - Opened by sakama almost 9 years ago