Michael Muré
dc1edf8e64
generator cleanup
2019-03-01 22:40:28 +01:00
Michael Muré
864eae0d6b
identity: work on higher level now, cache, first two identity commands
2019-03-01 22:40:25 +01:00
Michael Muré
56c6147eb6
identity: more refactoring progress
2019-03-01 22:40:22 +01:00
Michael Muré
844616baf8
identity: more progress and fixes
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é
5e4a656f85
Merge pull request #97 from sladyn98/ls_id_branch
...
A command to list matching bug id from a prefix
2019-02-25 20:18:15 +01:00
Sladyn
3c0c13bbbe
ls-id.go:Add ls-id [<prefix>] command
...
This file adds the ls-id command which returns
the bug id matching the prefix the user enters.
If no prefix entered it lists all the BugId's
Closes #47
2019-02-25 21:20:51 +05:30
Michael Muré
59ea2e018e
add a "version" command with various outputs, including the git hash and tag
2019-02-20 21:56:33 +01:00
Sladyn
f70f38c8ee
ls-id.go: Add ls-id [<prefix>] command
...
This file adds the ls-id command which returns
the bug id matching the prefix the user enters.
If no prefix entered it lists all the BugId's
Closes https://github.com/MichaelMure/git-bug/issues/47
2019-02-14 00:32:40 +05:30
Michael Muré
43d0fe5cae
commands: show: change for a single valued --field flag
2019-01-07 23:08:48 +01:00
Sebastien Devaux
afbda3cc23
git hook script exmaple to prefill commit message from selected issue
2019-01-04 15:29:24 +01:00
Michael Muré
b08e28e67e
commands: fix "comment add" flags set on the wrong command
2018-10-17 20:47:31 +02: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é
1bf268cebc
merge package operations into bug, they are tightly coupled anyway
2018-09-29 00:51:54 +02:00
Michael Muré
04ddeef90f
commands: add a "deselect" command to deselect a previously selected bug
2018-09-26 16:49:00 +02:00
Michael Muré
40c6e64e4b
cache: add raw edit functions to allow setting up the author, the timestamp and the metadatas
2018-09-25 17:56:58 +02:00
Michael Muré
2282cbb595
commands: add "bridge pull"
2018-09-24 17:11:50 +02:00
Michael Muré
061e83d4b4
commands: add "bridge rm"
2018-09-24 16:24:38 +02:00
Michael Muré
43bda202fa
commands: add the "bridge" and "bridge configure" commands
2018-09-24 15:25:57 +02:00
Michael Muré
82eaceffc1
repo: split the Repo interface to avoid abstraction leak in RepoCache
2018-09-21 18:53:37 +02:00
Michael Muré
6e44759413
commands: add a "ls-labels" command that output valid labels
2018-09-21 14:02:05 +02:00
Michael Muré
5f9fd2a2d9
commands: add a "select" command to select a bug for future implicit use
2018-09-18 13:17:39 +02:00
Michael Muré
5eaf9e83e7
commands: add a "label rm" command to remove labels from a bug
2018-09-17 14:36:51 +02:00
Michael Muré
2965b70f4f
commands: add a "label add" command to add new label to a bug
2018-09-17 14:33:34 +02:00
Michael Muré
cc086ebae9
commands: make "label" display the current labels
2018-09-17 14:32:33 +02:00
Michael Muré
dad61892ce
commands: migrate the open/close commands under the "status" command
2018-09-16 14:29:14 +02:00
Michael Muré
a846fb96de
commands: add a "status" command to show a bug status
2018-09-16 14:25:25 +02:00
Michael Muré
ae100e0e82
commands: add a title edit command
2018-09-16 01:17:06 +02:00
Michael Muré
d9f7269507
commands: add a title command to display a bug's title
2018-09-16 01:05:09 +02:00
Michael Muré
6cdc6c087e
commands: add git bug comment add
to add a comment
2018-09-15 20:31:40 +02:00
Michael Muré
7bec0b1f13
bug: add a data validation process to avoid merging incorrect operations
2018-09-15 13:15:00 +02:00
Michael Muré
f569e6aacc
operations: return a more convenient array of result for label changes
2018-09-13 12:20:28 +02:00
Michael Muré
27c5ea5b5b
random bugs: fix a crash when minOps == maxOps
2018-09-12 17:23:04 +02:00
Michael Muré
3605887345
reorganize package for a more idomatic go
2018-09-11 22:14:46 +02:00
Michael Muré
9bb980e9de
ls: support expressing a query with flags as well
2018-09-10 18:18:00 +02:00
Michael Muré
2adca224f0
random bugs: cleanup + generate random OperationPack as well
2018-09-06 14:11:10 +02:00
Michael Muré
74c48ca064
logo: add logotype as well
2018-09-04 19:53:06 +02:00
Michael Muré
e82b92f65b
logo: add proper licensing and small cleaning
2018-09-04 18:22:36 +02:00
Michael Muré
16f55e3f4d
bug: introduce WithSnapshot to maintain incrementally and effitiently a snapshot
2018-08-23 19:15:50 +02:00
Michael Muré
285e839486
random_bugs: make it seedable and reusable
2018-08-19 21:26:35 +02:00
Michael Muré
eaef314936
create_random_bugs: create less bugs
2018-08-17 13:37:50 +02:00
Michael Muré
1e43a6a7e3
add a new main to generate random bugs
2018-08-16 18:22:00 +02:00
Michael Muré
929d709364
bash completion: thanks to @tst2005, make the completion works for "git bug <command>"
2018-08-08 20:31:31 +02:00
Michael Muré
26e7ce44db
upgrade the readme
2018-08-06 03:26:42 +02:00