1. 13 5月, 2020 1 次提交
  2. 21 4月, 2020 1 次提交
  3. 24 3月, 2020 1 次提交
  4. 17 12月, 2019 1 次提交
  5. 13 12月, 2019 1 次提交
  6. 22 10月, 2019 1 次提交
  7. 31 7月, 2019 1 次提交
    • J
      Allow knative do be uninstalled: · d7c7ebf5
      João Cunha 提交于
      - After uninstalling the knative helm chart it's necessary to also
      remove some leftover resources to allow the cluster to be clean
      and knative to be reinstalleable.
      - Adds knative uninstall disclaimer
      - Uninstall ksvc before uninstalling knative
      
      Make list of Knative and Ingres resources explicit
      
      - To avoid deleting unwanted resources we are listing exact
      which resources will be deleted rather than simply deleting any
      resource that contains istio or knative words.
      d7c7ebf5
  8. 15 7月, 2019 1 次提交
    • D
      GitLab Managed App ensure helm version uses tls opts · c9b0ac5f
      Dylan Griffith 提交于
      The TLS opts were missing from helm version command which meant that it
      was just perpetually failing and hence wasting 30s of time waiting for a
      command to be successful that was never going to be successful. This
      never actually caused any errors because this loop will happily just
      fail 30 times without breaking the overall script but it was just a
      waste of installation time so now installing apps should be ~30s faster.
      c9b0ac5f
  9. 05 3月, 2019 1 次提交
    • J
      Creates Clusterss::ApplciationsController update endpoint · f8234d9a
      João Cunha 提交于
      - Creates new route
      - Creates new controller action
      - Creates call stack:
        Clusterss::ApplciationsController calls -->
        Clusters::Applications::UpdateService calls -->
        Clusters::Applications::ScheduleUpdateService calls -->
        ClusterUpdateAppWorker calls -->
        Clusters::Applications::PatchService -->
        ClusterWaitForAppInstallationWorker
      
      DRY req params
      
      Adds gcp_cluster:cluster_update_app queue
      
      Schedule_update_service is uneeded
      
      Extract common logic to a parent class (UpdateService will need it)
      
      Introduce new UpdateService
      
      Fix rescue class namespace
      
      Fix RuboCop offenses
      
      Adds BaseService for create and update services
      
      Remove request_handler code duplication
      
      Fixes update command
      
      Move update_command to ApplicationCore so all apps can use it
      
      Adds tests for Knative update_command
      
      Adds specs for PatchService
      
      Raise error if update receives an unistalled app
      
      Adds update_service spec
      
      Fix RuboCop offense
      
      Use subject in favor of go
      
      Adds update endpoint specs for project namespace
      
      Adds update endpoint specs for group namespace
      f8234d9a
  10. 08 2月, 2019 1 次提交
  11. 20 11月, 2018 2 次提交
  12. 17 11月, 2018 1 次提交
    • G
      Enable even more frozen string for lib/gitlab · 7ec8af50
      gfyoung 提交于
      Enables frozen string for the following:
      
      * lib/gitlab/hook_data/**/*.rb
      * lib/gitlab/i18n/**/*.rb
      * lib/gitlab/import/**/*.rb
      * lib/gitlab/import_export/**/*.rb
      * lib/gitlab/kubernetes/**/*.rb
      * lib/gitlab/legacy_github_import/**/*.rb
      * lib/gitlab/manifest_import/**/*.rb
      * lib/gitlab/metrics/**/*.rb
      * lib/gitlab/middleware/**/*.rb
      
      Partially addresses gitlab-org/gitlab-ce#47424.
      7ec8af50
  13. 16 11月, 2018 2 次提交
  14. 15 11月, 2018 1 次提交
  15. 13 11月, 2018 1 次提交
  16. 09 11月, 2018 1 次提交
  17. 07 11月, 2018 2 次提交
  18. 06 11月, 2018 1 次提交
  19. 04 11月, 2018 1 次提交
  20. 03 11月, 2018 1 次提交
  21. 30 10月, 2018 1 次提交
  22. 25 10月, 2018 2 次提交
  23. 06 9月, 2018 1 次提交
  24. 07 8月, 2018 1 次提交
  25. 31 7月, 2018 1 次提交
  26. 30 7月, 2018 5 次提交
  27. 28 7月, 2018 1 次提交
  28. 20 6月, 2018 1 次提交
  29. 02 3月, 2018 1 次提交
  30. 16 1月, 2018 1 次提交
  31. 23 12月, 2017 1 次提交