Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand and update operations API #1879

Merged
merged 11 commits into from
Jun 12, 2023
Merged

Expand and update operations API #1879

merged 11 commits into from
Jun 12, 2023

Commits on Jun 12, 2023

  1. Remove outdated implementation note

    `Sketch` has been updated to make this mistake impossible.
    hannobraun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    77e4ac3 View commit details
    Browse the repository at this point in the history
  2. Add BuildSketch::empty

    hannobraun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    dbe4048 View commit details
    Browse the repository at this point in the history
  3. Add UpdateSketch

    hannobraun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0934127 View commit details
    Browse the repository at this point in the history
  4. Add Sketch::regions

    hannobraun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    cd993e6 View commit details
    Browse the repository at this point in the history
  5. Replace BuildSketch::polygon

    Having `UpdateSketch::add_polygon` instead is more flexible, providing
    an API to add new regions to the sketch.
    hannobraun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c9b767b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0467a66 View commit details
    Browse the repository at this point in the history
  7. Refactor

    hannobraun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0f448c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cade1ca View commit details
    Browse the repository at this point in the history
  9. Remove unused method

    hannobraun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e7f3393 View commit details
    Browse the repository at this point in the history
  10. Add BuildCycle::circle

    hannobraun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6064c51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0eb0b2 View commit details
    Browse the repository at this point in the history