BigW Consortium Gitlab

  1. 05 Jul, 2017 1 commit
  2. 31 May, 2017 3 commits
    • Incorporate review · 8a9a62e3
      Z.J. van de Weg authored
    • 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.
    • Initial implementation for real time job view · 47a0276e
      Z.J. van de Weg authored
      Added the needed keys and paths to a new entity, BuildDetailsEntity.
      Not renaming BuildEntity to BuildBasicEntity on explicit request. Most
      code now has test coverage, but not all. This will be added on later
      commits on this branch.
      
      Resolves gitlab-org/gitlab-ce#31397