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

Initial ChatBot implementation #1

Merged
merged 495 commits into from
Jul 16, 2020
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 22, 2020

  1. Use our own state do determine whether a build is recovered or stable.

    Trigger builds as recovered only if we previously had them as failed in the process.
    yuri-sergiichuk committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    18472cb View commit details
    Browse the repository at this point in the history
  2. use info from the RepoBranchBuildResponse and not only from the build…

    … itself.
    
    E.g. grab Repository and branch name from the response
    yuri-sergiichuk committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    0fd30f7 View commit details
    Browse the repository at this point in the history
  3. Fix capitalization

    yuri-sergiichuk committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    a32f86a View commit details
    Browse the repository at this point in the history
  4. Add missing EOLs

    yuri-sergiichuk committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    99cf916 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a1e893 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb91c31 View commit details
    Browse the repository at this point in the history
  7. Extract logger

    yuri-sergiichuk committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    a13a999 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19938d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

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

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    375ae8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    981c004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37a8ed0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f965fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85d2ae7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f065a46 View commit details
    Browse the repository at this point in the history
  8. Rename API clients.

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    3298c63 View commit details
    Browse the repository at this point in the history
  9. Add method-level doc

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    3e67870 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee059d5 View commit details
    Browse the repository at this point in the history
  11. Add missing comma

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    0478316 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7fca63 View commit details
    Browse the repository at this point in the history
  13. drop chat part

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    713cec1 View commit details
    Browse the repository at this point in the history
  14. Remove unused import

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f9d66f9 View commit details
    Browse the repository at this point in the history
  15. Rename identifiers

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    dab3d1a View commit details
    Browse the repository at this point in the history
  16. Drop id usage

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    cc6725f View commit details
    Browse the repository at this point in the history
  17. Drop ID usage

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f947d1b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    24d7a94 View commit details
    Browse the repository at this point in the history
  19. Add TODOs

    yuri-sergiichuk committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4f6f1fc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Encapsulate fields

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    12504bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    317aa4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d3a171 View commit details
    Browse the repository at this point in the history
  4. Bump dependencies

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    7c4dcb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1355b47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51c2e54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c201620 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ce607f View commit details
    Browse the repository at this point in the history
  9. Cleanup docs

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5f06477 View commit details
    Browse the repository at this point in the history
  10. Extract space mixin

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    28372db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79a3718 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c34ad8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3eb52f View commit details
    Browse the repository at this point in the history
  14. Drop trailing dot

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    da4dcd4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2215af View commit details
    Browse the repository at this point in the history
  16. cleanu formatting

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    90856e2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e8d1e58 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    59f20e8 View commit details
    Browse the repository at this point in the history
  19. Add missing docs

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    edd7b13 View commit details
    Browse the repository at this point in the history
  20. Set cause for the log

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    3d6c2f9 View commit details
    Browse the repository at this point in the history
  21. use shorter utilities

    yuri-sergiichuk committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    8fa9b8e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Use separate dedicated non-app-default service account for Google Chat.

    It looks like Google Chat API could not be used with **any** default account, either a user account or a GCP default service account.
    
    See https://stackoverflow.com/questions/62571412/hangout-chat-api-authentication-fails-with-default-service-account for details.
    yuri-sergiichuk committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    36f4c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b333498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2cef69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    366a2ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80929d View commit details
    Browse the repository at this point in the history
  6. Add stub IAM section.

    yuri-sergiichuk committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2ef9cb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6b47c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f042ad2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1cd267 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    300da05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e501689 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Make Query abstract

    yuri-sergiichuk committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    f00943d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be0e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c17b4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae3d460 View commit details
    Browse the repository at this point in the history
  5. Add missing link

    yuri-sergiichuk committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    ccd80e1 View commit details
    Browse the repository at this point in the history
  6. fix articl

    yuri-sergiichuk committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    c007a83 View commit details
    Browse the repository at this point in the history
  7. drop currently piece

    yuri-sergiichuk committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    4187134 View commit details
    Browse the repository at this point in the history
  8. Cleanup wording

    yuri-sergiichuk committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    9fb9f5e View commit details
    Browse the repository at this point in the history
  9. Drop extra article

    yuri-sergiichuk committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    d31c3ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad92328 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    972e5c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05e8309 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. bump bot version

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    10cbcc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34319ec View commit details
    Browse the repository at this point in the history
  3. Use static imports

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ed26571 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22c6c52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0edf4f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8313ed8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9a2d80 View commit details
    Browse the repository at this point in the history
  8. Add steps docs

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    6ed3e2c View commit details
    Browse the repository at this point in the history
  9. Cleanup doc

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    38ef034 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7db553e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    312bca7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a72646c View commit details
    Browse the repository at this point in the history
  13. Fix misprint

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    1e20bdd View commit details
    Browse the repository at this point in the history
  14. Add missing NPE check

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    05a9caa View commit details
    Browse the repository at this point in the history
  15. Cleanup docs

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    03c5eb9 View commit details
    Browse the repository at this point in the history
  16. Add missing EOF

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    13153df View commit details
    Browse the repository at this point in the history
  17. Fix naming and log

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b100b0c View commit details
    Browse the repository at this point in the history
  18. Cleanup docs

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    4868179 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa842de View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e23f921 View commit details
    Browse the repository at this point in the history
  21. Cleanup docs

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    f5ecc44 View commit details
    Browse the repository at this point in the history
  22. Shorten the parameter

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    883fccb View commit details
    Browse the repository at this point in the history
  23. Improve docs

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ef870ee View commit details
    Browse the repository at this point in the history
  24. Cleanup namings

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c453354 View commit details
    Browse the repository at this point in the history
  25. Cleanup docs

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ce3fd5e View commit details
    Browse the repository at this point in the history
  26. Fix formatting

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8e7799a View commit details
    Browse the repository at this point in the history
  27. Improve docs

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    08d2002 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b7a37ae View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b4719a3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9cd2f54 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1620064 View commit details
    Browse the repository at this point in the history
  32. Fix test

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7027287 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0ccca18 View commit details
    Browse the repository at this point in the history
  34. Drop extra constant

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ac046bb View commit details
    Browse the repository at this point in the history
  35. Improve wording

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    90ca1f1 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    acec0d7 View commit details
    Browse the repository at this point in the history
  37. Add missing docs

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a5029f1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    95bccab View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3cfa81b View commit details
    Browse the repository at this point in the history
  40. Chain routing

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b1197da View commit details
    Browse the repository at this point in the history
  41. Extend from interface

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    0dc48f6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3896233 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    05d35a1 View commit details
    Browse the repository at this point in the history
  44. Inline check

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7993945 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4972afa View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    44b1cea View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    45754cb View commit details
    Browse the repository at this point in the history
  48. Improve wording

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    948ccea View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0e1aaa6 View commit details
    Browse the repository at this point in the history
  50. Extract ChatEventReceived domain event that should be used instead …

    …`ChatEvent`, while `ChatEvent` is Google Chat-specific data type.
    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a07daf7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    aa3d2ed View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    fc19f9d View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    b1e2884 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    8ee56b6 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5623251 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    8a02706 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a23a8c3 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    9109d3b View commit details
    Browse the repository at this point in the history
  59. Fix misprint

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e2e0cc9 View commit details
    Browse the repository at this point in the history
  60. Fix event name

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    93b9e9b View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    e50941f View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    85ef4d8 View commit details
    Browse the repository at this point in the history
  63. Fix misprint

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    9623b40 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    67a2272 View commit details
    Browse the repository at this point in the history
  65. shorten param name

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    226c383 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    592107d View commit details
    Browse the repository at this point in the history
  67. Improve wording

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    4eefbb9 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    da1f5b9 View commit details
    Browse the repository at this point in the history
  69. Improve wording

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    db49dda View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    d632e8c View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    abeadc5 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    0ce5158 View commit details
    Browse the repository at this point in the history
  73. Rename param

    yuri-sergiichuk committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a4c42ce View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    d4b7519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf33aab View commit details
    Browse the repository at this point in the history
  3. Use proper link

    yuri-sergiichuk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    973c861 View commit details
    Browse the repository at this point in the history
  4. Use shortcut method

    yuri-sergiichuk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    25c1492 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a8975b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa4b8ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a83d85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a105b79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5845c91 View commit details
    Browse the repository at this point in the history
  10. Improve styling

    yuri-sergiichuk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    5e45da0 View commit details
    Browse the repository at this point in the history
  11. Improve docs

    yuri-sergiichuk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    a10335c View commit details
    Browse the repository at this point in the history
  12. Add missing EOL

    yuri-sergiichuk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    2f11336 View commit details
    Browse the repository at this point in the history
  13. Improve wording

    yuri-sergiichuk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    a5f198b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7c612c8 View commit details
    Browse the repository at this point in the history
  15. Use static import

    yuri-sergiichuk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    09b7639 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    adb2f25 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3cb0d1f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b03768d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #8 from SpineEventEngine/document-cloud-env

    Document cloud environment
    yuri-sergiichuk committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    031505d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Change H2 to H1

    yuri-sergiichuk committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    cf05b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeddf1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1208a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d338043 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cd6ca1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf28d17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    379230d View commit details
    Browse the repository at this point in the history
  8. Improve logs wording

    yuri-sergiichuk committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    ddd2541 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75df071 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5bb1144 View commit details
    Browse the repository at this point in the history
  11. Extract trace logger

    yuri-sergiichuk committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    4ae3997 View commit details
    Browse the repository at this point in the history
  12. Improve logs wording.

    yuri-sergiichuk committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    14f667d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92cb685 View commit details
    Browse the repository at this point in the history
  14. Improve logs

    yuri-sergiichuk committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    78f9fbe View commit details
    Browse the repository at this point in the history
  15. Add missing articles

    yuri-sergiichuk committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    032397a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    874657e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    48a1311 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Drop api package.

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a9f7753 View commit details
    Browse the repository at this point in the history
  2. Fix docs

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    998a715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16bed43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1865f8 View commit details
    Browse the repository at this point in the history
  5. Drop args usage.

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    56617f3 View commit details
    Browse the repository at this point in the history
  6. Add ContextBuilderAware common interface. Expose newInstance method…

    …s for creation of the new context instances
    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    853c30a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35ff64d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a035274 View commit details
    Browse the repository at this point in the history
  9. Improve docs

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    01b1bdf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3749db7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    749f6b8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    86b3fe5 View commit details
    Browse the repository at this point in the history
  13. Cleanup docs

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    e62654a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6638bfa View commit details
    Browse the repository at this point in the history
  15. Cleanup docs

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b075c6c View commit details
    Browse the repository at this point in the history
  16. Improve wording

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    3d1bec5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    197a8ca View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    039f718 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    507080f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4e4f33c View commit details
    Browse the repository at this point in the history
  21. Drop the nouns

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d2f1984 View commit details
    Browse the repository at this point in the history
  22. Pluralize *Identifier

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    8a12b91 View commit details
    Browse the repository at this point in the history
  23. Fix misprint

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    7d47a6c View commit details
    Browse the repository at this point in the history
  24. Lower log level

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    31f68cd View commit details
    Browse the repository at this point in the history
  25. Fix article usage

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    aacc969 View commit details
    Browse the repository at this point in the history
  26. Improve link name

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    84bb403 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b05249e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bc77beb View commit details
    Browse the repository at this point in the history
  29. Add missing articles

    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d99849c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    57d0112 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9abf281 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c3508d1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    98d9992 View commit details
    Browse the repository at this point in the history
  34. Do not expose aggregates and PMs.

    We currently do not query them, so the visibility could be set to None.
    yuri-sergiichuk committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    3194179 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3ef383a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a88b343 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9abd461 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    12d187e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4624722 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f1f6347 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    070fa31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06bfa5f View commit details
    Browse the repository at this point in the history
  3. Move GitHub-specific language to the chatbot.github package in orde…

    …r to make it reusable for both client and server.
    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    04dbc32 View commit details
    Browse the repository at this point in the history
  4. Move Google Chat-specific language to appropriate packages in order t…

    …o make it reusable for both client and server.
    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    13a86ed View commit details
    Browse the repository at this point in the history
  5. Drop extra comment

    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    e8f132f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d130c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4472503 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0492d62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb57282 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00a0465 View commit details
    Browse the repository at this point in the history
  11. Fix article usage

    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    aa1a1ff View commit details
    Browse the repository at this point in the history
  12. Cleanup docs

    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4593b48 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6ffe9b1 View commit details
    Browse the repository at this point in the history
  14. Fix capitalization

    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    7025930 View commit details
    Browse the repository at this point in the history
  15. Improve docs

    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    a93794b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15d86a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8ba7ceb View commit details
    Browse the repository at this point in the history
  18. Add missing test

    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    2ac05e4 View commit details
    Browse the repository at this point in the history
  19. Add non-null checks

    yuri-sergiichuk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    6efcf33 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1cabba9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b28e3c1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    35e99e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    f9caa16 View commit details
    Browse the repository at this point in the history
  2. Do not ignore *all* build folders.

    It may happen that we have `build` as a package name in Java, thus with such a wildcard ignore all the files in the package are also ignored automatically.
    yuri-sergiichuk committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    2c8c26c View commit details
    Browse the repository at this point in the history
  3. Fix env variable name

    yuri-sergiichuk committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    6d0e07a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    693dcb2 View commit details
    Browse the repository at this point in the history
  5. Bring back api prefix of the Travis API base URL.

    The prefix was removed accidentally as part of the `api` package removal.
    yuri-sergiichuk committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    2ba2fa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c36b06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2929602 View commit details
    Browse the repository at this point in the history
  8. Bump version to 1.0.0

    yuri-sergiichuk committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e46dd3e View commit details
    Browse the repository at this point in the history