1bcba47
Merge pull request #280 from MichaelMure/bridge-gitlab
Click to expand commit body
bridge/gitlab: add base url configuration
Michael Muré created
1bcba47
Merge pull request #280 from MichaelMure/bridge-gitlab
bridge/gitlab: add base url configuration
Michael Muré created
c769348
bridge/gitlab/config.go printing typo
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
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
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
bridge: allow to configure and pull without having set a user first
Michael Muré created
5cffb5d
bridge/gitlab: add missing baseUrl prompt and options
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
- 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
* presence of an error in the import event doesn't indicate failure
Josh Bialkowski created
4e64c83
codereview #5: reverse-map and ImportWarning
* 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
* 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
* 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
* 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
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
cmd: "user create" only assign the user identity if not set
Amine created
da6591e
cmd: "user create" only assign the user identity if not set
Michael Muré created
f1ed857
Merge pull request #271 from MichaelMure/bridge-credentials
bridge: huge refactor to accept multiple kind of credentials
Michael Muré created
58c0e5a
auth: Correctly cast configs[configKeyKind]
amine created
4c6d33e
type the CredentialKind values
Co-Authored-By: Amine <hilalyamine@gmail.com>
Michael Muré and Amine created
69af7a1
Merge pull request #272 from MichaelMure/fix-import-time-save
bridge: fix incorrect last import time on context cancel
Amine created
8f7f895
bridge: fix incorrect last import time on context cancel
Michael Muré created
b92adfc
bridge: huge refactor to accept multiple kind of credentials
Michael Muré created
981a4a8
Merge pull request #265 from contrapunctus-1/doc-grammar
readme - fix some grammatical issues
Michael Muré created
f7f1924
readme - fix some grammatical issues
contrapunctus created
5207fb4
Merge pull request #263 from MichaelMure/configure-cleanup
github: tiny cleanups of the configurator
Amine created
1a1e313
bridge: move export event handling to the CLI
Michael Muré created
4f856d6
gitlab: configurator cleanup
Michael Muré created
afe69d0
github: tiny cleanups of the configurator
Michael Muré created
26a6269
Merge pull request #262 from MichaelMure/bridge
bridge: trim inputs during bridge configuration
Michael Muré created
7cb7720
bridge: trim inputs during bridge configuration
amine created
44f648a
Merge pull request #260 from MichaelMure/bridge
Support bridge configuration with global tokens
Michael Muré created
06abb5a
bridge/gitlab: add gitlab bridge configuration
amine created
da2d797
bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions
bridge/github: global fixes
amine created
09db1cd
commands: add bridge configure --token-id flag
amine created
014e754
bridge/github: use core.ConfigKeyToken instead of keyToken
amine created
b1d0f48
bridge/github: configuration with global configs
amine created
bf75838
bridge/core: load token value in ensureInit
bridge/core: add more token functionalities
amine created
6345895
Merge pull request #258 from MichaelMure/fixes
Bridges fixes
Michael Muré created
f35845d
Merge pull request #255 from MichaelMure/dependabot/dep/github.com/awesome-gocui/gocui-a34ffb0
build(deps): bump github.com/awesome-gocui/gocui from `c9d3c2b` to `a34ffb0`
Michael Muré created
17b4329
vendor: update github.com/awesome-gocui/gocui dependencies
amine created
76b6129
bridge: use the target as well in the token ID
Michael Muré created
dcf3feb
Merge pull request #254 from MichaelMure/import-events
Bridge: correctly emit NothingEvents
Michael Muré created
5054b8d
github: sort project candidate in the interactive wizard
Michael Muré created
22085f3
Merge pull request #256 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.1
build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1
Michael Muré created
d6d5978
bridge/launchpad: importer correctly emit NothingEvent
amine created
60427f0
bridge configure: no default name if the default has already been created
Michael Muré created