gitql
gitql copied to clipboard
💊 A git query language
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.11.1 to 2.11.2. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.11.2 What's Changed Fix HideHelp by @Dokiys in urfave/cli#1445 Fix After not run by @Dokiys in urfave/cli#1444 New...
i tried to use count in SQL but got an error: ```sql gitql> select author, count(author) as count from commits group by author Error: Expected T_ID and found T_COUNT ```...
We use bats to run functional tests on GitHub Actions. But the action is failing in the setup only on Windows VMs. This might be a problem in the action...
The idea of this issue is exactly what we had on https://github.com/filhodanuvem/gitql/issues/23, I'm duplicating it as an upvote with the hope that we are getting some contribution on hacktoberfest21. What...
Enabling bats to run on windows VM on GitHub actions. It was previously disabled due some inconsistency errors.
I think this project has quite good test coverage already, from looking through some test files. Still it could be nice with a ticket find the current coverage, and to...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.19.2 to 2.20.2. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.20.2 What's Changed Fix:(issue_1206) Default value shouldnt depend on env variable or val… by @dearchap in urfave/cli#1528 Full...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @Phantsure in actions/cache#946 Update @actions/core to 1.10.0...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.6.1 to 5.10.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.10.0 What's Changed PlainInitOptions.Bare and allow using InitOptions with PlainInitWithOptions by @ThinkChaos in go-git/go-git#782 Worktree, apply ProxyOption on...