GitHub have introduced a new format for their access tokens, which does
not fit within the rules of the previous regex. For the time being, the
previous token format is still being supported by GitHub, so it makes
sense to continue allowing legacy tokens.
https://github.blog/changelog/2021-03-04-authentication-token-format-updates/
Ellis Clayton
created
2415515
Merge pull request #631 from MichaelMure/comment-edit
Click to expand commit body
Fix ID string in order to find correct bug instance on comment edit operation
Michael Muré
created
718aa5f
Merge pull request #622 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.3.1
Click to expand commit body
Bump github.com/MichaelMure/go-term-text from 0.2.10 to 0.3.1
Michael Muré
created
5b90392
Merge pull request #617 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.48.0
Click to expand commit body
Bump github.com/xanzy/go-gitlab from 0.44.0 to 0.48.0
Michael Muré
created
c77eb18
Bump github.com/MichaelMure/go-term-text from 0.2.10 to 0.3.1
Click to expand commit body
Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.10 to 0.3.1.
- [Release notes](https://github.com/MichaelMure/go-term-text/releases)
- [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.10...v0.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
4159f73
Bump github.com/xanzy/go-gitlab from 0.44.0 to 0.48.0
Click to expand commit body
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.44.0 to 0.48.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.44.0...v0.48.0)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
0e97664
Merge pull request #618 from MichaelMure/dependabot/go_modules/github.com/go-git/go-git/v5-5.3.0
Click to expand commit body
Bump github.com/go-git/go-git/v5 from 5.2.0 to 5.3.0
Michael Muré
created
63b1d93
Merge pull request #635 from MichaelMure/gogit-thread
Click to expand commit body
repository: workaround a non thread-safe path in go-git
Michael Muré
created
d000838
repository: workaround a non thread-safe path in go-git
1520f67
Merge remote-tracking branch 'origin/master' into dev-gh-bridge
Michael Muré
created
0fd5701
Improve feedback for user when Github rate limiting
Click to expand commit body
The Github bridge itself should not write anything. This commit removes
code writing to stdout and itroduces an event `ImportEventRateLimiting`
to `core.ImportResult` in order to inform about a rate limiting situation
of the Github GraphQL API. Now the communication with the user is
delegated to the various user interfaces.
Alexander Scharinger
created
ede5e21
Add comment to clarify look ahead in import channel
Alexander Scharinger
created
3d14e2e
Bridges: move credential loading and client creation
Click to expand commit body
Gitlab and Jira bridge: move credential loading and client creation from
`Init` to `ImportAll` in order to harmonize the behaviour of the
different bridges.
Alexander Scharinger
created
c37d3d7
Fix label alignment to title on bug list page
Click to expand commit body
Also add className support for custom label component.
This allows to set the margin of an label where the label is used instead of
defining a fixed margin in the label component.
Sascha
created
bc5f618
Merge pull request #628 from MichaelMure/entity-fix
Click to expand commit body
cache: many fixes following the dag entity migration
Michael Muré
created
5549925
cache: many fixes following the dag entity migration