Commit log

05a3aec bridge/gitlab: add import unit tests

Amine Hilaly created

76a389c bridge/gitlab: make resolve error unique within the importer

Amine Hilaly created

d34eae1 bug: add snapshot.SearchComment method

Amine Hilaly created

e012b6c bridge/gitlab: check notes system field

Amine Hilaly created

ffb8d34 bridge/gitlab: check identity cache in ensurePerson

Amine Hilaly created

8b6c896 bridge/gitlab: complete importer

Amine Hilaly created

53f99d3 bridge/gitlab: add import note utilities

Click to expand commit body
bridge/gitlab: set default capacity to 20

Amine Hilaly created

89227f9 bridge/gitlab: add iterator LabelEvents

Amine Hilaly created

b512108 bridge/gitlab: fix iterator bugs and enhacements

Amine Hilaly created

1c23c73 vendor: update github.com/xanzy/go-gitlab to version 0.19.0

Amine Hilaly created

612264a bridge/gitlab: fix iterator out of index bug

Amine Hilaly created

6c02f09 bridge/gitlab: prompt only for user provided token

Amine Hilaly created

aea8818 bridge/gitlab: add method to query all project labels

Amine Hilaly created

5144525 bridge/gitlab: remove request token methodes

Amine Hilaly created

8ee136e bridge/gitlab: add issue iterator

Amine Hilaly created

35a033c bridge/gitlab: bridge project validation

Click to expand commit body
bridge/gitlab: token generation

Amine Hilaly created

a1a1d48 bridge/gitlab: add bridge configure

Amine Hilaly created

cfd5653 bridge/gitlab: init exporter

Amine Hilaly created

01c0f64 bridge/gitlab: init new bridge

Amine Hilaly created

15d12fb vendors: add github.com/xanzy/go-gitlab vendors

Amine Hilaly created

a2a40cf deps: Add github.com/xanzy/go-gitlab to dependencies

Amine Hilaly created

8d05b47 Merge pull request #183 from A-Hilaly/bridge-github-fix

Click to expand commit body
fix project visibility prompt in Github bridge configuration

Michael Muré created

c805142 bridge/github: fix project visibility prompt

Amine Hilaly created

23bf30a Update README.md

Michael Muré created

1402295 graphql: don't use the gqlgen command to generate to avoid pulling urfave/cli

Michael Muré created

a5c42b7 Merge pull request #177 from A-Hilaly/git-version

Click to expand commit body
Check git version in repo RmConfigs

Michael Muré created

fb50d47 repository: RmConfigs usage of git version lt 2.18

Amine Hilaly created

76db2f4 repository: rework how RmConfigs works with git

Michael Muré created

bb68b39 Check git version before removing config section

Click to expand commit body
update git config tests

Amine Hilaly created

08f9baf Add blang/semver vendors

Amine Hilaly created

e381d55 Update gqlgen vendors

Amine Hilaly created

cb7fefd Update gorilla/mux vendors

Amine Hilaly created

7a336e9 Update Gopkg.lock and Gopkg.tml

Amine Hilaly created

eef7333 commands: fix a missing line break

Michael Muré created

7988c67 Update README.md

Michael Muré created

ac24ca5 Update README.md

Michael Muré created

dc28987 bridge: detect when trying to configure a bridge with a name already taken

Michael Muré created

5b1a8cd bridge: use a single KeyTarget constant for all bridges

Michael Muré created

41a5a7f readme: github exporter is no longer a planned feature

Michael Muré created

0903d16 Merge pull request #174 from MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.3

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

Michael Muré created

c0ad450 Merge pull request #173 from MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.1

Click to expand commit body
build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1

Michael Muré created

f4d4b2f Merge pull request #166 from MichaelMure/github-exporter

Click to expand commit body
[Bridge] GitHub exporter

Michael Muré created

9e611ee [bridge/github] import: avoid retrieving ghost email in userQuery

Click to expand commit body
request

rename userQuery to ghostQuery

Amine Hilaly created

6323c7b [bridge/github] ignore imported bugs from other repositories

Amine Hilaly created

3e18116 [bridge/github] improve export label change function

Click to expand commit body
[bridge/core] rename `EventStatus` to `ExportEvent`

Amine Hilaly created

93e731f [bridge/github] improve comments and documentation

Click to expand commit body
[bridge/github] improve error handling and tests

Co-Authored-By: Michael Muré <batolettre@gmail.com>

Amine and Michael Muré created

f9d7d6b build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3

Click to expand commit body
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.3)

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

dependabot-preview[bot] created

4b6949f Add exporter documentation

Amine Hilaly created

1f365b2 [core] Implement ExportResults

Click to expand commit body
Use ExportResult chan to send export events
Remove exportedBugs and exportedLabels

Amine Hilaly created

570ae5f [bug] add snapshot.GetCreateMetadata method

Click to expand commit body
[bug] add snapshot.HasParticipant(id string)
[bug] add snapshot.HasAnyParticipant(ids ...string)
[bug] add snapshot.HasActor(id string)
[bug] add snapshot.HasAnyActor(ids ...string)
[bridge/github] improve comments
[bridge/github] exporter tests: register deleteRepository in cleaner
[bridge/github] tests rebase

Amine Hilaly created