aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * commands: minor fixes for the webui open with queryMichael Muré2021-03-076-13/+11
| | * webui: allow specifying the initial queryMiklos Vajna2021-03-074-6/+23
| |/
| * Merge pull request #584 from MichaelMure/upstream-host-cmdflagMichael Muré2021-02-285-8/+22
| |\
| | * Add option to specify host addressSascha2021-02-285-8/+22
| * | Merge pull request #520 from MichaelMure/dependabot/npm_and_yarn/webui/node-n...Michael Muré2021-02-281-17/+14
| |\ \ | | |/ | |/|
| | * build(deps): [security] bump node-notifier from 8.0.0 to 8.0.1 in /webuidependabot-preview[bot]2020-12-211-17/+14
| * | Merge pull request #563 from MichaelMure/dependabot/go_modules/github.com/spf...Michael Muré2021-02-273-254/+228
| |\ \
| | * | cmd: better powershell completion, thanks to cobra upgradeMichael Muré2021-02-272-253/+225
| | * | build(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3dependabot-preview[bot]2021-02-272-1/+3
| * | | Merge pull request #570 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2021-02-272-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | build(deps): bump github.com/xanzy/go-gitlab from 0.40.1 to 0.44.0dependabot-preview[bot]2021-02-272-1/+2
| |/ /
| * | Merge pull request #568 from vmiklos/search-metadataMichael Muré2021-02-2713-110/+177
| |\ \
| | * | query: refactor to reuse the split function for both query and tokenMichael Muré2021-02-277-152/+98
| | * | Add ability to search by arbitrary metadataMiklos Vajna2021-02-2111-8/+129
| * | | doc: cleanup query documentationMichael Muré2021-02-201-10/+9
| * | | Merge pull request #569 from claudioantonio/masterMichael Muré2021-02-193-55/+47
| |\ \ \ | | |/ / | |/| |
| | * | Commit for #554Cláudio2021-02-191-41/+9
| | * | Commit for #564Cláudio2021-02-195-83/+1
| | * | Commit for #554Cláudio2021-02-152-50/+68
| | * | Commits for issues #564 e #566Cláudio2021-02-145-1/+89
| |/ /
* | | entity: add support for storing filesMichael Muré2021-03-213-11/+76
* | | WIP operation with filesMichael Muré2021-03-148-21/+91
* | | bug: nonce on all operation to prevent id collisionMichael Muré2021-03-145-20/+41
* | | entity: no sign-post neededMichael Muré2021-02-209-27/+0
* | | bug: wrap dag.Entity into a full Bug in MergeAllMichael Muré2021-02-144-4/+23
* | | fix mergeMichael Muré2021-02-145-50/+7
* | | minor cleanupsMichael Muré2021-02-1410-9/+10
* | | entity: make sure merge commit don't have operationsMichael Muré2021-02-141-0/+4
* | | bug: migrate to the DAG entity structure!Michael Muré2021-02-1451-2040/+335
* | | entity: support different author in staging operationsMichael Muré2021-02-148-101/+113
* | | entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-147-57/+53
* | | entity: clock loaderMichael Muré2021-02-141-0/+41
* | | entity: expose create and edit lamport clocksMichael Muré2021-02-141-13/+38
* | | entity: implement removeMichael Muré2021-02-144-2/+56
* | | entity: remove the pack lamport time that doesn't bring anything actuallyMichael Muré2021-02-144-118/+4
* | | require go 1.15Michael Muré2021-02-142-2/+2
* | | entity: working commit signaturesMichael Muré2021-02-144-7/+105
* | | entity: test all merge scenarioMichael Muré2021-02-142-28/+200
* | | entity: use BFS instead of DFS to get the proper topological orderMichael Muré2021-02-141-19/+17
* | | entity: more testing and bug fixingMichael Muré2021-02-148-89/+221
* | | entity: readAll and more testingMichael Muré2021-02-1410-22/+203
* | | entity: more progress on merging and signingMichael Muré2021-02-1419-228/+303
* | | WIPMichael Muré2021-02-1438-1516/+1547
* | | entity: total ordering of operationsMichael Muré2021-02-142-7/+23
* | | entity: clocks and writeMichael Muré2021-02-144-52/+387
* | | entity: add embryo of a generic, DAG-enabled entityMichael Muré2021-02-143-0/+333
* | | repository: partially add two new functions to RepoDataMichael Muré2021-02-146-16/+96
* | | entity: add error to signal invalid formatMichael Muré2021-02-141-18/+21
* | | command: fix "comment edit" usageMichael Muré2021-02-141-1/+1
* | | entity: generalize the combined Ids, use 64 lengthMichael Muré2021-02-149-78/+110