An error occurred fetching the project authors.
  1. 03 Jun, 2021 1 commit
  2. 26 Apr, 2021 1 commit
  3. 15 Apr, 2021 1 commit
  4. 07 Apr, 2021 1 commit
  5. 06 Apr, 2021 2 commits
  6. 30 Mar, 2021 2 commits
  7. 24 Mar, 2021 1 commit
  8. 16 Feb, 2021 1 commit
  9. 28 Jan, 2021 1 commit
  10. 14 Jan, 2021 1 commit
  11. 21 Dec, 2020 1 commit
  12. 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
  13. 01 Oct, 2020 1 commit
  14. 01 Sep, 2020 5 commits
  15. 18 Aug, 2020 1 commit
  16. 13 Aug, 2020 1 commit
  17. 23 Jun, 2020 1 commit
  18. 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
  19. 22 May, 2020 2 commits
  20. 23 Apr, 2020 1 commit
  21. 02 Apr, 2020 1 commit
  22. 24 Mar, 2020 1 commit
  23. 04 Feb, 2020 1 commit
  24. 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
  25. 23 Dec, 2019 1 commit
  26. 17 Dec, 2019 1 commit
  27. 22 Oct, 2019 1 commit
  28. 30 Sep, 2019 3 commits
  29. 30 Apr, 2019 2 commits
  30. 01 Apr, 2019 1 commit