github harness/gitness v3.0.0-beta.8
v3.0.0-beta.8 | Gitness

latest releases: v3.0.0-beta.11, v3.0.0-beta.10, v3.0.0-beta.9...
pre-releaseone month ago

What's New

  • Gitspaces feature allowing users to setup cloud development environments accessible via VSCode Web and VSCode Desktop
  • SSH support for cloning repositories (forward port 3022 to expose SSH functionality - e.g. -p 3022:3022 with docker run)
  • Code suggestions and in-line commits for code comments

What's Changed

  • Added UI support for public repository access
  • Enhanced summary panel on PR conversation page
  • Added component to display merge-conflict files on PR page
  • Added repository summary to repository landing page
  • Fixed CODEOWNERS pattern matching
  • Added Azure DevOps support for repository importing
  • Added support for .gitleaksignore and pulled latest gitleaks release
  • Added support for simple HTML tags in PR summary and code comments
  • Added new pr-updated webhook event
  • Removed feature roadmap from repository landing page
  • Block admin users from automatically bypassing branch rules

Breaking Change

Some database changes are not backwards compatible and require manual rollback:

WARNING This will erase any configured gitspaces and SSH keys

# Replace volume mapping and other db related config overwrites
docker run -v /tmp/gitness:/data --entrypoint /app/gitness harness/gitness:v3.0.0-beta.8 migrate to 0049_alter_table_pullreq_add_closed

Don't miss a new gitness release

NewReleases is sending notifications on new releases.