Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / qri-io/qfs issues and pull requests

#56 - chore(deps): bump golang.org/x/sys from 0.0.0-20210511113859-b0526f3d8744 to 0.1.0

Pull Request - State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#55 - chore(deps): bump github.com/ipfs/go-unixfs from 0.2.5 to 0.4.3

Pull Request - State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#54 - chore(deps): bump github.com/ipfs/go-ipfs from 0.9.1 to 0.13.1

Pull Request - State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#53 - fix(qipfs): keep context when GoOnline is called

Pull Request - State: closed - Opened by b5 over 3 years ago

#52 - Add MerkleDagStore, Remove AddingFS

Pull Request - State: closed - Opened by b5 over 3 years ago

#51 - fix(qipfs): use passed-in arg for migration

Pull Request - State: closed - Opened by b5 over 3 years ago

#50 - add SizeFile extension interface to report file size

Pull Request - State: closed - Opened by b5 over 3 years ago
Labels: feat

#49 - chore(release): release v0.6.0

Pull Request - State: closed - Opened by ramfox over 3 years ago
Labels: chore

#48 - chore(deps): bump dependencies go-ipfs -> v0.9.0

Pull Request - State: closed - Opened by b5 over 3 years ago
Labels: chore

#47 - chore(cafs): remove CAFS package

Pull Request - State: closed - Opened by b5 about 4 years ago
Labels: chore

#46 - feat: Write Hooks

Pull Request - State: closed - Opened by b5 about 4 years ago
Labels: feat

#45 - feat(ipfs_http): support PUT on IPFS over http

Pull Request - State: closed - Opened by b5 over 4 years ago
Labels: feat, ipfs

#44 - feat(qipfs): add optional ListeningAddrs config field

Pull Request - State: closed - Opened by ramfox over 4 years ago
Labels: feat

#43 - fix(linux): migration fix for copying on cross link device

Pull Request - State: closed - Opened by Arqu over 4 years ago
Labels: fix

#42 - feat(qipfs): add `DisableBootstrap` as qipfs config option

Pull Request - State: closed - Opened by ramfox over 4 years ago
Labels: feat

#41 - feat(`qipfs`): add `no bootstrap` option

Issue - State: closed - Opened by ramfox over 4 years ago
Labels: feat

#40 - chore(release): release v0.5.0

Pull Request - State: closed - Opened by b5 over 4 years ago - 1 comment
Labels: chore

#39 - fix(qipfs): use new default IPFS address configuration on repo init

Pull Request - State: closed - Opened by b5 over 4 years ago
Labels: fix

#38 - feat(qipfs): PinsetDifference function channels a filtered set of recursive pins

Pull Request - State: closed - Opened by b5 over 4 years ago
Labels: feat, fix, ipfs

#37 - feat(qipfs): add QUIC swarm listeners when internalizing repo

Pull Request - State: closed - Opened by b5 over 4 years ago
Labels: feat

#36 - chore(deps): bump go-ipfs to v0.6.0

Pull Request - State: closed - Opened by b5 over 4 years ago - 1 comment
Labels: chore

#35 - refactor(muxfs): rework muxfs API

Pull Request - State: closed - Opened by b5 over 4 years ago
Labels: refactor

#34 - refactor: add error method to done interface, move ipfs to "qipfs" package

Pull Request - State: closed - Opened by b5 over 4 years ago
Labels: refactor, fix, ipfs

#33 - fix(ipfs): relase IPFS repo lock with new ReleasingFilesystem interface

Pull Request - State: closed - Opened by b5 over 4 years ago
Labels: fix

#32 - refactor(`RunMigrations`): func that copies, migrates, and moves the ipfs

Pull Request - State: closed - Opened by ramfox over 4 years ago
Labels: refactor

#31 - refactor(muxfs): add `GetHandler` and `GetResolver` functions

Pull Request - State: closed - Opened by ramfox over 4 years ago
Labels: refactor, fix

