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

Reorganizes the asynchronous classes. #19

Merged
merged 10 commits into from
Aug 31, 2016
Merged

Reorganizes the asynchronous classes. #19

merged 10 commits into from
Aug 31, 2016

Commits on Aug 31, 2016

  1. Configuration menu
    Copy the full SHA
    1f3903b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ea79d View commit details
    Browse the repository at this point in the history
  3. Removes all timing from the JobsApiRequestSpec.

    -- The spec has test that verifies that when the timeout expires, an
    empty Observable is emitted. However, the timeout was 2 milliseconds,
    and the main test thread was only sleeping 5 milliseconds before sending
    the message. These two times were too close together, so that the test
    may result in a false failure in a highly contested environment (i.e.
    Travis). In order to avoid this problem, the timing element has been
    removed completely:
    
    -- We now assert that the Observable received by the Subscriber
    completes without sending any values (i.e. the Observable subscribed to
    is empty).
    archolewa authored and cdeszaq committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    b8a57a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d61beaa View commit details
    Browse the repository at this point in the history
  5. Turning checkstyle on.

    michael-mclawhorn authored and cdeszaq committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    056219e View commit details
    Browse the repository at this point in the history
  6. Cleaning up redundancies

    michael-mclawhorn authored and cdeszaq committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    2a290fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33efa2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b8d09e View commit details
    Browse the repository at this point in the history
  9. Remove YCA reference

    cdeszaq committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    84e4be9 View commit details
    Browse the repository at this point in the history
  10. Reorganizes the asynchronous classes.

    -- Before everything was shoved into the single jobs package. Now, the
    package structure has been made much more organized (and hopefully)
    tractable.
    archolewa authored and cdeszaq committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    0c154a6 View commit details
    Browse the repository at this point in the history