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

feat(iroh): add node wide default author for documents #2299

Merged
merged 25 commits into from
May 23, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    7b6d0c8 View commit details
    Browse the repository at this point in the history
  2. adjust example

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    04735a0 View commit details
    Browse the repository at this point in the history
  3. fix comments

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c5d224b View commit details
    Browse the repository at this point in the history
  4. expand docs

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d078ae3 View commit details
    Browse the repository at this point in the history
  5. fixup

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0915b15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2310cd3 View commit details
    Browse the repository at this point in the history
  7. fixup

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8d870d7 View commit details
    Browse the repository at this point in the history
  8. test: fix author tests

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7691aef View commit details
    Browse the repository at this point in the history
  9. fix authors test

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b325856 View commit details
    Browse the repository at this point in the history
  10. chore: clippy & doclinks

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0217c00 View commit details
    Browse the repository at this point in the history
  11. chore: clippy

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    185fe6c View commit details
    Browse the repository at this point in the history
  12. refactor: rename

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    894aaa3 View commit details
    Browse the repository at this point in the history
  13. feat: set default author

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b361aae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e54fa90 View commit details
    Browse the repository at this point in the history
  15. fix test

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f3ec119 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    82ad645 View commit details
    Browse the repository at this point in the history
  17. fixup

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    004bf5c View commit details
    Browse the repository at this point in the history
  18. better error messages

    Frando authored and dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c36326f View commit details
    Browse the repository at this point in the history
  19. debug

    dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9bd9ef5 View commit details
    Browse the repository at this point in the history
  20. maybe gha?

    dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0d56232 View commit details
    Browse the repository at this point in the history
  21. fixup rebase

    dignifiedquire committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5ccdf0b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a6f014a View commit details
    Browse the repository at this point in the history
  23. fix docs

    Frando committed May 22, 2024
    Configuration menu
    Copy the full SHA
    62423aa View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix(iroh-cli): store console files in subdirectory of iroh data dir

    ## Description
    
    We used to store the console files (history and current author) in a
    subdirectory `console` under the iroh data dir. This got lost in some
    refacorings, and the console files currently are created in the iroh
    data directory directly.
    
    This is bad because the iroh data directory is a single namespace, and
    we should use it cautiously.
    
    This PR goes back to using a `console` subdirectory. Existing files are
    migrated on first start of the console.
    
    Based on #2299 because this already made the environment init functions
    async.
    
    ## Breaking Changes
    
    <!-- Optional, if there are any breaking changes document them,
    including how to migrate older code. -->
    
    ## Notes & open questions
    
    <!-- Any notes, remarks or open questions you have to make about the PR.
    -->
    
    ## Change checklist
    
    - [ ] Self-review.
    - [ ] Documentation updates if relevant.
    - [ ] Tests if relevant.
    - [ ] All breaking changes documented.
    Frando committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0b8188c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e1ccf View commit details
    Browse the repository at this point in the history