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

Display reported build information in a badge and on crate version pages #540

Closed
wants to merge 5 commits into from

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    4b3e8b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8fb39 View commit details
    Browse the repository at this point in the history
  3. Display latest stable, beta, nightly results for 64 bit tier 1 targets

    On a particular crate version's page.
    carols10cents committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    4d616ba View commit details
    Browse the repository at this point in the history
  4. Cache max stable, beta, nightly passing builds on crate record

    For the latest crate version only, for the purpose of showing a badge on
    crate list pages.
    carols10cents committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    c1f79bf View commit details
    Browse the repository at this point in the history
  5. Show badge for latest crate version build success status

    On crate list pages. If the latest version builds on any stable version,
    show that it builds on stable. If not and it builds on any nightly
    version, show that. Otherwise, don't show any badge.
    carols10cents committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    487e8b7 View commit details
    Browse the repository at this point in the history