Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Initial work #1

Merged
merged 65 commits into from
Oct 17, 2019
Merged

Initial work #1

merged 65 commits into from
Oct 17, 2019

Commits on Mar 5, 2019

  1. Basic setup

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    e214b8f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Basic migrator functionality

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    e1f8d93 View commit details
    Browse the repository at this point in the history
  2. Strict mode

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    04b8b4d View commit details
    Browse the repository at this point in the history
  3. Linting

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    b386cb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Working CLI

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    48525dc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Improving CLI usablity

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    1748537 View commit details
    Browse the repository at this point in the history
  2. Dropping migration class interface

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    fd07c3e View commit details
    Browse the repository at this point in the history
  3. Improving error handling and other tweaks of migrations

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    5091b72 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Refactoring to drop ipfs-repo in favor of datastore

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    9eb9418 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Refactor migrator to pass only repo's path into migration and not dat…

    …astore instance.
    
    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    3b18eba View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. 'add' command for CLI

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    d9311b0 View commit details
    Browse the repository at this point in the history
  2. Linting

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    6a1a379 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Writing proper README

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    5a537ce View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Revert tests

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    5e6c4ba View commit details
    Browse the repository at this point in the history
  2. Migrate tests

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b68f252 View commit details
    Browse the repository at this point in the history
  3. More tests

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    7e5992a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Tests for lock.js and version.js

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    6df2da1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Description of tests

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    1a15eea View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Update interface-datastore dependency

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    e7eb523 View commit details
    Browse the repository at this point in the history
  2. Fixing package-lock with correct interface-datastore version

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    348c8c4 View commit details
    Browse the repository at this point in the history
  3. Update wording of CLI reporter

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    fc7166a View commit details
    Browse the repository at this point in the history
  4. Correct doctype for optional parameters

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    1446453 View commit details
    Browse the repository at this point in the history
  5. Exposing repo.getVersion

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    966080f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Improving verification of reversibility

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    b64412b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Adding check if repo is initialized

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 1, 2019
    Configuration menu
    Copy the full SHA
    c9d4724 View commit details
    Browse the repository at this point in the history
  2. Renaming logging key

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 1, 2019
    Configuration menu
    Copy the full SHA
    526d191 View commit details
    Browse the repository at this point in the history
  3. Adding parameter ignoreLock

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 1, 2019
    Configuration menu
    Copy the full SHA
    11111b7 View commit details
    Browse the repository at this point in the history
  4. Adding parameter for options

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 1, 2019
    Configuration menu
    Copy the full SHA
    6dc649b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Adding documentation for ignoreLock and options parameters

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 15, 2019
    Configuration menu
    Copy the full SHA
    de6527e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Instructions on integration with js-ipfs

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 22, 2019
    Configuration menu
    Copy the full SHA
    dde678a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Updating dependencies

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 30, 2019
    Configuration menu
    Copy the full SHA
    1165993 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Implementing Error's codes

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 31, 2019
    Configuration menu
    Copy the full SHA
    64217df View commit details
    Browse the repository at this point in the history
  2. Refactoring into options object

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 31, 2019
    Configuration menu
    Copy the full SHA
    e18e6d0 View commit details
    Browse the repository at this point in the history
  3. Merging revert and migrate CLI commands

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 31, 2019
    Configuration menu
    Copy the full SHA
    1047d1a View commit details
    Browse the repository at this point in the history
  4. Extanding README with usage and other details

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed May 31, 2019
    Configuration menu
    Copy the full SHA
    c836ed7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Integration test

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    494e1c9 View commit details
    Browse the repository at this point in the history
  2. Removing error message assertions

    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    3d29da1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    991fadf View commit details
    Browse the repository at this point in the history
  2. Adding basic sharness tests

    AuHau committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    6649ea4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    7aa59d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c7cbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5f3ddf View commit details
    Browse the repository at this point in the history
  4. Linting

    AuHau committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    43d0066 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Sharness tests

    AuHau committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6715d0d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    c665a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e819342 View commit details
    Browse the repository at this point in the history
  3. Fixing integration tests

    AuHau committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    e7b6867 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Grammar check

    Co-Authored-By: dirkmc <dirkmdev@gmail.com>
    AuHau and dirkmc committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    f89b530 View commit details
    Browse the repository at this point in the history
  2. Info about versioning

    AuHau committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    d19b486 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Grammar fixes

    Co-Authored-By: dirkmc <dirkmdev@gmail.com>
    AuHau and dirkmc authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    405d259 View commit details
    Browse the repository at this point in the history
  2. Messages tweak

    Co-Authored-By: dirkmc <dirkmdev@gmail.com>
    AuHau and dirkmc authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    4ab9c4d View commit details
    Browse the repository at this point in the history
  3. Default paramaters

    Co-Authored-By: dirkmc <dirkmdev@gmail.com>
    AuHau and dirkmc authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    77ca00e View commit details
    Browse the repository at this point in the history
  4. Tweaks

    AuHau committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    f6787a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94cdc7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fc8244 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    188268a View commit details
    Browse the repository at this point in the history
  8. style: lint fix

    AuHau committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    1a6d6c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Message wordings

    Co-Authored-By: dirkmc <dirkmdev@gmail.com>
    AuHau and dirkmc authored Jul 25, 2019
    Configuration menu
    Copy the full SHA
    3e4415d View commit details
    Browse the repository at this point in the history
  2. fix: tweaks

    AuHau committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    a0ce795 View commit details
    Browse the repository at this point in the history
  3. style: package json lint fix

    AuHau committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    6996b6f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. fix: update add command

    AuHau committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    edc7530 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    724d02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93c732 View commit details
    Browse the repository at this point in the history
  3. style: lint

    AuHau committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    813f2aa View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. fix: apply review suggestions

    Co-Authored-By: David Dias <daviddias.p@gmail.com>
    AuHau and daviddias committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    a3d1712 View commit details
    Browse the repository at this point in the history