aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [cache] BugCache: Add set metadata methodsAmine Hilaly2019-06-244-11/+31
* [bridge/github] exporter: add graphql functionalitiesAmine Hilaly2019-06-243-7/+477
* [vendor] update dependencies: github.com/shurcooL/githubv4Amine Hilaly2019-06-246-32/+867
* [bridge/github] Add exporter implementationAmine Hilaly2019-06-243-1/+57
* [commands] bridge: add push sub commandAmine Hilaly2019-06-242-1/+56
* readme: document the PowerShell completionMichael Muré2019-06-241-0/+1
* Merge pull request #171 from MichaelMure/graphql-mutation-relayMichael Muré2019-06-2318-287/+2640
|\
| * graphql: fix typoMichael Muré2019-06-231-1/+1
| * cache: consistently use "ref" to fetch a repositoryMichael Muré2019-06-233-6/+6
| * fix testsMichael Muré2019-06-164-9/+9
| * graphql: change mutations to respect the Relay specificationMichael Muré2019-06-1610-261/+2614
| * cache: expose the operation when creating a new bugMichael Muré2019-06-165-14/+14
* | minor cleanupMichael Muré2019-06-235-15/+15
* | Merge pull request #168 from MichaelMure/dependabot/dep/github.com/spf13/cobr...Michael Muré2019-06-2319-193/+1254
|\ \
| * | misc: generate PowerShell command completionMichael Muré2019-06-2317-189/+1250
| * | build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5dependabot-preview[bot]2019-06-232-4/+4
|/ /
* | Merge pull request #156 from A-Hilaly/bridge-rmMichael Muré2019-06-195-4/+29
|\ \
| * | Update repository/mock_repo.goAmine2019-06-191-1/+1
| * | Rebase & Update commands/bridge_rm.goAmine Hilaly2019-06-171-1/+1
| * | Changes to Repo.RmConfigsAmine Hilaly2019-06-175-4/+29
* | | bug: fix Bug's Lamport edit time potentially wrong due to rebaseMichael Muré2019-06-191-2/+6
|/ /
* | Merge pull request #170 from A-Hilaly/config-fileMichael Muré2019-06-176-49/+63
|\ \ | |/ |/|
| * LoadBridge create a bridge using loadConfigAmine Hilaly2019-06-171-18/+12
| * add target to launchpad configurationAmine Hilaly2019-06-171-0/+7
| * Naming fixesAmine Hilaly2019-06-164-6/+7
| * Store bridge type alongside the other params in the configAmine Hilaly2019-06-154-44/+56
|/
* Merge pull request #153 from A-Hilaly/bridge-configurationMichael Muré2019-06-0720-111/+1034
|\
| * add verbose flag to go testAmine Hilaly2019-06-071-1/+1
| * rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKENAmine Hilaly2019-06-076-13/+13
| * make token visible in configuration processAmine Hilaly2019-06-072-19/+28
| * Allow cancelling configurationAmine2019-06-053-3/+10
| * Skip test validateUsername in travis environmentAmine Hilaly2019-06-032-1/+5
| * add unit tests for launchpad bridge configurationAmine Hilaly2019-05-304-13/+170
| * Update man pages and bash_completionAmine Hilaly2019-05-295-5/+170
| * Update configuration process and add unit testsAmine Hilaly2019-05-293-18/+187
| * Update bridge configure long description and examplesAmine Hilaly2019-05-291-13/+43
| * Update documentation and function namingAmine2019-05-293-9/+9
| * Add bridge configure documentation and examplesAmine Hilaly2019-05-291-3/+21
| * Change github regex for better matchingAmine Hilaly2019-05-291-7/+17
| * Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-292-2/+3
| * Change client default timeout value to 60 secondsAmine Hilaly2019-05-292-26/+15
| * Update flags descriptions Amine2019-05-293-10/+11
| * Add warning messages for launchpad-previewAmine Hilaly2019-05-293-4/+11
| * Launchpad bridge configuration from `BridgeParams` Project and URLAmine Hilaly2019-05-292-8/+53
| * Update Github bridge configurationAmine Hilaly2019-05-291-86/+200
| * Add GetRemotes functionalitiesSladyn2019-05-294-1/+38
| * Fix typo in github bridge rmAmine Hilaly2019-05-291-1/+1
| * Change keyUser to keyOwner in Github bridgeAmine Hilaly2019-05-294-13/+15
| * Launchpad changesAmine Hilaly2019-05-291-6/+12
| * Github bridge updatesAmine Hilaly2019-05-291-67/+189