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: hillmuth/mongoFS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bbunch/mongoFS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 64 files changed
  • 3 contributors

Commits on Oct 13, 2014

  1. refactored code to cleanup public API

    David Buschman committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    a2725c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 0.9.0

    David Buschman committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    6b83909 View commit details
    Browse the repository at this point in the history
  3. i0.9.0 now building after refactor

    David Buschman committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    12dbf67 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. 0.9.0 added initial insert support for expanded zip files

    David Buschman committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    12c068c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. 0.9.0 updated test coverage

    David Buschman committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    110477c View commit details
    Browse the repository at this point in the history
  2. 0.9.0 added support for expended zip file deletion

    David Buschman committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    0b568a2 View commit details
    Browse the repository at this point in the history
  3. 0.9.0 checkstyle cleanup and file expiration test fixing

    David Buschman committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    9b1d402 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Merge branch 'master' into 0.9.0

    Conflicts:
    	build.gradle
    	src/test/java/me/lightspeed7/mongofs/MongoFileStoreTest.java
    	src/test/java/me/lightspeed7/mongofs/url/MongoFileProtocolTest.java
    	src/test/java/me/lightspeed7/mongofs/url/ParserTest.java
    David Buschman committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    271e5fd View commit details
    Browse the repository at this point in the history
  2. fixed storage format unit test for GridFS support

    David Buschman committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    2224f77 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2014

  1. Merge pull request #5 from hillmuth/master

    Update usage.md
    dbuschman7 committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    f569bb1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    dbuschman7 committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    50cf9f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2014

  1. 0.9.0 completed zip file expander and added unit tests to over 90% co…

    …verage
    David Buschman committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    14c3c1d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/dbuschman7/mongoFS into 0…

    ….9.0
    
    Conflicts:
    	usage.md
    David Buschman committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    e5ffda1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. 0.9.0 added more test support

    David Buschman committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    db65832 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2014

  1. 0.9.1 fixed stray depedency on commons-lang

    David Buschman committed Dec 31, 2014
    Configuration menu
    Copy the full SHA
    e11c12f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. fixed typo and file type identification problem in uploadZipArchive p…

    …rocessing
    David Buschman committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    a0f4381 View commit details
    Browse the repository at this point in the history
  2. updated verion to 0.9.2

    David Buschman committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    b6aa649 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. upgrade mongo-java-driver version to 3.0.29

    David Buschman committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    36b9dea View commit details
    Browse the repository at this point in the history
  2. fixed release dir for new laptop

    David Buschman committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    0b56b5a View commit details
    Browse the repository at this point in the history
Loading