1. 27 Jun, 2011 22 commits
  2. 24 Jun, 2011 6 commits
  3. 22 Jun, 2011 8 commits
  4. 21 Jun, 2011 4 commits
    • Łukasz Nowak's avatar
      Check that stopping later works. · 8fa15d23
      Łukasz Nowak authored
      Play usual started scenario, and later after it is started, change the decision
      and request it stopped.
      
      Also fix docstring.
      8fa15d23
    • Vincent Pelletier's avatar
      Reuse no-op -n/--dry_run option. · d8484504
      Vincent Pelletier authored
      This was not implemented, and I overlooked it when implementing
      -d/--dry-run option for some reason.
      d8484504
    • Łukasz Nowak's avatar
      Marshall/unmarshall parameter. · d7644474
      Łukasz Nowak authored
      It is required in order to pass values like None.
      d7644474
    • Łukasz Nowak's avatar
      Provide server side implementation of state parameter. · 1f6a3958
      Łukasz Nowak authored
      Keep backward compatibility and start automatically just after partition become
      available.
      
      Implement start_requested and stop_requested states in order to have stateful
      information about software instance requested state.
      
      Asynchronously read software instance state and take proper actions in such
      case (only after .available() call for now).
      
      Note: Done in one big commit, as changes are interrelated, and impact system
      functionality.
      1f6a3958