Skip to main content

3 posts tagged with "git"

View All Tags

Release 0.2601.3

· One min read
Hostless Team
Product & Engineering

This release adds working directory filtering for review apps and deployments, enabling smarter build triggers based on file changes within monorepos.

Highlights:

  • Added working directory filtering for PR deployments in review apps
  • Added smart build triggers that only deploy when files in the working directory change
  • Improved review apps to use working directory configuration

Fixes:

  • Fixed GitLab events bug
  • Fixed review apps and sites configuration issues
  • Fixed silent log errors

Notes:

  • No breaking changes expected for typical usage
  • Monorepo users can now configure working directories to avoid unnecessary deployments
  • Review apps respect working directory settings when detecting changes
  • Existing review app configurations continue to work as expected

Release 0.2511.4

· One min read
Hostless Team
Product & Engineering

This release introduces project-level git account configuration, providing more granular control over git credentials and repository access.

Highlights:

  • Added project-level git account configuration for GitHub and GitLab
  • Projects can now have their own git credentials independent of user accounts
  • Automatic fallback to user git configuration when project-level credentials are not set
  • Seamless backward compatibility with existing user-based git account setup
  • New Git Accounts tab in project settings for managing project-specific git connections

Notes:

  • Existing projects will continue to use user git credentials until project-level credentials are configured
  • No breaking changes expected for typical usage
  • The system automatically falls back to the project owner's git credentials if project-level credentials are not available

Release 0.2511.3

· One min read
Hostless Team
Product & Engineering

This release includes improvements to deployment automation, authentication, and project management.

Highlights:

  • Added toggle for auto deployment from git
  • Fixed project invite bug
  • Added password management functionality to user settings
  • Pull all GitLab repos where the user is a member and add pagination
  • Moved auth settings into the user profile section
  • Updated permissions for role members

Notes:

  • No breaking changes expected for typical usage