Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Merge canary into master #34

Merged
merged 32 commits into from
Oct 4, 2020
Merged

Merge canary into master #34

merged 32 commits into from
Oct 4, 2020

Commits on Aug 27, 2019

  1. Create CODEOWNERS (#11)

    This will automatically add the listed members as code reviewers to all pull requests.
    zkoppert authored and ethall committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    4db23e8 View commit details
    Browse the repository at this point in the history
  2. Add full URL to Contribution Guidelines (#12)

    The link is broken when executing it from a pull request unless the full URL is given.
    zkoppert authored and ethall committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    a010216 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Updated development environment (#14)

    * Dropped Python3.5 support
    
    * Added pipenv
    
    * Added black formatter
    
    * Added isort
    
    * Reformatted code with black and isort
    
    * Replaced pylint with flake8
    
    * Added mypy
    
    * Updated CONTRIBUTING installation instructions
    ethall authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    693ce56 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Updated dependencies (#15)

    * Updated sortedcontainers
    
    * Updated pandas
    
    * Added metadata archive tests
    
    * Simplified metafile merging logic
    ethall authored Aug 31, 2019
    Configuration menu
    Copy the full SHA
    947848e View commit details
    Browse the repository at this point in the history
  2. Added Python3.7 support (#16)

    ethall authored Aug 31, 2019
    Configuration menu
    Copy the full SHA
    4a0e6bf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    ebd39f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Incremental Archive (#18)

    * Added check submodule
    
    * Updated archive's functional and command-line arguments
    
    * Updated build's functional and command-line arguments
    
    * Having too few arguments now returns 1
    
    * Updated trove classifiers and module description
    
    * Removed Context for more expressive arguments
    
    * Removed get_parser from root-level module exports
    
    * Reorganized to resolve import collisions
    
    * Fixed archive not checking for schema file existence
    
    * Updated checkcolumns error message (#3)
    
    * Error on nonexistent archive source files (#2)
    
    * Formatted with black, isort
    ethall authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    fb03779 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ethall authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5d97577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1639e0b View commit details
    Browse the repository at this point in the history
  4. Fixed a spelling mistake (#17)

    TNorbury authored and ethall committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    48c4a4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6f041e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    83b148e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    00cb3af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f51638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe92213 View commit details
    Browse the repository at this point in the history
  4. Updated CONTRIBUTING.md

    ethall committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    6089a09 View commit details
    Browse the repository at this point in the history
  5. Fixed ambiguous variable name

    ethall committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    d439f20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6e577f View commit details
    Browse the repository at this point in the history
  7. Changed VSCode settings to recommendations

    It was too confusing and caused 3rd party Git GUI tools to struggle.
    ethall committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    ad0d4d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. check subcommand accepts relative paths (#23)

    * Added relative path support for target param of `check` (#22)
    
    * Added relative path support for hashfile param of `check` (#22)
    
    * Updated existing unit tests
    
    * Added new unit tests
    
    * Updated docs
    ethall authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    e48a017 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. build creates hash entry using unmodified destination path (#26)

    * Updated `build` to use unmodified output path in hash entries. (#25)
    
    * Updated `build` to verify the output path is a file.
    
    * Updated archive & build hash_filepath docs. (#23 orphan)
    ethall authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7d1f927 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    92d8652 View commit details
    Browse the repository at this point in the history
  2. Updated string formatters and construction (#27)

    * Converted `str.format` to f-strings.
    
    * Removed unnecessary use of string templates.
    
    * Simplified string construction in Hash classes.
    
    * Refactored lock manager tests to use `LocalPath.make_numbered_dir`.
    ethall authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    000ee29 View commit details
    Browse the repository at this point in the history
  3. Updated pandas and sortedcontainers (#28)

    * Updated pandas to 1.0
    
    * Updated sortedcontainers to 2.2
    ethall authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    a9822b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. archive accepts relative paths (#29)

    * Send raw cache and hash paths to `archive`
    
    * `archive` cache- & hash-file input integrity tests
    
    * Update `archive` docs
    
    * Updated pandas testing references
    ethall authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    4d7867b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    4ee51d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c73940 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Fixed build dropping new columns from cache (#33)

    * Removed reindex of new dataset during build
    ethall authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    6bd4c07 View commit details
    Browse the repository at this point in the history
  2. Updated CONTRIBUTING example

    This example wasn't updated when the unit test directory was moved.
    ethall committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    323e9f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbdbe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0652dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6da74c3 View commit details
    Browse the repository at this point in the history