1. 03 12月, 2017 5 次提交
    • K
      Fix creation of job_artifact_uploader · 303f165c
      Kamil Trzcinski 提交于
      303f165c
    • Z
      Rename Artifact to JobArtifact, split metadata out · 61864a5a
      Zeger-Jan van de Weg 提交于
      Two things at ones, as there was no clean way to seperate the commit and
      give me feedback from the tests.
      
      But the model Artifact is now JobArtifact, and the table does not have a
      type anymore, but the metadata is now its own model:
      Ci::JobArtifactMetadata.
      61864a5a
    • Z
      Create Ci::Artifacts · 25df6661
      Zeger-Jan van de Weg 提交于
      To allow jobs/builds to have multiple artifacts, and to start seperating
      concerns from Ci::Build a new model is created: Ci::Artifact.
      
      Changes include the updating of the ArtifactUploader to adapt to a
      slightly different interface. The uploader expects to be initialized
      with a `Ci::Build`.
      
      Futher a migration with the minimal fields, the needed foreign keys and
      an index.
      
      Last, the way this works is by prepending a module to Ci::Build so we
      can basically override behaviour but if needed use `super` to get the
      original behaviour.
      25df6661
    • Z
      Create ci_artifacts table · 8ac7f297
      Zeger-Jan van de Weg 提交于
      8ac7f297
    • Z
      WIP · 636376dd
      Zeger-Jan van de Weg 提交于
      636376dd
  2. 02 12月, 2017 3 次提交
  3. 01 12月, 2017 22 次提交
  4. 30 11月, 2017 10 次提交