1. 07 9月, 2016 3 次提交
  2. 06 9月, 2016 5 次提交
    • U
      improve code after review · 790d7cce
      ubudzisz 提交于
      790d7cce
    • U
      add feature test · 691644dc
      ubudzisz 提交于
      add feature test
      
      add feature test
      
      add feature test
      
      remove test to builds_spec
      
      remove feature test to builds_spec
      
      remove feature test to builds_spec
      
      add changes to methods and remove FactoryGirl
      
      add changes to methods and remove FactoryGirl
      
      adding changes to test and js file
      
      changes grammar
      
      update changelog
      
      rename file name
      
      update files after review
      
      update files after review
      
      update files after review
      691644dc
    • U
      add js file · 0893911d
      ubudzisz 提交于
      show variables on-click
      
      show variables on-click
      
      show variables on-click
      
      remove = and add new js classes into sidebar.scss
      
      show variables by clicking button
      
      show variables by clicking button
      
      show variables by clicking button
      
      show variables by clicking button
      
      use id for a class
      
      add nicescroll
      
      add nicescroll
      0893911d
    • A
      Fix failing rspec test for triggers · a7a212c1
      Achilleas Pipinellis 提交于
      a7a212c1
    • V
      Clean up search result classes · 03bed0fb
      Valery Sizov 提交于
      03bed0fb
  3. 05 9月, 2016 1 次提交
  4. 04 9月, 2016 1 次提交
    • S
      Fix randomly failing specs in expand_collapse_diff_spec: · 49b9d8ae
      Stan Hu 提交于
      ```
       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
  5. 02 9月, 2016 5 次提交
  6. 01 9月, 2016 16 次提交
  7. 31 8月, 2016 9 次提交