e74f624
Make comment input vertically resizable
Sascha created
e74f624
Make comment input vertically resizable
Sascha created
87df46b
Fix #656 (#657)
Very long words wont any longer overflow over the parent container boundary. Instead a scrollbar will be shown.
Sascha created
bc96f31
CLI - allow user create without prompt (#650)
* CLI - allow user create without prompt. Fixes #577 * Update commands/user_create.go email message Co-authored-by: Michael Muré <batolettre@gmail.com> * Update docs Co-authored-by: Michael Muré <batolettre@gmail.com>
Hariharan and Michael Muré created
b616fe9
Merge pull request #646 from MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.2.0
Bump github.com/go-git/go-billy/v5 from 5.1.0 to 5.2.0
Michael Muré created
5f0a39d
Merge pull request #645 from MichaelMure/github-fix-ci
github: attempt to fix a CI issue
Michael Muré created
01b267f
Update README.md
Michael Muré created
028d5c0
Add some documentation comments
Matthias Simon created
aa4e225
gitlab: Add new iterator with state change events
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.
Matthias Simon created
b38bc89
Bump github.com/go-git/go-billy/v5 from 5.1.0 to 5.2.0
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](https://github.com/go-git/go-billy/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
7a7a402
github: attempt to fix a CI issue
Michael Muré created
a8f3b55
Merge pull request #605 from GlancingMind/upstream-12-allow-users-to-inspect-their-current-identity-details
WebUI: Add user profile
Michael Muré created
271ca35
Merge pull request #644 from MichaelMure/fix-actors-participants
cache: fix empty actors/participants in the index
Michael Muré created
7edb6a2
cache: fix empty actors/participants in the index
Michael Muré created
774bae6
Replace occurrences of humanId with the full Id
Unless an ID must be shorted for user convenience, the full id should be used to prevent collisions.
Sascha created
d20bc3c
Merge pull request #643 from MichaelMure/gogit-more-mutex
repo: workaround more go-git concurrency issue
Michael Muré created
7219753
repo: workaround more go-git concurrency issue
Michael Muré created
c2a30a3
Merge pull request #636 from ellsclytn/fix/new-gh-token-format
Support new GitHub token formats
Michael Muré created
a801528
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/
Ellis Clayton created
2415515
Merge pull request #631 from MichaelMure/comment-edit
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
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
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
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
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
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
repository: workaround a non thread-safe path in go-git
Michael Muré created
d000838
repository: workaround a non thread-safe path in go-git
fix https://github.com/MichaelMure/git-bug/issues/497
Michael Muré created
6a5ffd9
Fix ID string in order to find correct bug instance
Alexander Scharinger created
6d1c934
Merge pull request #632 from MichaelMure/data-input-cleanup
make sure every text input is safe and validated
Michael Muré created
51a2c85
make sure every text input is safe and validated
fix #630
Michael Muré created
41e8502
Use profile page for each identity
Authorcomponent links to the authors profile page. Replace pofile buglist with statistics
Sascha created
998ae34
Fix warning missing key and color user name #12
Lena created
7e36842
Remove lock icon if not protected #12
Lena created
ba893ee
Style user site and adjust popup button #12
Lena created
cf1e13b
Add basic bug listing
Lena created
ad51d88
Make Link to User Page in Popup Menu #12
Lena created
cdbb083
#12 Style user page
Lena created
1808ff4
Add very badly styled user details #12
Lena created
454f4e5
12 Setup Identity Page
Lena created
134ac8a
12 Add code to dynamically switch depending on valuue for isProtected
Lena created
e55761b
Add fields, id as tooltip, and display none if value not set #12
Lena created
cef44db
Add popup menu fpr user informations #12
Lena created
62fb09a
Merge pull request #624 from GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements
WebUI: Fix and improve rendering of markdown elements
Michael Muré created
491f0ea
Merge pull request #627 from GlancingMind/upstream-set-bug-labels
WebUI: Set bug labels
Michael Muré created
c71d26d
Merge pull request #625 from GlancingMind/upstream-minor-bugfixes
Minor bugfixes
Michael Muré created
d09b9d7
Merge pull request #585 from MichaelMure/dev-gh-bridge
Deal with github bridge import rate limit
Michael Muré created
8fb6ea0
Github brdige: move credential loading and client creation back
Reason: failing integration tests
Alexander Scharinger created
be24cdf
Revert "Bridges: move credential loading and client creation"
This reverts commit 3d14e2e67c4985c429471ea6643f013ade2c2692.
Alexander Scharinger created
10a80f1
github: minor cleanups
Michael Muré created
1520f67
Merge remote-tracking branch 'origin/master' into dev-gh-bridge
Michael Muré created
0fd5701
Improve feedback for user when Github rate limiting
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