Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Registering lock clearing functions to Cleaner | Rafael Passos | 2018-10-23 | 23 | -0/+46 | |
| | ||||||
* | version 0.4.00.4.0 | Michael Muré | 2018-10-21 | 1 | -1/+1 | |
| | ||||||
* | commands: unify the processing from editor/file/stdin for "add" and "comment ↵ | Michael Muré | 2018-10-17 | 2 | -10/+10 | |
| | | | | | | add" fix #68 | |||||
* | commands: check the bug id before the user write the message for "comment add" | Michael Muré | 2018-10-17 | 1 | -5/+5 | |
| | ||||||
* | commands: fix "comment add" flags set on the wrong command | Michael Muré | 2018-10-17 | 2 | -4/+4 | |
| | ||||||
* | commands: don't load the repo for commands that don't need it | Michael Muré | 2018-10-17 | 25 | -70/+90 | |
| | | | | fix #67 | |||||
* | a better introduction message for the help page | Marc Chantreux | 2018-10-17 | 1 | -1/+5 | |
| | ||||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 2 | -3/+3 | |
| | ||||||
* | github: deal with the deleted user case where github return a null actor | Michael Muré | 2018-10-06 | 1 | -1/+1 | |
| | ||||||
* | Make addCommentWithEditor accept a preMessage | Luke Adams | 2018-10-04 | 1 | -1/+1 | |
| | ||||||
* | commands: better multi choice prompt to select the target for "bridge configure" | Michael Muré | 2018-10-03 | 1 | -6/+10 | |
| | ||||||
* | commands: "bridge" don't take arguments | Michael Muré | 2018-10-01 | 1 | -0/+1 | |
| | ||||||
* | select: clear the selected bug when invalid | Michael Muré | 2018-09-26 | 1 | -1/+16 | |
| | ||||||
* | commands: don't forget to treat the error when selecting a bug | Michael Muré | 2018-09-26 | 1 | -1/+4 | |
| | ||||||
* | commands: add a "deselect" command to deselect a previously selected bug | Michael Muré | 2018-09-26 | 1 | -0/+38 | |
| | ||||||
* | commands: detect when an edit title doesn't change it and abort the operation | Michael Muré | 2018-09-26 | 1 | -0/+4 | |
| | ||||||
* | commands: add "bridge pull" | Michael Muré | 2018-09-24 | 1 | -0/+45 | |
| | ||||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 2 | -2/+34 | |
| | ||||||
* | commands: add the "bridge" and "bridge configure" commands | Michael Muré | 2018-09-24 | 3 | -3/+133 | |
| | ||||||
* | commands: cleanup file name | Michael Muré | 2018-09-24 | 2 | -0/+0 | |
| | ||||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 4 | -7/+7 | |
| | ||||||
* | commands: add a "ls-labels" command that output valid labels | Michael Muré | 2018-09-21 | 1 | -0/+37 | |
| | ||||||
* | commands: description cleanup | Michael Muré | 2018-09-21 | 11 | -12/+12 | |
| | ||||||
* | webui: serve the index.html file by default to deal with the SPA router ↵ | Michael Muré | 2018-09-21 | 1 | -1/+24 | |
| | | | | | | requirements fix #50 | |||||
* | commands: ls now accept queries without quote | Michael Muré | 2018-09-19 | 1 | -2/+3 | |
| | ||||||
* | commands: fix a panic on merge invalid | Michael Muré | 2018-09-19 | 1 | -1/+1 | |
| | ||||||
* | pull: don't stop the process when one merge fail | Michael Muré | 2018-09-19 | 1 | -1/+1 | |
| |