Commit Graph

1976 Commits

Author SHA1 Message Date
Michael Muré
bdb832639d
Merge pull request #663 from MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.3.1
Bump github.com/go-git/go-billy/v5 from 5.2.0 to 5.3.1
2021-05-03 11:42:05 +02:00
dependabot[bot]
59912ec696
Bump github.com/go-git/go-billy/v5 from 5.2.0 to 5.3.1
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.2.0 to 5.3.1.
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](https://github.com/go-git/go-billy/compare/v5.2.0...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 04:34:25 +00:00
Michael Muré
fc2b9e54ed
Merge pull request #661 from GlancingMind/fix-660
Show placeholder for empty comment(preview)
2021-05-02 12:07:19 +02:00
Michael Muré
dc875530a4
Merge pull request #659 from GlancingMind/make-webui-comment-input-resizable
Make comment input vertically resizable
2021-05-02 12:06:29 +02:00
Sascha
15132a1533 Show placeholder for empty comment(preview) 2021-05-01 18:43:49 +02:00
Sascha
e74f624c92 Make comment input vertically resizable 2021-05-01 16:13:06 +02:00
Sascha
87df46bd75
Fix #656 (#657)
Very long words wont any longer overflow over the parent container boundary.
Instead a scrollbar will be shown.
2021-04-29 21:35:17 +02:00
Hariharan
bc96f316ff
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>
2021-04-25 16:46:36 +02:00
Michael Muré
b616fe9f35
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
2021-04-23 09:33:41 +02:00
Michael Muré
5f0a39d8d8
Merge pull request #645 from MichaelMure/github-fix-ci
github: attempt to fix a CI issue
2021-04-23 09:32:17 +02:00
Michael Muré
01b267fa91
Update README.md 2021-04-23 09:28:17 +02:00
Matthias Simon
028d5c03f9 Add some documentation comments 2021-04-23 09:17:37 +02:00
Matthias Simon
aa4e225a80 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.
2021-04-23 09:02:48 +02:00
dependabot[bot]
b38bc89389
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>
2021-04-23 04:34:06 +00:00
Michael Muré
7a7a402649
github: attempt to fix a CI issue 2021-04-23 00:28:46 +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