1. 06 Sep, 2016 2 commits
    • Z.J. van de Weg's avatar
      Have CI test migration paths · f6f06eae
      Z.J. van de Weg authored
      This commit adds a job to the pipeline to test if migration on seed
      data works. Even though the seed data is not perfect, it does give more
      guarentees that this will succeed in the real world too.
      
      seed_fu is used instead of dev:setup to save some time, as they both
      generate the data in the same way, this should be fine.
      f6f06eae
    • Fatih Acet's avatar
      Merge branch 'build-cancel-spinner' into 'master' · 52cc64a8
      Fatih Acet authored
      Hide build spinner on canceled builds
      
      ## What does this MR do?
      
      If the build has canceled this correctly hides the spinner
      
      ## What are the relevant issue numbers?
      
      Closes #19651 
      
      ## Screenshots (if relevant)
      
      ![Screen_Shot_2016-07-11_at_13.51.57](/uploads/8342470cf35dae7c67168d9153592fb6/Screen_Shot_2016-07-11_at_13.51.57.png)
      
      See merge request !5182
      52cc64a8
  2. 05 Sep, 2016 24 commits
  3. 04 Sep, 2016 3 commits
    • Achilleas Pipinellis's avatar
      Merge branch 'zj-add-link-docs-index' into 'master' · beb0b666
      Achilleas Pipinellis authored
      Add link on API docs index page
      
      
      
      See merge request !6190
      beb0b666
    • Stan Hu's avatar
      Merge branch 'fix-spec-failures-diff-spec' into 'master' · 03acf759
      Stan Hu authored
      Fix randomly failing specs in expand_collapse_diff_spec:
      
      This MR fixes the following random failure in a spec:
      
      ```
       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
      
      See merge request !6193
      03acf759
    • Stan Hu's avatar
      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
      49b9d8ae
  4. 03 Sep, 2016 1 commit
  5. 02 Sep, 2016 10 commits