1. 30 9月, 2016 6 次提交
  2. 29 9月, 2016 5 次提交
  3. 28 9月, 2016 11 次提交
  4. 27 9月, 2016 2 次提交
  5. 26 9月, 2016 1 次提交
  6. 25 9月, 2016 1 次提交
  7. 23 9月, 2016 4 次提交
  8. 22 9月, 2016 7 次提交
  9. 21 9月, 2016 3 次提交
    • T
      Implement fourth round of comments from @DouweM. · 244ec0a8
      Timothy Andrew 提交于
      - Pluralize summary titles
      - Remove the `run_query` method - always return sql strings from the
        `date_time_sql` methods
      244ec0a8
    • T
      Improve indentation in `Gitlab::Database::Median` · 6df2d573
      Timothy Andrew 提交于
      6df2d573
    • T
      Implement a second round of review comments from @DouweM. · 918e589c
      Timothy Andrew 提交于
      - Don't use `TableReferences` - using `.arel_table` is shorter!
      - Move some database-related code to `Gitlab::Database`
      - Remove the `MergeRequest#issues_closed` and
        `Issue#closed_by_merge_requests`  associations. They were either
        shadowing or were too similar to existing methods. They are not being
        used anywhere, so it's better to remove them to reduce confusion.
      - Use Rails 3-style validations
      - Index for `MergeRequest::Metrics#first_deployed_to_production_at`
      - Only include `CycleAnalyticsHelpers::TestGeneration` for specs that
        need it.
      - Other minor refactorings.
      918e589c