1. 06 3月, 2018 2 次提交
  2. 03 3月, 2018 1 次提交
  3. 01 3月, 2018 2 次提交
  4. 23 2月, 2018 1 次提交
  5. 14 2月, 2018 2 次提交
  6. 13 2月, 2018 2 次提交
  7. 10 2月, 2018 1 次提交
  8. 09 2月, 2018 2 次提交
  9. 08 2月, 2018 1 次提交
  10. 06 2月, 2018 1 次提交
  11. 31 1月, 2018 1 次提交
  12. 30 1月, 2018 1 次提交
  13. 29 1月, 2018 1 次提交
  14. 25 1月, 2018 1 次提交
  15. 24 1月, 2018 3 次提交
  16. 17 1月, 2018 2 次提交
    • D
      Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'security-10-3' · 536a47b4
      Douwe Maan 提交于
      [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project`
      
      See merge request gitlab/gitlabhq!2276
      
      (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c)
      
      1f2bd3c0 Backport to 10.3
      536a47b4
    • S
      Merge branch... · 0424801e
      Stan Hu 提交于
      Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3'
      
      Filter out sensitive fields from the project services API
      
      See merge request gitlab/gitlabhq!2281
      
      (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7)
      
      2bcbbda0 Filter out sensitive fields from the project services API
      0424801e
  17. 09 1月, 2018 2 次提交
  18. 05 1月, 2018 2 次提交
  19. 04 1月, 2018 2 次提交
  20. 03 1月, 2018 1 次提交
  21. 22 12月, 2017 1 次提交
  22. 09 12月, 2017 1 次提交
    • D
      Merge branch 'rs-security-group-api' into 'security-10-2' · 8f29d264
      Douwe Maan 提交于
      [10.2] Ensure we expose group projects using GroupProjectsFinder
      
      See merge request gitlab/gitlabhq!2234
      
      (cherry picked from commit 072f8f2fd6ec794645375a16ca4ddc1cbeb76d7a)
      
      a2240338 Ensure we expose group projects using GroupProjectsFinder
      8f29d264
  23. 08 12月, 2017 1 次提交
  24. 03 12月, 2017 2 次提交
    • 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
  25. 02 12月, 2017 4 次提交