Michael Muré
ff9a3aab0b
Merge pull request #668 from MichaelMure/dependabot/npm_and_yarn/webui/url-parse-1.5.1
...
Bump url-parse from 1.4.7 to 1.5.1 in /webui
2021-05-09 11:35:14 +02:00
Michael Muré
500fa76fc5
Merge pull request #669 from MichaelMure/dependabot/npm_and_yarn/webui/lodash-4.17.21
...
Bump lodash from 4.17.20 to 4.17.21 in /webui
2021-05-09 11:34:54 +02:00
Michael Muré
271dc1334c
commands: proper backend close on RunE error
2021-05-09 11:33:20 +02:00
Michael Muré
a75b27c4c6
Merge pull request #666 from GlancingMind/fix-themeswitcher-icon-color
...
WebUI: Fix theme switcher icon color in release
2021-05-09 11:15:52 +02:00
Sascha
1939949fcd
CLI: Add non-interactive option to interactive commands ( #651 )
...
* Add option to skip the AvatarURL input request
Using an empty string for the avatar cli flag e.g. `git-bug user create
-a ""` will still result in a prompt. As the avatar URL is an optional
option, it should be possible to skip asking for it entirely.
Otherwise automated user creation via a script must make use of pipe hacks.
* Add global --non-interactive cmdline option
* Replace --skipAvatar for --non-interactive option
* Cmd BugAdd: respect non-interactive option
* Cmd bridge configure: respect non-interactive opt
* Cmd CommentAdd: respect non-interactive option
* Cmd CommentEdit: respect non-interactive option
* Cmd TermUI: respect non-interactive option
* Cmd TitleEdit: respect non-interactive option
* Remove global non-interactive option
* Cmd UserCreate: Use local non-interactive option
* Cmd BugAdd: Use local non-interactive option
* Cmd BridgeConfigure: Use local non-interactive option
* Cmd CommentAdd: Use local non-interactive option
* Cmd CommentEdit: Use local non-interactive option
* Cmd TermUI: Drop non-interactive option
It should be obviouse that the termui is an interactive command.
* Cmd TitleEdit: Use local non-interactive option
* Update docs
* Bridge GitHub: respect non-interactive option
* Bridge GitLab: respect non-interactive option
* Bridge Jira: respect non-interactive and token opt
* Fix failing compilation
* Bridge launchpad: respect non-interactive option
* bridge: isNonInteractive --> interactive
Co-authored-by: Michael Muré <batolettre@gmail.com>
2021-05-09 11:14:45 +02:00
dependabot[bot]
e1dd32e4dd
Bump lodash from 4.17.20 to 4.17.21 in /webui
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 12:49:42 +00:00
dependabot[bot]
8740c0e3eb
Bump url-parse from 1.4.7 to 1.5.1 in /webui
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 21:14:52 +00:00
dependabot[bot]
d892201aeb
Bump ua-parser-js from 0.7.21 to 0.7.28 in /webui
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.21 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.21...0.7.28 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 19:56:43 +00:00
Sascha
d9646a8674
Fix theme switcher icon color in release
2021-05-06 16:33:28 +02:00
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