Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #822 from ↵ | Michael Muré | 2022-08-21 | 2 | -6/+6 |
|\ | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.8.0 build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0 | ||||
| * | build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0 | dependabot[bot] | 2022-08-01 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #856 from MichaelMure/common-status | Michael Muré | 2022-08-20 | 27 | -57/+86 |
|\ \ | | | | | | | move bug.Status in entities/common for reuse | ||||
| * | | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 | 27 | -57/+86 |
|/ / | |||||
* | | Merge pull request #852 from MichaelMure/move-around | Michael Muré | 2022-08-20 | 132 | -20633/+20922 |
|\ \ | | | | | | | move {bug,identity} to /entities, move input to /commands | ||||
| * | | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 132 | -20633/+20922 |
|/ / | |||||
* | | remove file that shouldn't be there | Michael Muré | 2022-08-18 | 1 | -28/+0 |
| | | |||||
* | | Merge pull request #844 from MichaelMure/resolvers | Michael Muré | 2022-08-18 | 18 | -178/+355 |
|\ \ | | | | | | | WIP resolvers | ||||
| * | | core: generalized resolvers to resolve any entity time when unmarshalling an ↵ | Michael Muré | 2022-08-18 | 18 | -178/+355 |
| |/ | | | | | | | operation | ||||
* | | Merge pull request #851 from MichaelMure/feat-836-machine-parseable-ls-text | Steve Moyer | 2022-08-18 | 2 | -1/+59 |
|\ \ | | | | | | | feat(836): updates default `ls` formatter for TSV output | ||||
| * | | fix(836): revert to older test harness | Steve Moyer | 2022-08-18 | 1 | -4/+2 |
| | | | |||||
| * | | feat(836): updates default ls formatter for TSV output | Steve Moyer | 2022-08-18 | 2 | -1/+61 |
|/ / | | | | | | | Resolves #836 | ||||
* | | Merge pull request #848 from MichaelMure/docs-847-add-ls-compact | Steve Moyer | 2022-08-16 | 3 | -4/+4 |
|\ \ | |/ |/| | docs(847): add compact to docs and completion for ls command's format flag | ||||
| * | docs(847): add compact to docs and bash for ls command's format flag | Steve Moyer | 2022-08-16 | 3 | -4/+4 |
|/ | |||||
* | Merge pull request #835 from MichaelMure/op-base | Michael Muré | 2022-08-01 | 64 | -4254/+7007 |
|\ | | | | | entity/dag: proper base operation for simplified implementation | ||||
| * | build: go 1.18 minimum | Michael Muré | 2022-07-31 | 5 | -6/+6 |
| | | |||||
| * | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 | 18 | -185/+122 |
| | | |||||
| * | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 52 | -4064/+6880 |
|/ | | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing | ||||
* | doc: more tiny fixes | Michael Muré | 2022-06-25 | 1 | -2/+2 |
| | |||||
* | doc: more tiny fixes | Michael Muré | 2022-06-25 | 2 | -16/+19 |
| | |||||
* | doc: tiny tweaks | Michael Muré | 2022-06-25 | 2 | -3/+14 |
| | |||||
* | Merge pull request #817 from MichaelMure/refactor/guarantee-test-cleanup | Steve Moyer | 2022-06-24 | 23 | -140/+91 |
|\ | | | | | refactor(809): guarantee test cleanup | ||||
| * | Merge branch 'master' into refactor/guarantee-test-cleanup | Steve Moyer | 2022-06-22 | 2 | -2/+3 |
| |\ | |/ |/| | |||||
* | | Merge pull request #807 from MichaelMure/default-repo-name | Michael Muré | 2022-06-18 | 2 | -2/+3 |
|\ \ | | | | | | | cache: ensure that the default repo has a non-empty name to make js/apollo happy | ||||
| * | | cache: ensure that the default repo has a non-empty name to make js/apollo happy | Michael Muré | 2022-05-31 | 2 | -2/+3 |
| | | | |||||
| | * | test(809): do not export function that returns GoGit filesystem | Steve Moyer | 2022-06-22 | 2 | -4/+4 |
| | | | |||||
| | * | test(809): remove reliance on repo's filesystem | Steve Moyer | 2022-06-22 | 4 | -16/+15 |
| | | | |||||
| | * | test: use testing.TB as common interface | Steve Moyer | 2022-06-21 | 3 | -9/+3 |
| | | | |||||
| | * | test(809): remove remaining calls to InitGoRepo in tests | Steve Moyer | 2022-06-16 | 3 | -34/+25 |
| | | | | | | | | | | | | Note that examples still need to shown how a developer would use the library. | ||||
| | * | Merge branch 'master' into refactor/guarantee-test-cleanup | Steve Moyer | 2022-06-16 | 2 | -26/+32 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #808 from selesy/fix/778-git-bug-rm-broken | Steve Moyer | 2022-06-15 | 5 | -4/+133 |
|\ \ \ | | | | | | | | | fix(778): git bug rm broken | ||||
* \ \ \ | Merge pull request #795 from ↵ | Michael Muré | 2022-06-12 | 2 | -22/+27 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.68.0 build(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.68.0 | ||||
| * | | | | build(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.68.0 | dependabot[bot] | 2022-05-25 | 2 | -22/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.64.0 to 0.68.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.64.0...v0.68.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | | | | Merge pull request #814 from ↵ | Michael Muré | 2022-06-12 | 2 | -4/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.7.2 build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 | ||||
| * | | | | | build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 | dependabot[bot] | 2022-06-07 | 2 | -4/+5 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| | | | * | refactor(809): eliminate need to defer CleanupTestRepos() | Steve Moyer | 2022-06-16 | 20 | -93/+60 |
| | | |/ | | |/| | |||||
| | * | | test(778): simplify and guarantee backend cleanup | Steve Moyer | 2022-06-15 | 1 | -18/+4 |
| | | | | |||||
| | * | | refactor(778): test only command implementations | Steve Moyer | 2022-06-15 | 8 | -191/+94 |
| | | | | |||||
| | * | | chore(808): rearrange imports to git-bug convention | Steve Moyer | 2022-06-07 | 1 | -2/+3 |
| | | | | |||||
| | * | | test(808): document getCWD() and clean-up arguments | Steve Moyer | 2022-06-07 | 1 | -2/+8 |
| | | | | |||||
| | * | | test(808): skip root help test that uses a golden file | Steve Moyer | 2022-06-07 | 1 | -4/+2 |
| | | | | |||||
| | * | | fix(808): remove duplication stderr/stdout set-up | Steve Moyer | 2022-06-06 | 1 | -3/+0 |
| | | | | |||||
| | * | | test(808): make build tag compatible with Go 1.16 | Steve Moyer | 2022-06-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | test(808): do not run golden file tests on Windows | Steve Moyer | 2022-06-06 | 2 | -52/+63 |
| | | | | |||||
| | * | | fix(808): simplify handling of Windows line terminations | Steve Moyer | 2022-06-06 | 1 | -2/+1 |
| | | | | |||||
| | * | | chore(808): merge in LocalStorage namespace configuration | Steve Moyer | 2022-06-06 | 2 | -3/+3 |
| | | | | |||||
| | * | | Merge branch 'master' into fix/778-git-bug-rm-broken | Steve Moyer | 2022-06-06 | 22 | -203/+277 |
| | |\ \ | |_|/ / |/| | | | |||||
* | | | | Merge pull request #803 from MichaelMure/feat/configurable-local-storage | Michael Muré | 2022-06-06 | 6 | -32/+90 |
|\ \ \ \ | | | | | | | | | | | Feat/configurable local storage | ||||
| * | | | | refactor: simplify creation of temp dir - after 1.15 | Steve Moyer | 2022-05-31 | 1 | -5/+1 |
| | | | | | |||||
| * | | | | fix: remove only t.Parallel() | Steve Moyer | 2022-05-31 | 1 | -2/+0 |
| | | | | |