Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge pull request #97 from sladyn98/ls_id_branch | Michael Muré | 2019-02-25 | 1 | -0/+35 |
|\ | | | | | A command to list matching bug id from a prefix | ||||
| * | ls-id.go:Add ls-id [<prefix>] command | Sladyn | 2019-02-25 | 1 | -52/+7 |
| | | | | | | | | | | | | | | | | 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 | ||||
| * | ls-id.go: Add ls-id [<prefix>] command | Sladyn | 2019-02-14 | 1 | -0/+80 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | add a "version" command with various outputs, including the git hash and tag | Michael Muré | 2019-02-20 | 2 | -2/+71 |
|/ | |||||
* | commands: show: change for a single valued --field flag | Michael Muré | 2019-01-07 | 1 | -60/+66 |
| | |||||
* | Simplified show commadn error handling. | Sebastien Devaux | 2019-01-07 | 1 | -7/+1 |
| | | | | Exit on first unknown field found in query. | ||||
* | Fixed golangci check error about new error from format string | Sebastien Devaux | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | Adding fields switch to show command to select fields to display. | Sebastien Devaux | 2019-01-04 | 1 | -37/+69 |
| | |||||
* | Allow empty messages in comments. | Cyril Roelandt | 2018-12-26 | 1 | -1/+8 |
| | | | | | Some bug trackers, like Launchpad, allow messages to be empty (when adding a file to the bug, for instance). | ||||
* | tests: configure user ident in repos used by tests | Rafael Ascensão | 2018-12-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Some git operations require the user to have an identity configured and will exit with failure if none is set (or if git can't guess it). As a direct consequence of this, the test suite may fail depending on the user local configuration. The error itself is justified as regular users *should* configure their identity themselves. However, when building in chrooted environments it's unlikely the git identity will be set making the test suite fail unnecessarily. To prevent such unnecessary failures, let's make a dummy identity for repos created and used by the test suite. | ||||
* | moved cleaner function to util/interrupt | Rafael Passos | 2018-10-24 | 23 | -46/+46 |
| |