Commit Graph

743 Commits

Author SHA1 Message Date
Cyril Roelandt
1174265e59 Termui: switch to the previous/next page when going up/down.
Rather than using 'h' or 'l' to load the previous or next page, allow users to
do this automatically when going up or down the list with 'k' or 'j'. This is
the default behaviour in mutt, for instance.
2018-12-22 00:06:40 +01:00
Michael Muré
47b2aa4cc1 launchpad: minor cleaning 2018-12-17 13:05:05 +01:00
Michael Muré
d26b1d08c7 doc: same size for the webui screenshots 2018-12-17 12:55:30 +01:00
Michael Muré
24f568a5c6
Merge pull request #79 from Steap/feature/bridge-launchpad
WIP: Initial Launchpad bridge.
2018-12-17 12:51:52 +01:00
Cyril Roelandt
d6ddf0ef5c Initial Launchpad bridge.
This a just a preview. Not all features are expected to work.
2018-12-16 00:51:22 +01:00
Michael Muré
c92da552d8
Merge pull request #81 from rafasc/ra/fix-empty-ident-test-failure
tests: configure user ident in repos used by tests
2018-12-10 23:19:46 +01:00
Rafael Ascensão
8dcd3d21cd tests: configure user ident in repos used by tests
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.
2018-12-10 22:14:27 +00:00
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