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