aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_metadata.go
Commit message (Collapse)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-21/+0
|
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-1/+1
|
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-95/+8
| | | | | | | | - 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
* make sure every text input is safe and validatedMichael Muré2021-04-171-0/+11
| | | | fix #630
* entity: no sign-post neededMichael Muré2021-02-201-3/+0
|
* minor cleanupsMichael Muré2021-02-141-1/+1
|
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-17/+4
|
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-0/+3
| | | | seconds
* bug: make sure there is no Operation's hash collisionMichael Muré2019-11-191-0/+2
|
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-32/+15
|
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-16/+8
|
* commands: show the last modification time in "user"Michael Muré2019-03-011-0/+5
|
* identity: somewhat getting closer !Michael Muré2019-03-011-2/+52
|
* WIP identity in gitMichael Muré2019-03-011-3/+6
|
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-0/+3
|
* bug: add a new SetMetadataOperation to retroactively tag operationsMichael Muré2018-10-211-0/+72