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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add per-command tracking to API out output detail page #1563

Merged
merged 17 commits into from Aug 19, 2015

Commits on Aug 19, 2015

  1. Update models, managers and create migration for build commands

    This adds a build manager for the Build model, for moving everything
    to the v2 API
    agjohnson committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    e4d5e9b View commit details
    Browse the repository at this point in the history
  2. Changes to v2 API for build and build commands

    This also drops unused API endpoints and serializers
    agjohnson committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    e4055d6 View commit details
    Browse the repository at this point in the history
  3. Use apiv2 in environments, track each command through buildenv

    Also makes command failures a warning class exception, so they
    are not reported as top level failures. Adds time tracking to 
    start and end time to command execution.
    agjohnson committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    7a248a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbc5e52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    365d8d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22db8f3 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    agjohnson committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    73a8bc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a95f08d View commit details
    Browse the repository at this point in the history
  9. Drop APIv1 builds

    agjohnson committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    3957137 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c25da55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9abe81d View commit details
    Browse the repository at this point in the history
  12. Swap serializer inheritance

    agjohnson committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    32fa423 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    52a1c3f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a4d6d13 View commit details
    Browse the repository at this point in the history
  15. Fix api test

    agjohnson committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    e1797ed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb2f469 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5a44915 View commit details
    Browse the repository at this point in the history