1. 25 5月, 2016 1 次提交
  2. 23 5月, 2016 2 次提交
  3. 21 5月, 2016 2 次提交
  4. 19 5月, 2016 1 次提交
  5. 17 5月, 2016 1 次提交
  6. 16 5月, 2016 1 次提交
  7. 14 5月, 2016 5 次提交
  8. 13 5月, 2016 1 次提交
  9. 12 5月, 2016 3 次提交
    • Y
      Removed tracking of total method execution times · 945c5b3f
      Yorick Peterse 提交于
      Because method call timings are inclusive (that is, they include the
      time of any sub method calls) this would lead to the total method
      execution time often being far greater than the total transaction time.
      Because this is incredibly confusing it's best to simply _not_ track the
      total method execution time, after all it's not that useful to begin
      with.
      
      Fixes gitlab-org/gitlab-ce#17239
      945c5b3f
    • Y
      Fixed styling per Rubocop pedantics · 36083b4d
      Yorick Peterse 提交于
      36083b4d
    • Y
      Added helper methods for database migrations · e8670990
      Yorick Peterse 提交于
      These helpers can be used to perform migrations without taking down the
      entire application.
      
      For example, the method "add_column_with_default" can be used to add a
      new column with a default value without locking the entire table.
      e8670990
  10. 11 5月, 2016 1 次提交
    • S
      Only generate repository push email once · 5f27e26b
      Sean McGivern 提交于
      The repository push email can be very expensive to generate, especially
      with syntax-highlighted diffs. Instead of generating the email for each
      recipient, generate one email object and reset the Message-Id and To
      headers for each recipient. (Cloning would also be expensive in the case
      of large emails, although probably not as bad as generating from
      scratch.)
      5f27e26b
  11. 10 5月, 2016 1 次提交
  12. 09 5月, 2016 1 次提交
  13. 05 5月, 2016 1 次提交
  14. 28 4月, 2016 3 次提交
  15. 27 4月, 2016 1 次提交
    • S
      Backport GitHub Enterprise import support from EE · eede0323
      Stan Hu 提交于
      These changes were pulled from GitLab EE to support configuring
      an alternative API URL than the default https://api.github.com.
      In addition, the `verify_ssl` flag allows users to disable SSL cert
      checking.
      
      One modification: add a default `args` option if it does not exist
      to avoid breaking existing configurations.
      eede0323
  16. 21 4月, 2016 1 次提交
    • Y
      Fix setting of "action" for Grape transactions · a257d117
      Yorick Peterse 提交于
      Merely setting the "action" tag will only result in the transaction
      itself containing a value for this tag. To ensure other metrics also
      contain this tag we must set the action using Transaction#action=
      instead.
      a257d117
  17. 20 4月, 2016 1 次提交
  18. 19 4月, 2016 6 次提交
  19. 18 4月, 2016 3 次提交
  20. 13 4月, 2016 2 次提交
  21. 12 4月, 2016 1 次提交
  22. 11 4月, 2016 1 次提交