| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.3
build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3
|
| |
| |
| |
| |
| |
| |
| | |
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| | |
| | |
| | |
| | | |
MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.1
build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1
|
| |/
| |
| |
| |
| |
| |
| | |
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Commits](https://github.com/99designs/gqlgen/compare/v0.9.0...v0.9.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| |/
|/| |
[Bridge] GitHub exporter
|
| |
| |
| |
| |
| |
| | |
request
rename userQuery to ghostQuery
|
| | |
|
| |
| |
| |
| | |
[bridge/core] rename `EventStatus` to `ExportEvent`
|
| |
| |
| |
| |
| |
| | |
[bridge/github] improve error handling and tests
Co-Authored-By: Michael Muré <batolettre@gmail.com>
|
| | |
|
| |
| |
| |
| |
| | |
Use ExportResult chan to send export events
Remove exportedBugs and exportedLabels
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[bug] add snapshot.HasParticipant(id string)
[bug] add snapshot.HasAnyParticipant(ids ...string)
[bug] add snapshot.HasActor(id string)
[bug] add snapshot.HasAnyActor(ids ...string)
[bridge/github] improve comments
[bridge/github] exporter tests: register deleteRepository in cleaner
[bridge/github] tests rebase
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
General improvements
Co-Authored-By: Michael Muré <batolettre@gmail.com>
empty array check
an empty array is not nil
Co-Authored-By: Michael Muré <batolettre@gmail.com>
|
| |
| |
| |
| | |
[bridge/github] exproter tests: Change env vars
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[bridge/github] exporter tests: add more test cases and global tests
[bridge/github] rename export_query to export_mutation
[bridge/github] exporter: Log number of exported issues and labels
[bridge/github] Improve comments
|
| |
| |
| |
| |
| |
| | |
correct delete repo
improve tests
set user identity
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
[bridge/github] queries: use api v4 for getLabel / createLabel
[bridge/github] add comments to getIdentityClient
|
| |
| |
| |
| |
| |
| | |
[cache] BugCache: Fix set metadata raw
[bridge/github] Fix graphql input objects
|
| |
| |
| |
| | |
[bridge/github] export only allowed bugs
|
| |
| |
| |
| | |
[bridge/github] exporter: correct export signature and cache maps
|
| |
| |
| |
| |
| |
| |
| |
| | |
fix import typo
init tests
verify issue
|
| | |
|
| | |
|
| |
| |
| |
| | |
BaseOp
|
| |
| |
| |
| |
| | |
- cache repository ID
- cache all comment IDs
|
| |
| |
| |
| |
| |
| | |
[bridge/github] fix add/remove mutation requests
[bridge/github] iterator: fix typo
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[bridge/github] graphql mutation objects
[bridge/github] github create and get labels
[bridge/github] repository node_id query
[bridge/github] exporter: ignore old bugs and old operations
[bridge/github] add update labels/status functionalities
[bridge/github] exporter: cache labels while exporting
|
| |
| |
| |
| | |
[bridge/github] graphql: Add more mutations structs
|
| | |
|
|/
|
|
| |
[commands] bridge: use cobra max args
|
| |
|
|\
| |
| | |
Graphql mutation relay
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
https://facebook.github.io/relay/graphql/mutations.htm
This specification also allow to expose a mutationId for fire and forget,
as well as the created operation.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.5
build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.4 to 0.0.5.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|\ \
| | |
| | | |
Fix bridge rm command
|
| | |
| | |
| | | |
Co-Authored-By: Michael Muré <batolettre@gmail.com>
|
| | |
| | |
| | |
| | | |
Co-Authored-By: Michael Muré <batolettre@gmail.com>
|