Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | WIP operation with files | Michael Muré | 2021-03-14 | 8 | -21/+91 | |
| * | | | bug: nonce on all operation to prevent id collision | Michael Muré | 2021-03-14 | 5 | -20/+41 | |
| * | | | entity: no sign-post needed | Michael Muré | 2021-02-20 | 9 | -27/+0 | |
| * | | | bug: wrap dag.Entity into a full Bug in MergeAll | Michael Muré | 2021-02-14 | 4 | -4/+23 | |
| * | | | fix merge | Michael Muré | 2021-02-14 | 5 | -50/+7 | |
| * | | | minor cleanups | Michael Muré | 2021-02-14 | 10 | -9/+10 | |
| * | | | entity: make sure merge commit don't have operations | Michael Muré | 2021-02-14 | 1 | -0/+4 | |
| * | | | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 51 | -2040/+335 | |
| * | | | entity: support different author in staging operations | Michael Muré | 2021-02-14 | 8 | -101/+113 | |
| * | | | entity: pass the identity resolver instead of defining it once | Michael Muré | 2021-02-14 | 7 | -57/+53 | |
| * | | | entity: clock loader | Michael Muré | 2021-02-14 | 1 | -0/+41 | |
| * | | | entity: expose create and edit lamport clocks | Michael Muré | 2021-02-14 | 1 | -13/+38 | |
| * | | | entity: implement remove | Michael Muré | 2021-02-14 | 4 | -2/+56 | |
| * | | | entity: remove the pack lamport time that doesn't bring anything actually | Michael Muré | 2021-02-14 | 4 | -118/+4 | |
| * | | | require go 1.15 | Michael Muré | 2021-02-14 | 2 | -2/+2 | |
| * | | | entity: working commit signatures | Michael Muré | 2021-02-14 | 4 | -7/+105 | |
| * | | | entity: test all merge scenario | Michael Muré | 2021-02-14 | 2 | -28/+200 | |
| * | | | entity: use BFS instead of DFS to get the proper topological order | Michael Muré | 2021-02-14 | 1 | -19/+17 | |
| * | | | entity: more testing and bug fixing | Michael Muré | 2021-02-14 | 8 | -89/+221 | |
| * | | | entity: readAll and more testing | Michael Muré | 2021-02-14 | 10 | -22/+203 | |
| * | | | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 19 | -228/+303 | |
| * | | | WIP | Michael Muré | 2021-02-14 | 38 | -1516/+1547 | |
| * | | | entity: total ordering of operations | Michael Muré | 2021-02-14 | 2 | -7/+23 | |
| * | | | entity: clocks and write | Michael Muré | 2021-02-14 | 4 | -52/+387 | |
| * | | | entity: add embryo of a generic, DAG-enabled entity | Michael Muré | 2021-02-14 | 3 | -0/+333 | |
| * | | | repository: partially add two new functions to RepoData | Michael Muré | 2021-02-14 | 6 | -16/+96 | |
| * | | | entity: add error to signal invalid format | Michael Muré | 2021-02-14 | 1 | -18/+21 | |
| * | | | command: fix "comment edit" usage | Michael Muré | 2021-02-14 | 1 | -1/+1 | |
| * | | | entity: generalize the combined Ids, use 64 length | Michael Muré | 2021-02-14 | 9 | -78/+110 | |
| * | | | bug: fix tests | Michael Muré | 2021-02-14 | 4 | -23/+33 | |
| * | | | Change the comment ID to use both bug and comment ID references. | vince | 2021-02-14 | 15 | -6/+303 | |
| * | | | bug: don't store the id in Bug, match how it's done for Identity | Michael Muré | 2021-02-14 | 3 | -35/+26 | |
| * | | | bug: debug | Michael Muré | 2021-02-14 | 1 | -0/+2 | |
| * | | | entity: unique function to generate IDs | Michael Muré | 2021-02-14 | 3 | -17/+19 | |
| * | | | identity: PR fixes | Michael Muré | 2021-02-14 | 6 | -7/+20 | |
| * | | | deal with the previous changes | Michael Muré | 2021-02-14 | 19 | -138/+124 | |
| * | | | bug: Id from first operation data, not git + remove root link | Michael Muré | 2021-02-14 | 19 | -307/+341 | |
| * | | | identity: Id from data, not git + hold multiple lamport clocks | Michael Muré | 2021-02-14 | 8 | -386/+432 | |
| * | | | repo: expose all lamport clocks, move clocks in their own folder | Michael Muré | 2021-02-14 | 22 | -75/+251 | |
| * | | | lamport: match wikipedia algorithm | Michael Muré | 2021-02-14 | 2 | -2/+2 | |
* | | | | Merge pull request #611 from MichaelMure/fix-no-filter | Michael Muré | 2021-03-29 | 1 | -0/+3 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | cache: fix no-label filter not properly wired | Michael Muré | 2021-03-29 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | cache: test for FTS bub with long description | Michael Muré | 2021-03-29 | 1 | -0/+20 | |
* | | | cache: only FTS index token < 100 characters | Michael Muré | 2021-03-28 | 1 | -3/+18 | |
* | | | Merge pull request #608 from MichaelMure/fix-config | Michael Muré | 2021-03-28 | 5 | -10/+61 | |
|\ \ \ | ||||||
| * | | | repo: fix various config issues around case insentivity | Michael Muré | 2021-03-28 | 5 | -10/+61 | |
|/ / / | ||||||
* | | | Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issues | Michael Muré | 2021-03-24 | 18 | -21/+956 | |
|\ \ \ | ||||||
| * | | | Treat description not as edit | Sascha | 2021-03-24 | 1 | -9/+20 | |
| * | | | Improve description of target-field | Sascha | 2021-03-20 | 1 | -1/+1 | |
| * | | | Remove TODO comments | Sascha | 2021-03-20 | 1 | -2/+0 |