Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #255 from ↵ | Michael Muré | 2019-11-19 | 2 | -32/+62 |
|\ | | | | | | | | | MichaelMure/dependabot/dep/github.com/awesome-gocui/gocui-a34ffb0 build(deps): bump github.com/awesome-gocui/gocui from `c9d3c2b` to `a34ffb0` | ||||
| * | vendor: update github.com/awesome-gocui/gocui dependencies | amine | 2019-11-19 | 2 | -30/+61 |
| | | |||||
| * | build(deps): bump github.com/awesome-gocui/gocui | dependabot-preview[bot] | 2019-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Bumps [github.com/awesome-gocui/gocui](https://github.com/awesome-gocui/gocui) from `c9d3c2b` to `a34ffb0`. - [Release notes](https://github.com/awesome-gocui/gocui/releases) - [Commits](https://github.com/awesome-gocui/gocui/compare/c9d3c2bec453a8d648228640c79cc769bbc78df8...a34ffb055986a3f9461735162c9a2d235b95b8cb) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #254 from MichaelMure/import-events | Michael Muré | 2019-11-19 | 6 | -68/+48 |
|\ \ | | | | | | | Bridge: correctly emit NothingEvents | ||||
| * | | bridge/launchpad: importer correctly emit NothingEvent | amine | 2019-11-19 | 2 | -5/+4 |
| | | | |||||
| * | | bridge/gitlab: importer and exporter correctly emit NothingEvents | amine | 2019-11-19 | 2 | -11/+11 |
| | | | |||||
| * | | bridge/github: export correctly emit nothing events | amine | 2019-11-19 | 2 | -24/+18 |
| | | | |||||
| * | | bridge/github: importer corectly emit events | amine | 2019-11-19 | 2 | -29/+16 |
| | | | |||||
* | | | Merge pull request #256 from ↵ | Michael Muré | 2019-11-19 | 4 | -5/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.1 build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1 | ||||
| * | | | vendor: update github.com/xanzy/go-gitlab dependencies | amine | 2019-11-19 | 3 | -1/+3 |
| | | | | |||||
| * | | | build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1 | dependabot-preview[bot] | 2019-11-18 | 2 | -4/+4 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.0 to 0.22.1. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.22.0...v0.22.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | | bridge configure: no default name if the default has already been created | Michael Muré | 2019-11-19 | 1 | -1/+11 |
| | | | |||||
* | | | Merge pull request #213 from MichaelMure/hash-collision | Michael Muré | 2019-11-19 | 6 | -30/+47 |
|\ \ \ | |_|/ |/| | | bug: make sure there is no Operation's hash collision | ||||
| * | | bug: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 | 6 | -30/+47 |
| | | | |||||
* | | | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 14 | -101/+103 |
|\ \ \ | |/ / |/| | | bridge: move keyOrigin to core package | ||||
| * | | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 14 | -101/+103 |
| | | | | | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | | bridge/core: document import/export events | Michael Muré | 2019-11-19 | 2 | -1/+24 |
| | | | |||||
* | | | Merge pull request #257 from MichaelMure/core-fixes | Michael Muré | 2019-11-19 | 8 | -23/+34 |
|\ \ \ | |_|/ |/| | | Core fixes | ||||
| * | | bug: use NeedCommit() in the interface, drop HasPendingOp() | Michael Muré | 2019-11-19 | 4 | -9/+18 |
| | | | |||||
| * | | repo: esthetism rename | Michael Muré | 2019-11-19 | 5 | -14/+14 |
| | | | |||||
| * | | bug: don't forget to assign the new packs after a merge | Michael Muré | 2019-11-19 | 1 | -0/+2 |
|/ / | | | | | | | fix #235 | ||||
* | | Merge pull request #249 from MichaelMure/iterator-fix | Michael Muré | 2019-11-11 | 1 | -2/+4 |
|\ \ | | | | | | | bridge/github: fix iterator regression | ||||
| * | | bridge/github: fix iterator regression | amine | 2019-11-11 | 1 | -2/+4 |
|/ / | |||||
* | | Merge pull request #248 from MichaelMure/github-deprecated | Michael Muré | 2019-11-11 | 2 | -21/+21 |
|\ \ | | | | | | | github: follow API changes | ||||
| * | | github: follow API changes | Michael Muré | 2019-11-11 | 2 | -21/+21 |
|/ / | | | | | | | https://developer.github.com/v4/changelog/2019-06-04-schema-changes/ | ||||
* | | Merge pull request #245 from ↵ | Michael Muré | 2019-11-11 | 14 | -242/+517 |
|\ \ | | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.0 build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0 | ||||
| * | | vendor: update github.com/xanzy/go-gitlab to v0.22.0 | amine | 2019-11-10 | 12 | -238/+513 |
| | | | |||||
| * | | build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0 | dependabot-preview[bot] | 2019-11-07 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.21.0...v0.22.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | | Merge pull request #219 from MichaelMure/global-config | Michael Muré | 2019-11-10 | 28 | -24/+798 |
|\ \ \ | | | | | | | | | Global config, global bridge token | ||||
| * | | | cli: rename "token" into "auth" | Michael Muré | 2019-11-10 | 22 | -278/+276 |
| | | | | |||||
| * | | | cli: add bridge token show | Michael Muré | 2019-11-10 | 12 | -13/+134 |
| | | | | |||||
| * | | | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 17 | -130/+172 |
| | | | | |||||
| * | | | token: regenerate documentation and fix imports | amine | 2019-11-09 | 6 | -26/+5 |
| | | | | |||||
| * | | | bridge/core: store token in the global config and replace scopes with create ↵ | amine | 2019-11-09 | 4 | -157/+64 |
| | | | | | | | | | | | | | | | | date | ||||
| * | | | tokens: use entity.Id as id type | amine | 2019-11-09 | 2 | -9/+10 |
| | | | | |||||
| * | | | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 13 | -90/+319 |
| | | | | |||||
| * | | | bridge: various cleanups | Michael Muré | 2019-11-09 | 11 | -68/+207 |
| | | | | |||||
| * | | | commands: use token value as identifier | Amine | 2019-11-09 | 4 | -41/+25 |
| | | | | |||||
| * | | | bridge/core: use token id instead of name | Amine | 2019-11-09 | 4 | -50/+133 |
| | | | | | | | | | | | | | | | | | | | | commands: add bridge token rm/add commands: improve bridge token printing | ||||
| * | | | commands: add bridge token subcommand | Amine | 2019-11-09 | 1 | -0/+64 |
| | | | | |||||
| * | | | bridge/core: comment token functionalities | Amine | 2019-11-09 | 2 | -20/+36 |
| | | | | |||||
| * | | | bridge/core: Implement token functionalities | Amine | 2019-11-09 | 1 | -0/+211 |
| |/ / | |||||
* | | | Merge pull request #246 from MichaelMure/bridge-docs | Michael Muré | 2019-11-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | README: update importer implementation table | ||||
| * | | | update bridge importers implementation features | amine | 2019-11-10 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #242 from MichaelMure/gocui | Michael Muré | 2019-11-10 | 56 | -282/+2000 |
|\ \ \ | |/ / |/| | | termui: migrate to awesome-gocui instead of the old fork I had | ||||
| * | | termui: rework the cursor in bugtable to match the rendering before the ↵ | Michael Muré | 2019-11-10 | 2 | -26/+9 |
| | | | | | | | | | | | | switch to awesome-gocui | ||||
| * | | termui: migrate to awesome-gocui instead of the old fork I had | Michael Muré | 2019-11-03 | 56 | -256/+1991 |
| | | | |||||
* | | | Merge pull request #243 from MichaelMure/github-iterator | Amine | 2019-11-05 | 2 | -34/+58 |
|\ \ \ | | | | | | | | | bridge: global fixes to github and gitlab bridges | ||||
| * | | | bridge/github: improve iterator readability | amine | 2019-11-05 | 1 | -34/+49 |
| | | | | |||||
| * | | | bridge/gitlab: add missing error check in export tests | amine | 2019-11-05 | 1 | -1/+4 |
| | | | |