Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade gqlgen to v0.7.1 | Michael Muré | 2018-12-23 | 91 | -817/+8298 |
| | |||||
* | webui: upgrade npm dependencies to fix ↵ | Michael Muré | 2018-12-23 | 3 | -4869/+8728 |
| | | | | https://nvd.nist.gov/vuln/detail/CVE-2018-16469 | ||||
* | update generated doc with the new date | Michael Muré | 2018-12-22 | 26 | -26/+26 |
| | |||||
* | launchpad: minor cleaning | Michael Muré | 2018-12-17 | 2 | -7/+12 |
| | |||||
* | doc: same size for the webui screenshots | Michael Muré | 2018-12-17 | 1 | -0/+0 |
| | |||||
* | Merge pull request #79 from Steap/feature/bridge-launchpad | Michael Muré | 2018-12-17 | 5 | -0/+333 |
|\ | | | | | WIP: Initial Launchpad bridge. | ||||
| * | Initial Launchpad bridge. | Cyril Roelandt | 2018-12-16 | 5 | -0/+333 |
| | | | | | | | | This a just a preview. Not all features are expected to work. | ||||
* | | Merge pull request #81 from rafasc/ra/fix-empty-ident-test-failure | Michael Muré | 2018-12-10 | 3 | -0/+21 |
|\ \ | |/ |/| | tests: configure user ident in repos used by tests | ||||
| * | tests: configure user ident in repos used by tests | Rafael Ascensão | 2018-12-10 | 3 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Readme: add more explanation about the dev process | Michael Muré | 2018-12-10 | 1 | -3/+7 |
| | | |||||
* | | Merge pull request #78 from Steap/improve-readme | Michael Muré | 2018-12-10 | 1 | -0/+14 |
|\ \ | |/ |/| | README.md: Add developer-specific information. | ||||
| * | README.md: Add developer-specific information. | Cyril Roelandt | 2018-12-08 | 1 | -0/+14 |
|/ | | | | | | | Cloning a Go project is a weird thing for developers unfamiliar with the language. This closes #77. | ||||
* | doc: update webui screenshot | Michael Muré | 2018-12-05 | 2 | -0/+0 |
| | |||||
* | gitignore: ignore jetbrains project files | Michael Muré | 2018-12-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'recording' | Michael Muré | 2018-12-04 | 3 | -9/+7 |
|\ | |||||
| * | update readme with new demo gif | Michael Muré | 2018-12-04 | 2 | -4/+2 |
| | | |||||
| * | Add a gif file generated with ScreenToGif from the svg file | Michael Muré | 2018-12-04 | 1 | -0/+0 |
| | | |||||
| * | update the termui screencast | Michael Muré | 2018-12-02 | 1 | -5/+5 |
| | | |||||
* | | bridge: simplify regex | Michael Muré | 2018-12-04 | 1 | -2/+2 |
| | | |||||
* | | bridge: slightly better error message | Michael Muré | 2018-12-04 | 1 | -1/+1 |
|/ | |||||
* | termui: tighter column in the bug table | Michael Muré | 2018-12-01 | 1 | -21/+26 |
| | |||||
* | termui: use the '↵' symbol to save screen space | Michael Muré | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | text: fix broken truncate with unicode and use the ellipsis character in ↵ | Michael Muré | 2018-12-01 | 2 | -10/+71 |
| | | | | LeftPadMaxLine | ||||
* | interrupt: minor cleaning | Michael Muré | 2018-10-27 | 2 | -8/+7 |
| | |||||
* | Merge pull request #71 from auyer/master | Michael Muré | 2018-10-27 | 25 | -0/+145 |
|\ | | | | | Cleaning lock files on Interruption | ||||
| * | Iverted order, moved print, and new tests | Rafael Passos | 2018-10-25 | 2 | -18/+42 |
| | | |||||
| * | RegisterCleaner now uses Variadic input + tests | Rafael Passos | 2018-10-24 | 2 | -13/+48 |
| | | |||||
| * | Inverted boolean check | Rafael Passos | 2018-10-24 | 1 | -3/+4 |
| | | |||||
| * | moved cleaner function to util/interrupt | Rafael Passos | 2018-10-24 | 24 | -49/+49 |
| | | |||||
| * | changing t type where used | Rafael Passos | 2018-10-24 | 1 | -4/+4 |
| | | |||||
| * | removed unnecessary empty string from print | Michael Muré | 2018-10-24 | 1 | -1/+2 |
| | | | | | | Co-Authored-By: auyer <rafael@rcpassos.me> | ||||
| * | Renamed struct from t to Cleaner | Michael Muré | 2018-10-24 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: auyer <rafael@rcpassos.me> | ||||
| * | Registering lock clearing functions to Cleaner | Rafael Passos | 2018-10-23 | 23 | -0/+46 |
| | | |||||
| * | Created Cleaner package | Rafael Passos | 2018-10-23 | 1 | -0/+38 |
|/ | |||||
* | Merge pull request #70 from auyer/patch-1 | Michael Muré | 2018-10-23 | 1 | -1/+1 |
|\ | | | | | [DOC] Updated usage examples in README.md | ||||
| * | git bug new updated to git bug add | Rafael Passos | 2018-10-22 | 1 | -1/+1 |
|/ | | | | Current README.md docs are missleading. The "new" command has been changed. | ||||
* | version 0.4.00.4.0 | Michael Muré | 2018-10-21 | 1 | -1/+1 |
| | |||||
* | bug: add a new SetMetadataOperation to retroactively tag operations | Michael Muré | 2018-10-21 | 3 | -5/+199 |
| | |||||
* | commands: unify the processing from editor/file/stdin for "add" and "comment ↵ | Michael Muré | 2018-10-17 | 3 | -12/+42 |
| | | | | | | add" fix #68 | ||||
* | commands: check the bug id before the user write the message for "comment add" | Michael Muré | 2018-10-17 | 1 | -5/+5 |
| | |||||
* | commands: fix "comment add" flags set on the wrong command | Michael Muré | 2018-10-17 | 9 | -24/+30 |
| | |||||
* | commands: don't load the repo for commands that don't need it | Michael Muré | 2018-10-17 | 25 | -70/+90 |
| | | | | fix #67 | ||||
* | Merge pull request #69 from eiro/eiro/better-introduction-text | Michael Muré | 2018-10-17 | 1 | -1/+5 |
|\ | | | | | a better introduction message for the help page | ||||
| * | a better introduction message for the help page | Marc Chantreux | 2018-10-17 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'labeledit' | Michael Muré | 2018-10-17 | 3 | -87/+329 |
|\ \ | |/ |/| | |||||
| * | termui: some cleanup in the label edition code | Michael Muré | 2018-10-17 | 1 | -9/+12 |
| | | |||||
| * | Fix label select scrolling | Luke Adams | 2018-10-16 | 1 | -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 labels | Luke Adams | 2018-10-16 | 1 | -20/+25 |
| | | |||||
| * | Fix error when label list is empty | Luke Adams | 2018-10-16 | 1 | -1/+22 |
| | | |||||
| * | Set minimum width for labelSelect | Luke Adams | 2018-10-05 | 1 | -1/+1 |
| | |