Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@dbernadett dbernadett released this 20 Oct 22:24
· 103 commits to main since this release

Focus V0.6.0

New Features

  • focus add --unroll a new flag that loads the components of a project directly into the selection
  • focus selection save a new command to save the selection to a new or existing project
  • focus project lint a command to check project definition files for errors
  • focus status --types a flag that changes the status output to only include the types of targets specified
  • focus status --targets a flag that changes the status output to replace projects with their components, recursively

Effortless Improvements

  • Add helpful error message when main branch is outside of shallow_since window.

Hairy Bugfixes

  • Fix PFD-230 "TWITTER AUTO POPULATE Unable to populate reviewers from PROJECT file"
  • respect --template for local clones

Internal Improvements

  • Addition of a CI Job to smoke test against the Bazel repo
  • Refactor project definition to move projects from the 'targets' field to their own 'projects' field
  • Addition of Project Cache code to eventually speed up Focus Sync

Coming Soon

  • Enabling Project Cache and speed-up of focus pull command.