Michael Muré
|
5215634d0d
|
entity: add support for storing files
|
2021-03-21 18:22:04 +01:00 |
|
Michael Muré
|
214abe4dea
|
WIP operation with files
|
2021-03-14 18:41:22 +01:00 |
|
Michael Muré
|
f1d4a19af8
|
bug: nonce on all operation to prevent id collision
|
2021-03-14 18:40:50 +01:00 |
|
Michael Muré
|
bd09541752
|
entity: no sign-post needed
|
2021-02-20 14:37:06 +01:00 |
|
Michael Muré
|
45e540c178
|
bug: wrap dag.Entity into a full Bug in MergeAll
|
2021-02-14 12:38:09 +01:00 |
|
Michael Muré
|
1ced77af1a
|
fix merge
|
2021-02-14 12:24:40 +01:00 |
|
Michael Muré
|
d0d7be8db0
|
minor cleanups
|
2021-02-14 12:19:51 +01:00 |
|
Michael Muré
|
4b9862e239
|
entity: make sure merge commit don't have operations
|
2021-02-14 12:19:51 +01:00 |
|
Michael Muré
|
3f6ef50883
|
bug: migrate to the DAG entity structure!
|
2021-02-14 12:19:50 +01:00 |
|
Michael Muré
|
99b9dd84cb
|
entity: support different author in staging operations
|
2021-02-14 12:19:04 +01:00 |
|
Michael Muré
|
94f06cd54d
|
entity: pass the identity resolver instead of defining it once
Having the resolver in Definition doesn't actually work well as the resolver
is very situational.
|
2021-02-14 12:19:04 +01:00 |
|
Michael Muré
|
71e22d9f6e
|
entity: clock loader
|
2021-02-14 12:19:04 +01:00 |
|
Michael Muré
|
59e9981161
|
entity: expose create and edit lamport clocks
|
2021-02-14 12:19:03 +01:00 |
|
Michael Muré
|
ef05c15f87
|
entity: implement remove
|
2021-02-14 12:19:03 +01:00 |
|
Michael Muré
|
f74166914c
|
entity: remove the pack lamport time that doesn't bring anything actually
|
2021-02-14 12:19:03 +01:00 |
|
Michael Muré
|
f5b92dcd53
|
require go 1.15
|
2021-02-14 12:19:02 +01:00 |
|
Michael Muré
|
2bdb1b60ff
|
entity: working commit signatures
|
2021-02-14 12:19:02 +01:00 |
|
Michael Muré
|
26a4b0332e
|
entity: test all merge scenario
|
2021-02-14 12:19:02 +01:00 |
|
Michael Muré
|
32c55a4985
|
entity: use BFS instead of DFS to get the proper topological order
|
2021-02-14 12:19:01 +01:00 |
|
Michael Muré
|
e35c7c4d17
|
entity: more testing and bug fixing
|
2021-02-14 12:19:01 +01:00 |
|
Michael Muré
|
fe4237df3c
|
entity: readAll and more testing
|
2021-02-14 12:19:01 +01:00 |
|
Michael Muré
|
dc5059bc33
|
entity: more progress on merging and signing
|
2021-02-14 12:19:00 +01:00 |
|
Michael Muré
|
8d63c983c9
|
WIP
|
2021-02-14 12:19:00 +01:00 |
|
Michael Muré
|
4ef92efeb9
|
entity: total ordering of operations
|
2021-02-14 12:19:00 +01:00 |
|
Michael Muré
|
51ece14908
|
entity: clocks and write
|
2021-02-14 12:18:59 +01:00 |
|
Michael Muré
|
9cca74cc33
|
entity: add embryo of a generic, DAG-enabled entity
|
2021-02-14 12:18:59 +01:00 |
|
Michael Muré
|
5c4e7de012
|
repository: partially add two new functions to RepoData
|
2021-02-14 12:18:59 +01:00 |
|
Michael Muré
|
5f6a39145d
|
entity: add error to signal invalid format
|
2021-02-14 12:18:57 +01:00 |
|
Michael Muré
|
bb8a214df3
|
command: fix "comment edit" usage
|
2021-02-14 12:17:49 +01:00 |
|
Michael Muré
|
db7074301b
|
entity: generalize the combined Ids, use 64 length
|
2021-02-14 12:17:49 +01:00 |
|
Michael Muré
|
fcf43915e1
|
bug: fix tests
|
2021-02-14 12:17:49 +01:00 |
|
vince
|
d96284da64
|
Change the comment ID to use both bug and comment ID references.
Add comment edit command
This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment.
|
2021-02-14 12:17:48 +01:00 |
|
Michael Muré
|
2788c5fc87
|
bug: don't store the id in Bug, match how it's done for Identity
|
2021-02-14 12:17:48 +01:00 |
|
Michael Muré
|
497ec1376a
|
bug: debug
|
2021-02-14 12:17:48 +01:00 |
|
Michael Muré
|
2bf2b2d765
|
entity: unique function to generate IDs
|
2021-02-14 12:17:47 +01:00 |
|
Michael Muré
|
b01aa18d39
|
identity: PR fixes
|
2021-02-14 12:17:47 +01:00 |
|
Michael Muré
|
ab57d74a31
|
deal with the previous changes
|
2021-02-14 12:17:47 +01:00 |
|
Michael Muré
|
7163b2283b
|
bug: Id from first operation data, not git + remove root link
|
2021-02-14 12:17:44 +01:00 |
|
Michael Muré
|
5ae8a13277
|
identity: Id from data, not git + hold multiple lamport clocks
|
2021-02-14 12:17:17 +01:00 |
|
Michael Muré
|
fb0c5fd061
|
repo: expose all lamport clocks, move clocks in their own folder
|
2021-02-14 12:15:41 +01:00 |
|
Michael Muré
|
44d7587940
|
lamport: match wikipedia algorithm
|
2021-02-14 12:14:34 +01:00 |
|
Cláudio Silva
|
956f98b676
|
Merge pull request #536 from MichaelMure/dependabot/npm_and_yarn/webui/graphql-tools/git-loader-6.2.6
build(deps): [security] bump @graphql-tools/git-loader from 6.2.4 to 6.2.6 in /webui
|
2021-02-11 18:16:23 -03:00 |
|
Michael Muré
|
3b08731aaa
|
Merge pull request #559 from claudioantonio/webui_543_ifloggedin
Webui 543 ifloggedin
|
2021-02-09 10:04:26 +01:00 |
|
Michael Muré
|
3d86c1cc78
|
Apply suggestions from code review
|
2021-02-09 10:03:26 +01:00 |
|
Cláudio
|
7829db8850
|
Commit for #543
- To test I forced Ifloggedin always return null.
- Layout is ok even when edition components are hidden.
|
2021-02-08 22:58:15 -03:00 |
|
Cláudio
|
e47052bd3a
|
Commit for #557
- Formatting
|
2021-02-08 18:48:44 -03:00 |
|
Cláudio
|
96d51912c8
|
Commit for #557
- Formatting
|
2021-02-08 18:47:00 -03:00 |
|
Cláudio
|
8d71888c6d
|
Commit for #557
- Adding more details
- Tip when lint error occur
|
2021-02-08 18:44:18 -03:00 |
|
Michael Muré
|
ef7a0f1b11
|
Merge pull request #555 from claudioantonio/master
Commit for #541
|
2021-02-08 09:35:45 +01:00 |
|
Michael Muré
|
0eb4a59071
|
Merge pull request #556 from 5nord/366-multiple-bugs-with-gitlab-bridge
Fix comparison mix-up in gitlab importer
|
2021-02-08 09:35:09 +01:00 |
|