Michael Muré
01b267fa91
Update README.md
2021-04-23 09:28:17 +02:00
Michael Muré
a8f3b55986
Merge pull request #605 from GlancingMind/upstream-12-allow-users-to-inspect-their-current-identity-details
...
WebUI: Add user profile
2021-04-23 00:16:57 +02:00
Michael Muré
271ca35d19
Merge pull request #644 from MichaelMure/fix-actors-participants
...
cache: fix empty actors/participants in the index
2021-04-22 17:11:14 +02:00
Michael Muré
7edb6a2c57
cache: fix empty actors/participants in the index
2021-04-22 15:00:27 +02:00
Sascha
774bae6d43
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.
2021-04-22 14:17:00 +02:00
Michael Muré
d20bc3c254
Merge pull request #643 from MichaelMure/gogit-more-mutex
...
repo: workaround more go-git concurrency issue
2021-04-22 13:30:23 +02:00
Michael Muré
7219753136
repo: workaround more go-git concurrency issue
2021-04-22 12:51:07 +02:00
Michael Muré
c2a30a35fb
Merge pull request #636 from ellsclytn/fix/new-gh-token-format
...
Support new GitHub token formats
2021-04-19 12:55:22 +02:00
Ellis Clayton
a80152890c
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/
2021-04-19 10:21:11 +10:00
Michael Muré
2415515622
Merge pull request #631 from MichaelMure/comment-edit
...
Fix ID string in order to find correct bug instance on comment edit operation
2021-04-18 20:37:47 +02:00
Michael Muré
718aa5f6e3
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
2021-04-18 11:58:58 +02:00
Michael Muré
5b90392813
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
2021-04-18 11:57:48 +02:00
dependabot[bot]
c77eb18134
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>
2021-04-18 08:53:13 +00:00
dependabot[bot]
4159f73033
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>
2021-04-18 08:53:00 +00:00
Michael Muré
0e97664e7d
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
2021-04-18 10:48:34 +02:00
Michael Muré
63b1d93db1
Merge pull request #635 from MichaelMure/gogit-thread
...
repository: workaround a non thread-safe path in go-git
2021-04-17 20:41:32 +02:00
Michael Muré
d000838cfb
repository: workaround a non thread-safe path in go-git
...
fix https://github.com/MichaelMure/git-bug/issues/497
2021-04-17 20:35:35 +02:00
Alexander Scharinger
6a5ffd94e0
Fix ID string in order to find correct bug instance
2021-04-17 20:03:33 +02:00
Michael Muré
6d1c9346cc
Merge pull request #632 from MichaelMure/data-input-cleanup
...
make sure every text input is safe and validated
2021-04-17 19:40:01 +02:00
Michael Muré
51a2c85954
make sure every text input is safe and validated
...
fix #630
2021-04-17 17:40:11 +02:00
Sascha
41e8502301
Use profile page for each identity
...
Authorcomponent links to the authors profile page.
Replace pofile buglist with statistics
2021-04-13 19:07:57 +02:00
Lena
998ae348b1
Fix warning missing key and color user name #12
2021-04-13 19:07:57 +02:00
Lena
7e368421d8
Remove lock icon if not protected #12
2021-04-13 19:07:57 +02:00
Lena
ba893ee553
Style user site and adjust popup button #12
2021-04-13 19:07:57 +02:00
Lena
cf1e13b683
Add basic bug listing
2021-04-13 19:07:57 +02:00
Lena
ad51d884a6
Make Link to User Page in Popup Menu #12
2021-04-13 19:07:57 +02:00
Lena
cdbb083d19
#12 Style user page
2021-04-13 19:07:57 +02:00
Lena
1808ff432b
Add very badly styled user details #12
2021-04-13 19:07:57 +02:00
Lena
454f4e5962
12 Setup Identity Page
2021-04-13 19:07:57 +02:00
Lena
134ac8aacd
12 Add code to dynamically switch depending on valuue for isProtected
2021-04-13 19:07:57 +02:00
Lena
e55761b2f8
Add fields, id as tooltip, and display none if value not set #12
2021-04-13 19:07:57 +02:00
Lena
cef44db8c7
Add popup menu fpr user informations #12
2021-04-13 19:07:57 +02:00
Michael Muré
62fb09a53c
Merge pull request #624 from GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements
...
WebUI: Fix and improve rendering of markdown elements
2021-04-12 19:26:29 +02:00
Michael Muré
491f0ea951
Merge pull request #627 from GlancingMind/upstream-set-bug-labels
...
WebUI: Set bug labels
2021-04-12 19:17:26 +02:00
Michael Muré
c71d26d513
Merge pull request #625 from GlancingMind/upstream-minor-bugfixes
...
Minor bugfixes
2021-04-10 09:52:17 +02:00
Michael Muré
d09b9d7c5a
Merge pull request #585 from MichaelMure/dev-gh-bridge
...
Deal with github bridge import rate limit
2021-04-10 09:50:51 +02:00
Alexander Scharinger
8fb6ea0d95
Github brdige: move credential loading and client creation back
...
Reason: failing integration tests
2021-04-09 15:56:32 +02:00
Alexander Scharinger
be24cdfec4
Revert "Bridges: move credential loading and client creation"
...
This reverts commit 3d14e2e67c
.
2021-04-09 15:41:27 +02:00
Michael Muré
10a80f1888
github: minor cleanups
2021-04-09 13:07:45 +02:00
Michael Muré
1520f678f7
Merge remote-tracking branch 'origin/master' into dev-gh-bridge
2021-04-09 13:01:14 +02:00
Alexander Scharinger
0fd570171d
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.
2021-04-08 23:57:25 +02:00
Alexander Scharinger
ede5e218ac
Add comment to clarify look ahead in import channel
2021-04-08 23:20:05 +02:00
Alexander Scharinger
3d14e2e67c
Bridges: move credential loading and client creation
...
Gitlab and Jira bridge: move credential loading and client creation from
`Init` to `ImportAll` in order to harmonize the behaviour of the
different bridges.
2021-04-08 22:48:31 +02:00
Sascha
c37d3d7718
Fix label alignment to title on bug list page
...
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.
2021-04-08 19:03:08 +02:00
Michael Muré
bc5f618eba
Merge pull request #628 from MichaelMure/entity-fix
...
cache: many fixes following the dag entity migration
2021-04-08 16:25:22 +02:00
Michael Muré
5549925235
cache: many fixes following the dag entity migration
2021-04-08 16:18:31 +02:00
Sascha
f980d9487e
Replace switch to save lines of code :-)
2021-04-08 15:52:54 +02:00
Sascha
116e0533b6
Remove elliptic background from gear icon
2021-04-08 14:57:39 +02:00
Sascha
2f7c29153b
Fix pipeline fail and remove unused file
2021-04-08 14:57:39 +02:00
Sascha
5bad12bed2
Remove console.logs
2021-04-08 14:57:39 +02:00