aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | 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>
* Merge pull request #156 from A-Hilaly/bridge-rmMichael Muré2019-06-195-4/+29
|\ | | | | Fix bridge rm command
| * Update repository/mock_repo.goAmine2019-06-191-1/+1
| | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * Rebase & Update commands/bridge_rm.goAmine Hilaly2019-06-171-1/+1
| | | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * Changes to Repo.RmConfigsAmine Hilaly2019-06-175-4/+29
| | | | | | | | RmConfigs try to remove key/value or section from keyPrefix
* | 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
|\ | | | | [bridge] Change bridge name format in the config
| * LoadBridge create a bridge using loadConfigAmine Hilaly2019-06-171-18/+12
| | | | | | | | update loadConfig signature
| * 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
|\ | | | | [Breaking] Bridge configuration enhancements
| * 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
| | | | | | | | | | validate token global fixes
| * Allow cancelling configurationAmine2019-06-053-3/+10
| | | | | | | | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * Skip test validateUsername in travis environmentAmine Hilaly2019-06-032-1/+5
| |
| * add unit tests for launchpad bridge configurationAmine Hilaly2019-05-304-13/+170
| | | | | | | | | | add tests for validateUsername in Github bridge panic when compile regex fail
| * Update man pages and bash_completionAmine Hilaly2019-05-295-5/+170
| |
| * Update configuration process and add unit testsAmine Hilaly2019-05-293-18/+187
| | | | | | | | Update launchpad bridge
| * Update bridge configure long description and examplesAmine Hilaly2019-05-291-13/+43
| |
| * Update documentation and function namingAmine2019-05-293-9/+9
| | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * Add bridge configure documentation and examplesAmine Hilaly2019-05-291-3/+21
| |
| * Change github regex for better matchingAmine Hilaly2019-05-291-7/+17
| | | | | | | | | | Remove '.git' suffixes from URLs Change token scope for public repositories to `repo:public_repo`
| * Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-292-2/+3
| | | | | | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs`
| * Change client default timeout value to 60 secondsAmine Hilaly2019-05-292-26/+15
| | | | | | | | | | add named return values for easier validation for 2FA codes
| * Update flags descriptions Amine2019-05-293-10/+11
| | | | | | | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * Add warning messages for launchpad-previewAmine Hilaly2019-05-293-4/+11
| | | | | | | | | | fix --target flag description improve comments
| * Launchpad bridge configuration from `BridgeParams` Project and URLAmine Hilaly2019-05-292-8/+53
| | | | | | | | Improve Github config comments
| * Update Github bridge configurationAmine Hilaly2019-05-291-86/+200
| | | | | | | | | | Use GetRemotes in `promptURL` to suggest repo urls Add `promptTokenOptions` to select token a configuration option
| * 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
| | | | | | | | Use bridge params to configure the bridge
| * Github bridge updatesAmine Hilaly2019-05-291-67/+189
| | | | | | | | Use bridge params to configure the bridge
| * changes to the BridgeImpl InterfaceAmine Hilaly2019-05-293-12/+42
| | | | | | | | | | Add bridge params Change bridge.Configure signature
* | Merge pull request #162 from A-Hilaly/bridge-listMichael Muré2019-06-061-0/+3
|\ \ | | | | | | Consistent bridge implementations list
| * | Sort bridges listAmine Hilaly2019-06-061-0/+3
| |/
* | Merge pull request #160 from ↵Michael Muré2019-06-061-3/+3
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/js-yaml-3.13.1 build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webui
| * | build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webuidependabot[bot]2019-06-051-3/+3
| | | | | | | | | | | | | | | | | | Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)
* | | Merge pull request #163 from ↵Michael Muré2019-06-061-3/+3
|\ \ \ | |/ / |/| | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/handlebars-4.1.2 build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webui
| * | build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webuidependabot[bot]2019-06-051-3/+3
|/ / | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #159 from MichaelMure/dependabot/npm_and_yarn/webui/tar-4.4.9Michael Muré2019-06-031-36/+61
|\ \ | |/ |/| build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webui
| * build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webuidependabot-preview[bot]2019-06-031-36/+61
|/ | | | | Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.9. **This update includes security fixes.** - [Release notes](https://github.com/npm/node-tar/releases) - [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.9)
* commands: add flags/config to control the automatic opening in the default ↵Michael Muré2019-05-277-22/+96
| | | | browser
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-275-0/+133
|
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-2710-82/+86
|
* Update README.mdMichael Muré2019-05-231-14/+14
|
* Update FUNDING.ymlMichael Muré2019-05-231-1/+1
|