Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nanosecond #653

Merged
merged 63 commits into from
Oct 26, 2015
Merged

Support nanosecond #653

merged 63 commits into from
Oct 26, 2015

Commits on Oct 8, 2015

  1. Implement NTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    742042b View commit details
    Browse the repository at this point in the history
  2. Engine.now returns NTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    1d7c967 View commit details
    Browse the repository at this point in the history
  3. TimeParser.parse returns NTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    eed864b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    028d64b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81f3a5d View commit details
    Browse the repository at this point in the history
  6. Implement NTime#coerce

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    6ae478d View commit details
    Browse the repository at this point in the history
  7. Implement NTime#to_r

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    556053d View commit details
    Browse the repository at this point in the history
  8. Remove NTime#to_{m,u,n}sec

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    adc377e View commit details
    Browse the repository at this point in the history
  9. Add comment

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    140a2c4 View commit details
    Browse the repository at this point in the history
  10. Add tests for NTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    931fb8a View commit details
    Browse the repository at this point in the history
  11. Implement NTime#to_s

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    5684c08 View commit details
    Browse the repository at this point in the history
  12. in_exec emits NTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    2f62059 View commit details
    Browse the repository at this point in the history
  13. out_exec_filter emits NTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    006c7a7 View commit details
    Browse the repository at this point in the history
  14. Assert NTime in InputTestDriver

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    16321f7 View commit details
    Browse the repository at this point in the history
  15. in_http always emits NTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    9141b49 View commit details
    Browse the repository at this point in the history
  16. Parser always return NTime as time

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    a41dfd8 View commit details
    Browse the repository at this point in the history
  17. Separate Fluent::NTime declaration

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    fc834ab View commit details
    Browse the repository at this point in the history
  18. Add NTime tests for input plugins

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    17187b6 View commit details
    Browse the repository at this point in the history
  19. Add assert_equal_ntime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    c63c8a2 View commit details
    Browse the repository at this point in the history
  20. Serialize NTime as extention type

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    67e2550 View commit details
    Browse the repository at this point in the history
  21. Use LL instead of NN when serializing NTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    43069dc View commit details
    Browse the repository at this point in the history
  22. Implement time_as_integer option for out_forward

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    cb330e5 View commit details
    Browse the repository at this point in the history
  23. Rename NTime to NanoTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    3588d04 View commit details
    Browse the repository at this point in the history
  24. TimeFormatter cache time as NanoTime if possible

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    8078847 View commit details
    Browse the repository at this point in the history
  25. Enable in_http accept msgpack including NanoTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    2455be9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bca8eba View commit details
    Browse the repository at this point in the history
  27. in_http always returns NanoTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    66a7d5c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    17e29d7 View commit details
    Browse the repository at this point in the history
  29. Add comment

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    2fda4a8 View commit details
    Browse the repository at this point in the history
  30. Rename test_ntime to test_nano_time

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    7a199a3 View commit details
    Browse the repository at this point in the history
  31. Remove Fluent::NanoTime.now

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    b12bf13 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a0f93be View commit details
    Browse the repository at this point in the history
  33. Optimize time_as_integer

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    462378e View commit details
    Browse the repository at this point in the history
  34. Add tests for NanoTime.eq?

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    4bd4151 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c9b27d0 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4a4d74d View commit details
    Browse the repository at this point in the history
  37. Don't use include Fluent

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    6a71f7e View commit details
    Browse the repository at this point in the history
  38. Use Fluent::NanoTime instead of NanoTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    969bd6f View commit details
    Browse the repository at this point in the history
  39. Add test for in_syslog

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    2c3d4b5 View commit details
    Browse the repository at this point in the history
  40. in_http accepts float as NanoTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    809ff35 View commit details
    Browse the repository at this point in the history
  41. Add tests for in_forward

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    308f8dd View commit details
    Browse the repository at this point in the history
  42. Add test for out_exec

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    564c29f View commit details
    Browse the repository at this point in the history
  43. test_out_exec_filter accepts float as NanoTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    7b14325 View commit details
    Browse the repository at this point in the history
  44. in_exec accepts float as NanoTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    618eba3 View commit details
    Browse the repository at this point in the history
  45. Add tests for out_forward

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    42e4e69 View commit details
    Browse the repository at this point in the history
  46. Add test for out_stream

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    e7b1c45 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    b077c43 View commit details
    Browse the repository at this point in the history
  48. Add test for test_filter_record_transformer

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    56bc9b9 View commit details
    Browse the repository at this point in the history
  49. Add NanoTime.now

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    5e2f5aa View commit details
    Browse the repository at this point in the history
  50. Add NanoTime.parse

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    905ad91 View commit details
    Browse the repository at this point in the history
  51. Use strptime gem for optimization of TimeParser

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    51130d3 View commit details
    Browse the repository at this point in the history
  52. Add a comment for gems

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    304c681 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    385564f View commit details
    Browse the repository at this point in the history
  54. Cosmetic change

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    4ea193d View commit details
    Browse the repository at this point in the history
  55. Rename NanoTime to EventTime

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    9a1a4b1 View commit details
    Browse the repository at this point in the history
  56. Fix comment

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    9f78bcc View commit details
    Browse the repository at this point in the history
  57. Remove 1.9.3 from .travis.yml

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    a18a3cb View commit details
    Browse the repository at this point in the history
  58. Use released gems

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    4647c99 View commit details
    Browse the repository at this point in the history
  59. Use flexmock 2.0.0 or later

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    f185cb1 View commit details
    Browse the repository at this point in the history
  60. Revert "Use flexmock 2.0.0 or later"

    This reverts commit f185cb1.
    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    a1025d3 View commit details
    Browse the repository at this point in the history
  61. Update strptime version to 0.1.2

    Yuki Ito committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    e991f76 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. Update strptime version to 0.1.3

    Yuki Ito committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    3fc0430 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

  1. Update msgpack to 0.7.0

    Yuki Ito committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    1817567 View commit details
    Browse the repository at this point in the history