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

Render past successful deploys on the releases overview #2897

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2018

  1. Render past successful deploys on the releases overview

    It's valuable to be able to see at a glance whether a given release has
    been successfully deployed to a stage in the past, e.g. when you want to
    know if a build stage has completed.
    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e14fa80 View commit details
    Browse the repository at this point in the history
  2. Fixes

    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    dafb896 View commit details
    Browse the repository at this point in the history
  3. Fix the logic

    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    0be72f7 View commit details
    Browse the repository at this point in the history
  4. Make the test more clear

    Don't use a reference that's identical to the stage name, that's
    confusing.
    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5fa1cc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05ed49c View commit details
    Browse the repository at this point in the history
  6. Rubocop fix

    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    cbf600c View commit details
    Browse the repository at this point in the history
  7. Simplify HTML generation

    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    7b74fe5 View commit details
    Browse the repository at this point in the history
  8. Rubocop fix

    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    77378b1 View commit details
    Browse the repository at this point in the history
  9. Fix test

    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    472863c View commit details
    Browse the repository at this point in the history
  10. Feedback fixes

    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e52df04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b13fa6 View commit details
    Browse the repository at this point in the history
  12. Rubocop fix

    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    fcd7d96 View commit details
    Browse the repository at this point in the history
  13. Fix the lookup method

    We need two queries.
    dasch committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    af6e107 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Inline in_stages

    dasch committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    f1f6342 View commit details
    Browse the repository at this point in the history
  2. Update the query counts

    dasch committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6ff52b3 View commit details
    Browse the repository at this point in the history