An error occurred fetching the project authors.
  1. 22 Mar, 2018 1 commit
  2. 14 Mar, 2018 4 commits
  3. 13 Mar, 2018 1 commit
  4. 07 Mar, 2018 1 commit
  5. 06 Mar, 2018 1 commit
  6. 07 Feb, 2018 1 commit
  7. 15 Jan, 2018 1 commit
  8. 14 Jan, 2018 1 commit
  9. 22 Dec, 2017 2 commits
  10. 18 Dec, 2017 1 commit
  11. 14 Dec, 2017 2 commits
  12. 06 Dec, 2017 1 commit
  13. 04 Dec, 2017 1 commit
  14. 01 Dec, 2017 1 commit
    • Shinya Maeda's avatar
      Squashed commit of the following: · 232f4f1d
      Shinya Maeda authored
      commit 7277b3b3
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 28 03:06:38 2017 +0900
      
          Fix feature spec
      
      commit b4c4e1bd
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 28 02:01:41 2017 +0900
      
          Fix integraetion tests
      
      commit 54c70a77
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 28 01:26:14 2017 +0900
      
          Fix static analysys
      
      commit f6d9dcf8
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Nov 27 23:55:25 2017 +0900
      
          Fix unit tests
      
      commit c36d7842
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Nov 27 23:19:16 2017 +0900
      
          Aling shared_exmaples to "same behavior between KubernetesService and Platform::Kubernetes"
      
      commit 53da3d97
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Nov 27 22:35:16 2017 +0900
      
          Replce kubernetes_service and deployment_service to deployment_platform
      
      commit 1d7e3ef1
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Nov 27 21:48:54 2017 +0900
      
          Duplicate spec for Platform::Kubernetes with kubernetes_project
      
      commit 5324383d
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Wed Nov 22 23:21:02 2017 +0900
      
          Add test for checking interchangeability between KubernetesService and Clusters::Platform::Kubernetes
      
      commit 45f2d0af
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Wed Nov 22 18:31:07 2017 +0900
      
          Add test suit for platform::kubernetes
      
      commit a8e2094c
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 21 23:29:33 2017 +0900
      
          Remove logic which glues with KubernetesService, from Platforms::Kubernetes
      
      commit 3cf53cc6
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 21 22:53:36 2017 +0900
      
          Fix comments
      
      commit cff5eadd
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 21 22:52:05 2017 +0900
      
          Add deployment platform selector
      
      commit cff4a50e
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 21 22:33:25 2017 +0900
      
          Fix tests for Clusters::Platforms::Kubernetes
      
      commit 0d95ce51
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 21 22:03:07 2017 +0900
      
          Check diff between KubernetesService and Platforms::Kubernetes. Synchronize again.
      
      commit 8a55d2c5
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Nov 21 21:09:55 2017 +0900
      
          Revert KubernetesService logic in Platforms::Kubernetes
      232f4f1d
  15. 30 Nov, 2017 1 commit
  16. 28 Nov, 2017 2 commits
  17. 21 Nov, 2017 1 commit
    • Yorick Peterse's avatar
      Use arrays in Pipeline#latest_builds_with_artifacts · 54f1e406
      Yorick Peterse authored
      This changes Ci::Pipeline#latest_builds_with_artifacts so it returns an
      Array instead of a relation. Whenever we use this data we do so in two
      steps:
      
      1. Count the number of rows
      2. If this number is greater than 0, iterate over the rows
      
      By returning an Array instead we only execute 1 query of which the total
      time/work is less than running either just a COUNT(*) or both queries
      (in the worst case).
      
      On GitLab.com this change should save us a few milliseconds per request
      to ProjectsController#show.
      54f1e406
  18. 16 Nov, 2017 1 commit
  19. 14 Nov, 2017 1 commit
  20. 01 Nov, 2017 1 commit
  21. 05 Oct, 2017 1 commit
  22. 29 Sep, 2017 1 commit
  23. 19 Sep, 2017 1 commit
  24. 18 Sep, 2017 1 commit
  25. 15 Sep, 2017 1 commit
  26. 14 Sep, 2017 1 commit
  27. 06 Sep, 2017 3 commits
  28. 01 Sep, 2017 2 commits
  29. 31 Aug, 2017 3 commits