Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: colinmarc/hdfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: colinmarc/hdfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 16 commits
  • 63 files changed
  • 3 contributors

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    ab8b3a2 View commit details
    Browse the repository at this point in the history
  2. Regenerate proto files

    (this should fix travis issues, hopefully)
    colinmarc committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    2fa52a5 View commit details
    Browse the repository at this point in the history
  3. travis: touch *.pb.go before running make

    For some reason, make on travis recently started deciding that the
    *.pb.go files were older than the *.proto files, ever though they
    originate from the same `git checkout`. The easiest way to fix this
    is simply to touch them right before we run make, so that they look
    newer.
    colinmarc committed Jan 23, 2018
    1 Configuration menu
    Copy the full SHA
    b116559 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a02f0cf View commit details
    Browse the repository at this point in the history
  5. Fix comment for CopyToRemote

    Fixes #89, #90
    colinmarc committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    1db86c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f30457 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Add the ability for 'put -' to read from stdin

    Fixes #44, closes #98
    Shastick authored and colinmarc committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    47855e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a127fd5 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    colinmarc committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    4be8f31 View commit details
    Browse the repository at this point in the history
  4. Tweak put tests

    Add a very basic test, and put everything in the same directory so it
    gets cleaned up properly.
    colinmarc committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    7d48490 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Improve conf loading and surrounding tests

    - Fix a bug where configuration wasn't loaded from specified paths
    - Only search one path at a time, rather than deduping from all
    - Correctly handle fs.default.name
    - Improve test coverage and documentation
    colinmarc committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    01da926 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Configuration menu
    Copy the full SHA
    0d4351a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a6c4d View commit details
    Browse the repository at this point in the history
  3. Add Walk, like filepath.Walk

    Shastick authored and colinmarc committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    7c31e90 View commit details
    Browse the repository at this point in the history
  4. Expose FileWriter.Flush

    Fixes #107.
    colinmarc committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    84dbd09 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Change FileReader.ReadAt to return io.EOF for short reads

    Previously we would return io.ErrUnexpectedEOF, but this better matches the
    behavior of os.File.ReadAt.
    
    Fixes #115
    emcfarlane authored and colinmarc committed May 11, 2018
    Configuration menu
    Copy the full SHA
    7cb3ffe View commit details
    Browse the repository at this point in the history
Loading