Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 1 | -4/+4 |
| | | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff | ||||
* | commands: add a nice terminal progress bar when building the cache | Michael Muré | 2023-01-11 | 1 | -1/+9 |
| | | | | One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user. | ||||
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 1 | -23/+11 |
| | |||||
* | WIP | Michael Muré | 2022-11-29 | 1 | -28/+41 |
| | |||||
* | generalized interface for an Entity | Michael Muré | 2022-08-25 | 1 | -1/+1 |
| | |||||
* | dag: test op serialisation with the unmarshaller, to allow resolving entities | Michael Muré | 2022-08-24 | 1 | -1/+3 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | core: generalized resolvers to resolve any entity time when unmarshalling an ↵ | Michael Muré | 2022-08-18 | 1 | -9/+81 |
| | | | | operation | ||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -1/+1 |
| | | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing | ||||
* | update doc | Michael Muré | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #763 from MichaelMure/resolve-entity | Michael Muré | 2022-03-10 | 1 | -1/+1 |
|\ | | | | | entity: allow to resolve identities when numashalling operations | ||||
| * | entity: allow to resolve identities when numashalling operations | Michael Muré | 2022-03-10 | 1 | -1/+1 |
| | | |||||
* | | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 | 1 | -3/+3 |
|/ | |||||
* | entity: make sure merge commit don't have operations | Michael Muré | 2021-02-14 | 1 | -0/+4 |
| | |||||
* | entity: support different author in staging operations | Michael Muré | 2021-02-14 | 1 | -45/+54 |
| | |||||
* | entity: pass the identity resolver instead of defining it once | Michael Muré | 2021-02-14 | 1 | -10/+8 |
| | | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational. | ||||
* | entity: expose create and edit lamport clocks | Michael Muré | 2021-02-14 | 1 | -13/+38 |
| | |||||
* | entity: remove the pack lamport time that doesn't bring anything actually | Michael Muré | 2021-02-14 | 1 | -28/+4 |
| | |||||
* | entity: use BFS instead of DFS to get the proper topological order | Michael Muré | 2021-02-14 | 1 | -19/+17 |
| | |||||
* | entity: readAll and more testing | Michael Muré | 2021-02-14 | 1 | -1/+47 |
| | |||||
* | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 1 | -10/+4 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 1 | -0/+389 |