Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -16/+20 |
| | |||||
* | Fix compile errors on Windows | Christian Schürer-Waldheim | 2020-02-25 | 1 | -3/+3 |
| | |||||
* | Merge pull request #341 from MichaelMure/bridges-default-login | Michael Muré | 2020-02-23 | 1 | -0/+5 |
|\ | | | | | bridge: record the login used during the configure and use it as default credential | ||||
| * | bridge: record the login used during the configure and use it as default ↵ | Michael Muré | 2020-02-23 | 1 | -0/+5 |
| | | | | | | | | | | | | credential fix #338 | ||||
* | | prompt: minor aspect fix | Michael Muré | 2020-02-23 | 1 | -1/+3 |
|/ | |||||
* | prompt: minor fixes | Michael Muré | 2020-02-15 | 1 | -3/+3 |
| | |||||
* | bridges: more refactor and cleanup | Michael Muré | 2020-02-15 | 1 | -68/+20 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -3/+179 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | more wip | Michael Muré | 2020-02-08 | 1 | -0/+2 |
| | |||||
* | input: better reusable prompt functions | Michael Muré | 2020-02-08 | 1 | -11/+95 |
| | |||||
* | issue 178: fetch the repo dir with rev-parse --git-dir | Sebastien Devaux | 2019-08-24 | 1 | -3/+3 |
| | | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git. | ||||
* | Made requested changes | Sladyn | 2019-03-02 | 1 | -0/+1 |
| | | | | Made changes to the doc files and remaining areas which required updation. | ||||
* | identity: some UX cleanup | Michael Muré | 2019-03-01 | 1 | -3/+3 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 1 | -0/+44 |
| | |||||
* | commands: unify the processing from editor/file/stdin for "add" and "comment ↵ | Michael Muré | 2018-10-17 | 1 | -2/+32 |
| | | | | | | add" fix #68 | ||||
* | Make addCommentWithEditor accept a preMessage | Luke Adams | 2018-10-04 | 1 | -3/+4 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -6/+6 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -1/+3 |
| | |||||
* | input: better help text for the query language | Michael Muré | 2018-09-15 | 1 | -0/+21 |
| | |||||
* | termui: allow to change the bug query | Michael Muré | 2018-09-11 | 1 | -0/+32 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -2/+3 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -7/+19 |
| | |||||
* | termui: add the previous title in the template when editing | Michael Muré | 2018-08-08 | 1 | -3/+4 |
| | |||||
* | termui: implement addComment and setTitle | Michael Muré | 2018-08-02 | 1 | -0/+35 |
| | |||||
* | replace strings.Builder with a bytes.Buffer to support go 1.9 | Michael Muré | 2018-08-01 | 1 | -8/+8 |
| | |||||
* | termui: use the editor to create a new bug | Michael Muré | 2018-07-31 | 1 | -4/+6 |
| | |||||
* | cli: rework new and comment command to better use the editor | Michael Muré | 2018-07-31 | 1 | -0/+205 |
a nice templace is now provided with explanations new: title and message can now be provided from the editor. Title will be the first non-empty line |