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-uploads #2

Merged
merged 34 commits into from Apr 17, 2019
Merged

Commits on Apr 4, 2019

  1. Copy the full SHA
    886ca2e View commit details
    Browse the repository at this point in the history
  2. docs(*): update description

    bericp1 committed Apr 4, 2019
    Copy the full SHA
    f1023ee View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    78213d8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2a2c163 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. feat(*): implement the base logic for uploading files and handling disks

    Still need to implement delete and transfer and write some tests for the repository functionality
    before this is ready to ship.
    bericp1 committed Apr 5, 2019
    Copy the full SHA
    6e52388 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    981ef26 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bd5e58b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0e23280 View commit details
    Browse the repository at this point in the history
  5. fix(ci): use postinstall in development, prepublishOnly in publish

    Merged in from upstream.
    bericp1 committed Apr 5, 2019
    Copy the full SHA
    5e534eb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    39a5d42 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1a4a007 View commit details
    Browse the repository at this point in the history
  8. 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
  9. Copy the full SHA
    f5c2993 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    641e07a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    6366265 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    3f527da View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a944145 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

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

Commits on Apr 9, 2019

  1. fix(*): write tests for service and fix revealed bugs

    Also:
    
    -   Add `MemoryRepository` (basically an in-memory db) to support tests
    -   Test the entire Uploads public API surface area
    -   Fix revealed bugs from tests
    -   Actually delete on update (to mimc file move)
    -   Install memfs in order to use a memory disk for testing
    -   Use process.hrtime for generation of filenames to get unique timestamps even in the same tick
    bericp1 committed Apr 9, 2019
    Copy the full SHA
    a11bda8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58fd1dd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    717880a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    18cda3a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    56fc645 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. docs(*): add usage docs

    bericp1 committed Apr 10, 2019
    Copy the full SHA
    3761db3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7701ce6 View commit details
    Browse the repository at this point in the history
  3. docs(*): detailed usage docs

    Also, reorganize the transfer arguments to make more sense
    bericp1 committed Apr 10, 2019
    Copy the full SHA
    4158671 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Copy the full SHA
    4503bfd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d25fa6f View commit details
    Browse the repository at this point in the history
  3. docs(todo): remove todo

    bericp1 committed Apr 11, 2019
    Copy the full SHA
    14d0632 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Copy the full SHA
    a824d88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Carimus/feature/initial-implementation

    Base implementation
    bericp1 committed Apr 12, 2019
    Copy the full SHA
    4d351f4 View commit details
    Browse the repository at this point in the history
  3. fix(types): add types for tmp

    We do not explicitly depend on tmp however we use types from the @carimus/node-disks package which does use types from tmp so we need to know about them.
    bericp1 committed Apr 12, 2019
    Copy the full SHA
    64eb054 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f075e4f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2a07789 View commit details
    Browse the repository at this point in the history