Skip to content

v3.0.0-beta.8 | Gitness

Pre-release
Pre-release
Compare
Choose a tag to compare
@johannesHarness johannesHarness released this 16 Aug 00:26

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