fission
fission copied to clipboard
Fission CLI & server
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...
It should be possible to transition between different types of public keys. This technically should already be possible with the `PUT /v3/api/user/did` endpoint with a JSON object that looks like...
# Summary ## Problem Developers are not able to easily list apps they have registered at the command line. ### Impact Developers need to keep track of which apps they...
# Summary ## Problem 1. `fission setup` 2. enter invalid username: `asbd.23` 3. cli just exits. ## Solution verbose mode ``` $ fission setup -v 📛 Please enter your username:...
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.
@expede and I were discussing the in-progress append endpoint feature on the `append-endpoint` branch. In the current implementation, files that are uploaded to the endpoint will replace existing files, an...
NB: Feature requests will only be considered if they solve a pain # Summary ## Problem If a developer appends to an app, then publishes the app, their appended files...
(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...