aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* tests: configure user ident in repos used by testsRafael Ascensão2018-12-101-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/interruptRafael Passos2018-10-2423-46/+46
|
* Registering lock clearing functions to CleanerRafael Passos2018-10-2323-0/+46
|
* version 0.4.00.4.0Michael Muré2018-10-211-1/+1
|
* commands: unify the processing from editor/file/stdin for "add" and "comment ↵Michael Muré2018-10-172-10/+10
| | | | | | 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-172-4/+4
|
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-1725-70/+90
| | | | fix #67
* a better introduction message for the help pageMarc Chantreux2018-10-171-1/+5
|
* github: also pull users emailMichael Muré2018-10-072-3/+3
|
* github: deal with the deleted user case where github return a null actorMichael Muré2018-10-061-1/+1
|
* Make addCommentWithEditor accept a preMessageLuke Adams2018-10-041-1/+1
|
* commands: better multi choice prompt to select the target for "bridge configure"Michael Muré2018-10-031-6/+10
|
* commands: "bridge" don't take argumentsMichael Muré2018-10-011-0/+1
|
* select: clear the selected bug when invalidMichael Muré2018-09-261-1/+16
|
* commands: don't forget to treat the error when selecting a bugMichael Muré2018-09-261-1/+4
|
* commands: add a "deselect" command to deselect a previously selected bugMichael Muré2018-09-261-0/+38
|
* commands: detect when an edit title doesn't change it and abort the operationMichael Muré2018-09-261-0/+4
|
* commands: add "bridge pull"Michael Muré2018-09-241-0/+45
|
* commands: add "bridge rm"Michael Muré2018-09-242-2/+34
|
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-243-3/+133
|
* commands: cleanup file nameMichael Muré2018-09-242-0/+0
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-214-7/+7
|
* commands: add a "ls-labels" command that output valid labelsMichael Muré2018-09-211-0/+37
|
* commands: description cleanupMichael Muré2018-09-2111-12/+12
|
* webui: serve the index.html file by default to deal with the SPA router ↵Michael Muré2018-09-211-1/+24
| | | | | | requirements fix #50
* commands: ls now accept queries without quoteMichael Muré2018-09-191-2/+3
|
* commands: fix a panic on merge invalidMichael Muré2018-09-191-1/+1
|
* pull: don't stop the process when one merge failMichael Muré2018-09-191-1/+1
|
* webui: explain how to quitMichael Muré2018-09-191-0/+1
|
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-1812-151/+36
|
* commands: add a "select" command to select a bug for future implicit useMichael Muré2018-09-181-0/+50
|
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-182-0/+234
|
* commands: add a "label rm" command to remove labels from a bugMichael Muré2018-09-172-3/+55
|
* commands: add a "label add" command to add new label to a bugMichael Muré2018-09-171-1/+1
|
* commands: make "label" display the current labelsMichael Muré2018-09-172-42/+60
|
* commands: migrate the open/close commands under the "status" commandMichael Muré2018-09-162-6/+6
|
* commands: add a "status" command to show a bug statusMichael Muré2018-09-161-0/+50
|
* docs & cleaningMichael Muré2018-09-161-0/+1
|
* commands: make the "commands" command show subcommands as wellMichael Muré2018-09-161-6/+24
|
* commands: add a title edit commandMichael Muré2018-09-162-1/+76
|
* commands: add a title command to display a bug's titleMichael Muré2018-09-161-0/+52
|
* commands: add `git bug comment add` to add a commentMichael Muré2018-09-151-0/+85
|
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-152-39/+21
|
* cmd: rename 'new' into 'add' to have a verbMichael Muré2018-09-151-17/+17
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-1/+1
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1/+1
| | | | fix #6
* version 0.3.00.3.0Michael Muré2018-09-131-1/+1
|
* catch a lot of error not being checkedMichael Muré2018-09-132-3/+12
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-2/+21
|