BigW Consortium Gitlab

  1. 06 Jul, 2017 1 commit
  2. 05 Jul, 2017 1 commit
  3. 29 Jun, 2017 2 commits
  4. 19 Jun, 2017 1 commit
  5. 14 Jun, 2017 2 commits
  6. 02 Jun, 2017 1 commit
  7. 22 May, 2017 1 commit
  8. 21 Apr, 2017 1 commit
  9. 20 Apr, 2017 1 commit
  10. 09 Feb, 2017 2 commits
  11. 14 Jan, 2017 1 commit
  12. 10 Nov, 2016 1 commit
  13. 04 Sep, 2016 1 commit
    • Fix randomly failing specs in expand_collapse_diff_spec: · 49b9d8ae
      Stan Hu authored
      ```
       Failure/Error: namespace.human_name + ' / ' + name
      
           ActionView::Template::Error:
             undefined method `+' for nil:NilClass
           # ./app/models/project.rb:807:in `name_with_namespace'
           # ./app/views/layouts/project.html.haml:1:in `_app_views_layouts_project_html_haml___2918737809244135908_70160161538920
      '
           # ./app/controllers/projects/commit_controller.rb:23:in `show'
           # ./lib/gitlab/request_profiler/middleware.rb:15:in `call'
           # ./lib/gitlab/middleware/go.rb:16:in `call'
           # ./lib/gitlab/middleware/static.rb:9:in `call'
           # ------------------
      
           # --- Caused by: ---
           # NoMethodError:
           #   undefined method `+' for nil:NilClass
           #   ./app/models/project.rb:807:in `name_with_namespace'
      ```
      
      Capybara's `click_link` method doesn't actually wait for the page to reload.
      When the `expand_all_diffs` parameter is used, we need to search for unique
      elements that appear to ensure that the page has actually reloaded.
      
      Closes #21841
  14. 03 Sep, 2016 1 commit
  15. 18 Jul, 2016 1 commit
  16. 12 Jul, 2016 1 commit
  17. 11 Jul, 2016 2 commits
  18. 08 Jul, 2016 2 commits