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

IPIP-337: Delegated Content Routing HTTP API #337

Merged
merged 29 commits into from
Feb 11, 2023

Commits on Oct 18, 2022

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

Commits on Oct 19, 2022

  1. changes based on feedback

    * Add detailed signature procedure for PUT /v1/providers
    * Add error codes
    * Remove pagination and limit field
    * Many other small changes based on feedback
    guseggert committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    65d178b View commit details
    Browse the repository at this point in the history
  2. fix some formatting

    guseggert committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4c024dd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    0acdb01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b4437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13d695c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3e744a View commit details
    Browse the repository at this point in the history
  5. add timestamp type

    guseggert committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    451b1e9 View commit details
    Browse the repository at this point in the history
  6. adjust provider record

    guseggert committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    27d23e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9984a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    fff68c3 View commit details
    Browse the repository at this point in the history
  2. formatting fix

    guseggert committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    11f4ca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39c467e View commit details
    Browse the repository at this point in the history
  4. s/Multiaddrs/Addrs

    guseggert committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    87ff0ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96d55d0 View commit details
    Browse the repository at this point in the history
  6. remove dangling status code

    guseggert committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4264a2d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    0f49dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7238e63 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Dec 7, 2022

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

Commits on Jan 16, 2023

  1. ipip-337: apply suggestions from review

    Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
    Co-authored-by: Masih H. Derkani <m@derkani.org>
    3 people authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1aac44c View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    Co-authored-by: Masih H. Derkani <m@derkani.org>
    lidel and masih authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    acc397b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Reduce the scope of IPIP-337 by excluding write operations

    Reduce the scope of IPIP-337 by temporarily excluding write operation.
    The write operations are to be added in a separate PR once the IPIP-337
    is merged.
    
    See:
     - #337
    masih committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    325ca1e View commit details
    Browse the repository at this point in the history
  2. Address lint issues

    Fix lint issues as reported by GitHub `super-liner`, including:
    - empty lines surrounding headers.
    - maximum line length.
    - unique headers
    - natural language.
    - tailing space.
    masih committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9c47a31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #370 from ipfs/masih/rm_put_deleg_routing_api

    Reduce the scope of IPIP-337 by excluding write operations
    lidel authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    512bc05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    655b1f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Remove pagination and transport & transfer filters

    These were not implemented so do not belong in this spec. If we
    implement them later, we can reintroduce them at that time.
    guseggert committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d343189 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

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