19 Mar, 2014

1 commit

  • This spec featured the slowest tests in the entire suite. After some
    debugging, the cause was found to be the large commit diff generated by
    comparing the stable and master branches.
    
    To fix this, the seed repository was modified to create a simple branch
    off of master that consists of three simple commits and minor changes.
    The spec was then updated to compare master to this branch instead of
    stable. The result is a spec group that runs in under 30 seconds, down
    from about 90.
    Robert Speicher
     

02 Mar, 2014

1 commit


25 Feb, 2014

1 commit


24 Feb, 2014

2 commits

  • Public Groups
    
    This is the initial work (meaning no tests) for making groups public if they have a public project (or internal for logged in users). This allows issues and merge requests to be viewed, but _not_ group membership. As part of this I have also added back the link in the public project title section (it was removed as it didn't make sense before).
    
    This addesses the following suggestions/issues:
    
    http://feedback.gitlab.com/forums/176466-general/suggestions/5314461-groups-containing-one-or-more-public-projects-shou
    Issue #32
    https://github.com/gitlabhq/gitlabhq/issues/5203
    as well as a few closed issues.
    
    This also changes the public user page to only show groups that are accessible to the user in some manner.
    Dmitriy Zaporozhets
     
  • Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
    Dmitriy Zaporozhets
     

20 Feb, 2014

1 commit


19 Feb, 2014

1 commit


18 Feb, 2014

1 commit


10 Feb, 2014

1 commit


23 Jan, 2014

1 commit


22 Jan, 2014

1 commit


14 Jan, 2014

1 commit


01 Jan, 2014

1 commit


26 Dec, 2013

1 commit


20 Dec, 2013

1 commit


17 Dec, 2013

1 commit


27 Nov, 2013

3 commits


26 Nov, 2013

1 commit


23 Nov, 2013

1 commit


20 Oct, 2013

1 commit


09 Oct, 2013

2 commits


26 Sep, 2013

2 commits


25 Sep, 2013

4 commits


13 Sep, 2013

1 commit


11 Sep, 2013

1 commit


04 Sep, 2013

1 commit


21 Aug, 2013

1 commit


20 Aug, 2013

1 commit


08 Aug, 2013

1 commit


05 Aug, 2013

1 commit


17 Jul, 2013

3 commits

  • -Some changes around calling origional methods for !for_fork? merge requests. Other changes to follow
    
    Change-Id: I009c716ce2475b9efa3fd07aee9215fca7a1c150
    Izaak Alpert
     
  • -Had to do some minor test clean up as well
    
    Change-Id: I8f378f1b5fe676d73b8691e870c11ca6def90cbf
    Izaak Alpert
     
  • -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
    Izaak Alpert