def48e5
webui: display current identity in the AppBar
ludovicm67 created
def48e5
webui: display current identity in the AppBar
ludovicm67 created
8f6bc24
webui: fix AppBar
ludovicm67 created
ff33e62
Merge pull request #299 from ludovicm67/fix-webui
Fix column overflow in webui
Michael Muré created
f716bc1
webui: change primary color
ludovicm67 created
e364674
webui: fix width for pre tags in bug messages
ludovicm67 created
3413ee4
webui: open image in a new tab on click
ludovicm67 created
e08ecf1
webui: fix column width on bug
ludovicm67 created
42219ab
webui: custom image tag
ludovicm67 created
20080aa
fix version not set properly when built on travis
Michael Muré created
00b1bd0
Merge pull request #298 from MichaelMure/webui/gql-fragment-matcher
Use the IntrospectionFragmentMatcher & update dependencies
Michael Muré created
5374a74
webui: use the IntrospectionFragmentMatcher & update dependencies
Quentin Gliech created
ead3fdd
Merge pull request #287 from MichaelMure/github-import-error
Github import error
Michael Muré created
ee48aef
github: warning when the comment to be edited is missing instead of failing
fix #286
Michael Muré created
a785bcd
codereview #6: don't fail one warning
* presence of an error in the import event doesn't indicate failure
Josh Bialkowski created
f15206e
* Fix git config reader can't read values with spaces
* 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
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
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
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
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