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

Feature/watcher java time migration #6

Open
wants to merge 191 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2018

  1. Core: Move aggs/mapping code over to java time

    This commit moves the aggregation and mapping code from joda time to
    java time.
    
    This includes field mappers, root object mappers, aggregations with date
    histograms, query builders and a lot of changes within tests.
    spinscale committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    19e3035 View commit details
    Browse the repository at this point in the history
  2. run test on java9 only

    spinscale committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    baf7acd View commit details
    Browse the repository at this point in the history
  3. fix compilation error

    spinscale committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    efe5661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b856795 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    443bdea View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    995855d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    739ca1f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    af7abc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    e6d61d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    a464a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79f2ebb View commit details
    Browse the repository at this point in the history
  3. fix wrong casting

    spinscale committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    a9de009 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    c9b7e22 View commit details
    Browse the repository at this point in the history
  2. fix import

    spinscale committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5d34a06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    121b208 View commit details
    Browse the repository at this point in the history
  4. fix compilation errors

    spinscale committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    4ab9cc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13301c1 View commit details
    Browse the repository at this point in the history
  6. fix unit test

    spinscale committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8f4564e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    720caf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26905c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    7b88806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b241c View commit details
    Browse the repository at this point in the history
  3. fix compilation errors

    spinscale committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    3f8e10a View commit details
    Browse the repository at this point in the history
  4. fix tests

    spinscale committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    3df911f View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    spinscale committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    a1987ef View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    8cd9cfa View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    d8af35d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    5e50374 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Configuration menu
    Copy the full SHA
    50e86b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    c58040f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f7e69 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    3f74ffb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    a8fd14c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    ae50fcc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    0d8c7e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc99549 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee1b8e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    113eb93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2861b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    390ca93 View commit details
    Browse the repository at this point in the history
  4. remove some TODOs

    spinscale committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    dab811d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    982c418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f56a596 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    7bdc090 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    418444f View commit details
    Browse the repository at this point in the history
  2. remove more TODOs

    spinscale committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    87c49d1 View commit details
    Browse the repository at this point in the history
  3. fix HLRC compilation error

    spinscale committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    5735433 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    64cae08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d7bdf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    603be5d View commit details
    Browse the repository at this point in the history
  2. remove import

    spinscale committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    8fbf1f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5b0cd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    50dd0ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49b2dd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    2ce818d View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    spinscale committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    a0c24af View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    b087623 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    e76d474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    594dcc9 View commit details
    Browse the repository at this point in the history
  3. fix range query test

    spinscale committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    2a4ef79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    436af3d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    1e83827 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    1a96c92 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    ca0344b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d7f1f2 View commit details
    Browse the repository at this point in the history
  3. fix compilation errors

    spinscale committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    cc80caf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    7e44ddf View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    a2b5ef5 View commit details
    Browse the repository at this point in the history
  2. fix compilation

    spinscale committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    fb2810b View commit details
    Browse the repository at this point in the history
  3. fix tests

    spinscale committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    89e5fd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    9421ce6 View commit details
    Browse the repository at this point in the history
  2. removed import

    spinscale committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    4cf8463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    568c1b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    101eeae View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    1245bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb250c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14403c3 View commit details
    Browse the repository at this point in the history
  4. remove unused import

    spinscale committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    501d02d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    5e32ce0 View commit details
    Browse the repository at this point in the history
  2. Core: Migrating from joda to java.time. ML package (elastic#35949)

    part of the joda time migration work. The goal is to find usages of joda
    time and refactor to use java.time.
    
    relates elastic#27330
    pgomulka authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    3a27760 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    bf3a942 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    8b32091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a76b95 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    972e5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d91e31 View commit details
    Browse the repository at this point in the history
  3. Fix java date parsing to be compatible with joda (elastic#36155)

    ZonedDateTime toString format yyyy-MM-ddTHH:mmZ is failing parsing by
    our java-time DateFormatters whereas it passes Joda parsing. The pattern
    is strict_date_optional_time||epoch_millis
    pgomulka authored Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f486f63 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Deprecate /_xpack/monitoring/* in favor of /_monitoring/* (elastic#36130

    )
    
    This commit is part of our plan to deprecate and ultimately remove the
    use of _xpack in the REST APIs.
    
    * Add deprecation for /_xpack/monitoring/_bulk in favor of /_monitoring/bulk
    * Removed xpack from the rest-api-spec and tests
    * Removed xpack from the Action name
    * Removed MonitoringRestHandler as an unnecessary abstraction
    * Minor corrections to comments
    
    Relates elastic#35958
    jakelandis authored and spinscale committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    34fc485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94832de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5926e4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c15c3bb View commit details
    Browse the repository at this point in the history
  5. [ILM] fix ilm.remove_policy rest-spec (elastic#36165)

    The rest interface for remove-policy-from-index API does not support
    `_ilm/remove`, it requires that an `{index}` pattern be defined in
    the URL path. This fixes the rest-api-spec to reflect the implementation
    talevy authored and spinscale committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    a188931 View commit details
    Browse the repository at this point in the history
  6. Added soft limit to open scroll contexts elastic#25244 (elastic#36009)

    This change adds a soft limit to open scroll contexts that can be controlled with the dynamic cluster setting `search.max_open_scroll_context` (defaults to 500).
    joaofcmb authored and spinscale committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    3d35bdb View commit details
    Browse the repository at this point in the history
  7. [DOCS] Fixes peer link

    lcawl authored and spinscale committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    7c51625 View commit details
    Browse the repository at this point in the history
  8. [DOCs] More broken painless links

    lcawl authored and spinscale committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    83a2054 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41cb9df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0686a13 View commit details
    Browse the repository at this point in the history
  11. [HLRC] Added support for CCR Get Auto Follow Pattern apis (elastic#36049

    )
    
    This change also adds documentation for the Get Auto Follow Pattern API.
    
    Relates to elastic#33824
    martijnvg authored and spinscale committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    2ecd87d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    277cfaf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3aec7eb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Configuration menu
    Copy the full SHA
    11f6448 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    ee6c1a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ed0d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    f0a719c View commit details
    Browse the repository at this point in the history
  2. fix compilation errors

    spinscale committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    9520605 View commit details
    Browse the repository at this point in the history
  3. cleanups

    spinscale committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    f907699 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea2281c View commit details
    Browse the repository at this point in the history
  5. fix checkstyle

    spinscale committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    971e5d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    03c67ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba6b1f1 View commit details
    Browse the repository at this point in the history
  3. fix tests

    spinscale committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    fbc79c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    275a33e View commit details
    Browse the repository at this point in the history
  5. fix rest tests

    spinscale committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    62995e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    1f36baf View commit details
    Browse the repository at this point in the history
  2. fix test

    spinscale committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    9d6c33e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a177c3a View commit details
    Browse the repository at this point in the history
  4. fix another test

    spinscale committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    3fa2a1b View commit details
    Browse the repository at this point in the history
  5. simplify serialization code

    spinscale committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    62dff53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c036c40 View commit details
    Browse the repository at this point in the history
  7. Fix failing licence test (elastic#36482)

    the test is using System.currentMilliseconds and then tries to format
    this. Adding default system zoneId to formatter will make the test pass
    pgomulka authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    17b3aa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce8411a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b8970c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4634a93 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    9273268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5a92db View commit details
    Browse the repository at this point in the history
  3. fix tests

    spinscale committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b225148 View commit details
    Browse the repository at this point in the history
  4. review comments

    spinscale committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    2ee4510 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a25e91e View commit details
    Browse the repository at this point in the history
  6. add exception handling

    spinscale committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    409c12b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    1d4d9c4 View commit details
    Browse the repository at this point in the history
  2. fix rollupindexertests

    spinscale committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    d678d71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acf17e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79a6079 View commit details
    Browse the repository at this point in the history
  5. initial watcher changes

    all org.joda.removed and compiling
    passing precommit
    adding more digits for milliseconds
    fixing tests
    after rebase
    pgomulka committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    5fe53db View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    88d7da9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8064c85 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    c9df2f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    5307643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7471f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    7ab754c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b4a3c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    3fcd88f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    bf2528b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Configuration menu
    Copy the full SHA
    e2acbc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f336c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Configuration menu
    Copy the full SHA
    81526f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    acc4c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad08cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d23dd9 View commit details
    Browse the repository at this point in the history
  4. add missing license

    spinscale committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    71c4f2d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    aea63a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aca1f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    ed71785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbbd3c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb1d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1040e2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a191118 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    cc1ed73 View commit details
    Browse the repository at this point in the history
  2. fix formatter

    spinscale committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9ccabad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d33f5ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d2ad6c View commit details
    Browse the repository at this point in the history
  5. add clarifying comment

    spinscale committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    de6ac15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce22809 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. fix failing test

    spinscale committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    fbe4d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3180107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d15ad93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    451b724 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    af8dd13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    197e215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32e81c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Configuration menu
    Copy the full SHA
    383d5e7 View commit details
    Browse the repository at this point in the history
  2. fix unused import

    spinscale committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    e65470d View commit details
    Browse the repository at this point in the history
  3. fix tests on java 8

    spinscale committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    c49c2df View commit details
    Browse the repository at this point in the history
  4. removed unused import

    spinscale committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    c6f6167 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    640f5c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    8b59368 View commit details
    Browse the repository at this point in the history
  2. milisecond part 6digits

    pgomulka committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    cc86c92 View commit details
    Browse the repository at this point in the history
  3. test case

    pgomulka committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    8ca7889 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. code review follow up

    pgomulka committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d098dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c57f3b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. adding missing zone

    pgomulka committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    7d6dcfa View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. asserting about UTC

    pgomulka committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    779ff27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6fd07 View commit details
    Browse the repository at this point in the history
  3. tozoneddate->from

    pgomulka committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    1fec75b View commit details
    Browse the repository at this point in the history
  4. ->from

    pgomulka committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    9258b30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cac4a47 View commit details
    Browse the repository at this point in the history
  6. Fixing WatchTests

    pgomulka committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    d821da0 View commit details
    Browse the repository at this point in the history
  7. remove toString

    pgomulka committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    d72f2f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    28fd682 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. code review follow up

    pgomulka committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    e1c02dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa22a68 View commit details
    Browse the repository at this point in the history
  3. remove todo

    pgomulka committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    c3c1c96 View commit details
    Browse the repository at this point in the history