An error occurred fetching the project authors.
  1. 03 Dec, 2021 1 commit
  2. 26 Nov, 2021 1 commit
  3. 25 Nov, 2021 1 commit
  4. 05 Nov, 2021 1 commit
  5. 06 Oct, 2021 1 commit
  6. 25 Aug, 2021 1 commit
  7. 28 Jul, 2021 1 commit
    • Shinya Maeda's avatar
      Rescue stuck resource groups · 5468378c
      Shinya Maeda authored
      Resource group sometimes stuck when a job failed with
      `data_integrity_failure`. This commit adds the auto-recovery
      method in the worker.
      
      Changelog: fixed
      5468378c
  8. 03 Jun, 2021 1 commit
  9. 26 Apr, 2021 1 commit
  10. 15 Apr, 2021 1 commit
  11. 07 Apr, 2021 1 commit
  12. 06 Apr, 2021 2 commits
  13. 30 Mar, 2021 2 commits
  14. 24 Mar, 2021 1 commit
  15. 16 Feb, 2021 1 commit
  16. 28 Jan, 2021 1 commit
  17. 14 Jan, 2021 1 commit
  18. 21 Dec, 2020 1 commit
  19. 22 Oct, 2020 1 commit
    • Laura Montemayor's avatar
      Removes one_dimensional_matrix ff · 6991f72c
      Laura Montemayor authored
      * Removes conditional feature flag code from specs
      * Updates the docs to remove mention of feature flag
      * Removes code from CommitStatus model
      * Removes yml file with feature flag info
      6991f72c
  20. 01 Oct, 2020 1 commit
  21. 01 Sep, 2020 5 commits
  22. 18 Aug, 2020 1 commit
  23. 13 Aug, 2020 1 commit
  24. 23 Jun, 2020 1 commit
  25. 02 Jun, 2020 1 commit
    • Kamil Trzciński's avatar
      Always persist processed of CommitStatus · c2074229
      Kamil Trzciński authored
      Since the same instance can go through multiple
      status transitions the subsequent changes to `processed`
      can be lost since the object is not refresh to exact
      DB state.
      
      Always consider processed as a changed value
      and persist its current value.
      c2074229
  26. 22 May, 2020 2 commits
  27. 23 Apr, 2020 1 commit
  28. 02 Apr, 2020 1 commit
  29. 24 Mar, 2020 1 commit
  30. 04 Feb, 2020 1 commit
  31. 17 Jan, 2020 1 commit
    • Kamil Trzciński's avatar
      Implement AtomicProcessing service · 38e549b6
      Kamil Trzciński authored
      This implements atomic processing service
      that is able in bulk to update multiple builds,
      stages and pipelines.
      
      This uses in-memory structure to calculate statuses
      and uses an efficient fetch of DAG dependencies
      for efficient processing
      
      This still performs some redundant operations,
      but overall it should be significantly faster
      processing pipelines of 1000 builds, with
      multiple DAG dependencies, as it removes
      a number of N+1 problems present in previous
      implementation.
      
      This also is order-independent, so it is able
      to easily reschedule itself once needed.
      
      This code is also concurrent safe, as if needed
      the further processing will be re-scheduled
      that will resolve any conflicts.
      38e549b6
  32. 23 Dec, 2019 1 commit
  33. 17 Dec, 2019 1 commit