Commit log

22cc4cc Merge pull request #568 from vmiklos/search-metadata

Click to expand commit body
Add ability to search by arbitrary metadata

Michael Muré created

fab626a query: refactor to reuse the split function for both query and token

Michael Muré created

cb61245 Add ability to search by arbitrary metadata

Click to expand commit body
Example:

~/git/git-bug/git-bug ls --metadata github-url=https://github.com/author/myproject/issues/42

or

~/git/git-bug/git-bug ls metadata:github-url:\"https://github.com/author/myproject/issues/42\"

Fixes the cmdline part of <https://github.com/MichaelMure/git-bug/issues/567>.

Miklos Vajna created

bd09541 entity: no sign-post needed

Michael Muré created

10a259b doc: cleanup query documentation

Michael Muré created

a95b6b3 Merge pull request #569 from claudioantonio/master

Click to expand commit body
Commits for issues #554, #564 and #566

Michael Muré created

0d9c358 Commit for #554

Click to expand commit body
- New build after removing images from public folder

Cláudio created

1410911 Commit for #564

Click to expand commit body
- Remove images for ReactJS, MaterialUI, GraphQL and Apollo GraphQL

Cláudio created

729520b Commit for #554

Cláudio created

76d1ea1 Commits for issues #564 e #566

Cláudio created

45e540c bug: wrap dag.Entity into a full Bug in MergeAll

Michael Muré created

1ced77a fix merge

Michael Muré created

d0d7be8 minor cleanups

Michael Muré created

4b9862e entity: make sure merge commit don't have operations

Michael Muré created

3f6ef50 bug: migrate to the DAG entity structure!

Michael Muré created

99b9dd8 entity: support different author in staging operations

Michael Muré created

94f06cd entity: pass the identity resolver instead of defining it once

Click to expand commit body
Having the resolver in Definition doesn't actually work well as the resolver
is very situational.

Michael Muré created

71e22d9 entity: clock loader

Michael Muré created

59e9981 entity: expose create and edit lamport clocks

Michael Muré created

ef05c15 entity: implement remove

Michael Muré created

f741669 entity: remove the pack lamport time that doesn't bring anything actually

Michael Muré created

f5b92dc require go 1.15

Michael Muré created

2bdb1b6 entity: working commit signatures

Michael Muré created

26a4b03 entity: test all merge scenario

Michael Muré created

32c55a4 entity: use BFS instead of DFS to get the proper topological order

Michael Muré created

e35c7c4 entity: more testing and bug fixing

Michael Muré created

fe4237d entity: readAll and more testing

Michael Muré created

dc5059b entity: more progress on merging and signing

Michael Muré created

8d63c98 WIP

Michael Muré created

4ef92ef entity: total ordering of operations

Michael Muré created

51ece14 entity: clocks and write

Michael Muré created

9cca74c entity: add embryo of a generic, DAG-enabled entity

Michael Muré created

5c4e7de repository: partially add two new functions to RepoData

Michael Muré created

5f6a391 entity: add error to signal invalid format

Michael Muré created

bb8a214 command: fix "comment edit" usage

Michael Muré created

db70743 entity: generalize the combined Ids, use 64 length

Michael Muré created

fcf4391 bug: fix tests

Michael Muré created

d96284d Change the comment ID to use both bug and comment ID references.

Click to expand commit body
Add comment edit command
This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment.

vince created

2788c5f bug: don't store the id in Bug, match how it's done for Identity

Michael Muré created

497ec13 bug: debug

Michael Muré created

2bf2b2d entity: unique function to generate IDs

Michael Muré created

b01aa18 identity: PR fixes

Michael Muré created

ab57d74 deal with the previous changes

Michael Muré created

7163b22 bug: Id from first operation data, not git + remove root link

Michael Muré created

5ae8a13 identity: Id from data, not git + hold multiple lamport clocks

Michael Muré created

fb0c5fd repo: expose all lamport clocks, move clocks in their own folder

Michael Muré created

44d7587 lamport: match wikipedia algorithm

Michael Muré created

956f98b Merge pull request #536 from MichaelMure/dependabot/npm_and_yarn/webui/graphql-tools/git-loader-6.2.6

Click to expand commit body
build(deps): [security] bump @graphql-tools/git-loader from 6.2.4 to 6.2.6 in /webui

Cláudio Silva created

3b08731 Merge pull request #559 from claudioantonio/webui_543_ifloggedin

Click to expand commit body
Webui 543 ifloggedin

Michael Muré created

3d86c1c Apply suggestions from code review

Michael Muré created