1. 17 7月, 2017 6 次提交
  2. 15 7月, 2017 2 次提交
    • L
      Introduce have_gitlab_http_status · 0fd4a6b6
      Lin Jen-Shin 提交于
      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
    • J
      Remove Repository#search_files · 682b3287
      Jacob Vosmaer 提交于
      682b3287
  3. 14 7月, 2017 15 次提交
  4. 13 7月, 2017 11 次提交
  5. 12 7月, 2017 6 次提交