Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix openpgp handling to sign/check | Michael Muré | 2023-08-12 | 3 | -76/+51 |
| | |||||
* | [DATALAD RUNCMD] Run codespell -w | Yaroslav Halchenko | 2023-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||||
* | [DATALAD RUNCMD] Fix one ambigous overrided | Yaroslav Halchenko | 2023-01-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "sed -i -e s,overrided,overridden,g ./entity/dag/op_set_metadata_test.go", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||||
* | command: adapt the output of the bug list to the terminal size | Michael Muré | 2023-01-17 | 2 | -3/+3 |
| | |||||
* | Merge pull request #987 from MichaelMure/cache-progress-bar | Michael Muré | 2023-01-14 | 2 | -2/+15 |
|\ | | | | | commands: add a nice terminal progress bar when building the cache | ||||
| * | commands: add a nice terminal progress bar when building the cache | Michael Muré | 2023-01-11 | 2 | -2/+15 |
| | | | | | | | | One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user. | ||||
* | | add wipe sub-command that remove local bugs and identities | Kalin Staykov | 2023-01-11 | 2 | -0/+47 |
|/ | |||||
* | make go1.19 fmt happy | Michael Muré | 2023-01-11 | 1 | -12/+12 |
| | |||||
* | fix: keyrings must return keys with entities/identities | Steve Moyer | 2022-12-30 | 1 | -0/+7 |
| | |||||
* | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 | 2 | -0/+8 |
| | |||||
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 6 | -52/+47 |
| | |||||
* | WIP | Michael Muré | 2022-12-19 | 1 | -4/+4 |
| | |||||
* | WIP | Michael Muré | 2022-11-29 | 7 | -65/+92 |
| | |||||
* | WIP | Michael Muré | 2022-11-28 | 4 | -1/+41 |
| | |||||
* | go-git: concurrent loading of clocks | Michael Muré | 2022-11-15 | 1 | -0/+1 |
| | |||||
* | generalized interface for an Entity | Michael Muré | 2022-08-25 | 2 | -1/+44 |
| | |||||
* | dag: test op serialisation with the unmarshaller, to allow resolving entities | Michael Muré | 2022-08-24 | 7 | -44/+47 |
| | |||||
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 3 | -22/+82 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 12 | -12/+12 |
| | |||||
* | core: generalized resolvers to resolve any entity time when unmarshalling an ↵ | Michael Muré | 2022-08-18 | 8 | -82/+257 |
| | | | | operation | ||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 12 | -180/+627 |
| | | | | | | | | - 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 | ||||
* | doc: more tiny fixes | Michael Muré | 2022-06-25 | 1 | -4/+5 |
| | |||||
* | doc: tiny tweaks | Michael Muré | 2022-06-25 | 1 | -1/+4 |
| | |||||
* | refactor(809): eliminate need to defer CleanupTestRepos() | Steve Moyer | 2022-06-16 | 2 | -11/+7 |
| | |||||
* | test: clean up temp dir and repo correctly | Steve Moyer | 2022-05-31 | 1 | -0/+2 |
| | |||||
* | refactor: use namespace instead of application of applicationName | Steve Moyer | 2022-05-26 | 1 | -3/+3 |
| | |||||
* | feat: make local storage configurable | Steve Moyer | 2022-05-25 | 1 | -2/+3 |
| | |||||
* | a few fixes | Michael Muré | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | entity/dag: add an extensive example | Michael Muré | 2022-03-22 | 1 | -0/+383 |
| | |||||
* | update doc | Michael Muré | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #763 from MichaelMure/resolve-entity | Michael Muré | 2022-03-10 | 3 | -3/+3 |
|\ | | | | | entity: allow to resolve identities when numashalling operations | ||||
| * | entity: allow to resolve identities when numashalling operations | Michael Muré | 2022-03-10 | 3 | -3/+3 |
| | | |||||
* | | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 | 6 | -8/+8 |
|/ | |||||
* | update keyring and migrate to github.com/ProtonMail/go-crypto | Michael Muré | 2022-02-15 | 1 | -10/+15 |
| | |||||
* | cache: many fixes following the dag entity migration | Michael Muré | 2021-04-08 | 1 | -3/+4 |
| | |||||
* | entity: more comments | Michael Muré | 2021-04-04 | 1 | -0/+4 |
| | |||||
* | entity: add support for storing files | Michael Muré | 2021-03-21 | 2 | -11/+66 |
| | |||||
* | WIP operation with files | Michael Muré | 2021-03-14 | 4 | -10/+79 |
| | |||||
* | bug: nonce on all operation to prevent id collision | Michael Muré | 2021-03-14 | 2 | -4/+14 |
| | |||||
* | bug: wrap dag.Entity into a full Bug in MergeAll | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | fix merge | Michael Muré | 2021-02-14 | 2 | -2/+2 |
| | |||||
* | minor cleanups | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -11/+4 |
| | |||||
* | 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 |
| | | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational. | ||||
* | 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 | 2 | -2/+51 |
| | |||||
* | entity: remove the pack lamport time that doesn't bring anything actually | Michael Muré | 2021-02-14 | 4 | -118/+4 |
| |