4dcc6f6
Add backlink to 404 page #10
Lena created
4dcc6f6
Add backlink to 404 page #10
Lena created
cdf655f
Add 404 page #10
Lena created
c223c75
Add back-to-list-button #10
Lena created
d7f555b
Github bridge: try again in case of web API error
Alexander Scharinger created
93b14c5
Remove maps containing channels.
The old implementation of the github bridge used maps to store several channels holding data obtained from the Github API. Removing the maps and simply packing data and channels together in a struct and passing it through one single channel makes the program simpler in terms of concurrency and, additionally, enables the garbage collector to free the memory gradually without any additional provisions.
Alexander Scharinger created
9a8e487
Fix errors: deadlock and empty titles
Alexander Scharinger created
214abe4
WIP operation with files
Michael Muré created
f1d4a19
bug: nonce on all operation to prevent id collision
Michael Muré created
2c5d334
Change caption of buttons from "Issue" to "Bug"
Sascha created
d0505e2
Use success.dark for green-button:hover
Sascha created
501e167
Merge pull request #588 from GlancingMind/upstream-dark-colorscheme
Dark Colorscheme
Michael Muré created
2a21b02
Merge pull request #593 from vmiklos/webui-query
webui: allow specifying the initial query
Michael Muré created
3a81952
commands: minor fixes for the webui open with query
- go fmt - add a shorthand - fix displayed webUI URL in the terminal
Michael Muré created
626ec98
webui: allow specifying the initial query
Example use-case: given a github URL in a source code comment or commit message, one can now run: git bug webui --query 'metadata:github-url:"https://github.com/author/myproject/issues/42"' on the commandline to look up the details of that issue on the web ui quickly, offline. Fixes <https://github.com/MichaelMure/git-bug/issues/592>.
Miklos Vajna created
c2c5c40
Change color of ModeIcon
Will use contrastText which should always make the icon visible, but use fade to dimme the contrast down.
Sascha created
188ee05
Ignore system prefered colorscheme mode
Currently this introduces to much state problems.
Sascha created
56d50e9
Revert rename
Sascha created
72eb505
Rename "bug" to "issue"
Sascha created
79422fa
Use info.contrastText instead of text.secondary
This will ensure better color managment for Message titles
Sascha created
41c3e6e
Use Green color from Light theme
Sascha created
288448b
Reuse BugTitleInput component
Sascha created
e040fc8
Implement title inputfield as custom component
Sascha created
50484fb
Fix spacing between cancle and save button
Sascha created
8e8ca99
Use colors from theme palette
- Use theme colors for title input. - Remove inputTitle classes as they are not applied to the TextField. This will lead to double borders and artifacts at the field corners.
Sascha created
c24b737
Add Icon to "Close Issue"-button
Sascha created
b918c9f
Revert restructuring between App.tsx and index.tsx
This should prevent unnecessary merge conflicts.
Sascha created
c8a5330
Fix padding around issue comments
Sascha created
9f6dcc8
Use proper semantic color values
Adjust header colors on light theme - Use adjusted background-color for header instead of text.hint. - Use slightly darker secondary font color for better readability against the head background color. Use more semantic theme colors for bug list Use more semantic theme colors for bug messages Fix usage of text hint for filter header
Sascha created
548febc
Define each theme in own file under themes dir
Sascha created
680ede3
Fix (hopefully) eslint error on node 14.x pipeline
Sascha created
9cac036
Inject theme instead of defining it in Themer.tsx
Sascha created
9280e43
Fix Bug description header for dark mode
Sascha created
7beffb8
Fix searchbar background-color for dark mode
Sascha created
b996779
Fix backgroundcolor of toolbar for dark mode
Sascha created
30587cc
Fix color of open/close filter buttons in dark mode
Sascha created
c834c03
Use brower preference and persist theme mode
Sascha created
8c17d73
Add button to toggle between light- and dark-mode
Sascha created
87bc42f
Merge pull request #584 from MichaelMure/upstream-host-cmdflag
Add option to specify host address
Michael Muré created
78ca278
Merge pull request #520 from MichaelMure/dependabot/npm_and_yarn/webui/node-notifier-8.0.1
build(deps): [security] bump node-notifier from 8.0.0 to 8.0.1 in /webui
Michael Muré created
ea329ae
Add option to specify host address
'--host'-cmdline-option is added to the webui command. Previously, the WebUI couldn't be hosted inside of a container. As the WebUI-server only listend per default to localhost and there was no option to change the address, the server should listend to. This means, that the WebUI was only reachable from localhost. So only from inside of the container but never from outside. The '--host'-option allows to set the IP address or a hostname which the WebUI-server should listen to. E.g. by setting 0.0.0.0 or :: as address. Update documentation for new option. Update shell completion for new option. Compilation seems to add another go-gitlab version.
Sascha created
689b640
Deal with github bridge import rate limit
Alexander Scharinger created
3957d4a
Merge pull request #563 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-1.1.3
build(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3
Michael Muré created
3174eab
Merge pull request #570 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.44.0
build(deps): bump github.com/xanzy/go-gitlab from 0.40.1 to 0.44.0
Michael Muré created
365073d
cmd: better powershell completion, thanks to cobra upgrade
Michael Muré created
94b40d9
build(deps): bump github.com/xanzy/go-gitlab from 0.40.1 to 0.44.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.40.1 to 0.44.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.40.1...v0.44.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
b9f1bf6
build(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
22cc4cc
Merge pull request #568 from vmiklos/search-metadata
Add ability to search by arbitrary metadata
Michael Muré created
fab626a
query: refactor to reuse the split function for both query and token
Michael Muré created
cb61245
Add ability to search by arbitrary metadata
Example: ~/git/git-bug/git-bug ls --metadata github-url=https://github.com/author/myproject/issues/42 or ~/git/git-bug/git-bug ls metadata:github-url:\"https://github.com/author/myproject/issues/42\" Fixes the cmdline part of <https://github.com/MichaelMure/git-bug/issues/567>.
Miklos Vajna created
bd09541
entity: no sign-post needed
Michael Muré created