8a158d1
repository: fix edge case in git config read, affecting bridges
Michael Muré created
8a158d1
repository: fix edge case in git config read, affecting bridges
Michael Muré created
4143c3d
Vendor: updage xanzy/go-gitlab to v0.38.2 (#473)
* build(deps): bump github.com/xanzy/go-gitlab from 0.33.0 to 0.38.2 * migrate * refactor
6543 created
ab7eca4
Merge pull request #474 from MichaelMure/gogit-sorted-tree
repository: workaround a go-git bug and ensure sorted tree object
Michael Muré created
ca4020f
repository: workaround a go-git bug and ensure sorted tree object
Michael Muré created
064a96f
repository: fix incorrect git dir on the git CLI implementation
Michael Muré created
88126f9
Merge pull request #471 from 6543-forks/vendor_go-git
Vendor: updage go-git to v5.2.0
Michael Muré created
afdbd65
Vendor: updage go-git to v5.2.0
6543 created
c738852
Merge pull request #417 from MichaelMure/remove-legacy-identity
identity: remove support for legacy identity
Michael Muré created
499dbc0
identity: remove support for legacy identity
Michael Muré created
5d1fc3f
repo: minor cleanup
Michael Muré created
68e2a72
Merge pull request #455 from MichaelMure/bug-loading-fix
cache,bug,identity: structural change
Michael Muré created
ca720f1
cache,bug,identity: structural change
- bug doesn't commit identities anymore, only make sure they are commit - cache use an IdentityResolver to load bugs with identities from the cache (deps injection) - IdentityCache now are identity.Interface
Michael Muré created
d56ce3d
Merge pull request #460 from MichaelMure/fix-push
repo: use go-git in more places, fix push
Michael Muré created
1eb1317
repo: fix missing keyring on the go-git repo
Michael Muré created
1a0c86a
repo: use go-git in more places, fix push
Michael Muré created
9bc2483
Merge pull request #458 from MichaelMure/dependabot/go_modules/github.com/99designs/keyring-1.1.6
build(deps): bump github.com/99designs/keyring from 1.1.5 to 1.1.6
Michael Muré created
fe66092
Merge pull request #459 from MichaelMure/webui/upgrade-deps
webui: dependencies upgrades
Michael Muré created
f4433d8
webui: dependencies upgrades
Most upgrades are minor version without breaking changes. One big upgrade is Apollo 2 -> 3, which required a few changes in the Apollo setup (see src/apollo.ts). Other changes are due to changes in Prettier, requiring to add parenthesis around arrow function parameters. Because of an incompatibility in older version of typescript-eslint with newer versions of typescript, I had to switch to the "next" unstable version of react-scripts. It should not break stuff though. See typescript-eslint/typescript-eslint#2442
Quentin Gliech created
d75fa17
build(deps): bump github.com/99designs/keyring from 1.1.5 to 1.1.6
Bumps [github.com/99designs/keyring](https://github.com/99designs/keyring) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/99designs/keyring/releases) - [Commits](https://github.com/99designs/keyring/compare/v1.1.5...v1.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
db20bc3
repo: fallback editor list by looking if the binary exist
Michael Muré created
1204b66
Merge pull request #412 from MichaelMure/gogit-repo
repository: go-git backed Repo
Michael Muré created
4055495
repo: fix wrong ordering in gogit's ListCommit
Michael Muré created
0acb350
repo: implement GetCoreEditor for go-git
Michael Muré created
02146f0
use go-git by default!
Michael Muré created
736d0a2
repo: more testing for an edge case
Michael Muré created
d8b49e0
repo: ReadTree must accept either a commit or a tree hash
Michael Muré created
eb88f0e
repo: more config related bug fixes
Michael Muré created
4f17243
repo: fix manu bugs in go-git config
Michael Muré created
71b7eb1
repo: implement local/global/any config everywhere
Michael Muré created
c87e9ab
repo: only use the file backend for the keyring
Michael Muré created
aa8055e
repo: split mocks into smaller reusable components
Michael Muré created
c68be32
repo: split Config into 2 smaller interfaces
Michael Muré created
9408f1e
repo: test both plain and bare, test clocks
Michael Muré created
cedcc27
repo: smaller interfaces
Michael Muré created
cdfbecf
repo: fix gogit clock path
Michael Muré created
fb9170e
fix go sum rebase artifacts
vince created
27e70af
fix ListCommits implementation
vince created
d4f1d56
repo: fix some go-git implementation
Michael Muré created
bde9375
bump minimal go version to 1.13
Michael Muré created
e442ed3
Add more function implementations
vince created
2bda703
repository: more go-git implementation
Michael Muré created
9c1087e
repository: fix a todo in the gogit repo
Michael Muré created
30d1640
repository: some light shuffling of code
Michael Muré created
3ecbf8d
bridge: store credentials in the Keyring instead of the git config
Michael Muré created
b127481
repository: add access to the system keyring, with fallback on a file
Michael Muré created
d171e11
repository: partial impl of a go-git backed Repo
Michael Muré created
9f3a56b
misc: move the random bug command on its own package
Michael Muré created
7f87eb8
doc: generate concurrently
Michael Muré created
148b335
command: match the output in ls and in the termui
Michael Muré created
ae0529e
Merge pull request #457 from zdenek-crha/bright_terminal_readability
Bright terminal readability
Michael Muré created