Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | repository: fix edge case in git config read, affecting bridges | Michael Muré | 2020-10-25 | 2 | -0/+5 | |
|/ | ||||||
* | Vendor: updage xanzy/go-gitlab to v0.38.2 (#473) | 6543 | 2020-10-25 | 3 | -10/+317 | |
| | | | | | * build(deps): bump github.com/xanzy/go-gitlab from 0.33.0 to 0.38.2 * migrate * refactor | |||||
* | Merge pull request #474 from MichaelMure/gogit-sorted-tree | Michael Muré | 2020-10-25 | 1 | -1/+17 | |
|\ | | | | | repository: workaround a go-git bug and ensure sorted tree object | |||||
| * | repository: workaround a go-git bug and ensure sorted tree object | Michael Muré | 2020-10-25 | 1 | -1/+17 | |
|/ | ||||||
* | repository: fix incorrect git dir on the git CLI implementation | Michael Muré | 2020-10-24 | 2 | -1/+3 | |
| | ||||||
* | Merge pull request #471 from 6543-forks/vendor_go-git | Michael Muré | 2020-10-24 | 2 | -22/+24 | |
|\ | | | | | Vendor: updage go-git to v5.2.0 | |||||
| * | Vendor: updage go-git to v5.2.0 | 6543 | 2020-10-22 | 2 | -22/+24 | |
|/ | ||||||
* | Merge pull request #417 from MichaelMure/remove-legacy-identity | Michael Muré | 2020-10-04 | 21 | -378/+178 | |
|\ | | | | | identity: remove support for legacy identity | |||||
| * | identity: remove support for legacy identity | Michael Muré | 2020-10-04 | 21 | -378/+178 | |
|/ | ||||||
* | repo: minor cleanup | Michael Muré | 2020-10-04 | 1 | -6/+6 | |
| | ||||||
* | Merge pull request #455 from MichaelMure/bug-loading-fix | Michael Muré | 2020-10-04 | 21 | -128/+187 | |
|\ | | | | | cache,bug,identity: structural change | |||||
| * | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 21 | -128/+187 | |
|/ | | | | | | - 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 | |||||
* | Merge pull request #460 from MichaelMure/fix-push | Michael Muré | 2020-10-04 | 15 | -31/+57 | |
|\ | | | | | repo: use go-git in more places, fix push | |||||
| * | repo: fix missing keyring on the go-git repo | Michael Muré | 2020-10-04 | 1 | -6/+18 | |
| | | ||||||
| * | repo: use go-git in more places, fix push | Michael Muré | 2020-10-04 | 15 | -25/+39 | |
|/ | ||||||
* | Merge pull request #458 from ↵ | Michael Muré | 2020-09-30 | 2 | -1/+5 | |
|\ | | | | | | | | | 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 | |||||
| * | build(deps): bump github.com/99designs/keyring from 1.1.5 to 1.1.6 | dependabot-preview[bot] | 2020-09-30 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | 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> | |||||
* | | Merge pull request #459 from MichaelMure/webui/upgrade-deps | Michael Muré | 2020-09-30 | 20 | -7565/+7833 | |
|\ \ | |/ |/| | webui: dependencies upgrades | |||||
| * | webui: dependencies upgrades | Quentin Gliech | 2020-09-30 | 20 | -7565/+7833 | |
|/ | | | | | | | | | | | | | | | | 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 | |||||
* | repo: fallback editor list by looking if the binary exist | Michael Muré | 2020-09-29 | 1 | -1/+17 | |
| | ||||||
* | Merge pull request #412 from MichaelMure/gogit-repo | Michael Muré | 2020-09-29 | 35 | -541/+1972 | |
|\ | | | | | repository: go-git backed Repo | |||||
| * | repo: fix wrong ordering in gogit's ListCommit | Michael Muré | 2020-09-29 | 2 | -9/+7 | |
| | | ||||||
| * | repo: implement GetCoreEditor for go-git | Michael Muré | 2020-09-29 | 1 | -1/+23 | |
| | | ||||||
| * | use go-git by default! | Michael Muré | 2020-09-29 | 2 | -2/+2 | |
| | | ||||||
| * | repo: more testing for an edge case | Michael Muré | 2020-09-29 | 1 | -0/+5 | |
| | | ||||||
| * | repo: ReadTree must accept either a commit or a tree hash | Michael Muré | 2020-09-29 | 2 | -3/+25 | |
| | | ||||||
| * | repo: more config related bug fixes | Michael Muré | 2020-09-29 | 4 | -62/+102 | |
| | | ||||||
| * | repo: fix manu bugs in go-git config | Michael Muré | 2020-09-29 | 2 | -54/+133 | |
| | | ||||||
| * | repo: implement local/global/any config everywhere | Michael Muré | 2020-09-29 | 12 | -217/+413 | |
| | | ||||||
| * | repo: only use the file backend for the keyring | Michael Muré | 2020-09-29 | 1 | -27/+4 | |
| | | ||||||
| * | repo: split mocks into smaller reusable components | Michael Muré | 2020-09-29 | 1 | -48/+104 | |
| | | ||||||
| * | repo: split Config into 2 smaller interfaces | Michael Muré | 2020-09-29 | 1 | -8/+15 | |
| | | ||||||
| * | repo: test both plain and bare, test clocks | Michael Muré | 2020-09-29 | 1 | -127/+157 | |
| | | ||||||
| * | repo: smaller interfaces | Michael Muré | 2020-09-29 | 1 | -4/+12 | |
| | | ||||||
| * | repo: fix gogit clock path | Michael Muré | 2020-09-29 | 1 | -2/+2 | |
| | | ||||||
| * | fix go sum rebase artifacts | vince | 2020-09-29 | 1 | -3/+0 | |
| | | ||||||
| * | fix ListCommits implementation | vince | 2020-09-29 | 2 | -9/+27 | |
| | | ||||||
| * | repo: fix some go-git implementation | Michael Muré | 2020-09-29 | 5 | -11/+26 | |
| | | ||||||
| * | bump minimal go version to 1.13 | Michael Muré | 2020-09-29 | 2 | -4/+4 | |
| | | ||||||
| * | Add more function implementations | vince | 2020-09-29 | 1 | -11/+111 | |
| | | ||||||
| * | repository: more go-git implementation | Michael Muré | 2020-09-29 | 1 | -2/+31 | |
| | | ||||||
| * | repository: fix a todo in the gogit repo | Michael Muré | 2020-09-29 | 3 | -22/+49 | |
| | | ||||||
| * | repository: some light shuffling of code | Michael Muré | 2020-09-29 | 2 | -39/+42 | |
| | | ||||||
| * | bridge: store credentials in the Keyring instead of the git config | Michael Muré | 2020-09-29 | 12 | -172/+162 | |
| | | ||||||
| * | repository: add access to the system keyring, with fallback on a file | Michael Muré | 2020-09-29 | 8 | -7/+144 | |
| | | ||||||
| * | repository: partial impl of a go-git backed Repo | Michael Muré | 2020-09-29 | 6 | -60/+735 | |
|/ | ||||||
* | misc: move the random bug command on its own package | Michael Muré | 2020-09-27 | 1 | -3/+6 | |
| | ||||||
* | doc: generate concurrently | Michael Muré | 2020-09-27 | 2 | -21/+22 | |
| | ||||||
* | command: match the output in ls and in the termui | Michael Muré | 2020-09-27 | 1 | -3/+6 | |
| | ||||||
* | Merge pull request #457 from zdenek-crha/bright_terminal_readability | Michael Muré | 2020-09-27 | 4 | -5/+6 | |
|\ | | | | | Bright terminal readability |