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

Deserialize history #88

Merged
merged 2 commits into from Apr 4, 2013
Merged

Deserialize history #88

merged 2 commits into from Apr 4, 2013

Commits on Apr 4, 2013

  1. Make job history more first class.

    It's painful to work with history timestamps as integers rather
    than time objects in ruby. This fixes that.
    
    - Rename `history` to `raw_queue_history`.
    - Make a `history` alias for `raw_queue_history` that prints
      a deprecation warning.
    - Add a `queue_history` method that includes parsed timestamps.
    myronmarston committed Apr 4, 2013
    Copy the full SHA
    6734a7f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    14de65a View commit details
    Browse the repository at this point in the history