| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Work in progress. The github bridge contains a bug documented in issue #385.
This commit shows what is the problem. There might be more problems. I have
changed the GraphQL query for timeline items and there are much less wrong
imports now. (Are there any malformed imports left?) I would like to rework the
entire bridge/github/iterator in the near future in order to create a reliable
fix for this bug.
|
| |
|
| |
|
|
|
|
| |
https://developer.github.com/v4/changelog/2019-06-04-schema-changes/
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bridge/core: add ImportResult objects to stream import events
bridge/core: launchpad support asynchronous import
bridge/github: cancellable export and import functions
bridge/gitlab: cancellable export and import functions
commands: bridge pull/push gracefull kill
bridge/github: fix github import
bridge/github: use simple context for imports
bridge/core: name parameters in interfaces
github/core: Add EventError to export and import events types
bridge/gitlab: add context support in gitlab requests functions
bridge/gitlab: remove imported events count from importer logic
bridge/github: remove imported events count from importer logic
bridge/github: add context support in query and muration requets
bridge/github: fix bug duplicate editions after multiple calls
bridge/core: import import and export events String methods
bridge/gitlab: fix error handling in note import events
commands/bridge: Add statistics about imports and exports
bridge/gitlab: properly handle context cancellation
bridge/github: improve error handling
bridge: break iterators on context cancel or timeout
bridge: add context timeout support
bridge: improve event formating and error handling
commands: handle interrupt and switch cases
bridge/github: add export mutation timeouts
bridge: fix race condition bug in the github and gitlab importers
bridge/github: improve context error handling
|
| |
|
|
|
|
|
|
| |
[bridge/github] fix add/remove mutation requests
[bridge/github] iterator: fix typo
|
|
|
|
|
| |
add named return values for
easier validation for 2FA codes
|
| |
|
|
|
|
|
|
| |
drop and use query variables instead
initialize timeline query variables in the constructor
improve naming and add comments to public functions
|
|
|
|
|
|
| |
`Diff`objects
calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2)
|
| |
|
|
|
|
|
| |
Test operation authors
Fix typo in test repo url
|
|
|
|
|
|
| |
expose `NewIterator` in `github` package
remove `exist` in tests cases
skip tests when env var GITHUB_TOKEN is not given
|
|
|
|
|
|
| |
Changes to Importer and exporter interface
Improve importer
Fix extra edits bug
|
| |
|
|
use `goto` in .Next* functions
Update iterator.go
|