b64587f
misc: generate PowerShell command completion
Michael Muré created
b64587f
misc: generate PowerShell command completion
Michael Muré created
7461c1f
build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5
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>
dependabot-preview[bot] created
89c6732
Merge pull request #156 from A-Hilaly/bridge-rm
Fix bridge rm command
Michael Muré created
acfd8ff
Update repository/mock_repo.go
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine and Michael Muré created
777ccb9
bug: fix Bug's Lamport edit time potentially wrong due to rebase
Michael Muré created
07cc5e4
Rebase & Update commands/bridge_rm.go
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine Hilaly and Michael Muré created
ee2ca51
Changes to Repo.RmConfigs
RmConfigs try to remove key/value or section from keyPrefix
Amine Hilaly created
470996a
Merge pull request #170 from A-Hilaly/config-file
[bridge] Change bridge name format in the config
Michael Muré created
316b4ea
LoadBridge create a bridge using loadConfig
update loadConfig signature
Amine Hilaly created
041dc08
add target to launchpad configuration
Amine Hilaly created
319b648
Naming fixes
Amine Hilaly created
bc03a89
fix tests
Michael Muré created
b2f8572
graphql: change mutations to respect the Relay specification
https://facebook.github.io/relay/graphql/mutations.htm This specification also allow to expose a mutationId for fire and forget, as well as the created operation.
Michael Muré created
08c0e18
cache: expose the operation when creating a new bug
Michael Muré created
f70e775
Store bridge type alongside the other params in the config
Amine Hilaly created
d69dcce
Merge pull request #153 from A-Hilaly/bridge-configuration
[Breaking] Bridge configuration enhancements
Michael Muré created
1c2ad95
add verbose flag to go test
Amine Hilaly created
8d6bdb6
rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN
Amine Hilaly created
a6c8b6b
make token visible in configuration process
validate token global fixes
Amine Hilaly created
a9629db
Merge pull request #162 from A-Hilaly/bridge-list
Consistent bridge implementations list
Michael Muré created
cb3bddf
Merge pull request #160 from 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
Michael Muré created
d954486
Merge pull request #163 from MichaelMure/dependabot/npm_and_yarn/webui/handlebars-4.1.2
build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webui
Michael Muré created
9862582
build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webui
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>
dependabot[bot] created
da3281c
Sort bridges list
Amine Hilaly created
bcba356
build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webui
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)
dependabot[bot] created
c52a467
Allow cancelling configuration
correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine and Michael Muré created
7923d6c
Skip test validateUsername in travis environment
Amine Hilaly created
9e56285
Merge pull request #159 from MichaelMure/dependabot/npm_and_yarn/webui/tar-4.4.9
build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webui
Michael Muré created
0e8e4c2
build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webui
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)
dependabot-preview[bot] created
ebebdfd
add unit tests for launchpad bridge configuration
add tests for validateUsername in Github bridge panic when compile regex fail
Amine Hilaly created
d064a71
Update man pages and bash_completion
Amine Hilaly created
45d47a0
Update configuration process and add unit tests
Update launchpad bridge
Amine Hilaly created
630bbc6
Update bridge configure long description and examples
Amine Hilaly created
5ea0cb1
Update documentation and function naming
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine and Michael Muré created
aa439fa
Add bridge configure documentation and examples
Amine Hilaly created
5911cb9
Change github regex for better matching
Remove '.git' suffixes from URLs Change token scope for public repositories to `repo:public_repo`
Amine Hilaly created
99b6107
Disable `bridgeConfigure` sort flags option
rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs`
Amine Hilaly created
1c146a1
Change client default timeout value to 60 seconds
add named return values for easier validation for 2FA codes
Amine Hilaly created
1022b9e
Update flags descriptions
Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine and Michael Muré created
43758a1
Add warning messages for launchpad-preview
fix --target flag description improve comments
Amine Hilaly created
0de2bd9
Launchpad bridge configuration from `BridgeParams` Project and URL
Improve Github config comments
Amine Hilaly created
46ce105
Update Github bridge configuration
Use GetRemotes in `promptURL` to suggest repo urls Add `promptTokenOptions` to select token a configuration option
Amine Hilaly created
2c4c013
Add GetRemotes functionalities
Sladyn created
f01b9bc
Fix typo in github bridge rm
Amine Hilaly created
70268ff
Change keyUser to keyOwner in Github bridge
Amine Hilaly created
5f80f24
Launchpad changes
Use bridge params to configure the bridge
Amine Hilaly created
6deb6ec
Github bridge updates
Use bridge params to configure the bridge
Amine Hilaly created
f124df7
changes to the BridgeImpl Interface
Add bridge params Change bridge.Configure signature
Amine Hilaly created
8bfc65d
commands: add flags/config to control the automatic opening in the default browser
Michael Muré created
d564e37
repository: add ReadConfigBool and ReadConfigString functions
Michael Muré created