1. 14 5月, 2018 1 次提交
  2. 11 5月, 2018 1 次提交
  3. 03 5月, 2018 1 次提交
  4. 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
  5. 19 4月, 2018 1 次提交
  6. 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
  7. 08 4月, 2018 1 次提交
  8. 07 4月, 2018 2 次提交
  9. 04 4月, 2018 1 次提交
  10. 03 4月, 2018 1 次提交
  11. 26 3月, 2018 1 次提交
  12. 15 3月, 2018 1 次提交
  13. 14 3月, 2018 6 次提交
  14. 13 3月, 2018 4 次提交
  15. 12 3月, 2018 2 次提交
  16. 10 3月, 2018 1 次提交
  17. 07 3月, 2018 2 次提交
  18. 06 3月, 2018 1 次提交
    • Z
      Lock gRPC gem to 1.8 · cf34f33a
      Zeger-Jan van de Weg 提交于
      Given 1.9 has issues we're aware of, for now we're locking to 1.8.
      Closes gitlab-org/gitaly#1059 and will probably be removed if 1.10 is
      tested an deemed ok.
      cf34f33a
  19. 02 3月, 2018 2 次提交
  20. 26 2月, 2018 1 次提交
  21. 21 2月, 2018 2 次提交
  22. 17 2月, 2018 1 次提交
  23. 08 2月, 2018 3 次提交
  24. 07 2月, 2018 1 次提交