An error occurred fetching the project authors.
  1. 10 May, 2018 1 commit
  2. 03 May, 2018 1 commit
  3. 28 Apr, 2018 2 commits
    • blackst0ne's avatar
      Update `Gemfile.rails5.lock` · 34a3e165
      blackst0ne authored
      34a3e165
    • blackst0ne's avatar
      [Rails5] Fix `params` for DeleteUserWorker · 4a306796
      blackst0ne authored
      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
  4. 19 Apr, 2018 1 commit
  5. 10 Apr, 2018 1 commit
    • blackst0ne's avatar
      [Rails5] Fix running spinach tests · 1a455f3d
      blackst0ne authored
      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
  6. 08 Apr, 2018 1 commit
  7. 07 Apr, 2018 2 commits
  8. 04 Apr, 2018 1 commit
  9. 02 Apr, 2018 1 commit
  10. 26 Mar, 2018 1 commit
  11. 14 Mar, 2018 6 commits
  12. 13 Mar, 2018 5 commits
  13. 12 Mar, 2018 2 commits
  14. 09 Mar, 2018 1 commit
  15. 07 Mar, 2018 1 commit
  16. 06 Mar, 2018 2 commits
  17. 02 Mar, 2018 1 commit
  18. 01 Mar, 2018 1 commit
  19. 26 Feb, 2018 1 commit
  20. 21 Feb, 2018 1 commit
  21. 20 Feb, 2018 1 commit
  22. 16 Feb, 2018 1 commit
  23. 07 Feb, 2018 4 commits
  24. 06 Feb, 2018 1 commit