Michael Muré
|
2415515622
|
Merge pull request #631 from MichaelMure/comment-edit
Fix ID string in order to find correct bug instance on comment edit operation
|
2021-04-18 20:37:47 +02:00 |
|
Alexander Scharinger
|
6a5ffd94e0
|
Fix ID string in order to find correct bug instance
|
2021-04-17 20:03:33 +02:00 |
|
Michael Muré
|
51a2c85954
|
make sure every text input is safe and validated
fix #630
|
2021-04-17 17:40:11 +02: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é
|
3f6ef50883
|
bug: migrate to the DAG entity structure!
|
2021-02-14 12:19:50 +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é
|
7163b2283b
|
bug: Id from first operation data, not git + remove root link
|
2021-02-14 12:17:44 +01:00 |
|
Michael Muré
|
3cf31fc404
|
repository: merge git.Hash in for one less /util package
|
2020-07-01 19:39:02 +02:00 |
|
Michael Muré
|
aab3a04d0c
|
bug: harmonize how time are used, fix some issues in command special formats
This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be.
|
2020-06-25 23:18:17 +02:00 |
|
Michael Muré
|
81f5c3e0af
|
graphql: use the cache in priority for fast browsing at < 20ms instead of seconds
|
2020-02-09 02:18:44 +01:00 |
|
Michael Muré
|
67a3752e17
|
bug,entity: use a dedicated type to store IDs
|
2019-08-11 14:08:03 +02:00 |
|
Michael Muré
|
2e1a5e246e
|
bug: compute op's ID based on the serialized data on disk
|
2019-08-08 19:02:46 +02:00 |
|
Michael Muré
|
5bae915b53
|
minor cleanup
|
2019-06-23 18:32:22 +02:00 |
|
Quentin Gliech
|
1c2ee10ce7
|
graphql: Implement Authored whenever possible
webui: Use a fragment for Authored nodes
|
2019-05-22 21:46:43 +02:00 |
|
Amine Hilaly
|
2a5fbc4dc9
|
Expose actors and participants in snapshot and bug excerpt
Append operations authors to each list on Apply() call
Expose actors and participants in graphql
Add actor/participant query filter and documentation
|
2019-04-04 00:37:57 +02:00 |
|
Michael Muré
|
0a71e6d269
|
commands: display comment's id in "git bug comment"
|
2019-03-28 01:21:41 +01:00 |
|
Michael Muré
|
c235d89d36
|
commands: show the last modification time in "user"
|
2019-03-01 22:52:54 +01:00 |
|
Michael Muré
|
d10c76469d
|
identity: somewhat getting closer !
|
2019-03-01 22:40:21 +01:00 |
|
Michael Muré
|
feab9412df
|
WIP identity in git
|
2019-03-01 22:35:36 +01:00 |
|
Michael Muré
|
1410a1af75
|
upgrade gqlgen to v0.7.1
|
2018-12-23 17:11:37 +01:00 |
|
Michael Muré
|
6ea6f3614e
|
bug: in op convenience function, return the new op to be able to set metadata later
|
2018-10-01 23:31:16 +02:00 |
|
Michael Muré
|
3402230a55
|
bug: use a value embedding for OpBase
|
2018-10-01 11:37:17 +02:00 |
|
Michael Muré
|
7f86898ef9
|
bug: use deditated type for all TimelineItem
|
2018-09-30 17:15:54 +02:00 |
|
Michael Muré
|
037f5bf50b
|
timeline: various minor improvements
|
2018-09-30 11:03:42 +02:00 |
|
Michael Muré
|
c46d01f8c1
|
bug: implement comment edition
- add a new operation
- add a new "timeline" in the snapshot that hold a processed version of the operations
|
2018-09-29 20:41:19 +02:00 |
|
Michael Muré
|
41e61a67b6
|
bug: apply an operation with a pointer to the snapshot
|
2018-09-29 11:28:18 +02:00 |
|
Michael Muré
|
794d014fae
|
bug: define a hash-based identifier for an operation
|
2018-09-29 00:51:54 +02:00 |
|
Michael Muré
|
1bf268cebc
|
merge package operations into bug, they are tightly coupled anyway
|
2018-09-29 00:51:54 +02:00 |
|