aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* interrupt: minor cleaningMichael Muré2018-10-272-8/+7
|
* Merge pull request #71 from auyer/masterMichael Muré2018-10-2725-0/+145
|\ | | | | Cleaning lock files on Interruption
| * Iverted order, moved print, and new testsRafael Passos2018-10-252-18/+42
| |
| * RegisterCleaner now uses Variadic input + testsRafael Passos2018-10-242-13/+48
| |
| * Inverted boolean checkRafael Passos2018-10-241-3/+4
| |
| * moved cleaner function to util/interruptRafael Passos2018-10-2424-49/+49
| |
| * changing t type where usedRafael Passos2018-10-241-4/+4
| |
| * removed unnecessary empty string from printMichael Muré2018-10-241-1/+2
| | | | | | Co-Authored-By: auyer <rafael@rcpassos.me>
| * Renamed struct from t to CleanerMichael Muré2018-10-241-1/+1
| | | | | | Co-Authored-By: auyer <rafael@rcpassos.me>
| * Registering lock clearing functions to CleanerRafael Passos2018-10-2323-0/+46
| |
| * Created Cleaner packageRafael Passos2018-10-231-0/+38
|/
* Merge pull request #70 from auyer/patch-1Michael Muré2018-10-231-1/+1
|\ | | | | [DOC] Updated usage examples in README.md
| * git bug new updated to git bug addRafael Passos2018-10-221-1/+1
|/ | | | Current README.md docs are missleading. The "new" command has been changed.
* version 0.4.00.4.0Michael Muré2018-10-211-1/+1
|
* bug: add a new SetMetadataOperation to retroactively tag operationsMichael Muré2018-10-213-5/+199
|
* commands: unify the processing from editor/file/stdin for "add" and "comment ↵Michael Muré2018-10-173-12/+42
| | | | | | add" fix #68
* commands: check the bug id before the user write the message for "comment add"Michael Muré2018-10-171-5/+5
|
* commands: fix "comment add" flags set on the wrong commandMichael Muré2018-10-179-24/+30
|
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-1725-70/+90
| | | | fix #67
* Merge pull request #69 from eiro/eiro/better-introduction-textMichael Muré2018-10-171-1/+5
|\ | | | | a better introduction message for the help page
| * a better introduction message for the help pageMarc Chantreux2018-10-171-1/+5
| |
* | Merge branch 'labeledit'Michael Muré2018-10-173-87/+329
|\ \ | |/ |/|
| * termui: some cleanup in the label edition codeMichael Muré2018-10-171-9/+12
| |
| * Fix label select scrollingLuke Adams2018-10-161-31/+6
| | | | | | | | | | This also sort of breaks the focus-on-add mechanism, but I can't think of a good way to implement it.
| * Fix bug in computing added/removed labelsLuke Adams2018-10-161-20/+25
| |
| * Fix error when label list is emptyLuke Adams2018-10-161-1/+22
| |
| * Set minimum width for labelSelectLuke Adams2018-10-051-1/+1
| |
| * Error checking and cleanupLuke Adams2018-10-051-7/+13
| |
| * Make labelSelect with adaptive, add titleLuke Adams2018-10-051-25/+29
| |
| * Fix bug in labelSelect addItemLuke Adams2018-10-051-1/+3
| | | | | | | | | | | | Adding a new item would cause a panic because focusView attempted to access a view that did not yet exist. Fixed by calling layout before calling focusView.
| * Add scrolling to labelSelectLuke Adams2018-10-041-14/+57
| |
| * Make labelSelect update after addLuke Adams2018-10-041-9/+9
| |
| * Remove old label editing code from showBugLuke Adams2018-10-041-75/+1
| |
| * Use labelSelect to edit labels in bugViewLuke Adams2018-10-041-4/+10
| |
| * Add labelSelect view for choosing labelsLuke Adams2018-10-042-10/+261
| |
* | fix js formatting with prettierMichael Muré2018-10-131-3/+3
| |
* | fix buildMichael Muré2018-10-071-0/+37
| |
* | webui: update packed filesMichael Muré2018-10-071-20/+20
| |
* | github: also pull users emailMichael Muré2018-10-0720-48/+252
| |
* | graphql: add missing operationMichael Muré2018-10-074-6/+425
| |
* | github: deal with the deleted user case where github return a null actorMichael Muré2018-10-067-77/+180
| |
* | github: handle the case where no diff is available for a comment editionMichael Muré2018-10-051-69/+133
|/
* Merge pull request #60 from adamslc/commenteditMichael Muré2018-10-044-8/+78
|\ | | | | termui: add the ability to edit comments
| * Add edit to instruction viewLuke Adams2018-10-041-1/+1
| |
| * Enable editing comments in the term uiLuke Adams2018-10-042-0/+68
| |
| * Use operation hash for view nameLuke Adams2018-10-041-2/+3
| | | | | | | | This change allows the operation to be found given only the view name.
| * Make addCommentWithEditor accept a preMessageLuke Adams2018-10-043-5/+6
|/
* github: explain better what happen with the user credentialsMichael Muré2018-10-031-1/+1
|
* commands: better multi choice prompt to select the target for "bridge configure"Michael Muré2018-10-031-6/+10
|
* Merge pull request #57 from adamslc/opencloseMichael Muré2018-10-031-1/+18
|\ | | | | termui: add the ability to open/close in bug view