1. 08 4月, 2019 2 次提交
  2. 07 4月, 2019 1 次提交
  3. 06 4月, 2019 5 次提交
  4. 05 4月, 2019 27 次提交
  5. 04 4月, 2019 5 次提交
    • R
      Fix rubocop offence for `Style/FrozenStringLiteralComment` · 9e6f9bc7
      Ryuta Kamizono 提交于
      ```
      % be rubocop -a
      Inspecting 2777 files
      ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................C..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
      
      Offenses:
      
      tools/test_common.rb:1:1: C: [Corrected] Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.
      if ENV["BUILDKITE"]
      ^
      
      2777 files inspected, 1 offense detected, 1 offense corrected
      ```
      9e6f9bc7
    • K
      Merge pull request #35856 from prathamesh-sonpatki/fix-dep-warning · 4c4cc7e3
      Kasper Timm Hansen 提交于
      Fix deprecation warning about variants and formats
      4c4cc7e3
    • P
      Fix deprecation warning about variants and formats · 6a4bf486
      Prathamesh Sonpatki 提交于
      - After https://github.com/rails/rails/pull/35408 and
        https://github.com/rails/rails/pull/35406, the `formats` and
        `variants` methods are deprecated in favor of `format` and `variant`.
      6a4bf486
    • M
      Merge pull request #35698 from mtsmfm/output-test-report · fd81e83b
      Matthew Draper 提交于
      Output junit format test report
      fd81e83b
    • R
      Merge pull request #35850 from kamipo/fix_count_all_with_eager_loading_and_select_and_order · c9981ae6
      Ryuta Kamizono 提交于
      Fix `count(:all)` with eager loading and explicit select and order
      c9981ae6