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

feat: support UnixFSv1.5 metadata #2621

Merged
merged 18 commits into from
Jan 10, 2020
Merged

feat: support UnixFSv1.5 metadata #2621

merged 18 commits into from
Jan 10, 2020

Commits on Dec 23, 2019

  1. feat: support UnixFSv1.5 metadata

    Adds metadata support.
    
    Specifying metadata:
    
    ```console
    $ jsipfs add --mode=0777 --mtime=100000 ./foo.txt
    ```
    
    Respecting exsting metadata:
    
    ```console
    $ jsipfs add --preserve-mode --preserve-mtime ./foo.txt
    ```
    
    Displaying metadata:
    
    ```console
    $ jsipfs ls Qmfoo
    -rw-r--r-- Nov 21, 2019, 09:46:23 AM CST bar.txt Qbar 0
    ```
    achingbrain committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    230b226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8cc48 View commit details
    Browse the repository at this point in the history
  3. chore: fix linting

    achingbrain committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    d5554b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c045aec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b6251d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    122c38e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05709a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91c791a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4710a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a557b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7353f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Configuration menu
    Copy the full SHA
    3e36986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    825b946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0f8df3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    8fa59ac View commit details
    Browse the repository at this point in the history
  2. fix: linting

    achingbrain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    2d36d6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0295250 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

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