aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* webui: upgrade most dependenciesQuentin Gliech2022-02-1625-23700/+13537
| | | | Also reformat everything with prettier
* webui: upgrade graphql-codegen dependenciesQuentin Gliech2022-02-162-5410/+27758
|
* Merge pull request #571 from 5nord/add-new-gitlab-iteratorMichael Muré2022-02-0110-681/+461
|\ | | | | [gitlab] Add new iterator with state change events
| * gitlab: re-enable previously broken testMichael Muré2021-12-051-5/+0
| |
| * gitlab: order events on the flyMichael Muré2021-12-054-64/+102
| |
| * Add some documentation commentsMatthias Simon2021-04-232-17/+24
| |
| * gitlab: Add new iterator with state change eventsMatthias Simon2021-04-238-676/+416
| | | | | | | | | | | | | | | | | | 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.
* | Bump follow-redirects from 1.13.0 to 1.14.7 in /webui (#735)dependabot[bot]2022-01-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.0...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump github.com/xanzy/go-gitlab from 0.54.1 to 0.54.3 (#734)dependabot[bot]2022-01-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.54.1 to 0.54.3. - [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.54.1...v0.54.3) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#731)dependabot[bot]2022-01-052-55/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0. - [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.2.1...v1.3.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump ws from 5.2.2 to 5.2.3 in /webui (#728)dependabot[bot]2022-01-051-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump tmpl from 1.0.4 to 1.0.5 in /webui (#711)dependabot[bot]2022-01-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump path-parse from 1.0.6 to 1.0.7 in /webui (#701)dependabot[bot]2022-01-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump url-parse from 1.5.1 to 1.5.3 in /webui (#714)dependabot[bot]2022-01-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump github.com/xanzy/go-gitlab from 0.50.4 to 0.54.1 (#732)dependabot[bot]2022-01-053-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump github.com/xanzy/go-gitlab from 0.50.4 to 0.54.1 Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.50.4 to 0.54.1. - [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.50.4...v0.54.1) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
* | Merge pull request #712 from ↵Michael Muré2021-12-042-5/+5
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/fatih/color-1.13.0 Bump github.com/fatih/color from 1.12.0 to 1.13.0
| * | Bump github.com/fatih/color from 1.12.0 to 1.13.0dependabot[bot]2021-09-222-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #705 from GlancingMind/compact-ls-formatMichael Muré2021-12-041-0/+28
|\ \ \ | | | | | | | | Command ls: Add compact format
| * | | Command ls: Add compact formatSascha2021-08-171-0/+28
| | | |
* | | | Merge pull request #715 from remram44/gitlab-access-tokensMichael Muré2021-12-041-2/+1
|\ \ \ \ | | | | | | | | | | Fix GitLab access tokens settings link
| * | | | Update URL of GitLab access token settingsRemi Rampin2021-10-131-1/+1
| | | | |
| * | | | Fix GitLab showing https:/../personal_access_tokenRemi Rampin2021-10-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Using path.Join() to concatenate URLs doesn't really make sense, and in particular will change "//" to "/".
* | | | | Merge pull request #716 from sitiom/patch-1Michael Muré2021-12-041-0/+9
|\ \ \ \ \ | | | | | | | | | | | | Add scoop installation for Windows
| * | | | | Add scoop installation for Windowssitiom2021-10-111-0/+9
| |/ / / /
* | | | | Merge pull request #727 from MichaelMure/rng-dynamics/fix-import-empty-titleMichael Muré2021-12-041-11/+9
|\ \ \ \ \ | | | | | | | | | | | | Fix: github import, some issue titles cause error
| * | | | | Fix: github import, some issue titles cause errorAlexander Scharinger2021-12-041-11/+9
| |/ / / /
* | | | | Merge pull request #726 from ↵Michael Muré2021-12-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | MichaelMure/rng-dynamics/fix-push-pull-bug-duplication Fix: github bridge: push then pull without duplication
| * | | | Fix: github bridge: push then pull without duplicationAlexander Scharinger2021-12-031-1/+1
|/ / / /
* | / / Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14 (#709)dependabot[bot]2021-09-232-5/+6
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Tests for the github bridge (#706)rng-dynamics2021-09-143-23/+461
| | | | | | | | | Add integration test for github bridge
* | | feature: Github bridge mutation rate limit (#694)rng-dynamics2021-09-148-220/+278
| | | | | | | | | Unified handling of rate limiting of github graphql api
* | | Add Linter Step (#698)65432021-09-132-1/+15
| | | | | | | | | | | | | | | * Add Linter Step * format code
* | | Bump golang.org/x/text from 0.3.6 to 0.3.7 (#702)dependabot[bot]2021-09-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump github.com/xanzy/go-gitlab from 0.50.1 to 0.50.4 (#707)dependabot[bot]2021-09-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.50.1 to 0.50.4. - [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.50.1...v0.50.4) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#695)dependabot[bot]2021-08-012-82/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.2.1. - [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.3...v1.2.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump github.com/go-git/go-git/v5 from 5.4.1 to 5.4.2 (#689)dependabot[bot]2021-08-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.1 to 5.4.2. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.4.1...v5.4.2) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump github.com/xanzy/go-gitlab from 0.50.0 to 0.50.1 (#693)dependabot[bot]2021-08-012-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.50.0 to 0.50.1. - [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.50.0...v0.50.1) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #683 from ↵Michael Muré2021-05-271-3/+3
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/dns-packet-1.3.4 Bump dns-packet from 1.3.1 to 1.3.4 in /webui
| * | Bump dns-packet from 1.3.1 to 1.3.4 in /webuidependabot[bot]2021-05-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #684 from ↵Michael Muré2021-05-272-2/+3
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.13 Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13
| * | | Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13dependabot[bot]2021-05-272-2/+3
| |/ / | | | | | | | | | | | | | | | | | | Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.12 to 0.0.13. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.12...v0.0.13) Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #682 from GlancingMind/webui-comment-and-reopen-bugMichael Muré2021-05-2711-18/+573
|\ \ \ | | | | | | | | WebUI: Support comment-and-reopen a bug in one step
| * | | Rename default component filename to index.tsxSascha2021-05-265-4/+4
| | | | | | | | | | | | | | | | | | | | This reduces duplicate filepath components and with it the overall import filepath length.
| * | | Use spinner-icon instead of loading-textSascha2021-05-262-2/+4
| | | |
| * | | WebUI: Add comment-and-reopen of a bug in one stepSascha2021-05-265-5/+103
| | | |
| * | | GraphQL: Implement AddCommentAndReopenBug mutationSascha2021-05-265-8/+463
| |/ /
* | | Merge pull request #681 from ↵Michael Muré2021-05-271-0/+2
|\ \ \ | |/ / |/| | | | | | | | GlancingMind/webui-fix-alignment-of-comment-counter-for-high-number Fix margin and alignment of comment counter for high comment count
| * | Fix alignment of comment counter for high numberSascha2021-05-251-0/+2
| | |
* | | Merge pull request #680 from GlancingMind/webui-comment-and-close-bugMichael Muré2021-05-254-7/+90
|\ \ \ | | | | | | | | WebUI: Support comment-and-close of a bug in one step
| * | | Update webui/src/pages/bug/CommentForm.tsxMichael Muré2021-05-251-3/+3
| | | |