Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update bridge configure long description and examples | Amine Hilaly | 2019-05-29 | 1 | -13/+43 |
| | |||||
* | Update documentation and function naming | Amine | 2019-05-29 | 1 | -4/+2 |
| | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Add bridge configure documentation and examples | Amine Hilaly | 2019-05-29 | 1 | -3/+21 |
| | |||||
* | Disable `bridgeConfigure` sort flags option | Amine Hilaly | 2019-05-29 | 1 | -0/+1 |
| | | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs` | ||||
* | Update flags descriptions | Amine | 2019-05-29 | 1 | -6/+7 |
| | | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Add warning messages for launchpad-preview | Amine Hilaly | 2019-05-29 | 1 | -1/+1 |
| | | | | | fix --target flag description improve comments | ||||
* | Fix typo in github bridge rm | Amine Hilaly | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | changes to the BridgeImpl Interface | Amine Hilaly | 2019-05-29 | 1 | -9/+30 |
| | | | | | Add bridge params Change bridge.Configure signature | ||||
* | commands: add flags/config to control the automatic opening in the default ↵ | Michael Muré | 2019-05-27 | 1 | -14/+41 |
| | | | | browser | ||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -5/+5 |
| | |||||
* | commands: ls fix CJK characters out of alignment | Yongwen Zhuang | 2019-05-14 | 1 | -2/+3 |
| | | | #85 | ||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | 1 | -1/+4 |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
* | commands: fix ls-id description | Michael Muré | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 1 | -1/+13 |
| | |||||
* | integrate actors and participant filters into ls and show commands | Amine Hilaly | 2019-04-05 | 2 | -14/+57 |
| | |||||
* | commands: add a --field flag to "git bug user" to display users details ↵ | Michael Muré | 2019-04-03 | 1 | -0/+36 |
| | | | | individually | ||||
* | commands: add "show --field humanId" | Michael Muré | 2019-04-03 | 1 | -1/+3 |
| | |||||
* | commands: fix labels no showing properly in "git bug show <id> -f labels" | Michael Muré | 2019-04-03 | 1 | -2/+5 |
| | | | | fix #119 | ||||
* | commands: display comment's id in "git bug comment" | Michael Muré | 2019-03-28 | 1 | -0/+1 |
| | |||||
* | commands: fix a bad output in "bug comment" | Michael Muré | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | commands: only return the error (not the function help) when no identity is set | Michael Muré | 2019-03-27 | 1 | -1/+3 |
| | | | | ... to avoid misleading a user into thinking the usage was incorrect | ||||
* | cache: properly push/pull identities and bugs | Michael Muré | 2019-03-27 | 1 | -5/+6 |
| | |||||
* | Renamed user id to user-id and metioned bug for some commands | Jocelyn FACCHINI | 2019-03-23 | 7 | -12/+10 |
| | |||||
* | Select and Label command documentation | Jocelyn FACCHINI | 2019-03-23 | 5 | -4/+15 |
| | | | | | | - Informed that label command adds/removes a label to a given bug. - Added suggestion to use select command when omitting to provide a bug id as argument. - Added a bit more detail for the select command documentation, giving a hint to "deselect" command. | ||||
* | Added Register.Cleaner | Sladyn | 2019-03-06 | 1 | -0/+2 |
| | |||||
* | Combined variable declaration and assignment | Sladyn | 2019-03-05 | 1 | -2/+1 |
| | |||||
* | ls-id.go: Fixing ls-id | Sladyn | 2019-03-05 | 1 | -2/+10 |
| | | | | | Adding check for length of args Pulling bugIds from correct backend. | ||||
* | Rebased and updated. | Sladyn | 2019-03-02 | 1 | -5/+1 |
| | |||||
* | Made requested changes | Sladyn | 2019-03-02 | 1 | -1/+5 |
| | | | | Made changes to the doc files and remaining areas which required updation. | ||||
* | ls.go:`git bug ls` should be faster | Sladyn | 2019-03-02 | 1 | -16/+15 |
| | | | | | | | | Added `Title` to BugExcerpt Added `TitleFilter` to `filter.go` Used BugExcerpt in `ls` command to improve performance. Closes https://github.com/MichaelMure/git-bug/issues/98 | ||||
* | commands: "user ls" also show metadata | Michael Muré | 2019-03-01 | 2 | -0/+4 |
| | |||||
* | cache: better API to access excerpts | Michael Muré | 2019-03-01 | 1 | -1/+6 |
| | |||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -0/+3 |
| | |||||
* | identity: another round of cleanups | Michael Muré | 2019-03-01 | 1 | -7/+0 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 30 | -30/+30 |
| | |||||
* | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 2 | -0/+52 |
| | |||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 1 | -0/+47 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 6 | -6/+6 |
| | |||||
* | identity: some UX cleanup | Michael Muré | 2019-03-01 | 3 | -2/+26 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -2/+0 |
| | |||||
* | identity: working identity cache | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: fix tests | Michael Muré | 2019-03-01 | 1 | -2/+2 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 3 | -49/+132 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 2 | -5/+11 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -82/+43 |
| | |||||
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 2 | -3/+3 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -2/+16 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -0/+35 |
| |