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

putFileArchival #248

Merged
merged 17 commits into from Aug 5, 2019
Merged

putFileArchival #248

merged 17 commits into from Aug 5, 2019

Commits on Jun 27, 2019

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

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    e40dd48 View commit details
    Browse the repository at this point in the history
  2. Implement putFileArchival scope restrictions on file mutations; write…

    …s and deletes are performed with a historical file rename.
    zone117x committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    38493f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d518aba View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Merge branch 'feature/file-mutex' into feature/putFileArchival

    * feature/file-mutex:
      Update driver model README with a notice about path mutex.
      Add docs for performRead to driver model definition in README
      Add docs for performRename and performStat to driver model definition in README
      Update blockstack.js dep out of beta version
      Simplify mutx with Set<string>
      Implement decodeTokenForPayload helper function
      Update to blockstack.js beta package to fix typing collisions with bitcoinjs-lib v5
      Add tests for schema validation warnings
      Add additional config param schema descriptions, cleanup sample configs
      Config schema validation that logs console warnings
    
    # Conflicts:
    #	hub/src/server/authentication.ts
    zone117x committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1f834d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ff1fc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Merge branch 'develop' into feature/putFileArchival

    * develop:
      Re-order the mutex registration statement to prevent syncronous reentrant locking issues
      Fix race condition from accidental promise yielding in mutex implementation
      Grammar update on http path mutex
      Use single `topLevelStorage` arg in file rename
    zone117x committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    3a73050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940829a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/putFileArchival

    * develop:
      Add `list-files` http endpoint documentation to readme
      Update DriverModel in readme
      Minor version bump with changelog entries for recent changes.
      Update with file rename function changes (merge conflict #2)
      Add docs for listFilesStat to driver model definition in README
      Integration tests for listFiles with stat metadata
      Option to return file stat info in listFiles
    
    # Conflicts:
    #	hub/src/server/server.ts
    zone117x committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    416c546 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fa5d2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c1b58f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

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

Commits on Aug 1, 2019

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

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    8c69f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22db956 View commit details
    Browse the repository at this point in the history
  3. Minor typo fix

    zone117x committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    cc54bc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Return null entry when an page is empties and returned due to histori…

    …cal file filitering -- blockstack.js needs updated to handle this value
    zone117x committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    71c5336 View commit details
    Browse the repository at this point in the history