Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: storacha/dagula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: storacha/dagula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on May 18, 2023

  1. feat: add ordering option to getPath (#19)

    # Goals
    
    This adds support for depth first traversals to Dagula. It's designed to
    be in conformance with ipfs/specs#412.
    
    (will update if parameter names change)
    
    # Implementation
    
    - adds order parameter to options struct for getPath and get
    - renames breadFirstSearch to blockLinks (it isn't really "bread first
    search" so much as "all the links in this block").
    - handles ordering change inside of `get`, using recursion for
    depth-first-search
    - adds tests for both orders.
    
    ---------
    
    Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
    hannahhoward and Alan Shaw authored May 18, 2023
    Configuration menu
    Copy the full SHA
    ad25001 View commit details
    Browse the repository at this point in the history
  2. feat: support yamux muxer (#11)

    Note: elastic-ipfs/bitswap-peer#205 needs to
    merge before yamux will be used with the default peer.
    Alan Shaw authored May 18, 2023
    Configuration menu
    Copy the full SHA
    24ef997 View commit details
    Browse the repository at this point in the history
  3. fix!: rename dagScope to carScope (#21)

    Spec got an update `carScope` -> `dagScope` and `file` scope ->
    `entity`.
    Alan Shaw authored May 18, 2023
    Configuration menu
    Copy the full SHA
    497cc90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e0d648 View commit details
    Browse the repository at this point in the history
  5. refactor!: remove search option (#23)

    This PR removes the internal `search` option in favour of a block
    `filter` option.
    
    I also fixed all the types in `index.js`...was having a hard time with
    `Link` vs `CID` and decided to upgrade everything to use `Link`, seeing
    as this is going out as a breaking change anyway.
    Alan Shaw authored May 18, 2023
    Configuration menu
    Copy the full SHA
    9ede86f View commit details
    Browse the repository at this point in the history
  6. chore(main): release 7.0.0 (#20)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [7.0.0](v6.0.2...v7.0.0)
    (2023-05-18)
    
    
    ### ⚠ BREAKING CHANGES
    
    * remove search option
    ([#23](#23))
    * rename dagScope to carScope
    ([#21](#21))
    
    ### Features
    
    * add ordering option to getPath
    ([#19](#19))
    ([ad25001](ad25001))
    * support yamux muxer
    ([#11](#11))
    ([24ef997](24ef997))
    
    
    ### Bug Fixes
    
    * rename dagScope to carScope
    ([#21](#21))
    ([497cc90](497cc90))
    
    
    ### refactor
    
    * remove search option
    ([#23](#23))
    ([9ede86f](9ede86f))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 18, 2023
    Configuration menu
    Copy the full SHA
    0fc173d View commit details
    Browse the repository at this point in the history
Loading