#30 - refactor(`PathKind`): add `/fsi` prefix that returns "local"

Issue - State: open - Opened by ramfox over 4 years ago
Labels: refactor

#29 - refactor(`cafs/ipfs`): `DefaultConfig` needs more reliable repo path default

Issue - State: closed - Opened by ramfox over 4 years ago - 2 comments
Labels: refactor

#28 - fix(`ipfs`): need to check repo lock before opening a repo

Issue - State: closed - Opened by ramfox over 4 years ago
Labels: bug

#26 - Configurable Multiplexed Filesystem

Issue - State: closed - Opened by b5 over 4 years ago - 8 comments

#25 - feat(muxfs): take `MuxConfig` and return a Mux filesystem

Pull Request - State: closed - Opened by ramfox over 4 years ago - 2 comments
Labels: refactor

#24 - chore(deps): upgrade to go-ipfs 0.5.0

Pull Request - State: closed - Opened by b5 almost 5 years ago - 1 comment
Labels: chore

#22 - feat(cafs): Mapstore method PutFileAtKey makes testing a bit easier

Pull Request - State: closed - Opened by dustmop almost 5 years ago
Labels: feat

#21 - need examples for creating & working with files

Issue - State: open - Opened by b5 about 5 years ago
Labels: docs, test

#20 - chore(deps): update go module deps

Pull Request - State: closed - Opened by b5 about 5 years ago
Labels: chore

#18 - Implement IPLD graph persistence for ipfs

Issue - State: open - Opened by b5 about 5 years ago

#17 - Separate Write methods into their own interface

Issue - State: open - Opened by b5 about 5 years ago

#16 - Reposition qfs to wrap the values package

Issue - State: open - Opened by b5 about 5 years ago

#15 - feat(file): add MediaType and ModTime to qfs.File

Pull Request - State: closed - Opened by b5 about 5 years ago - 1 comment
Labels: feat

#14 - fix(ipfs): use blockstore.Has to check for hash locality

Pull Request - State: closed - Opened by b5 about 5 years ago
Labels: fix

#13 - fix(memstore): `Unpin` in memstore should also delete the entry

Pull Request - State: closed - Opened by ramfox over 5 years ago

#12 - refactor(Filesystem): expand filesystem interface to include writes

Pull Request - State: closed - Opened by b5 over 5 years ago
Labels: refactor

#11 - feat(WritableFilesystem): introduce writable interface for filesystem

Pull Request - State: closed - Opened by b5 over 5 years ago
Labels: feat, interface

#10 - refactor(contxt): require context on exported interfaces

Pull Request - State: closed - Opened by b5 over 5 years ago
Labels: refactor

#9 - feat(ipfs_http): add new cafs store that talks to ipfs over http

Pull Request - State: closed - Opened by b5 over 5 years ago - 1 comment
Labels: feat

#8 - make this repo pass golint

Issue - State: open - Opened by b5 over 5 years ago - 1 comment
Labels: docs

#7 - chore(release): v0.1.0

Pull Request - State: closed - Opened by b5 over 5 years ago
Labels: chore, refactor

#6 - fix(fsrepo): close fsrepo on context cancellation

Pull Request - State: closed - Opened by b5 over 5 years ago

#5 - feat(destroyer): add destroyer interface

Pull Request - State: closed - Opened by b5 almost 6 years ago
Labels: feat

#4 - feat(MemFS): make MemFS actually do something

Pull Request - State: closed - Opened by b5 almost 6 years ago
Labels: feat

#3 - qfs.AbsPath should learn to ignore valid qri dataset ref strings

Issue - State: open - Opened by b5 almost 6 years ago
Labels: feat

#2 - change hash prefix from /map/ to /mem/

Issue - State: open - Opened by ramfox almost 7 years ago - 1 comment

#1 - feat(qfs): initial qri filesystem abstraction

Pull Request - State: closed - Opened by b5 almost 6 years ago