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

Full base Implementation of node-disks #2

Closed
wants to merge 55 commits into from
Closed

Commits on Mar 29, 2019

  1. feat(*): import all of the logic from rigpark-api and do js -> ts 💌

    Involved reorganizing and defining types out, mostly just converting the jsDoc to typescript types.
    Still need tests and docs.
    bericp1 committed Mar 29, 2019
    Copy the full SHA
    cae85f3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    32ca9b7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f644655 View commit details
    Browse the repository at this point in the history
  4. chore(ci): force build

    bericp1 committed Mar 29, 2019
    Copy the full SHA
    90a2e4e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5b5842c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7f32046 View commit details
    Browse the repository at this point in the history
  7. chore(legal): add MIT license

    bericp1 committed Mar 29, 2019
    Copy the full SHA
    525ffbb View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    11abbd1 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    eda7536 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. feat(drivers): add memory driver

    Added memfs which provides a module that has an API identical to node's `fs` but operates on an in
    memory filesystem.
    bericp1 committed Apr 1, 2019
    Copy the full SHA
    6cf715a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58f048d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d70cc3b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    24d434b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9c50d9a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Copy the full SHA
    b77b70e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1eff9b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Copy the full SHA
    9cb0feb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19faa02 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Copy the full SHA
    2a2c163 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c03f345 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8bf449c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Copy the full SHA
    981ef26 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bd5e58b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0e23280 View commit details
    Browse the repository at this point in the history
  4. fix(ci): use postinstall in development, prepublishOnly in publish

    Merged in from upstream.
    bericp1 committed Apr 5, 2019
    Copy the full SHA
    24899c8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    39a5d42 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b2c5f9f View commit details
    Browse the repository at this point in the history
  7. revert(ci): undo prepack for git install

    Due to yarnpkg/yarn#5047, prepack doesnt get triggered with yarn so we cant do direct git installs
    in a consistent way unfortunately.
    bericp1 committed Apr 5, 2019
    Copy the full SHA
    ca46fe7 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    376b5e7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    641e07a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    945c5cc View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    83b206d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    3a2a3ea View commit details
    Browse the repository at this point in the history
  13. feat(core): support delete

    bericp1 committed Apr 5, 2019
    Copy the full SHA
    82b3d72 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a5f6eda View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    3606b7f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. feat(*): isolate MemoryDisks; switch to fs-extras

    Large batch of changes including new features and bugfixes:
    
    -   Wrote tests for MemoryDisk
    -   Made MemoryDisk use memfs Volume in order to isolate filesystem for seprate instances of the MemoryDisk
    -   Fixed FSDisk#delete to calcualte path properly first [major bug missed by lack of tests :(]
    -   Support node >= 10 now since we don't rely on fs.readdir's withFileTypes option
    -   Support streaming in FSDisk#read by delegating to createReadStream
    -   Use fs-extras for LocalDisk to prepare for mkdirp and make other future things easier
    bericp1 committed Apr 6, 2019
    Copy the full SHA
    22b968b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc169be View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Copy the full SHA
    d611a16 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    15be4ea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b1b6211 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3845374 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

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

Commits on Apr 10, 2019

  1. Copy the full SHA
    5b96594 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Copy the full SHA
    69c5aaf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c46309f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dbc91da View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Carimus/feature/temp-and-perm-urls

    [Feat] Temporary and Permanent URLs
    bericp1 committed Apr 11, 2019
    Copy the full SHA
    1a2fc28 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cba05a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Copy the full SHA
    a938cad View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    010f4c1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1c95023 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Copy the full SHA
    0906637 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    616915e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    08a3cf3 View commit details
    Browse the repository at this point in the history