Commit log

0e68c10 update webUI's screenshots

Michael Muré created

ea545a8 pack the webui

Michael Muré created

f1759ea webui: adjust some margins

Michael Muré created

1164e34 webui: fix bad formatting on Date

Michael Muré created

f87d63b Merge pull request #331 from MichaelMure/webui/mutations

Click to expand commit body
Webui: add comments

Michael Muré created

4559af5 update auto-generated files

Michael Muré created

da2eb3c Merge pull request #335 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-0.0.6

Click to expand commit body
build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6

Michael Muré created

8516653 build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6

Click to expand commit body
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/0.0.5...v0.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] created

54aff67 Merge pull request #334 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.5.1

Click to expand commit body
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1

Michael Muré created

d7bb346 prompt: minor aspect fix

Michael Muré created

4ec4f45 update auto-generated files

Michael Muré created

dc21ad0 use regex.MustCompile instead of dealing with the error

Michael Muré created

0cebe1e bridge: record the login used during the configure and use it as default credential

Click to expand commit body
fix #338

Michael Muré created

f964843 webui: run linter fix

ludovicm67 created

68ec06e build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1

Click to expand commit body
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] created

b331833 Merge pull request #250 from cheshirekow/cheshirekow-jira

Click to expand commit body
Implement jira bridge

Michael Muré created

be763b4 update README

Josh Bialkowski created

08122b3 Merge pull request #332 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.26.0

Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0

Michael Muré created

d535af2 build(deps): bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0

Click to expand commit body
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.25.0...v0.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] created

4827d3f metaKeyJiraOperationId -> metaKeyJiraDerivedId

Josh Bialkowski created

d349137 fix usage of newIdentityRaw

Josh Bialkowski created

bbd31ad Fix jira bridge config didn't save credentials or store URL metadata

Josh Bialkowski created

218d460 webui: style SetStatus

Michael Muré created

afd22ac webui: more readable dates, also localized

Michael Muré created

14e91cb webui: fix the default query

Michael Muré created

86a35f1 webui: more styling on the bug page

Michael Muré created

e408ca8 webui: minor styling of the timeline events

Michael Muré created

602f911 webui: fix missing space in the bug preview

Michael Muré created

c4f5cae webui: list by default only open bugs

Michael Muré created

d052ecf webui: in the bug list, toggle open and close when clicking

Michael Muré created

01b0a93 jira: fix a nil context

Michael Muré created

5c230cb jira: rework to use the credential system + adapt to refactors

Michael Muré created

a4e5035 prompt: minor fixes

Michael Muré created

0bb9ed9 Merge remote-tracking branch 'origin/master' into cheshirekow-jira

Michael Muré created

157e10f Merge pull request #328 from MichaelMure/bridge-refactor

Click to expand commit body
bridges: pass the context to Init for when a client build process need it

Michael Muré created

e231b6e bridges: pass the context to Init for when a client build process needs it

Michael Muré created

cfa0058 Merge remote-tracking branch 'origin/master' into cheshirekow-jira

Michael Muré created

02548c0 Merge pull request #326 from MichaelMure/bridge-refactor

Click to expand commit body
bridges: more refactor and cleanup

Michael Muré created

87b97ca bridges: more refactor and cleanup

Michael Muré created

432a816 Merge remote-tracking branch 'origin/master' into cheshirekow-jira

Michael Muré created

362c0c7 Merge pull request #325 from MichaelMure/bridge-refactor

Click to expand commit body
bridges: massive refactor

Michael Muré created

fe3d5c9 bridges: massive refactor

Click to expand commit body
- automatic flag validation and warning
- generalized prompt
- cleanups

Michael Muré created

e9aff2a Merge remote-tracking branch 'origin/master' into cheshirekow-jira

Michael Muré created

2df7294 Merge pull request #321 from MichaelMure/cred-password

Click to expand commit body
auth: refactor and introduce Login and LoginPassword, salt IDs

Michael Muré created

ce6f6a9 webui: move pages components

Quentin Gliech created

8b85780 webui: start reorganizing the component structure

Quentin Gliech created

1028490 Merge pull request #319 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.25.0

Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.24.0 to 0.25.0

Michael Muré created

1375b3c Merge pull request #320 from MichaelMure/dependabot/go_modules/github.com/gorilla/mux-1.7.4

Click to expand commit body
build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4

Michael Muré created

680dd91 webui: create comment form

Quentin Gliech created

0066f3d Merge pull request #323 from MichaelMure/webui/typescript

Click to expand commit body
Webui/typescript

Michael Muré created