1. 06 May, 2016 11 commits
  2. 05 May, 2016 26 commits
  3. 04 May, 2016 3 commits
    • Stan Hu's avatar
      Merge branch 'fix-team-build-state-in-mr-widget' into 'master' · bee00227
      Stan Hu authored
      Merge request widget displays TeamCity build state and code coverage correctly again
      
      ## What does this MR do?
      This MR contains a fix for a regression introduced in `8.7`. In former version, the TeamCity build status was always displayed correctly. In `8.7` the build state is still checked, but the UI is not updated correctly any longer.
      
      ## Are there points in the code the reviewer needs to double check?
      The changes are quite simple, so please simply double check them.
      
      ## Why was this MR needed?
      This MR is needed to make the TeamCity build status working again.
      
      ## What are the relevant issue numbers?
      #17080 
      
      See merge request !3998
      bee00227
    • Stan Hu's avatar
      Merge branch 'rs-repository-size-format' into 'master' · 5653a716
      Stan Hu authored
      Use `number_to_human_size` helper to show repository size
      
      This will intelligently format large repository sizes in GBs (or,
      shudder, TBs).
      
      Also, removes `rescue` clause from `repository_size` helper.
      The repository size has since become calculated (and cached)
      more intelligently, and this should no longer be necessary.
      
      See merge request !4047
      5653a716
    • Benedikt Huss's avatar
      Feedback from stanhu · 0e9c2e72
      Benedikt Huss authored
      0e9c2e72