BigW Consortium Gitlab

  1. 06 Jul, 2015 1 commit
  2. 05 May, 2015 1 commit
  3. 13 Apr, 2015 1 commit
  4. 25 Mar, 2015 1 commit
  5. 19 Mar, 2015 1 commit
  6. 25 Dec, 2014 1 commit
  7. 10 Sep, 2014 1 commit
  8. 09 Sep, 2014 1 commit
  9. 08 Sep, 2014 3 commits
  10. 27 Aug, 2014 1 commit
  11. 15 Jul, 2014 2 commits
  12. 25 Jun, 2014 1 commit
  13. 14 Jun, 2014 2 commits
  14. 13 Jun, 2014 1 commit
  15. 26 Feb, 2014 1 commit
  16. 24 Feb, 2014 1 commit
  17. 22 Feb, 2014 1 commit
  18. 20 Feb, 2014 2 commits
  19. 02 Jan, 2014 1 commit
  20. 27 Nov, 2013 1 commit
  21. 17 Nov, 2013 1 commit
  22. 14 Nov, 2013 1 commit
  23. 01 Oct, 2013 2 commits
  24. 07 Sep, 2013 1 commit
    • Improved large commit handling. · 01ff084a
      Boyan Tabakov authored
      Previously, only number of changed files mattered. Now, number of lines to render in the diff are also taken into account.
      
      A hard limit is set, above which diffs are not rendered and users are not allowed to override that. This prevents high server
      resource usage with huge commits.
      
      Related to #1745, #2259
      
      In addition, handle large commits for MergeRequests and Compare controllers.
      
      Also fixes a bug where diffs are loaded twice, if user goes directly to merge_requests/:id/diffs URL.
  25. 09 Aug, 2013 1 commit
  26. 18 Jul, 2013 2 commits
    • MR on Fork multiple fixes · 489fa5d7
      Izaak Alpert authored
      -Disable observers post test run
      -Allow db:seed_fu RAILS_ENV=test to be run more than once without error
      -fix diffs_in_between, was passing in the default_options for grit, but grit in this case doesn't take options, fixed the test to actually fail if the incorrect diffs are returned
      -make notes/commits render against proper project
      -MR discussion file links should reference note's project
      -Added tests for commit links on edit merge request
      -fixes edit issues (canceling an edited mr, updating an edited mr)
      -updates tests with checks for source code updates
      -still forked_merge_requests.feature (project_forked_merge_requests) test not passing (commented out -- "stable" not being set)
      
      MR API: error on bad target_project
      
      -If the target project id is specified and it is not the same as the project the request is being made on (the source), and the it isn't a fork of that project, error out, otherwise use it as the target
      -Fixes some busted (but hidden) test cases
      
      Conflicts:
      	app/views/merge_requests/show/_diffs.html.haml
      	spec/features/notes_on_merge_requests_spec.rb
      
      Change-Id: I20e595c156d0e8a63048baaead7be6330c738a05
  27. 23 Jun, 2013 1 commit
  28. 04 Apr, 2013 1 commit
  29. 03 Apr, 2013 1 commit
  30. 02 Apr, 2013 3 commits
  31. 14 Mar, 2013 1 commit