Commit log
e511f3d
[misc] update man docs and completion scripts
Click to expand commit body
[cache] BugCache: Fix set metadata raw
[bridge/github] Fix graphql input objects
Amine Hilaly
created
6 years ago
a58ac69
[bridge/github] exporter: Check bug import origin
Click to expand commit body
[bridge/github] export only allowed bugs
Amine Hilaly
created
6 years ago
07492fb
[bridge/github] importer: tag imported issues with origin metadata
Click to expand commit body
[bridge/github] exporter: correct export signature and cache maps
Amine Hilaly
created
6 years ago
1d42814
[bridge/github] cache user token
Click to expand commit body
fix import typo
init tests
verify issue
Amine Hilaly
created
6 years ago
a121991
[bridge/github] exporter: support multiple tokens/clients
Amine Hilaly
created
6 years ago
6d9ba4a
rebase & fix push command
Amine Hilaly
created
6 years ago
e649a50
[bug] Operations: add GetAuthor method for operation interface and
Click to expand commit body
BaseOp
Amine Hilaly
created
6 years ago
cbac482
[bridge/github] update github bug exporter
Click to expand commit body
- cache repository ID
- cache all comment IDs
Amine Hilaly
created
6 years ago
6451dd2
[cache] BugCache: Add set metadata methods
Click to expand commit body
[bridge/github] fix add/remove mutation requests
[bridge/github] iterator: fix typo
Amine Hilaly
created
6 years ago
2f620e6
[bridge/github] exporter: add graphql functionalities
Click to expand commit body
[bridge/github] graphql mutation objects
[bridge/github] github create and get labels
[bridge/github] repository node_id query
[bridge/github] exporter: ignore old bugs and old operations
[bridge/github] add update labels/status functionalities
[bridge/github] exporter: cache labels while exporting
Amine Hilaly
created
6 years ago
946c936
[vendor] update dependencies: github.com/shurcooL/githubv4
Click to expand commit body
[bridge/github] graphql: Add more mutations structs
Amine Hilaly
created
6 years ago
fbb0e83
[bridge/github] Add exporter implementation
Amine Hilaly
created
6 years ago
0424a0f
[commands] bridge: add push sub command
Click to expand commit body
[commands] bridge: use cobra max args
Amine Hilaly
created
6 years ago
aa4464d
readme: document the PowerShell completion
Michael Muré
created
6 years ago
54e95cf
Merge pull request #171 from MichaelMure/graphql-mutation-relay
Click to expand commit body
Graphql mutation relay
Michael Muré
created
6 years ago
17cbe45
graphql: fix typo
Michael Muré
created
6 years ago
9f4da4c
cache: consistently use "ref" to fetch a repository
Michael Muré
created
6 years ago
Michael Muré
created
6 years ago
fb964bd
Merge pull request #168 from MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.5
Click to expand commit body
build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5
Michael Muré
created
6 years ago
b64587f
misc: generate PowerShell command completion
Michael Muré
created
6 years ago
7461c1f
build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5
Click to expand commit body
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
6 years ago
89c6732
Merge pull request #156 from A-Hilaly/bridge-rm
Click to expand commit body
Fix bridge rm command
Michael Muré
created
6 years ago
acfd8ff
Update repository/mock_repo.go
Click to expand commit body
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine
and
Michael Muré
created
6 years ago
777ccb9
bug: fix Bug's Lamport edit time potentially wrong due to rebase
Michael Muré
created
6 years ago
07cc5e4
Rebase & Update commands/bridge_rm.go
Click to expand commit body
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine Hilaly
and
Michael Muré
created
6 years ago
ee2ca51
Changes to Repo.RmConfigs
Click to expand commit body
RmConfigs try to remove key/value or section from keyPrefix
Amine Hilaly
created
6 years ago
470996a
Merge pull request #170 from A-Hilaly/config-file
Click to expand commit body
[bridge] Change bridge name format in the config
Michael Muré
created
6 years ago
316b4ea
LoadBridge create a bridge using loadConfig
Click to expand commit body
update loadConfig signature
Amine Hilaly
created
6 years ago
041dc08
add target to launchpad configuration
Amine Hilaly
created
6 years ago
Amine Hilaly
created
6 years ago
Michael Muré
created
6 years ago
b2f8572
graphql: change mutations to respect the Relay specification
Click to expand commit body
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
6 years ago
08c0e18
cache: expose the operation when creating a new bug
Michael Muré
created
6 years ago
f70e775
Store bridge type alongside the other params in the config
Amine Hilaly
created
6 years ago
d69dcce
Merge pull request #153 from A-Hilaly/bridge-configuration
Click to expand commit body
[Breaking] Bridge configuration enhancements
Michael Muré
created
6 years ago
1c2ad95
add verbose flag to go test
Amine Hilaly
created
6 years ago
8d6bdb6
rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN
Amine Hilaly
created
6 years ago
a6c8b6b
make token visible in configuration process
Click to expand commit body
validate token
global fixes
Amine Hilaly
created
6 years ago
a9629db
Merge pull request #162 from A-Hilaly/bridge-list
Click to expand commit body
Consistent bridge implementations list
Michael Muré
created
6 years ago
cb3bddf
Merge pull request #160 from MichaelMure/dependabot/npm_and_yarn/webui/js-yaml-3.13.1
Click to expand commit body
build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webui
Michael Muré
created
6 years ago
d954486
Merge pull request #163 from MichaelMure/dependabot/npm_and_yarn/webui/handlebars-4.1.2
Click to expand commit body
build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webui
Michael Muré
created
6 years ago
9862582
build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webui
Click to expand commit body
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
6 years ago
da3281c
Sort bridges list
Amine Hilaly
created
6 years ago
bcba356
build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webui
Click to expand commit body
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
6 years ago
c52a467
Allow cancelling configuration
Click to expand commit body
correct error message
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine
and
Michael Muré
created
6 years ago
7923d6c
Skip test validateUsername in travis environment
Amine Hilaly
created
6 years ago
9e56285
Merge pull request #159 from MichaelMure/dependabot/npm_and_yarn/webui/tar-4.4.9
Click to expand commit body
build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webui
Michael Muré
created
6 years ago
0e8e4c2
build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webui
Click to expand commit body
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
6 years ago
ebebdfd
add unit tests for launchpad bridge configuration
Click to expand commit body
add tests for validateUsername in Github bridge
panic when compile regex fail
Amine Hilaly
created
6 years ago
d064a71
Update man pages and bash_completion
Amine Hilaly
created
6 years ago
Page 6 of 20