1. 24 7月, 2018 1 次提交
  2. 20 7月, 2018 1 次提交
  3. 19 7月, 2018 1 次提交
  4. 14 7月, 2018 1 次提交
  5. 09 7月, 2018 4 次提交
  6. 08 7月, 2018 1 次提交
  7. 06 7月, 2018 1 次提交
  8. 05 7月, 2018 1 次提交
  9. 30 6月, 2018 1 次提交
  10. 28 6月, 2018 1 次提交
  11. 27 6月, 2018 1 次提交
    • Z
      Gitaly metrics check for read/writeability · 65840591
      Zeger-Jan van de Weg 提交于
      Prior to this change, health checks checked for writeability of the NFS
      shards. Given we're moving away from that, this patch extends the checks
      for Gitaly to check for read and writeability.
      
      Potentially some dashboards will break, as over time these metrics will
      no longer appear as Prometheus doesn't get the data anymore.
      Observability in the circuit breaker will be reduced, but its not
      expected to be turned on and the circuit breaker is being removed soon
      too.
      
      Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
      65840591
  12. 20 6月, 2018 1 次提交
  13. 18 6月, 2018 1 次提交
  14. 16 6月, 2018 2 次提交
  15. 12 6月, 2018 1 次提交
  16. 09 6月, 2018 1 次提交
  17. 07 6月, 2018 1 次提交
  18. 06 6月, 2018 1 次提交
  19. 05 6月, 2018 1 次提交
  20. 14 5月, 2018 1 次提交
  21. 11 5月, 2018 1 次提交
  22. 03 5月, 2018 1 次提交
  23. 28 4月, 2018 2 次提交
    • B
      Update `Gemfile.rails5.lock` · 34a3e165
      blackst0ne 提交于
      34a3e165
    • B
      [Rails5] Fix `params` for DeleteUserWorker · 4a306796
      blackst0ne 提交于
      This commit fixes the error:
      
      ```
        1) Admin::UsersController DELETE #user with projects deletes the user and their contributions when hard delete is specified
           Failure/Error: Users::DestroyService.new(current_user).execute(delete_user, options.symbolize_keys)
      
           NoMethodError:
             undefined method `symbolize_keys' for "{\"hard_delete\"=>\"true\"}":String
           # ./app/workers/delete_user_worker.rb:8:in `perform'
           # ./lib/gitlab/sidekiq_status/server_middleware.rb:5:in `call'
           # ./config/initializers/forbid_sidekiq_in_transactions.rb:35:in `block (2 levels) in <module:NoEnqueueingFromTransactions>'
           # ./app/models/user.rb:913:in `delete_async'
           # ./app/controllers/admin/users_controller.rb:148:in `destroy'
           # ./lib/gitlab/i18n.rb:50:in `with_locale'
           # ./lib/gitlab/i18n.rb:56:in `with_user_locale'
           # ./app/controllers/application_controller.rb:327:in `set_locale'
           # ./spec/controllers/admin/users_controller_spec.rb:28:in `block (3 levels) in <top (required)>'
      
      Finished in 6.81 seconds (files took 13.9 seconds to load)
      1 example, 1 failure
      ```
      4a306796
  24. 19 4月, 2018 1 次提交
  25. 10 4月, 2018 1 次提交
    • B
      [Rails5] Fix running spinach tests · 1a455f3d
      blackst0ne 提交于
      1. Add support for `RAILS5=1|true` for the `bin/spinach` command.
      2. Synchronize used spinach versions both for rails4 and rails5.
      
      For rails5 it was accidently used spinach 0.10.1 instead of 0.8.10.
      That brought some problems on running spinach tests.
      
      Example of failure message:
      
      NoMethodError: undefined method `line' for #<Spinach::Scenario:0x000000000c86ba80>
      Did you mean?  lines
        /builds/gitlab-org/gitlab-ce/features/support/env.rb:52:in `before_scenario_run'
      1a455f3d
  26. 08 4月, 2018 1 次提交
  27. 07 4月, 2018 2 次提交
  28. 04 4月, 2018 1 次提交
  29. 03 4月, 2018 1 次提交
  30. 26 3月, 2018 1 次提交
  31. 15 3月, 2018 1 次提交
  32. 14 3月, 2018 3 次提交