Skip to content
Snippets Groups Projects
  1. Jan 14, 2020
  2. Oct 15, 2019
  3. Oct 11, 2019
  4. Oct 04, 2019
  5. Sep 30, 2019
  6. Apr 16, 2019
    • Kamil Trzcińśki's avatar
      Rewind IID on Ci::Pipelines · fb078636
      Kamil Trzcińśki authored
      If no pipeline is created we currently have IID gap.
      This is due to fact that we generate IID not on save,
      but rather ahead of time. This results, us,
      losing IIDs.
      fb078636
  7. Mar 28, 2019
  8. Aug 29, 2018
  9. Aug 07, 2018
  10. Aug 01, 2018
  11. Jul 30, 2018
    • Andreas Brandl's avatar
      Require has_internal_id to pass a init block. · 90778e5d
      Andreas Brandl authored
      This is useful since the current scheme allows us to freely delete any
      records in internal_ids. If the record is not there, it will get rebuild
      using the init block.
      
      We require passing in 'init for the time being and as long as its
      not expensive to do so. This makes the scheme a bit more robust.
      
      If at some point, this is expensive - we may choose to make this
      optional while losing the ability to recalculate the value on the fly.
      
      Closes #49609.
      90778e5d
  12. May 11, 2018
  13. May 10, 2018
  14. May 08, 2018
  15. May 03, 2018
  16. Apr 20, 2018
  17. Mar 18, 2018
  18. Mar 16, 2018
Loading