Branches (22)
35a000e
chore(deps): bump the all group with 2 updates (#778)
Click to expand commit body
Bumps the all group with 2 updates: [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).
Updates `github.com/alecthomas/chroma/v2` from 2.23.0 to 2.23.1
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.23.0...v2.23.1)
Updates `modernc.org/sqlite` from 1.44.2 to 1.44.3
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.2...v1.44.3)
---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
dependency-version: 2.23.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: modernc.org/sqlite
dependency-version: 1.44.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
4 days ago
ci/sync-dependabot-config
0e712cc
ci: sync dependabot config
Charm
created
6 days ago
223e3ff
fix: resolve all golangci-lint issues
Click to expand commit body
- Add //nolint:wrapcheck comments to 505+ locations where external package errors were returned unwrapped
- Fix gofumpt formatting issues throughout the codebase
- Add exclusion rule in .golangci.yml for revive package naming warnings in pkg/ui/common/
- Clean up various linting issues including unused nolint directives
- Ensure all files pass golangci-lint with 0 issues
💖 Generated with Crush
Co-Authored-By: Crush <crush@charm.land>
Carlos Alexandro Becker
and
Crush
created
5 months ago
copilot/fix-b6fbe4f5-3e91-42d5-b564-3049a5f2f5ce
1d7f57b
Fix config wrapcheck issues and continue systematic fixes
Click to expand commit body
Co-authored-by: caarlos0 <245435+caarlos0@users.noreply.github.com>
copilot-swe-agent[bot]
and
caarlos0
created
5 months ago
441bde1
fix(ui): windows: always use path.Join instead of filepath.Join
Click to expand commit body
Git filesystem uses Unix path separators, so we should always use
path.Join instead of filepath.Join to ensure that the paths are
correctly formatted on Windows.
Ayman Bagabas
created
10 months ago
b597100
chore: update
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
2 years ago
6f26099
wip
Ayman Bagabas
created
2 years ago
8fbd41a
feat: add user email support
Ayman Bagabas
created
2 years ago
c3915b2
feat: run test coverage against postgres
Ayman Bagabas
created
2 years ago
5884c2b
wip
Ayman Bagabas
created
2 years ago
3d9565e
feat(ssh): add pty windows implementation
Ayman Bagabas
created
2 years ago
66d8acc
wip
Ayman Bagabas
created
2 years ago
58ee1a4
wip
Ayman Bagabas
created
2 years ago
9a2c0b3
fix(ssh): allow no auth ssh connections
Click to expand commit body
We only allow public-key and keyboard-interactive auth methods.
keyboard-interactive is not the same as no auth. Allow no-auth when
AllowKeyless is enabled.
Ayman Bagabas
created
2 years ago
d847941
fix(test): convert dos crlf to lf
Ayman Bagabas
created
2 years ago
9b80a99
wip: feat: add redis cache
Ayman Bagabas
created
2 years ago
b1ec737
docs: a few readme edits
Toby Padilla
created
2 years ago
4066960
fix: race condition, broken tests (#203)
Click to expand commit body
* test: fixing broken tests
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
* fix: race daemon
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
* refactor: rename, godocs
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
* test: improve git test
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
* fix: improvements
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
* feat(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](https://github.com/go-git/go-billy/compare/v5.3.1...v5.4.0)
---
updated-dependencies:
- dependency-name: github.com/go-git/go-billy/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* test: fix more tests
* fix: gitignore
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Carlos Alexandro Becker
and
dependabot[bot]
created
3 years ago
383f33c
feat: soft serve internal api
Click to expand commit body
* Add internal ssh keypair path
* Introduce soft serve internal api client
* Create server git hooks shell scripts on config reload
* Use soft serve client to run git server hooks
* Use spf13/cobra to handle internal api ssh requests
Ayman Bagabas
created
3 years ago
ad552a1
feat: standalone git tui
Click to expand commit body
* Make the tui into a standalone bubble
* Use cobra to handle the cli
* Move the SSH server to `soft serve`
* `soft` now runs the tui and takes a path argument to a git repo
Ayman Bagabas
created
3 years ago
Page 1 of 2