aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* commands: add bridge token subcommandAmine2019-11-091-0/+64
|
* bridge/core: comment token functionalitiesAmine2019-11-092-20/+36
|
* bridge/core: Implement token functionalitiesAmine2019-11-091-0/+211
|
* Merge pull request #243 from MichaelMure/github-iteratorAmine2019-11-052-34/+58
|\ | | | | bridge: global fixes to github and gitlab bridges
| * bridge/github: improve iterator readabilityamine2019-11-051-34/+49
| |
| * bridge/gitlab: add missing error check in export testsamine2019-11-051-1/+4
| |
| * bridge/github: improve iterator NextTimelineItem functionamine2019-11-051-0/+6
| |
* | Merge pull request #244 from MichaelMure/makefileAmine2019-11-051-5/+11
|\ \ | |/ |/| makefile: support Darwin operating systems (xargs)
| * makefile: support darwin operating systemsamine2019-11-051-5/+11
|/
* Merge pull request #236 from MichaelMure/import-afterAmine2019-11-0317-41/+2332
|\ | | | | commands: support bridge imports after a given date
| * bridge: improvement on the import resume featureMichael Muré2019-11-0315-65/+2263
| |
| * commands: support bridge imports after a given date and resumable importsamine2019-11-038-32/+125
|/
* Merge pull request #234 from ↵Michael Muré2019-11-0324-253/+808
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.21.0 build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0
| * bridge/gitlab: use gitlab.Labels pointer instead of string sliceamine2019-10-241-1/+2
| |
| * vendors: upgrade github.com/xanzy/go-gitlab dependencies to 0.21.0amine2019-10-2421-248/+802
| |
| * build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0dependabot-preview[bot]2019-10-242-4/+4
| | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.20.0 to 0.21.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.20.0...v0.21.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #228 from ludovicm67/patch-cli-label-colorsMichael Muré2019-11-0339-896/+938
|\ \ | | | | | | Display label colors in termui
| * | drop support for go 1.9Michael Muré2019-11-037-22/+22
| | |
| * | switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-0328-844/+826
| | |
| * | ls: add labels color + formatting for commentsludovicm672019-10-281-5/+22
| | |
| * | termui: better overflow managementludovicm672019-10-161-3/+7
| | |
| * | bug: fix testsludovicm672019-10-151-9/+8
| | |
| * | termui: add labels colors in bug tableludovicm672019-10-151-12/+20
| | |
| * | bug: rename RGBA to Colorludovicm672019-10-155-33/+52
| | |
| * | termui: add colors for labelsludovicm672019-10-153-3/+16
| |/
* | Merge pull request #240 from MichaelMure/repo-configMichael Muré2019-11-0112-302/+435
|\ \ | | | | | | repository config interface and implementation rework
| * | repository: fix ineffectual assignment in git testamine2019-11-011-0/+2
| | |
| * | bridge: use new repository configuration interfaceamine2019-11-016-76/+27
| | | | | | | | | | | | commands/webui: use new repository configuration interface
| * | cache: update RepoCache and identity to use new repository Configamine2019-11-012-29/+14
| | |
| * | repository: improve documentation and fix typo mistakeamine2019-11-012-7/+7
| | |
| * | repository: use `repo.runGitCommand` and `flagLocality` instead of execFnamine2019-11-011-15/+12
| | |
| * | repository: add StoreTimestamp/StoreBool to the config interfaceamine2019-11-016-78/+93
| | | | | | | | | | | | repository: move the gitVersion logic to *gitConfig struct
| * | repository: add ReadTimestamp methods and improve namingamine2019-10-316-65/+104
| | |
| * | repository: config interface and implementation reworkamine2019-10-318-190/+334
|/ /
* | Merge pull request #239 from hoijui/model-modsMichael Muré2019-10-292-12/+23
|\ \ | |/ |/| Clarify model.md a bit
| * Make the ADD_COMMENT example more realistichoijui2019-10-291-2/+2
| | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * model: try to describe the `OperationPack` format more clearlyhoijui2019-10-281-12/+22
| |
| * README: make the feature-list render as list in more Markdown flavors [fix]hoijui2019-10-141-0/+1
|/
* Merge pull request #223 from MichaelMure/gitlab-testsMichael Muré2019-10-132-30/+47
|\ | | | | bridge/gitlab: fix integration tests
| * bridge/gitlab: iterator use simple swapAmine2019-10-131-8/+9
| | | | | | | | bridge/gitlab: add documentation explaining why we are doing this
| * bridge/gitlab: iterator now query all label events when NextLabelEvent() i ↵Amine2019-10-021-28/+27
| | | | | | | | called, and sort them by ID
| * bridge/gitlab: fix integration testsAmine2019-10-012-1/+18
| |
* | Merge pull request #225 from hoijui/patch-2Michael Muré2019-10-121-0/+2
|\ \ | | | | | | Model: reference git internals documentation
| * | Update model.mdMichael Muré2019-10-121-3/+1
| | |
| * | Model: reference git internals documentationhoijui2019-10-111-0/+4
| |/
* | Merge pull request #224 from hoijui/patch-1Michael Muré2019-10-121-16/+16
|\ \ | |/ |/| Model: fix minor grammar issues and clarify a bit
| * Model: fix minor grammar issues and clarify a bithoijui2019-10-111-16/+16
|/
* Merge pull request #217 from ↵Michael Muré2019-10-011-1/+1
|\ | | | | | | | | MichaelMure/dependabot/dep/golang.org/x/sync-cd5d95a build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`
| * build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`dependabot-preview[bot]2019-09-121-1/+1
|/ | | | | | | Bumps [golang.org/x/sync](https://github.com/golang/sync) from `1122301` to `cd5d95a`. - [Release notes](https://github.com/golang/sync/releases) - [Commits](https://github.com/golang/sync/compare/112230192c580c3556b8cee6403af37a4fc5f28c...cd5d95a43a6e21273425c7ae415d3df9ea832eeb) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #216 from MichaelMure/cmd-silenceAmine2019-09-061-3/+5
|\ | | | | commands: silence usage when cobra RunE/PreRunE functions fail