James Walker
James Walker
For AOL apps where email may be optional, provide a function to allow implementations to provide an identity function (auto generated username). * Depends on https://github.com/fission-suite/fission/issues/616
# Summary ## Problem Currently, the API requires that developers explicitly call `fs.publish` after any "mutation" (`mkdir`, `add`/`write`, etc). This reduces the backend load / updates and makes it more...
Right now, people have to generate permalink URLs "By hand" ( a la `ipfs.runfission.com/ipfs/${cid}/${filename}` ) which isn't impossible, but could be easier. We should also ideally have two versions: 1....
The most recent server changes (From #625 ) didn't bump the server version making it more difficult to determine deployed versions. This PR just bumps the version in fission-web-server/package.yaml.
Another **VERY WIP EXPERIMENT** using [haskell.nix](https://github.com/input-output-hk/haskell.nix) to build proper nix packages for fission cli + server. Known issues: - [ ] Builds a *lot* of stuff (there is *no* binary...
Using stack's nix integration with `--nix-pure` seems to be (sometimes?) creating segfaults in stack specifically on aarch64-darwin. This PR simply removes `--nix-pure` from the stack wrapper.
(WIP for now)
# Summary ## Problem The fission-server is currently using a deprecated IPFS API to size usage apps and user file systems. ### Impact This means there is incorrect reporting in...
The CLI fetches a version of go-ipfs during `fission setup` ... however, we don't check or update the bundled go-ipfs at other times. This means that even if you update...
Currently the `peers` entry in `config.yaml` only updates when `fission setup` is run... so, if the peer list changes, this won't be reflected. We can periodically re-fetch this. We already...