| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Retrieving events is spread across various various Gitlab APIs. This
makes importing and sorting Gitlab events by time quite complicated.
This commit replaces the old iterators with a goroutine/channel-based
iterator, which merges the individual Gitlab API streams into a single
(sorted) event stream.
|
|\
| |
| |
| |
| | |
GlancingMind/upstream-12-allow-users-to-inspect-their-current-identity-details
WebUI: Add user profile
|
| |
| |
| |
| |
| | |
Unless an ID must be shorted for user convenience, the full id should be used
to prevent collisions.
|
| |
| |
| |
| |
| | |
Authorcomponent links to the authors profile page.
Replace pofile buglist with statistics
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
cache: fix empty actors/participants in the index
|
|/ / |
|
|\ \
| | |
| | | |
repo: workaround more go-git concurrency issue
|
|/ / |
|
|\ \
| | |
| | | |
Support new GitHub token formats
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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/
|
|\ \
| | |
| | | |
Fix ID string in order to find correct bug instance on comment edit operation
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.3.1
Bump github.com/MichaelMure/go-term-text from 0.2.10 to 0.3.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.48.0
Bump github.com/xanzy/go-gitlab from 0.44.0 to 0.48.0
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
MichaelMure/dependabot/go_modules/github.com/go-git/go-git/v5-5.3.0
Bump github.com/go-git/go-git/v5 from 5.2.0 to 5.3.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \ \ \
| | | | |
| | | | | |
repository: workaround a non thread-safe path in go-git
|
|/ / / /
| | | |
| | | |
| | | | |
fix https://github.com/MichaelMure/git-bug/issues/497
|
|\ \ \ \
| |_|_|/
|/| | | |
make sure every text input is safe and validated
|
|/ / /
| | |
| | |
| | | |
fix #630
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements
WebUI: Fix and improve rendering of markdown elements
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The custom anchor will be more readable in dark mode.
Also it will supports linking within the SPA.
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
- Markdown will no be rendered
- Render text always below an image
- block quotes wont be just indented text
|
|\ \ \
| |_|/
|/| | |
WebUI: Set bug labels
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Increase width of label menu
- Use default selection styling instead of bold text
- Use rem unit for labelcolor
- Remove some tenary operator usage
|