Alexander Scharinger
21b330dad1
Github bridge: fix message about timeout
2021-03-27 22:45:49 +01:00
Alexander Scharinger
2646c63213
Github bridge: Refactor
2021-03-22 19:26:59 +01:00
Alexander Scharinger
52fba350d6
Github bridge: send message to user when waiting
...
When the Github GraphQL API rate limit is exhausted print a message at
the bottom of the terminal so the user knows why the import has been
paused.
2021-03-18 20:59:53 +01:00
Alexander Scharinger
d7f555b437
Github bridge: try again in case of web API error
2021-03-15 08:39:08 +01:00
Alexander Scharinger
93b14c509b
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.
2021-03-15 07:15:00 +01:00
Alexander Scharinger
9a8e487613
Fix errors: deadlock and empty titles
2021-03-15 07:14:40 +01:00
Alexander Scharinger
689b640bbb
Deal with github bridge import rate limit
2021-02-28 21:03:10 +01:00
Michael Muré
3957d4a027
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
2021-02-27 21:34:12 +01:00
Michael Muré
3174eab88d
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
2021-02-27 21:25:44 +01:00
Michael Muré
365073d022
cmd: better powershell completion, thanks to cobra upgrade
2021-02-27 21:24:26 +01:00
dependabot-preview[bot]
94b40d97ac
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>
2021-02-27 19:45:09 +00:00
dependabot-preview[bot]
b9f1bf6cdf
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>
2021-02-27 19:45:04 +00:00
Michael Muré
22cc4cc043
Merge pull request #568 from vmiklos/search-metadata
...
Add ability to search by arbitrary metadata
2021-02-27 20:39:27 +01:00
Michael Muré
fab626a7a6
query: refactor to reuse the split function for both query and token
2021-02-27 20:31:10 +01:00
Miklos Vajna
cb61245078
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 >.
2021-02-21 14:15:50 +01:00
Michael Muré
10a259b682
doc: cleanup query documentation
2021-02-20 13:24:28 +01:00
Michael Muré
a95b6b37b0
Merge pull request #569 from claudioantonio/master
...
Commits for issues #554 , #564 and #566
2021-02-19 23:59:17 +01:00
Cláudio
0d9c358c12
Commit for #554
...
- New build after removing images from public folder
2021-02-19 19:22:22 -03:00
Cláudio
1410911d9d
Commit for #564
...
- Remove images for ReactJS, MaterialUI, GraphQL and Apollo GraphQL
2021-02-19 19:16:33 -03:00
Cláudio
729520b80a
Commit for #554
2021-02-15 00:03:58 -03:00
Cláudio
76d1ea1f4f
Commits for issues #564 e #566
2021-02-14 23:48:37 -03:00
Cláudio Silva
956f98b676
Merge pull request #536 from 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
2021-02-11 18:16:23 -03:00
Michael Muré
3b08731aaa
Merge pull request #559 from claudioantonio/webui_543_ifloggedin
...
Webui 543 ifloggedin
2021-02-09 10:04:26 +01:00
Michael Muré
3d86c1cc78
Apply suggestions from code review
2021-02-09 10:03:26 +01:00
Cláudio
7829db8850
Commit for #543
...
- To test I forced Ifloggedin always return null.
- Layout is ok even when edition components are hidden.
2021-02-08 22:58:15 -03:00
Cláudio
e47052bd3a
Commit for #557
...
- Formatting
2021-02-08 18:48:44 -03:00
Cláudio
96d51912c8
Commit for #557
...
- Formatting
2021-02-08 18:47:00 -03:00
Cláudio
8d71888c6d
Commit for #557
...
- Adding more details
- Tip when lint error occur
2021-02-08 18:44:18 -03:00
Michael Muré
ef7a0f1b11
Merge pull request #555 from claudioantonio/master
...
Commit for #541
2021-02-08 09:35:45 +01:00
Michael Muré
0eb4a59071
Merge pull request #556 from 5nord/366-multiple-bugs-with-gitlab-bridge
...
Fix comparison mix-up in gitlab importer
2021-02-08 09:35:09 +01:00
Matthias Simon
34e6f3c224
Fix comparison mix-up in gitlab importer
2021-02-07 17:01:59 +01:00
Cláudio Silva
c5313bd4f2
Merge pull request #517 from MichaelMure/dependabot/npm_and_yarn/webui/ini-1.3.8
...
build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /webui
2021-02-05 19:53:13 -03:00
Cláudio
29ea8df425
Commit for #541
2021-02-05 19:36:09 -03:00
Cláudio Silva
12323b9439
Webui 548 ( #549 )
...
* Commit for #548
* Commit for #548
2021-02-05 12:45:11 +01:00
Michael Muré
52f6563495
Merge pull request #547 from claudioantonio/webui_546
...
Webui 546
2021-02-05 10:38:38 +01:00
Cláudio
ad45f91998
Commit for #546
...
- Fixing code review requests
2021-02-04 17:35:17 -03:00
Michael Muré
b6a967efac
Merge pull request #545 from claudioantonio/webui_544
...
Webui 544
2021-02-03 22:30:04 +01:00
Cláudio
b7ec2404b0
Fix #546
...
- Fixing code review requests
2021-02-02 20:27:48 -03:00
Cláudio
52ada2dba1
fix #544
...
- Fixing code review requests
2021-02-02 19:29:02 -03:00
Cláudio
7b1b77dc44
Commit for #546
2021-02-02 16:43:09 -03:00
Cláudio Silva
e68e9306fe
Merge pull request #2 from claudioantonio/webui_544
...
Commit for #544
2021-02-02 15:57:06 -03:00
Cláudio
e4ce918ac7
Commit for #544
2021-02-02 15:44:22 -03:00
Cláudio Silva
fd8d11030b
Merge pull request #1 from claudioantonio/webui_535
...
Webui 535
2021-02-02 15:23:23 -03:00
Cláudio
abb005e1d5
Commit for #535
2021-02-02 15:00:20 -03:00
Cláudio
25a1f4df55
Commit for #535
2021-02-02 09:00:01 -03:00
Michael Muré
a005c179cb
Merge pull request #540 from claudioantonio/webui_539
...
Commit for #539
2021-02-01 12:53:43 +01:00
Michael Muré
1871f09345
Merge pull request #534 from MichaelMure/gh-bridge-pull-fix
...
Fix github bridge import
2021-02-01 11:46:31 +01:00
Cláudio
bacfa32fa0
Commit for #539
...
- validating to avoid empty comments
- comment button now is green
2021-01-31 20:18:54 -03:00
Michael Muré
1b0b713400
Merge pull request #533 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.10
...
build(deps): bump github.com/MichaelMure/go-term-text from 0.2.9 to 0.2.10
2021-01-31 20:18:09 +01:00
Michael Muré
abd16ff345
Merge pull request #538 from claudioantonio/webui_158
...
Webui - Allow to create bugs #158
2021-01-31 20:17:30 +01:00