Thomas Gazagnaire

Results 144 issues of Thomas Gazagnaire

This is WIP ; it's compiling but the backend will just fail if they see inlined subtrees.

type/performance

Would be good to add a proof-of-concept backend which dispatch its keys on different backends type. Maybe using a `key -> Irmin.S` dispatch function. So that would be easier to...

type/feature
area/backend

We don't currently merge two strings if both contents has been modified since the have branched from a common ancestor. To improve that, need to have a look at https://github.com/janestreet/patdiff...

type/feature
area/core

Would be good to have a way to query a remote database for a partial state: - clone the subtree under `a/b/` - pull everything matching `a/b/*.txt` - ...

type/feature
area/core

`Irmin.history` could take an (optional) diff function as argument and return a graph with diffs between commits on the edges. We should also provide basic diff function for strings and...

type/feature

Currently the REST API doesn't have access control. Need to add something before being able to use in the wild.

type/feature
area/api
type/security

Would be nice to have an encrypted backend, built as a functor on top of an other backend.

type/feature
type/security
area/backend

Not sure what exactly its type should be, neither its semantic, but we nee one. Two options: - either add a specialised search function in the REST API, to work...

type/feature
area/api

> It would also be useful to get the commit object from the merge before > updating the branch. That way, I could try loading it as a sanity >...

type/feature

Would be great if counters could be distinguished from int in their JSON representation, so they could be mixed in the same store with a different merge semantic. This would...

type/feature
feature/merge