1. 14 3月, 2017 2 次提交
    • R
      Implement `json_response` as a `let` variable · 5f7592d5
      Rémy Coutable 提交于
      This is not a good idea to memoize `json_response` using an instance
      variable because `rspec-retry` doesn't clear instance variables on
      retries, only `let` variables.
      
      This will avoid issues where retries would fail on a different line that
      the original failure, blurrying what's the real failure.
      
      Also, automatically add api: true to specs under
      /spec/requests/(ci/)?api/, and include JsonHelpers in controller, request
      and API specs.
      Signed-off-by: NRémy Coutable <remy@rymai.me>
      5f7592d5
    • R
      Merge branch 'license-file-9-0' into 'master' · 1d4b11f3
      Robert Speicher 提交于
      Add the generated license.csv for 9.0
      
      See merge request !9826
      1d4b11f3
  2. 13 3月, 2017 26 次提交
  3. 12 3月, 2017 1 次提交
  4. 11 3月, 2017 11 次提交