1. 17 Jul, 2017 20 commits
  2. 16 Jul, 2017 16 commits
  3. 14 Jul, 2017 4 commits
    • Annabel Dunstone Gray's avatar
      Merge branch... · d9ed329b
      Annabel Dunstone Gray authored
      Merge branch '35069-stop-using-rgba-for-text-color-as-it-leads-to-worse-readability-on-non-retina-screens' into 'master'
      
      Resolve "Stop using RGBA for text color as it leads to worse readability on non-retina screens"
      
      Closes #35069
      
      See merge request !12873
      d9ed329b
    • Clement Ho's avatar
      Merge branch 'fix-javascript-test-coverage-badge' into 'master' · d9dd621a
      Clement Ho authored
      Fix javascript test coverage badge in README.md
      
      See merge request !12878
      d9dd621a
    • Douwe Maan's avatar
      Merge branch 'bjk/metric_names' into 'master' · be08202b
      Douwe Maan authored
      Update metric names to match Prometheus guidelines.
      
      Closes #35031
      
      See merge request !12812
      be08202b
    • Lin Jen-Shin's avatar
      Introduce have_gitlab_http_status · 0fd4a6b6
      Lin Jen-Shin authored
      So that whenever this failed:
      
          expect(response).to have_gitlab_http_status(200)
      
      We see what's the response there. Here's an example:
      
      ```
      1) API::Settings Settings PUT /application/settings custom repository storage type set in the config updates application settings
         Failure/Error: expect(response).to have_gitlab_http_status(200)
           expected the response to have status code 200 but it was 400. The response was: {"error":"password_authentication_enabled, signin_enabled are mutually exclusive"}
      ```
      0fd4a6b6