git-bug/bug
Amine Hilaly 570ae5f75e
[bug] add snapshot.GetCreateMetadata method
[bug] add snapshot.HasParticipant(id string)
[bug] add snapshot.HasAnyParticipant(ids ...string)
[bug] add snapshot.HasActor(id string)
[bug] add snapshot.HasAnyActor(ids ...string)
[bridge/github] improve comments
[bridge/github] exporter tests: register deleteRepository in cleaner
[bridge/github] tests rebase
2019-06-30 15:33:27 +02:00
..
bug_actions_test.go repo: refactor how test repo are created/cleaned 2019-05-27 21:14:55 +02:00
bug_actions.go cache: properly push/pull identities and bugs 2019-03-27 21:44:11 +01:00
bug_test.go a round of cleanup 2019-03-01 22:52:53 +01:00
bug.go bug: fix Bug's Lamport edit time potentially wrong due to rebase 2019-06-19 13:55:22 +02:00
clocks.go repo: minor cleaning 2018-12-25 16:35:37 +01:00
comment.go commands: display comment's id in "git bug comment" 2019-03-28 01:21:41 +01:00
identity.go identity: more refactoring progress 2019-03-01 22:40:22 +01:00
interface.go repo: split the Repo interface to avoid abstraction leak in RepoCache 2018-09-21 18:53:37 +02:00
label_test.go core: use RBGA color from image/color 2019-05-22 20:22:35 +02:00
label.go graphql: expose label color 2019-05-22 20:22:35 +02:00
op_add_comment_test.go identity: somewhat getting closer ! 2019-03-01 22:40:21 +01:00
op_add_comment.go minor cleanup 2019-06-23 18:32:22 +02:00
op_create_test.go Expose actors and participants in snapshot and bug excerpt 2019-04-04 00:37:57 +02:00
op_create.go minor cleanup 2019-06-23 18:32:22 +02:00
op_edit_comment_test.go bug: fix EditCommentOperation targeting the wrong comment 2019-04-14 14:12:44 +02:00
op_edit_comment.go bug: fix a potential crash with malformed data in EditCommentOperation 2019-04-17 18:27:55 +02:00
op_label_change_test.go identity: somewhat getting closer ! 2019-03-01 22:40:21 +01:00
op_label_change.go minor cleanup 2019-06-23 18:32:22 +02:00
op_noop_test.go identity: somewhat getting closer ! 2019-03-01 22:40:21 +01:00
op_noop.go commands: show the last modification time in "user" 2019-03-01 22:52:54 +01:00
op_set_metadata_test.go identity: I can compile again !! 2019-03-01 22:40:24 +01:00
op_set_metadata.go commands: show the last modification time in "user" 2019-03-01 22:52:54 +01:00
op_set_status_test.go identity: somewhat getting closer ! 2019-03-01 22:40:21 +01:00
op_set_status.go minor cleanup 2019-06-23 18:32:22 +02:00
op_set_title_test.go identity: somewhat getting closer ! 2019-03-01 22:40:21 +01:00
op_set_title.go minor cleanup 2019-06-23 18:32:22 +02:00
operation_iterator_test.go identity: another round of cleanups 2019-03-01 22:52:53 +01:00
operation_iterator.go bug: introduce WithSnapshot to maintain incrementally and effitiently a snapshot 2018-08-23 19:15:50 +02:00
operation_pack_test.go identity: I can compile again !! 2019-03-01 22:40:24 +01:00
operation_pack.go identity: store the times properly 2019-03-01 22:40:27 +01:00
operation_test.go repo: refactor how test repo are created/cleaned 2019-05-27 21:14:55 +02:00
operation.go [bridge/github] Correcte some types and add comments 2019-06-24 21:35:24 +02:00
snapshot.go [bug] add snapshot.GetCreateMetadata method 2019-06-30 15:33:27 +02:00
sorting.go bug: add "was" on SetTitleOperation to store what the title was 2018-08-15 22:01:45 +02:00
status.go bug: add a data validation process to avoid merging incorrect operations 2018-09-15 13:15:00 +02:00
timeline.go commands: show the last modification time in "user" 2019-03-01 22:52:54 +01:00
with_snapshot.go bug: apply an operation with a pointer to the snapshot 2018-09-29 11:28:18 +02:00