Michael Muré
63807382d3
Readme: add more explanation about the dev process
2018-12-10 00:25:46 +01:00
Michael Muré
a71d433f5e
Merge pull request #78 from Steap/improve-readme
...
README.md: Add developer-specific information.
2018-12-10 00:17:11 +01:00
Cyril Roelandt
c31e7fbab5
README.md: Add developer-specific information.
...
Cloning a Go project is a weird thing for developers unfamiliar with the
language.
This closes #77 .
2018-12-08 22:42:16 +01:00
Michael Muré
2ac2c8812f
doc: update webui screenshot
2018-12-05 19:57:37 +01:00
Michael Muré
85a68c825e
gitignore: ignore jetbrains project files
2018-12-05 19:43:20 +01:00
Michael Muré
7e66f7416b
Merge branch 'recording'
2018-12-04 23:53:00 +01:00
Michael Muré
3cb74c7ff0
update readme with new demo gif
2018-12-04 23:51:35 +01:00
Michael Muré
e171448902
bridge: simplify regex
2018-12-04 23:43:57 +01:00
Michael Muré
a133cdffaf
bridge: slightly better error message
2018-12-04 23:43:22 +01:00
Michael Muré
cdc80c9379
Add a gif file generated with ScreenToGif from the svg file
2018-12-04 23:35:55 +01:00
Michael Muré
23a9aa9575
update the termui screencast
2018-12-02 16:08:13 +01:00
Michael Muré
9c89cf5b96
termui: tighter column in the bug table
2018-12-01 17:09:13 +01:00
Michael Muré
ab970da4d5
termui: use the '↵' symbol to save screen space
2018-12-01 17:08:19 +01:00
Michael Muré
5e74489126
text: fix broken truncate with unicode and use the ellipsis character in LeftPadMaxLine
2018-12-01 15:17:16 +01:00
Michael Muré
5653ae98e0
interrupt: minor cleaning
2018-10-27 11:51:50 +02:00
Michael Muré
8be1078dd6
Merge pull request #71 from auyer/master
...
Cleaning lock files on Interruption
2018-10-27 11:46:10 +02:00
Rafael Passos
31cbddd35b
Iverted order, moved print, and new tests
2018-10-25 18:07:02 -03:00
Rafael Passos
8f012e2cab
RegisterCleaner now uses Variadic input + tests
2018-10-24 19:06:10 -03:00
Rafael Passos
85032d4cdc
Inverted boolean check
2018-10-24 18:55:02 -03:00
Rafael Passos
f72b18496b
moved cleaner function to util/interrupt
2018-10-24 18:36:39 -03:00
Rafael Passos
4f4af4584f
changing t type where used
2018-10-24 18:27:43 -03:00
Michael Muré
3fa9673360
removed unnecessary empty string from print
...
Co-Authored-By: auyer <rafael@rcpassos.me>
2018-10-24 18:12:50 -03:00
Michael Muré
a405c33ed6
Renamed struct from t to Cleaner
...
Co-Authored-By: auyer <rafael@rcpassos.me>
2018-10-24 18:11:36 -03:00
Rafael Passos
c38f8f1c30
Registering lock clearing functions to Cleaner
2018-10-23 18:01:00 -03:00
Rafael Passos
addeb9a0a1
Created Cleaner package
2018-10-23 18:00:55 -03:00
Michael Muré
e79476a962
Merge pull request #70 from auyer/patch-1
...
[DOC] Updated usage examples in README.md
2018-10-23 00:27:10 +02:00
Rafael Passos
bf34aae6e3
git bug new updated to git bug add
...
Current README.md docs are missleading. The "new" command has been changed.
2018-10-22 18:34:18 -03:00
Michael Muré
2ab2412771
version 0.4.0
2018-10-21 12:33:08 +02:00
Michael Muré
82701f8ce7
bug: add a new SetMetadataOperation to retroactively tag operations
2018-10-21 00:55:58 +02:00
Michael Muré
d37ffa6bd4
commands: unify the processing from editor/file/stdin for "add" and "comment add"
...
fix #68
2018-10-17 21:42:13 +02:00
Michael Muré
f67c57c084
commands: check the bug id before the user write the message for "comment add"
2018-10-17 20:59:36 +02:00
Michael Muré
b08e28e67e
commands: fix "comment add" flags set on the wrong command
2018-10-17 20:47:31 +02:00
Michael Muré
7a511f9a13
commands: don't load the repo for commands that don't need it
...
fix #67
2018-10-17 20:39:35 +02:00
Michael Muré
0e5c5a4db4
Merge pull request #69 from eiro/eiro/better-introduction-text
...
a better introduction message for the help page
2018-10-17 20:38:31 +02:00
Marc Chantreux
fa23ccc5e5
a better introduction message for the help page
2018-10-17 20:05:46 +02:00
Michael Muré
1b9121def5
Merge branch 'labeledit'
2018-10-17 19:51:39 +02:00
Michael Muré
7275280de3
termui: some cleanup in the label edition code
2018-10-17 19:50:41 +02:00
Luke Adams
4cb43815d0
Fix label select scrolling
...
This also sort of breaks the focus-on-add mechanism, but I can't think
of a good way to implement it.
2018-10-16 15:27:07 -06:00
Luke Adams
803fc6a8d0
Fix bug in computing added/removed labels
2018-10-16 14:36:57 -06:00
Luke Adams
3eedb6f65a
Fix error when label list is empty
2018-10-16 14:13:04 -06:00
Michael Muré
e89375f229
fix js formatting with prettier
2018-10-13 12:29:47 +02:00
Michael Muré
a37a53203d
fix build
2018-10-07 19:03:41 +02:00
Michael Muré
e414a0e3a1
webui: update packed files
2018-10-07 19:03:06 +02:00
Michael Muré
7cb7994cda
github: also pull users email
2018-10-07 18:27:23 +02:00
Michael Muré
03202fed49
graphql: add missing operation
2018-10-07 17:41:47 +02:00
Michael Muré
64133ee5ba
github: deal with the deleted user case where github return a null actor
2018-10-06 11:55:16 +02:00
Luke Adams
788cdb0633
Set minimum width for labelSelect
2018-10-05 13:12:47 -06:00
Luke Adams
b23f539a77
Error checking and cleanup
2018-10-05 12:22:15 -06:00
Luke Adams
b1b310d978
Make labelSelect with adaptive, add title
2018-10-05 12:18:00 -06:00
Luke Adams
3378e6409e
Fix bug in labelSelect addItem
...
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.
2018-10-05 11:52:41 -06:00