1. 30 10月, 2018 1 次提交
  2. 23 10月, 2018 1 次提交
  3. 22 10月, 2018 3 次提交
    • M
      Add Clusters::KubernetesNamespace model · e3ca4938
      Mayra Cabrera 提交于
      This model will be used to persist into database Kubernetes properties,
      such as namespace, service account name and service account token.
      e3ca4938
    • Y
      Move Project#rename_repo to a service class · 4b9c17f1
      Yorick Peterse 提交于
      This moves the logic of Project#rename_repo and all methods _only_ used
      by this method into a new service class: Projects::AfterRenameService.
      By moving this code into a separate service class we can more easily
      refactor it, and we also get rid of some RuboCop "disable" statements
      automatically.
      
      During the refactoring of this code, I removed most of the explicit
      logging using Gitlab::AppLogger. The data that was logged would not be
      useful when debugging renaming issues, as it does not add any value on
      top of data provided by users.
      
      I also removed a variety of comments that either mentioned something the
      code does in literal form, or contained various grammatical errors.
      Instead we now resort to more clearly named methods, removing the need
      for code comments.
      
      This method was chosen based on analysis in
      https://gitlab.com/gitlab-org/release/framework/issues/28. In this issue
      we determined this method has seen a total of 293 lines being changed in
      it. We also noticed that RuboCop determined the ABC size
      (https://www.softwarerenovation.com/ABCMetric.pdf) was too great.
      4b9c17f1
    • T
      a98518ff
  4. 16 10月, 2018 1 次提交
    • K
      Make all legacy security reports to use raw format · 15cd91c7
      Kamil Trzciński 提交于
      - This introduces and uses `:raw` format for all legacy reports,
        the ones that do not have yet proper parsers on Backend
      - Raw format is needed to make Frontend be able to parse reports,
        without the need of decompressing,
      - This also extends fixtures to seed security reports with database,
        even though parser code is part of EE
      15cd91c7
  5. 13 10月, 2018 1 次提交
  6. 10 10月, 2018 1 次提交
    • Z
      Remove Git circuit breaker · 30b4ce94
      Zeger-Jan van de Weg 提交于
      Was introduced in the time that GitLab still used NFS, which is not
      required anymore in most cases. By removing this, the API it calls will
      return empty responses. This interface has to be removed in the next
      major release, expected to be 12.0.
      30b4ce94
  7. 09 10月, 2018 1 次提交
  8. 06 10月, 2018 1 次提交
  9. 05 10月, 2018 3 次提交
  10. 03 10月, 2018 3 次提交
  11. 02 10月, 2018 6 次提交
  12. 01 10月, 2018 4 次提交
  13. 26 9月, 2018 2 次提交
  14. 25 9月, 2018 2 次提交
    • V
      Geo: sync disabled wikis. Stage 2 · 15d011d6
      Valery Sizov 提交于
      We started syncing all the wiki regardless of the fact it's disabled or
      not. We couldn't do that in one stage because of needing of smoth update
      and deprecating things. This is the second stage that finally removes
      unused columns in the geo_node_status table.
      15d011d6
    • O
      Add clean-up phase for ScheduleDiffFilesDeletion · 18223f05
      Oswaldo Ferreira 提交于
      Process any remaining ScheduleDiffFilesDeletion workers and remove
      temporary added index.
      18223f05
  15. 24 9月, 2018 2 次提交
  16. 21 9月, 2018 3 次提交
  17. 19 9月, 2018 1 次提交
  18. 14 9月, 2018 2 次提交
  19. 13 9月, 2018 1 次提交
    • J
      Fix column differences in `db/schema.rb` · a0bb444c
      Jan Provaznik 提交于
      project_custom_attributes and group_custom_attributes used datetime
      instead of datetime_with_timezone column type in database schema. But
      actually migration defines `t.timestamps_with_timezone`.
      a0bb444c
  20. 12 9月, 2018 1 次提交