Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. Aug 27, 2013
  3. Aug 26, 2013
  4. Aug 25, 2013
    • ash wilson's avatar
      Link issues from comments and automatically close them · c8a115c0
      ash wilson authored
      Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
      references in descriptions, titles, or attached Notes creates a back-reference
      Note that links to the original referencer. Furthermore, pushing commits with
      commit messages that match a (configurable) regexp to a project's default
      branch will close any issues mentioned by GFM in the matched closing phrase.
      If accepting a merge request would close any Issues in this way, a banner is
      appended to the merge request's main panel to indicate this.
      c8a115c0
  5. Aug 22, 2013
  6. Aug 20, 2013
  7. Aug 15, 2013
  8. Aug 13, 2013
  9. Aug 05, 2013
  10. Aug 04, 2013
  11. Jul 30, 2013
  12. Jul 29, 2013
  13. Jul 18, 2013
    • Dmitriy Zaporozhets's avatar
      Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys... · 475f607a
      Dmitriy Zaporozhets authored
      Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys stored in different location
      475f607a
    • Izaak Alpert's avatar
      Raise Error for diff_between/commit_between for non fork mr's in satellite · 58064027
      Izaak Alpert authored
      -Fixed tests to account for this
      -Trigger update after update_branches for list:update selecting first commit, have it also trigger sha lookup
      
      Change-Id: Ie4c3d4fbf57aeadd7d141d3704f4ea0f0684a7a5
      58064027
    • Izaak Alpert's avatar
      Refactor merge api create · fae3f466
      Izaak Alpert authored
      -Made the api method a little more readable
      -removed some missed extra newline's
      
      Change-Id: Ic38baafc813aaeda0a8b283f39916182c8ec37d5
      fae3f466
    • Izaak Alpert's avatar
      Style changes from review with @randx · d9959427
      Izaak Alpert authored
      -Some changes around calling origional methods for !for_fork? merge requests. Other changes to follow
      
      Change-Id: I009c716ce2475b9efa3fd07aee9215fca7a1c150
      d9959427
    • Izaak Alpert's avatar
      MR on fork: Email fixes, style fixes · 0ef055a4
      Izaak Alpert authored
      -Removed many extra spaces I added
      -Fixed email templates to be consistent/better looking
      
      GITLAB-894, GITLAB-895, (GITLAB-858)
      
      Change-Id: I35c1a8e0e22af7de26d54e5c3da987fa7bb3921e
      0ef055a4
    • Izaak Alpert's avatar
      MR on fork: Some cleanup, test updates · 5d56da6b
      Izaak Alpert authored
      -The forked merge request test now tests it's componenets again, and seems to work every time (did this by reordering the branch updates so their is more time for update_branches to run) -- this could still technically fail, but after several runs it doesn't seem to.
      -Removed todo in merge_request, pushed wrapping of grit down to the satellite
      -updated action test to check flock status, made it nolonger pending
      -moved all logging on failure to helper method in satellite
      GITLAB-592
      
      Change-Id: If0554ca35eedc3d3e8461f7d93d4b3939fa2cd75
      5d56da6b
    • Izaak Alpert's avatar
      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
      489fa5d7
Loading