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
* 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
* 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