An error occurred fetching the project authors.
  1. 22 Dec, 2015 1 commit
    • Stan Hu's avatar
      Merge branch 'fix_leave_project_display' into 'master' · 60066dcb
      Stan Hu authored
      Fix and test leave project display
      
      The 'Leave this project' display on project page was broken. It was calling the method incorrectly, which returned `nil` and displayed nothing. 
      
      This fixes the display and also adds 2 different tests for it.
      
      cc/ @jvanbaarsen @stanhu Please review and merge if you think it looks good. Thank you!
      
      See merge request !2166
      60066dcb
  2. 18 Oct, 2015 1 commit
  3. 14 Oct, 2015 1 commit
  4. 13 Oct, 2015 1 commit
  5. 07 Oct, 2015 1 commit
  6. 06 Aug, 2015 1 commit
  7. 07 Jul, 2015 1 commit
  8. 03 Jun, 2015 1 commit
  9. 02 Jun, 2015 1 commit
  10. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  11. 28 Oct, 2014 1 commit
  12. 08 Oct, 2014 1 commit
  13. 07 Oct, 2014 1 commit
    • Vinnie Okada's avatar
      Add option to keep repo on project delete · 68b5ac7f
      Vinnie Okada authored
      Update the project API controller to use `Projects::DestroyService`
      instead of calling `Project#destroy` directly.
      
      Also add an optional parameter, `:keep_repo`, that allows a project to
      be deleted without deleting the repository, wiki, and satellite from
      disk.
      68b5ac7f
  14. 17 Jun, 2014 1 commit
  15. 13 Apr, 2014 1 commit
  16. 18 Jul, 2013 1 commit
    • Izaak Alpert's avatar
      Merge Request on forked projects · 3d7194f0
      Izaak Alpert authored
      The good:
      
       - You can do a merge request for a forked commit and it will merge properly (i.e. it does work).
       - Push events take into account merge requests on forked projects
       - Tests around merge_actions now present, spinach, and other rspec tests
       - Satellites now clean themselves up rather then recreate
      
      The questionable:
      
       - Events only know about target projects
       - Project's merge requests only hold on to MR's where they are the target
       - All operations performed in the satellite
      
      The bad:
      
        -  Duplication between project's repositories and satellites (e.g. commits_between)
      
      (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos)
      
      Fixes:
      
      Make test repos/satellites only create when needed
      -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap)
      -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually
      -fixed remote removal
      -How to merge renders properly
      -Update emails to show project/branches
      -Edit MR doesn't set target branch
      -Fix some failures on editing/creating merge requests, added a test
      -Added back a test around merge request observer
      -Clean up project_transfer_spec, Remove duplicate enable/disable observers
      -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well
      -Signifant speed ups for tests
      -Update formatting ordering in notes_on_merge_requests
      -Remove wiki schema update
      Fixes for search/search results
      -Search results was using by_project for a list of projects, updated this to use in_projects
      -updated search results to reference the correct (target) project
      -udpated search results to print both sides of the merge request
      
      Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
      3d7194f0
  17. 10 Apr, 2013 1 commit
  18. 19 Mar, 2013 1 commit
  19. 21 Feb, 2013 1 commit
  20. 09 Jan, 2013 1 commit
  21. 04 Jan, 2013 1 commit
  22. 02 Jan, 2013 1 commit
  23. 06 Dec, 2012 1 commit
  24. 25 Nov, 2012 1 commit
  25. 23 Nov, 2012 1 commit
  26. 13 Nov, 2012 1 commit
  27. 08 Sep, 2012 1 commit
  28. 10 Aug, 2012 1 commit
  29. 03 Aug, 2012 1 commit
  30. 05 Jul, 2012 1 commit
  31. 12 Jun, 2012 1 commit
    • randx's avatar
      Dashboard refactoring: · edd81a79
      randx authored
      * dashboard should be in dashboard controller not project index
      * projects index removed
      edd81a79
  32. 01 Jun, 2012 2 commits
  33. 27 May, 2012 2 commits
  34. 24 Apr, 2012 1 commit
  35. 13 Mar, 2012 1 commit
  36. 07 Feb, 2012 1 commit
  37. 29 Jan, 2012 1 commit
  38. 04 Jan, 2012 1 commit