Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore: split core, http api server and cli out from ipfs module #3288

Merged
merged 44 commits into from
Sep 28, 2020

Commits on Sep 15, 2020

  1. chore: split core, http api server and cli out from ipfs module

    Decomposes the main ipfs module into separate core, http api server and
    cli modules which encapsulate the different parts of ipfs.
    
    This allows us to:
    
    1. Omit modules/code/depencies if they aren't going to be used
    2. Reduces the amount of tests being run in series
    
    I'm hoping this will get us to sub-15 minute builds.
    
    Fixes #2678
    Fixes #2877
    achingbrain committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    050e84b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

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

Commits on Sep 17, 2020

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

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    9ce0927 View commit details
    Browse the repository at this point in the history
  2. chore: fix deps

    achingbrain committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    dce768a View commit details
    Browse the repository at this point in the history
  3. chore: temp test script

    achingbrain committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b1aef91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b03ebef View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    f1371a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bee6aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a0ebfa View commit details
    Browse the repository at this point in the history
  4. chore: restore test envs

    achingbrain committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    607264a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    368d7c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bb4b32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f5fb9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bae148 View commit details
    Browse the repository at this point in the history
  9. chore: restore null guard

    achingbrain committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    d0aee45 View commit details
    Browse the repository at this point in the history
  10. chore: fix failing tests

    achingbrain committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    f0aa34a View commit details
    Browse the repository at this point in the history
  11. chore: more failing tests

    achingbrain committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    fa83a26 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac5f0d6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8ed00f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. chore: debug http js

    achingbrain committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d352a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19faf35 View commit details
    Browse the repository at this point in the history
  3. chore: debug http js

    achingbrain committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    f761383 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2844b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76f7ebb View commit details
    Browse the repository at this point in the history
  6. chore: where is my build

    achingbrain committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    2ae72ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3301752 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a03065 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03161d5 View commit details
    Browse the repository at this point in the history
  10. chore: more logging

    achingbrain committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    2bbdaec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86f054b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cac6370 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15f48bb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e8607d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bcda138 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    2d03d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0898b48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e7ef89 View commit details
    Browse the repository at this point in the history
  4. chore: turn on go pubsub

    achingbrain committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    5019f71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fdf39c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0967ba9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91c44d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c5c626 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8227840 View commit details
    Browse the repository at this point in the history