| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- go fmt
- add a shorthand
- fix displayed webUI URL in the terminal
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>.
|
|\
| |
| | |
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.
|
|\ \
| |/
|/|
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
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
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
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>.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Commits for issues #554, #564 and #566
|
| | |
| | |
| | |
| | | |
- New build after removing images from public folder
|
| | |
| | |
| | |
| | | |
- Remove images for ReactJS, MaterialUI, GraphQL and Apollo GraphQL
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
MichaelMure/dependabot/npm_and_yarn/webui/graphql-tools/git-loader-6.2.6
build(deps): [security] bump @graphql-tools/git-loader from 6.2.4 to 6.2.6 in /webui
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [@graphql-tools/git-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/git) from 6.2.4 to 6.2.6. **This update includes a security fix.**
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/git/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/git-loader@6.2.6/packages/loaders/git)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \ \
| | | |
| | | | |
Webui 543 ifloggedin
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- To test I forced Ifloggedin always return null.
- Layout is ok even when edition components are hidden.
|
| | | |
| | | |
| | | |
| | | | |
- Formatting
|
| | | |
| | | |
| | | |
| | | | |
- Formatting
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Adding more details
- Tip when lint error occur
|
|\| | |
| | | |
| | | | |
Commit for #541
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix comparison mix-up in gitlab importer
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | | |
build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /webui
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Commit for #548
* Commit for #548
|
|\ \ \ \
| | | | |
| | | | | |
Webui 546
|
| | | | |
| | | | |
| | | | |
| | | | | |
- Fixing code review requests
|
| | | | |
| | | | |
| | | | |
| | | | | |
- Fixing code review requests
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Commit for #544
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Webui 544
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
- Fixing code review requests
|
| |/ / / / |
|
|/| | | |
| | | | |
| | | | | |
Webui 535
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Commit for #539
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- validating to avoid empty comments
- comment button now is green
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix github bridge import
|
| | | | | |
|