Commit log

3932f74 travis, attempt to fix the build by using updated go version

Michael Muré created

7e48e0a upgrade to gqlgen master, waiting for a release

Michael Muré created

1d4bb7c migrate to go modules

Michael Muré created

f093be9 cache: don't store legacy identities IDs in bug excerpt as they are not reachable. Fix a panic

Michael Muré created

6343c8e Merge pull request #301 from MichaelMure/webui/issue-filtering

Click to expand commit body
Issue list improvements and filtering

Michael Muré created

adb2888 webui: add open/closed issues count

Quentin Gliech created

ead5bad webui: implement issue list sort

Quentin Gliech created

4d97e3a webui: implement filtering

Quentin Gliech created

fa13550 webui: enhance the issue list page

Click to expand commit body
This starts some ground work for filtering & moves the pagination logic
in the query params.
Also has a nice loading placeholder.

Quentin Gliech created

9f79531 Merge pull request #300 from ludovicm67/webui-display-current-identity

Click to expand commit body
Webui: display current identity + improve app bar

Michael Muré created

7035416 webui: remove useless conditions

ludovicm67 created

7de5a25 webui: add logo

ludovicm67 created

def48e5 webui: display current identity in the AppBar

ludovicm67 created

8f6bc24 webui: fix AppBar

ludovicm67 created

ff33e62 Merge pull request #299 from ludovicm67/fix-webui

Click to expand commit body
Fix column overflow in webui

Michael Muré created

f716bc1 webui: change primary color

ludovicm67 created

e364674 webui: fix width for pre tags in bug messages

ludovicm67 created

3413ee4 webui: open image in a new tab on click

ludovicm67 created

e08ecf1 webui: fix column width on bug

ludovicm67 created

42219ab webui: custom image tag

ludovicm67 created

20080aa fix version not set properly when built on travis

Michael Muré created

00b1bd0 Merge pull request #298 from MichaelMure/webui/gql-fragment-matcher

Click to expand commit body
Use the IntrospectionFragmentMatcher & update dependencies

Michael Muré created

5374a74 webui: use the IntrospectionFragmentMatcher & update dependencies

Quentin Gliech created

ead3fdd Merge pull request #287 from MichaelMure/github-import-error

Click to expand commit body
Github import error

Michael Muré created

ee48aef github: warning when the comment to be edited is missing instead of failing

Click to expand commit body
fix #286

Michael Muré created

a785bcd codereview #6: don't fail one warning

Click to expand commit body
* presence of an error in the import event doesn't indicate failure

Josh Bialkowski created

f15206e * Fix git config reader can't read values with spaces

Click to expand commit body
* Add NewImportWarning for things that aren't exactly errors.
  Use this for unhandled changelog events.
* Add NewExportWarning for things that aren't exactly errors.
  Use this for un-exportable status changes.

Josh Bialkowski created

ca1d305 Merge pull request #285 from MichaelMure/fix-gitlab

Click to expand commit body
Fix gitlab

Michael Muré created

86b114a gitlab: proper token generation URL with custom base URL

Michael Muré created

d2ed674 gitlab: fix edit not being pushed with baseUrl

Click to expand commit body
fix #284

Michael Muré created

fc56820 termui: fix an excessive assumption about an error

Michael Muré created

1bcba47 Merge pull request #280 from MichaelMure/bridge-gitlab

Click to expand commit body
bridge/gitlab: add base url configuration

Michael Muré created

c769348 bridge/gitlab/config.go printing typo

Click to expand commit body
Co-Authored-By: Michael Muré <batolettre@gmail.com>

Amine and Michael Muré created

8acbc9d Merge pull request #277 from MichaelMure/dependabot/dep/github.com/MichaelMure/go-term-text-0.2.4

Click to expand commit body
build(deps): bump github.com/MichaelMure/go-term-text from 0.2.1 to 0.2.4

Michael Muré created

6fffe24 dep ensure

Michael Muré created

2852bb2 build(deps): bump github.com/MichaelMure/go-term-text

Click to expand commit body
Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.1 to 0.2.4.
- [Release notes](https://github.com/MichaelMure/go-term-text/releases)
- [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.1...v0.2.4)

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

dependabot-preview[bot] created

3a3a4ff Merge pull request #278 from MichaelMure/bridge-conf-workflow

Click to expand commit body
bridge: allow to configure and pull without having set a user first

Michael Muré created

5cffb5d bridge/gitlab: add missing baseUrl prompt and options

Click to expand commit body
bridge/gitlab: fix api calls with self hosted Gitlab instances

amine created

864d3ed bridge: allow to configure and pull without having set a user first

Click to expand commit body
- init() only the importer or exporter as required
- assign a "default user" user Id to credentials at creation if no user has been set
- "bridge auth": also display the user
- "bridge auth show": adapt to a potential "default user" user Id
- "bridge configure": allow to run without a user set
- "bridge pull": allow to run without a user set
- "user adopt": replace "default user" by the actual user id when run

Michael Muré created

dca85b3 repair after rebase

Josh Bialkowski created

3384d1b codereview #6: don't fail one warning

Click to expand commit body
* presence of an error in the import event doesn't indicate failure

Josh Bialkowski created

4e64c83 codereview #5: reverse-map and ImportWarning

Click to expand commit body
* Fix git config reader can't read values with spaces
* Add bug-id-revmap config option for the reverse map, and use this
  in the importer
* Add NewImportWarning for things that aren't exactly errors.
  Use this for unhandled changelog events.
* Add NewExportWarning for things that aren't exactly errors.
  Use this for un-exportable status changes.
* Strip newlines from titles on import

Josh Bialkowski created

98bd372 codereview #4: fixes from testing

Click to expand commit body
* don't prefix imported title's with jira ID
* fix import new comment due to wrong variable name
* fix double import of comment edition due to improper err check
* fix JIRA cloud paginated changelog has a different JSON
  field then the embedded changelog in the JIRA server issue
  object
* fix splitting label strings yielded an empty string as a label
  value

Josh Bialkowski created

a59aaeb codreview #3: two credential types, more fixes

Click to expand commit body
* Support both token and session credential types
* use getTimeDervedID in export.go
* keyOrigin -> core.KeyOrigin
* fix one indentation
* remove project key from operation metadata
* fix missing credentials codepath if not using sidecar

Josh Bialkowski created

cd88957 codereview #2: some cleanup, correct use of nothing-events

Click to expand commit body
* return error, don't panic
* skipping status export is an error
* use switch in config.go
* move PromptPassword to input
* move client construction into getIdentityClient
* use non-pointer context throughout client since it is an interface
* remove some TODOs
* don't emit multiple nothing-events, just one per bug only if nothing
  happened.
* rename EditBody to EditCreateComment
* add configuration notes about additional values
* store bug id map in a dictionary in the config
* some fixes from testing

Josh Bialkowski created

7657a38 codereview #1: clean lint from golangcibot

Josh Bialkowski created

eff830b Implement jira bridge

Josh Bialkowski created

e96d8e6 Merge pull request #274 from MichaelMure/gitlab-bridge

Click to expand commit body
bridge/gitlab: support self-hosted GitLab instance

Michael Muré created

f6b4830 bridge/gitlab: support self-hosted GitLab instance

amine created

ef6801a Merge pull request #273 from MichaelMure/user-create-set

Click to expand commit body
cmd: "user create" only assign the user identity if not set

Amine created