1. 22 11月, 2020 1 次提交
  2. 20 11月, 2020 1 次提交
  3. 19 11月, 2020 1 次提交
  4. 18 11月, 2020 1 次提交
  5. 17 11月, 2020 2 次提交
  6. 16 11月, 2020 3 次提交
  7. 15 11月, 2020 1 次提交
  8. 13 11月, 2020 1 次提交
  9. 12 11月, 2020 1 次提交
  10. 11 11月, 2020 3 次提交
  11. 10 11月, 2020 3 次提交
  12. 09 11月, 2020 4 次提交
  13. 08 11月, 2020 1 次提交
  14. 07 11月, 2020 3 次提交
  15. 06 11月, 2020 5 次提交
  16. 05 11月, 2020 4 次提交
  17. 04 11月, 2020 3 次提交
  18. 03 11月, 2020 2 次提交
    • Z
      Fix deadlock problem when using elasticsearch-client-7.0.0 (#5775) · a9d756cd
      zifeihan 提交于
      * Update elasticsearch client 7.0.0 to elasticsearch client 7.5.0.
      * Update CHANGES.md and LICENSE.
      a9d756cd
    • J
      The Cancel step is now optimised in one job (#5782) · b041ecb2
      Jarek Potiuk 提交于
      The cancel steps were tried in separate jobs but it causes
      an unnecessary increase in the number of jobs blocking the queue
      even if we limited parallelism. This PR combines all the cancel
      actions into a single job with multiple steps.
      
      While this is a bit more copy&pasting and less DRY it is also
      far more optimised and "aggressive" - i.e. once any cancel
      job starts to be running it will immediately cancel all duplicates
      for all workflows.
      b041ecb2