BigW Consortium Gitlab

  1. 28 Nov, 2016 2 commits
  2. 24 Nov, 2016 1 commit
  3. 23 Nov, 2016 4 commits
  4. 18 Nov, 2016 1 commit
  5. 16 Nov, 2016 1 commit
    • Move 'Search Snippets' Spinach feature to Rspec · dbf5c8ab
      the-undefined authored
      This commit moves the `search_snippets.feature` Spinach test to a
      Rspec feature, as part of deprecating the Spinach test suite.
      
      - Remove Spinach discover snippets feature and steps
      - Remove unused `SharedSearch` module
      - Add Rspec feature scenarios
  6. 15 Nov, 2016 1 commit
    • Unify anchor link format for MR diff files !7298 · 8782bb96
      Yar authored
      Right now, the following naming scheme for diff files is used: diff-1, diff-2, ... and also we have "internal" format which is file-path-HASH, where HASH is sha1 of file path.
      Besides, we have HASH_lineA_lineB format to link exact line number in MR diff. It makes sence to unify the way we link diff from outside, while leave "file-path-HASH" format for internal (js) usage.
      Changes in this commit  allow to link diff just by HASH, if we don't want specify exact lines, also it changes "file-path-HASH" and "diff-NUMBER" links in code to this unified format.
      
      Inspired by #24010 and !7298
  7. 08 Nov, 2016 2 commits
  8. 07 Nov, 2016 2 commits
    • implements reset incoming email token on issues modal and account page, · 011e561b
      tiagonbotelho authored
      reactivates all tests and writes more tests for it
    • Rewritten spinach git_blame tests to rspec feature tests · e6e41478
      Lisanne Fellinger authored
      Fixing rubocop violations
      
      Relocated git_blame spec and fixed styling issue
      
      Rewritten spinach git_blame tests to rspec feature tests
      
      Fixing rubocop violations
      
      Relocated git_blame spec and fixed styling issue
      
      Rewritten spinach git_blame tests to rspec feature tests
      
      Fixing rubocop violations
      
      Rewritten spinach git_blame tests to rspec feature tests
      
      Fixing rubocop violations
      
      Rewritten spinach git_blame tests to rspec feature tests
      
      Fixing rubocop violations
      
      Relocated git_blame spec and fixed styling issue
  9. 06 Nov, 2016 1 commit
  10. 04 Nov, 2016 2 commits
  11. 03 Nov, 2016 1 commit
    • Show log corresponding to env in admin/logs · e900e53a
      Lukas Erlacher authored
      No matter which environment Gitlab was running as, the admin/logs view
      always showed production.log. This commit selects the logfile based
      on Rails.env.
      
      - Rename ProductionLogger to EnvironmentLogger
      - Make EnvironmentLogger logfile depend on env
      - Update spinach test for log tabs
  12. 01 Nov, 2016 2 commits
  13. 28 Oct, 2016 1 commit
  14. 26 Oct, 2016 1 commit
  15. 21 Oct, 2016 1 commit
    • Disable warming of the asset cache in Spinach tests under CI · cf31a0f0
      Stan Hu authored
      I suspect some combination of Knapsack tests cause no regular Rack tests
      to be loaded (i.e. all JavaScript tests), which leads to the error:
      
      ArgumentError: rack-test requires a rack application, but none was given
      
      In CI, we precompile all the assets so there is no need to warm the
      asset cache in any case.
      
      Closes #23613
  16. 20 Oct, 2016 1 commit
    • Differentiate the expire from leave event · 9124310f
      Callum Dryden authored
      At the moment we cannot see weather a user left a project due to their
      membership expiring of if they themselves opted to leave the project.
      This adds a new event type that allows us to make this differentiation.
      Note that is not really feasable to go back and reliably fix up the
      previous events. As a result the events for previous expire removals
      will remain the same however events of this nature going forward will be
      correctly represented.
  17. 19 Oct, 2016 1 commit
  18. 18 Oct, 2016 1 commit
  19. 17 Oct, 2016 5 commits
  20. 16 Oct, 2016 3 commits
  21. 15 Oct, 2016 2 commits
  22. 14 Oct, 2016 4 commits