aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update readmeMichael Muré2020-02-291-39/+35
* Merge pull request #344 from MichaelMure/github-lowercase-loginMichael Muré2020-02-295-56/+112
|\
| * github: fix testsMichael Muré2020-02-291-23/+32
| * github: correct casing for user provided loginMichael Muré2020-02-294-33/+80
* | Merge pull request #347 from MichaelMure/dependabot/go_modules/github.com/Mic...Michael Muré2020-02-292-1/+3
|\ \
| * | build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-02-272-1/+3
|/ /
* | Merge pull request #346 from quincunx/fix_compile_errorMichael Muré2020-02-261-3/+3
|\ \
| * | Fix compile errors on WindowsChristian Schürer-Waldheim2020-02-251-3/+3
* | | Merge pull request #343 from MichaelMure/login-is-backMichael Muré2020-02-2619-24/+183
|\ \ \ | |_|/ |/| |
| * | identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-2519-24/+183
|/ /
* | termui: fix bad rendering due to outdated go-runewidthMichael Muré2020-02-252-0/+3
* | termui: fix label cropped in the label edition windowMichael Muré2020-02-251-4/+4
|/
* Merge pull request #341 from MichaelMure/bridges-default-loginMichael Muré2020-02-2316-48/+76
|\
| * bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-2316-48/+76
* | update webUI's screenshotsMichael Muré2020-02-233-2/+2
* | pack the webuiMichael Muré2020-02-231-53/+53
* | webui: adjust some marginsMichael Muré2020-02-231-2/+4
* | webui: fix bad formatting on DateMichael Muré2020-02-233-3/+9
* | Merge pull request #331 from MichaelMure/webui/mutationsMichael Muré2020-02-2351-183/+450
|\ \
| * | webui: run linter fixludovicm672020-02-223-4/+8
| * | webui: style SetStatusMichael Muré2020-02-172-3/+9
| * | webui: more readable dates, also localizedMichael Muré2020-02-171-2/+2
| * | webui: fix the default queryMichael Muré2020-02-171-1/+1
| * | webui: more styling on the bug pageMichael Muré2020-02-162-4/+18
| * | webui: minor styling of the timeline eventsMichael Muré2020-02-163-7/+14
| * | webui: fix missing space in the bug previewMichael Muré2020-02-161-2/+2
| * | webui: list by default only open bugsMichael Muré2020-02-161-1/+1
| * | webui: in the bug list, toggle open and close when clickingMichael Muré2020-02-162-4/+10
| * | webui: move pages componentsQuentin Gliech2020-02-1344-137/+203
| * | webui: start reorganizing the component structureQuentin Gliech2020-02-1323-41/+41
| * | webui: create comment formQuentin Gliech2020-02-136-1/+165
* | | update auto-generated filesMichael Muré2020-02-2339-216/+190
* | | Merge pull request #335 from MichaelMure/dependabot/go_modules/github.com/spf...Michael Muré2020-02-232-1/+95
|\ \ \
| * | | build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6dependabot-preview[bot]2020-02-232-1/+95
|/ / /
* | | Merge pull request #334 from MichaelMure/dependabot/go_modules/github.com/str...Michael Muré2020-02-232-1/+4
|\ \ \
| * | | build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1dependabot-preview[bot]2020-02-202-1/+4
| | |/ | |/|
* | | prompt: minor aspect fixMichael Muré2020-02-231-1/+3
* | | update auto-generated filesMichael Muré2020-02-236-10/+10
* | | use regex.MustCompile instead of dealing with the errorMichael Muré2020-02-235-24/+6
|/ /
* | Merge pull request #250 from cheshirekow/cheshirekow-jiraMichael Muré2020-02-1912-29/+3368
|\ \
| * | update READMEJosh Bialkowski2020-02-191-23/+23
| * | metaKeyJiraOperationId -> metaKeyJiraDerivedIdJosh Bialkowski2020-02-172-23/+23
| * | fix usage of newIdentityRawJosh Bialkowski2020-02-171-1/+1
| * | Fix jira bridge config didn't save credentials or store URL metadataJosh Bialkowski2020-02-171-0/+10
| * | jira: fix a nil contextMichael Muré2020-02-151-1/+2
| * | jira: rework to use the credential system + adapt to refactorsMichael Muré2020-02-155-278/+346
| * | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1512-31/+29
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-157-100/+54
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1527-440/+478
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1487-4040/+6756
| |\ \ \ \ \