Commit log
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
5 years ago
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
5 years ago
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
6 years ago
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
6 years ago
7657a38
codereview #1: clean lint from golangcibot
Josh Bialkowski
created
6 years ago
eff830b
Implement jira bridge
Josh Bialkowski
created
6 years ago
e96d8e6
Merge pull request #274 from MichaelMure/gitlab-bridge
Click to expand commit body
bridge/gitlab: support self-hosted GitLab instance
Michael Muré
created
5 years ago
f6b4830
bridge/gitlab: support self-hosted GitLab instance
amine
created
5 years ago
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
5 years ago
da6591e
cmd: "user create" only assign the user identity if not set
Michael Muré
created
5 years ago
f1ed857
Merge pull request #271 from MichaelMure/bridge-credentials
Click to expand commit body
bridge: huge refactor to accept multiple kind of credentials
Michael Muré
created
5 years ago
58c0e5a
auth: Correctly cast configs[configKeyKind]
amine
created
5 years ago
4c6d33e
type the CredentialKind values
Click to expand commit body
Co-Authored-By: Amine <hilalyamine@gmail.com>
Michael Muré
and
Amine
created
5 years ago
69af7a1
Merge pull request #272 from MichaelMure/fix-import-time-save
Click to expand commit body
bridge: fix incorrect last import time on context cancel
Amine
created
5 years ago
8f7f895
bridge: fix incorrect last import time on context cancel
Michael Muré
created
5 years ago
b92adfc
bridge: huge refactor to accept multiple kind of credentials
Michael Muré
created
5 years ago
981a4a8
Merge pull request #265 from contrapunctus-1/doc-grammar
Click to expand commit body
readme - fix some grammatical issues
Michael Muré
created
6 years ago
f7f1924
readme - fix some grammatical issues
contrapunctus
created
6 years ago
5207fb4
Merge pull request #263 from MichaelMure/configure-cleanup
Click to expand commit body
github: tiny cleanups of the configurator
Amine
created
6 years ago
1a1e313
bridge: move export event handling to the CLI
Michael Muré
created
6 years ago
4f856d6
gitlab: configurator cleanup
Michael Muré
created
6 years ago
afe69d0
github: tiny cleanups of the configurator
Michael Muré
created
6 years ago
26a6269
Merge pull request #262 from MichaelMure/bridge
Click to expand commit body
bridge: trim inputs during bridge configuration
Michael Muré
created
6 years ago
7cb7720
bridge: trim inputs during bridge configuration
amine
created
6 years ago
44f648a
Merge pull request #260 from MichaelMure/bridge
Click to expand commit body
Support bridge configuration with global tokens
Michael Muré
created
6 years ago
06abb5a
bridge/gitlab: add gitlab bridge configuration
amine
created
6 years ago
da2d797
bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions
Click to expand commit body
bridge/github: global fixes
amine
created
6 years ago
09db1cd
commands: add bridge configure --token-id flag
amine
created
6 years ago
014e754
bridge/github: use core.ConfigKeyToken instead of keyToken
amine
created
6 years ago
b1d0f48
bridge/github: configuration with global configs
amine
created
6 years ago
bf75838
bridge/core: load token value in ensureInit
Click to expand commit body
bridge/core: add more token functionalities
amine
created
6 years ago
6345895
Merge pull request #258 from MichaelMure/fixes
Click to expand commit body
Bridges fixes
Michael Muré
created
6 years ago
f35845d
Merge pull request #255 from MichaelMure/dependabot/dep/github.com/awesome-gocui/gocui-a34ffb0
Click to expand commit body
build(deps): bump github.com/awesome-gocui/gocui from `c9d3c2b` to `a34ffb0`
Michael Muré
created
6 years ago
17b4329
vendor: update github.com/awesome-gocui/gocui dependencies
amine
created
6 years ago
76b6129
bridge: use the target as well in the token ID
Michael Muré
created
6 years ago
dcf3feb
Merge pull request #254 from MichaelMure/import-events
Click to expand commit body
Bridge: correctly emit NothingEvents
Michael Muré
created
6 years ago
5054b8d
github: sort project candidate in the interactive wizard
Michael Muré
created
6 years ago
22085f3
Merge pull request #256 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.1
Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1
Michael Muré
created
6 years ago
d6d5978
bridge/launchpad: importer correctly emit NothingEvent
amine
created
6 years ago
60427f0
bridge configure: no default name if the default has already been created
Michael Muré
created
6 years ago
87f86bc
vendor: update github.com/xanzy/go-gitlab dependencies
amine
created
6 years ago
967f19a
bridge/gitlab: importer and exporter correctly emit NothingEvents
amine
created
6 years ago
87244d3
bridge/github: export correctly emit nothing events
amine
created
6 years ago
62fea26
Merge pull request #213 from MichaelMure/hash-collision
Click to expand commit body
bug: make sure there is no Operation's hash collision
Michael Muré
created
6 years ago
8b5685b
bridge/github: importer corectly emit events
amine
created
6 years ago
283e971
bug: make sure there is no Operation's hash collision
Michael Muré
created
6 years ago
e01ceff
Merge pull request #247 from MichaelMure/bridge-origin
Click to expand commit body
bridge: move keyOrigin to core package
Michael Muré
created
6 years ago
8ffe2a9
bridge/launchpad: add missing metadata
Click to expand commit body
bridge: use a specific key for origin metadata
amine
created
6 years ago
67c82f4
bridge/core: document import/export events
Michael Muré
created
6 years ago
abae3c2
Merge pull request #257 from MichaelMure/core-fixes
Click to expand commit body
Core fixes
Michael Muré
created
6 years ago
Page 9 of 29