Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

[Batch - PART2] Batch operations and custom data #80

Open
wants to merge 8 commits into
base: feat/control-updates
Choose a base branch
from

Commits on Jun 15, 2018

  1. feat(batch): Initial commit for batch operations

    Exposing a new batch operations API that allows you to batch updates to
    multiple objects (e.g. controls, participants) and multiple property
    updates on a single object. This API also allows for the use of custom
    data including nested objects and arrays.
    
    Current only exposes batch methods for `controls` - other objects will
    come in a subsequent commit.
    
    Tests are not yet complete as we have yet to expose handlers for control
    update events and the current implementation does not update internal
    state on all events so it is not testable. We also need to invest in
    proper teardown methods to kill interactive connection when using
    asserts.
    Mobius5150 committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    c377bf3 View commit details
    Browse the repository at this point in the history
  2. feat(batch): Control tests and build fixes

    Fix build issues and warnings and have working tests for control updates
    Mobius5150 committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    a890253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2337d46 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

  1. Configuration menu
    Copy the full SHA
    dd2cec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f734bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d2c928 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2de220 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. feat(bash): Refactor macro

    Mobius5150 committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    70e437b View commit details
    Browse the repository at this point in the history