Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | bridge/github: improve iterator NextTimelineItem function | amine | 2019-11-05 | 1 | -0/+6 | |
| |/ / | ||||||
* | | | Merge pull request #244 from MichaelMure/makefile | Amine | 2019-11-05 | 1 | -5/+11 | |
|\ \ \ | |/ / |/| | | makefile: support Darwin operating systems (xargs) | |||||
| * | | makefile: support darwin operating systems | amine | 2019-11-05 | 1 | -5/+11 | |
|/ / | ||||||
* | | Merge pull request #236 from MichaelMure/import-after | Amine | 2019-11-03 | 17 | -41/+2332 | |
|\| | | | | | commands: support bridge imports after a given date | |||||
| * | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 15 | -65/+2263 | |
| | | ||||||
| * | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 8 | -32/+125 | |
|/ | ||||||
* | Merge pull request #234 from ↵ | Michael Muré | 2019-11-03 | 24 | -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 slice | amine | 2019-10-24 | 1 | -1/+2 | |
| | | ||||||
| * | vendors: upgrade github.com/xanzy/go-gitlab dependencies to 0.21.0 | amine | 2019-10-24 | 21 | -248/+802 | |
| | | ||||||
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0 | dependabot-preview[bot] | 2019-10-24 | 2 | -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-colors | Michael Muré | 2019-11-03 | 39 | -896/+938 | |
|\ \ | | | | | | | Display label colors in termui | |||||
| * | | drop support for go 1.9 | Michael Muré | 2019-11-03 | 7 | -22/+22 | |
| | | | ||||||
| * | | switch to go-term-text to fix bad underflow for label rendering | Michael Muré | 2019-11-03 | 28 | -844/+826 | |
| | | | ||||||
| * | | ls: add labels color + formatting for comments | ludovicm67 | 2019-10-28 | 1 | -5/+22 | |
| | | | ||||||
| * | | termui: better overflow management | ludovicm67 | 2019-10-16 | 1 | -3/+7 | |
| | | | ||||||
| * | | bug: fix tests | ludovicm67 | 2019-10-15 | 1 | -9/+8 | |
| | | | ||||||
| * | | termui: add labels colors in bug table | ludovicm67 | 2019-10-15 | 1 | -12/+20 | |
| | | | ||||||
| * | | bug: rename RGBA to Color | ludovicm67 | 2019-10-15 | 5 | -33/+52 | |
| | | | ||||||
| * | | termui: add colors for labels | ludovicm67 | 2019-10-15 | 3 | -3/+16 | |
| |/ | ||||||
* | | Merge pull request #240 from MichaelMure/repo-config | Michael Muré | 2019-11-01 | 12 | -302/+435 | |
|\ \ | | | | | | | repository config interface and implementation rework | |||||
| * | | repository: fix ineffectual assignment in git test | amine | 2019-11-01 | 1 | -0/+2 | |
| | | | ||||||
| * | | bridge: use new repository configuration interface | amine | 2019-11-01 | 6 | -76/+27 | |
| | | | | | | | | | | | | commands/webui: use new repository configuration interface | |||||
| * | | cache: update RepoCache and identity to use new repository Config | amine | 2019-11-01 | 2 | -29/+14 | |
| | | | ||||||
| * | | repository: improve documentation and fix typo mistake | amine | 2019-11-01 | 2 | -7/+7 | |
| | | | ||||||
| * | | repository: use `repo.runGitCommand` and `flagLocality` instead of execFn | amine | 2019-11-01 | 1 | -15/+12 | |
| | | | ||||||
| * | | repository: add StoreTimestamp/StoreBool to the config interface | amine | 2019-11-01 | 6 | -78/+93 | |
| | | | | | | | | | | | | repository: move the gitVersion logic to *gitConfig struct | |||||
| * | | repository: add ReadTimestamp methods and improve naming | amine | 2019-10-31 | 6 | -65/+104 | |
| | | | ||||||
| * | | repository: config interface and implementation rework | amine | 2019-10-31 | 8 | -190/+334 | |
|/ / | ||||||
* | | Merge pull request #239 from hoijui/model-mods | Michael Muré | 2019-10-29 | 2 | -12/+23 | |
|\ \ | |/ |/| | Clarify model.md a bit | |||||
| * | Make the ADD_COMMENT example more realistic | hoijui | 2019-10-29 | 1 | -2/+2 | |
| | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | |||||
| * | model: try to describe the `OperationPack` format more clearly | hoijui | 2019-10-28 | 1 | -12/+22 | |
| | | ||||||
| * | README: make the feature-list render as list in more Markdown flavors [fix] | hoijui | 2019-10-14 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #223 from MichaelMure/gitlab-tests | Michael Muré | 2019-10-13 | 2 | -30/+47 | |
|\ | | | | | bridge/gitlab: fix integration tests | |||||
| * | bridge/gitlab: iterator use simple swap | Amine | 2019-10-13 | 1 | -8/+9 | |
| | | | | | | | | bridge/gitlab: add documentation explaining why we are doing this | |||||
| * | bridge/gitlab: iterator now query all label events when NextLabelEvent() i ↵ | Amine | 2019-10-02 | 1 | -28/+27 | |
| | | | | | | | | called, and sort them by ID | |||||
| * | bridge/gitlab: fix integration tests | Amine | 2019-10-01 | 2 | -1/+18 | |
| | | ||||||
* | | Merge pull request #225 from hoijui/patch-2 | Michael Muré | 2019-10-12 | 1 | -0/+2 | |
|\ \ | | | | | | | Model: reference git internals documentation | |||||
| * | | Update model.md | Michael Muré | 2019-10-12 | 1 | -3/+1 | |
| | | | ||||||
| * | | Model: reference git internals documentation | hoijui | 2019-10-11 | 1 | -0/+4 | |
| |/ | ||||||
* | | Merge pull request #224 from hoijui/patch-1 | Michael Muré | 2019-10-12 | 1 | -16/+16 | |
|\ \ | |/ |/| | Model: fix minor grammar issues and clarify a bit |