An error occurred fetching the project authors.
  1. 06 May, 2021 5 commits
  2. 05 May, 2021 4 commits
  3. 04 May, 2021 8 commits
  4. 30 Apr, 2021 2 commits
  5. 29 Apr, 2021 2 commits
  6. 28 Apr, 2021 3 commits
  7. 27 Apr, 2021 5 commits
  8. 26 Apr, 2021 4 commits
  9. 24 Apr, 2021 1 commit
    • Yannis Roussos's avatar
      Add migration to swap partitioned web_hook_logs · c845d64d
      Yannis Roussos authored
      - Add a new migration to swap the partitioned web_hook_logs
        table with the original, non-partitioned table
      - Create Model for web_hook_logs_archived
      - Drop Model for web_hook_log_partitioned
      - Add the web_hook_log_archived_spec to validate that the
        swap works as expected and that the two tables are still
        in sync
      c845d64d
  10. 23 Apr, 2021 4 commits
  11. 22 Apr, 2021 2 commits
    • Patrick Bair's avatar
      Make migration pause time a configurable value · 732492be
      Patrick Bair authored
      Make the number of seconds to sleep in a batched_background_migration be
      a configurable value. The pause_ms column is added to the database
      to store this information, and it is now passed through to each job.
      732492be
    • Mario Celi's avatar
      Add IterationCadenceDestroy mutation · 95b16248
      Mario Celi authored
      - Change issues/merge_requests sprint FK from delete cascade to nullify
      - Add mutation to GQL API
      - Add changelog entry for EE
      - Add specs
      95b16248