Commit log

618f896 cache: update RepoCache and identity to use new repository Config

amine created

b85b2c5 repository: improve documentation and fix typo mistake

amine created

9304808 repository: use `repo.runGitCommand` and `flagLocality` instead of execFn

amine created

104224c repository: add StoreTimestamp/StoreBool to the config interface

Click to expand commit body
repository: move the gitVersion logic to *gitConfig struct

amine created

7f177c4 repository: add ReadTimestamp methods and improve naming

amine created

ab93567 repository: config interface and implementation rework

amine created

11b4a1b Merge pull request #239 from hoijui/model-mods

Click to expand commit body
Clarify model.md a bit

Michael Muré created

efb084b Make the ADD_COMMENT example more realistic

Click to expand commit body
Co-Authored-By: Michael Muré <batolettre@gmail.com>

hoijui and Michael Muré created

98792a0 model: try to describe the `OperationPack` format more clearly

hoijui created

809abf9 ls: add labels color + formatting for comments

ludovicm67 created

4666763 bridge/gitlab: use gitlab.Labels pointer instead of string slice

amine created

a3a431e vendors: upgrade github.com/xanzy/go-gitlab dependencies to 0.21.0

amine created

683040d build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0

Click to expand commit body
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>

dependabot-preview[bot] created

c9e8241 termui: better overflow management

ludovicm67 created

209d337 bug: fix tests

ludovicm67 created

25b1516 termui: add labels colors in bug table

ludovicm67 created

75004e1 bug: rename RGBA to Color

ludovicm67 created

d0d9ea5 termui: add colors for labels

ludovicm67 created

61d9430 README: make the feature-list render as list in more Markdown flavors [fix]

hoijui created

95b9bc9 Merge pull request #223 from MichaelMure/gitlab-tests

Click to expand commit body
bridge/gitlab: fix integration tests

Michael Muré created

ed774e4 bridge/gitlab: iterator use simple swap

Click to expand commit body
bridge/gitlab: add documentation explaining why we are doing this

Amine created

cdfae48 Merge pull request #225 from hoijui/patch-2

Click to expand commit body
Model: reference git internals documentation

Michael Muré created

6a8a172 Update model.md

Michael Muré created

bdb9c15 Merge pull request #224 from hoijui/patch-1

Click to expand commit body
Model: fix minor grammar issues and clarify a bit

Michael Muré created

17e0c03 Model: reference git internals documentation

hoijui created

26b0a9c Model: fix minor grammar issues and clarify a bit

hoijui created

312bc58 bridge/gitlab: iterator now query all label events when NextLabelEvent() i called, and sort them by ID

Amine created

8498dea bridge/gitlab: fix integration tests

Amine created

f8121e5 Merge pull request #217 from MichaelMure/dependabot/dep/golang.org/x/sync-cd5d95a

Click to expand commit body
build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`

Michael Muré created

355351e build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`

Click to expand commit body
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>

dependabot-preview[bot] created

f90f3d6 Merge pull request #216 from MichaelMure/cmd-silence

Click to expand commit body
commands: silence usage when cobra RunE/PreRunE functions fail

Amine created

e5b33ca commands: silence usage when cobra commands return an error

Amine created

3ad2eeb Merge pull request #214 from MichaelMure/label-connection

Click to expand commit body
graphql: make repository.validLabels a connection

Michael Muré created

7df1709 graphql: make repository.validLabels a connection

Michael Muré created

c4bebed Merge pull request #211 from MichaelMure/update-webui

Click to expand commit body
Update webui

Michael Muré created

0ad23d0 webui: Fix bug listing style

Quentin Gliech created

16af708 Merge pull request #200 from MichaelMure/bridge-token-stdin

Click to expand commit body
bridge: support --token-stdin

Michael Muré created

f3d8da1 bridge/core: add tokenStdin field to bridgeParams

Click to expand commit body
commands: move tokenStdin handling logic to bridge.Configure

Amine Hilaly created

46f9573 bridge/github: move cleaners to where is called

Amine Hilaly created

c5824ff doc/man: update generated documentations

Amine Hilaly created

be94780 bridge/github: recover terminal state in password prompts

Click to expand commit body
commands: error if a token is provide but not the bridge name and target

Amine Hilaly created

77e60ac commands: add bridge configure completion scripts

Amine Hilaly created

65d7ce7 commands: enhance flag description

Click to expand commit body
bridge/github: improve configuration logic

Co-Authored-By: Michael Muré <batolettre@gmail.com>

Amine and Michael Muré created

0381400 commands: read token from stdin in bridge configuration

Click to expand commit body
bridge: improve bridge config validation

Amine Hilaly created

87c64cd webui: upgrade to material-ui 4

Michael Muré created

0020e60 webui: fix a missing key

Michael Muré created

c56801b webui: update react-scripts

Michael Muré created

c7792a5 commands: add a "tui" alias for "termui"

Michael Muré created

2b14bb2 Merge pull request #205 from seeduvax/issue-178

Click to expand commit body
issue 178: fetch the repo dir with rev-parse --git-dir

Michael Muré created

6a0336e git: minor cleanup

Michael Muré created