summaryrefslogtreecommitdiffstatshomepage
path: root/commands/bridge_pull.go
Commit message (Expand)AuthorAge
* commands: reorg into different packagesMichael Muré2022-11-20
* Add command-specific argument completionsJohannes Altmanninger2022-05-01
* commands: proper backend close on RunE errorMichael Muré2021-05-09
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-28
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-28
* commands: refactor to avoid globalsMichael Muré2020-06-28
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-25
* Merge pull request #271 from MichaelMure/bridge-credentialsMichael Muré2019-12-10
|\
| * bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-08
* | bridge: fix incorrect last import time on context cancelMichael Muré2019-12-09
|/
* bridge: improvement on the import resume featureMichael Muré2019-11-03
* commands: support bridge imports after a given date and resumable importsamine2019-11-03
* commands: silence export and import nothing eventsAmine Hilaly2019-08-19
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-18
* [commands] bridge: add push sub commandAmine Hilaly2019-06-24
* Store bridge type alongside the other params in the configAmine Hilaly2019-06-15
* Add importer testsAmine Hilaly2019-05-05
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
* moved cleaner function to util/interruptRafael Passos2018-10-24
* Registering lock clearing functions to CleanerRafael Passos2018-10-23
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-17
* github: deal with the deleted user case where github return a null actorMichael Muré2018-10-06
* commands: add "bridge pull"Michael Muré2018-09-24