Branches (24)

main (default)

7c28027 chore(deps): bump the all group with 2 updates (#884)

Click to expand commit body
Bumps the all group with 2 updates: [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) and [github.com/caarlos0/env/v11](https://github.com/caarlos0/env).


Updates `github.com/alecthomas/chroma/v2` from 2.23.1 to 2.24.1
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.23.1...v2.24.1)

Updates `github.com/caarlos0/env/v11` from 11.4.0 to 11.4.1
- [Release notes](https://github.com/caarlos0/env/releases)
- [Commits](https://github.com/caarlos0/env/compare/v11.4.0...v11.4.1)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/caarlos0/env/v11
  dependency-version: 11.4.1
  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

dependabot/go_modules/github.com/go-git/go-git/v5-5.19.0

688e027 chore(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0

Click to expand commit body
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](https://github.com/go-git/go-git/compare/v5.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] created

dependabot/go_modules/all-e6fbc088f1

88886d8 chore(deps): bump the all group with 3 updates

Click to expand commit body
Bumps the all group with 3 updates: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git), [golang.org/x/crypto](https://github.com/golang/crypto) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).


Updates `github.com/go-git/go-git/v5` from 5.18.0 to 5.19.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](https://github.com/go-git/go-git/compare/v5.18.0...v5.19.0)

Updates `golang.org/x/crypto` from 0.50.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.50.0...v0.51.0)

Updates `modernc.org/sqlite` from 1.50.0 to 1.50.1
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.50.0...v1.50.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/crypto
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: modernc.org/sqlite
  dependency-version: 1.50.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] created

mirror-command

fdd9fd2 feat(commands): add mirror command

Kieran Klukas created

lint

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

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

windows-path

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

wish

b597100 chore: update

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

orgs-teams

8fbd41a feat: add user email support

Ayman Bagabas created

develop

c3915b2 feat: run test coverage against postgres

Ayman Bagabas created

pty

3d9565e feat(ssh): add pty windows implementation

Ayman Bagabas created

none-auth

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

dos2unix

d847941 fix(test): convert dos crlf to lf

Ayman Bagabas created

redis-cache

9b80a99 wip: feat: add redis cache

Ayman Bagabas created

releases/0.5

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