aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import.go
Commit message (Expand)AuthorAgeFilesLines
* make sure every text input is safe and validatedMichael Muré2021-04-171-20/+7
* Github brdige: move credential loading and client creation backAlexander Scharinger2021-04-091-12/+16
* github: minor cleanupsMichael Muré2021-04-091-3/+6
* Merge remote-tracking branch 'origin/master' into dev-gh-bridgeMichael Muré2021-04-091-0/+2
|\
| * deal with the previous changesMichael Muré2021-02-141-0/+2
* | Improve feedback for user when Github rate limitingAlexander Scharinger2021-04-081-5/+5
* | Add comment to clarify look ahead in import channelAlexander Scharinger2021-04-081-1/+10
* | Github bridge: refactor message handlingAlexander Scharinger2021-03-281-3/+15
* | Github bridge: fix message about timeoutAlexander Scharinger2021-03-271-1/+2
* | Github bridge: RefactorAlexander Scharinger2021-03-221-208/+177
* | Github bridge: send message to user when waitingAlexander Scharinger2021-03-181-16/+65
* | Remove maps containing channels.Alexander Scharinger2021-03-151-15/+20
* | Fix errors: deadlock and empty titlesAlexander Scharinger2021-03-151-42/+44
* | Deal with github bridge import rate limitAlexander Scharinger2021-02-281-216/+147
|/
* Integrate new Github Bridge importAlexander Scharinger2021-01-241-1/+1
* github: tighten the import matchingMichael Muré2020-03-281-1/+4
* identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-251-0/+2
* Merge pull request #341 from MichaelMure/bridges-default-loginMichael Muré2020-02-231-3/+7
|\
| * bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-231-3/+7
* | Merge pull request #331 from MichaelMure/webui/mutationsMichael Muré2020-02-231-1/+1
|\ \ | |/ |/|
| * webui: style SetStatusMichael Muré2020-02-171-1/+1
* | bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-151-1/+1
* | bridges: massive refactorMichael Muré2020-02-151-1/+1
|/
* github: make sure to have a nameMichael Muré2020-02-081-0/+5
* it compiles \o/Michael Muré2020-02-081-6/+0
* more more wipMichael Muré2020-02-081-2/+0
* more wipMichael Muré2020-02-081-15/+1
* github: warning when the comment to be edited is missing instead of failingMichael Muré2020-01-041-0/+5
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-251-0/+4
* Merge pull request #271 from MichaelMure/bridge-credentialsMichael Muré2019-12-101-7/+31
|\
| * bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-7/+31
* | bridge: fix incorrect last import time on context cancelMichael Muré2019-12-091-1/+1
|/
* bridge/github: use core.ConfigKeyToken instead of keyTokenamine2019-11-231-2/+2
* bridge/launchpad: importer correctly emit NothingEventamine2019-11-191-1/+1
* bridge/github: export correctly emit nothing eventsamine2019-11-191-1/+1
* bridge/github: importer corectly emit eventsamine2019-11-191-29/+12
* bridge/launchpad: add missing metadataamine2019-11-191-33/+32
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-181-2/+1
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-63/+136
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-5/+5
* fix everything following the hash-->id changeMichael Muré2019-08-081-24/+11
* [bridge/github] import: avoid retrieving ghost email in userQueryAmine Hilaly2019-07-061-2/+2
* [bridge/github] use context.WithTimeout on all graphql queriesAmine Hilaly2019-06-241-1/+5
* [bridge/github] importer: tag imported issues with origin metadataAmine Hilaly2019-06-241-0/+3
* cache: expose the operation when creating a new bugMichael Muré2019-06-161-2/+2
* Change keyUser to keyOwner in Github bridgeAmine Hilaly2019-05-291-2/+3
* improve github importer and iteratorAmine Hilaly2019-05-231-11/+9
* fix imported bugs countAmine Hilaly2019-05-231-2/+4
* call NextIssueEdit from ensureIssueAmine Hilaly2019-05-231-10/+9
* Fix importer/exporter design errorsAmine Hilaly2019-05-231-41/+41