Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
  2. Jan 13, 2020
  3. Jan 08, 2020
  4. Jan 03, 2020
  5. Oct 16, 2019
  6. Sep 13, 2019
  7. May 24, 2019
    • Grzegorz Bizon's avatar
      Do not serialize a pipeline again when showing a build · b9c19f6b
      Grzegorz Bizon authored and Filipa Lacerda's avatar Filipa Lacerda committed
      This change makes it possible to avoid additional serialization of
      entire pipeline when rendering a build details page. Instead we expose
      more information from the build entity itself what is much cheaper than
      serializing entire pipeline.
      
      Additionally we do not need to serialize `latest?` flag, which involves
      multiple Gitaly calls.
      b9c19f6b
  8. Oct 02, 2018
  9. Jul 23, 2018
  10. May 29, 2018
  11. May 22, 2018
  12. May 21, 2018
  13. May 31, 2017
    • Z.J. van de Weg's avatar
      Incorporate review · 8a9a62e3
      Z.J. van de Weg authored
      8a9a62e3
    • Z.J. van de Weg's avatar
      Create PipelineDetailsEntity · 68569584
      Z.J. van de Weg authored
      Now we have a PipelineEntity which is a bit smaller, mostly in bytes
      needing to send to the frontend. PipelineDetailsEntity is the default
      for the PipelineSerializer, limiting the changes needed.
      
      This commit also incorporates the review.
      68569584
Loading