| Commit message (Expand) | Author | Age | Files | Lines |
* | Use sequence number as MergeRequest#title, for better display in breadcrumbs | Marius Mathiesen | 2010-02-11 | 1 | -1/+1 |
* | Add repository user as a watcher when creating a new repository | Johan Sørensen | 2009-12-10 | 1 | -3/+3 |
* | Move creation of favorites into controller. Also adding merge request to own... | Marius Mathiesen | 2009-12-10 | 1 | -1/+6 |
* | Change the way reviewers are notified about new merge requests | Marius Mathiesen | 2009-12-10 | 1 | -13/+19 |
* | When a merge request is created (confirmed_by_user), each reviewer will have ... | Marius Mathiesen | 2009-12-09 | 1 | -2/+11 |
* | Make merge requests watchable | Marius Mathiesen | 2009-12-07 | 1 | -0/+1 |
* | Pedantic line-length and whitespace cleanup | Johan Sørensen | 2009-11-30 | 1 | -13/+18 |
* | MergeRequest's to_param now uses the sequence number instead of id | Marius Mathiesen | 2009-11-30 | 1 | -3/+7 |
* | Adding sequence number to merge requests, will replace id in URLs etc. | Marius Mathiesen | 2009-11-30 | 1 | -3/+14 |
* | Only notify reviewers about new merge requests | Johan Sørensen | 2009-11-19 | 1 | -80/+80 |
* | MergeRequest#resolvable_by? should use the committerships with a review bit | Johan Sørensen | 2009-11-19 | 1 | -1/+1 |
* | Use a proper SQL query for MergeRequest.cascaded_comments so we can order the... | Johan Sørensen | 2009-11-05 | 1 | -4/+6 |
* | Show the render_if_ready box if a merge request isn't ready | Johan Sørensen | 2009-11-04 | 1 | -1/+1 |
* | Less cryptic MergeRequest#version_number(n) | Johan Sørensen | 2009-11-04 | 1 | -1/+1 |
* | Even less N+1 queries when fetching comments for a merge request | Johan Sørensen | 2009-11-04 | 1 | -1/+1 |
* | Less N+1 queries when fetching comments for a merge request | Johan Sørensen | 2009-11-04 | 1 | -1/+3 |
* | Display comments on both merge request and versions in the comment listing | Marius Mathiesen | 2009-11-04 | 1 | -0/+5 |
* | Don't create an extra version event when creating a new merge request | Johan Sørensen | 2009-10-22 | 1 | -14/+24 |
* | Grant merge request creators the ability to change the status | Johan Sørensen | 2009-09-23 | 1 | -1/+1 |
* | Include summary in MergeRequest#to_xml and use the status_tag as well | Johan Sørensen | 2009-09-01 | 1 | -2/+2 |
* | MergeRequest.from_filter shouldn't make special exceptions for 'open'/'closed' | Johan Sørensen | 2009-08-27 | 1 | -7/+2 |
* | Add a MergeRequest::public scope, and make sure to use it consequently | Johan Sørensen | 2009-08-27 | 1 | -0/+1 |
* | Validate presence of summary field for new merge requests and migrate existin... | Johan Sørensen | 2009-08-27 | 1 | -1/+1 |
* | Merge commit 'qt/restructure-merge-request-view' | Johan Sørensen | 2009-08-25 | 1 | -1/+1 |
|\ |
|
| * | Use merge-request number for breadcrumb title instead of source branch | Tor Arne Vestbø | 2009-08-24 | 1 | -1/+1 |
* | | Be able to set a default MergeRequestStatus | Johan Sørensen | 2009-08-25 | 1 | -3/+11 |
* | | dependent => :destroy for merge request versions | Marius Mathiesen | 2009-08-25 | 1 | -1/+1 |
* | | Make sure MergeRequest#status_string is a string (for the "legacy" template) | Johan Sørensen | 2009-08-24 | 1 | -1/+1 |
|/ |
|
* | Losen the custom merge request states even further and allow for both open&cl... | Johan Sørensen | 2009-08-24 | 1 | -53/+45 |
* | Be able to turn new merge-request notifications on or off, per repository | Johan Sørensen | 2009-07-24 | 1 | -3/+9 |
* | The "Open" status tag should be capitalized, not downcased when confirmed_by_... | Johan Sørensen | 2009-07-22 | 1 | -1/+1 |
* | Make sure pending merge requests are never included in the scopes or #from_fi... | Johan Sørensen | 2009-07-22 | 1 | -5/+5 |
* | Refactor the merge-request tracking branches deletion to be in an after_destr... | Johan Sørensen | 2009-07-22 | 1 | -9/+16 |
* | Adding a processor for handling deletion of merge requests. | Marius Mathiesen | 2009-07-17 | 1 | -0/+6 |
* | Deletion of merge requests in Git should be allowed for local connections. | Marius Mathiesen | 2009-07-16 | 1 | -0/+4 |
* | The default status_tag of new merge requests should be open | Marius Mathiesen | 2009-07-15 | 1 | -0/+2 |
* | Calculate the merge base for a merge-request without timeouts | Johan Sørensen | 2009-07-15 | 1 | -1/+2 |
* | Prettified the rendering of merge request status changes in comments and events | Johan Sørensen | 2009-07-15 | 1 | -4/+5 |
* | Add the comment in the event generated when updating a merge request with a n... | Marius Mathiesen | 2009-07-14 | 1 | -4/+8 |
* | Supplying a list of status tags per repository when listing merge requests: | Marius Mathiesen | 2009-07-13 | 1 | -1/+6 |
* | index the MergeRequest#status_tag as status | Johan Sørensen | 2009-07-13 | 1 | -1/+2 |
* | Reformatted line-length, added a comment about future optimization and | Johan Sørensen | 2009-07-13 | 1 | -4/+5 |
* | Change the filtering on merge requests to use the status_tag. | Marius Mathiesen | 2009-07-02 | 1 | -5/+20 |
* | Let each project define its status tags for merge requests | Marius Mathiesen | 2009-07-02 | 1 | -37/+14 |
* | Cache the commit status for 60 minutes | Marius Mathiesen | 2009-07-01 | 1 | -1/+1 |
* | Make sure the new mergerequest created Message has the correct sender in the ... | Johan Sørensen | 2009-06-30 | 1 | -1/+3 |
* | Moving the calculation of commits in a merge request version where it belongs | Marius Mathiesen | 2009-06-30 | 1 | -5/+1 |
* | Commit status for commits in a merge request: | Marius Mathiesen | 2009-06-30 | 1 | -4/+7 |
* | Push to the MergeRequest tracking repository without a timeout | Johan Sørensen | 2009-06-29 | 1 | -4/+7 |
* | For legacy merge requests (that is, no versions yet) we need to use the endin... | Marius Mathiesen | 2009-06-24 | 1 | -1/+6 |
* | Support for merge requests without versions (legacy): | Marius Mathiesen | 2009-06-24 | 1 | -1/+5 |
* | Enabling edit/update in MergeRequestsController: | Marius Mathiesen | 2009-06-24 | 1 | -3/+10 |
* | Handle legacy merge requests (=no versions) with a different template | Marius Mathiesen | 2009-06-24 | 1 | -1/+1 |
* | Merge request updates: | Marius Mathiesen | 2009-06-24 | 1 | -3/+6 |
* | Adding versions to merge request, track the last common base between source a... | Marius Mathiesen | 2009-06-24 | 1 | -46/+107 |
* | When migrating merge requests: handle situations where the ending commit | Marius Mathiesen | 2009-06-24 | 1 | -2/+6 |
* | Let users view commits from earlier versions of a merge request | Marius Mathiesen | 2009-06-24 | 1 | -2/+6 |
* | Render a waiting message when viewing a merge request without a backend branch. | Marius Mathiesen | 2009-06-24 | 1 | -1/+6 |
* | Make some status tags "sticky", that is change the state machinestate. | Marius Mathiesen | 2009-06-24 | 1 | -11/+24 |
* | Adding a loose state (status_tag) to merge requests, adding state change to c... | Marius Mathiesen | 2009-06-24 | 1 | -0/+11 |
* | Add a migration facility for existing merge requests | Marius Mathiesen | 2009-06-24 | 1 | -1/+22 |
* | Moved the authentication logic from SSH Client to pre-receive: | Marius Mathiesen | 2009-06-24 | 1 | -0/+1 |
* | Renamed the merge request branches to refs/merge-requests/<id> | Marius Mathiesen | 2009-06-24 | 1 | -3/+3 |
* | Let merge requests live their own life in a branch | Marius Mathiesen | 2009-06-24 | 1 | -2/+26 |
* | Put the merge requests in refs/reviews/<id>/sequence | Marius Mathiesen | 2009-06-24 | 1 | -1/+1 |
* | Push to an invisible branch in the target repository | Marius Mathiesen | 2009-06-24 | 1 | -1/+2 |
* | The name tracking_repository states its intention | Marius Mathiesen | 2009-06-24 | 1 | -2/+2 |
* | Instead of pushing the entire branch to the tracking | Marius Mathiesen | 2009-06-24 | 1 | -1/+1 |
* | When creating a merge request, a separate Git repository | Marius Mathiesen | 2009-06-24 | 1 | -0/+7 |
* | make sure the notifiable is always included in the notification_copy | Johan Sørensen | 2009-06-22 | 1 | -1/+7 |
* | Make a MergeRequest know if its ending commit (still) exists | Marius Mathiesen | 2009-06-17 | 1 | -0/+4 |
* | Index all merge requests, unless state is STATUS_PENDING_ACCEPTANCE_OF_TERMS | Johan Sørensen | 2009-06-15 | 1 | -1/+1 |
* | In stead of destroying messages when their notifiables | Marius Mathiesen | 2009-06-02 | 1 | -1/+8 |
* | Added patch and xml format support for merge requests: | Marius Mathiesen | 2009-05-28 | 1 | -0/+23 |
* | Make MergeRequest#resolvable_by? work together with the annoying ways in which | Johan Sørensen | 2009-05-27 | 1 | -0/+1 |
* | Adding support for re-opening merge requests. | Marius Mathiesen | 2009-05-19 | 1 | -0/+14 |
* | Be able to filter merge-requests on open/verifying, merged and rejected | Johan Sørensen | 2009-05-18 | 1 | -0/+15 |
* | Adding an updated_by to merge requests. | Marius Mathiesen | 2009-05-14 | 1 | -12/+12 |
* | Adding a new state to merge requests: verifying. This is intended for telling... | Marius Mathiesen | 2009-05-13 | 1 | -3/+33 |
* | For compatibility with merge requests created before the Gitorious upgrade: s... | Marius Mathiesen | 2009-05-11 | 1 | -1/+2 |
* | Adding support for deleting your own merge requests: | Marius Mathiesen | 2009-05-11 | 1 | -1/+1 |
* | Changing the way signoff of merge requests work, due to a requirement that us... | Marius Mathiesen | 2009-04-30 | 1 | -1/+21 |
* | Be able to comment on merge requests as well | Johan Sørensen | 2009-04-29 | 1 | -0/+1 |
* | Make oauth related attributes on Project attr_protected | Johan Sørensen | 2009-04-23 | 1 | -1/+2 |
* | Sending along the user's login when requesting a request token via OAuth. Als... | Marius Mathiesen | 2009-04-22 | 1 | -0/+1 |
* | Made a first successful pass at OAuth integration with external site | Marius Mathiesen | 2009-04-22 | 1 | -3/+12 |
* | Updated copyrights-blurb in all application files | Johan Sørensen | 2009-04-22 | 1 | -1/+5 |
* | Letting the user accept the EULA on signup by presenting him with the current... | Marius Mathiesen | 2009-04-22 | 1 | -1/+6 |
* | Adding configurable merge request signoff information: | Marius Mathiesen | 2009-04-22 | 1 | -11/+21 |
* | Posting a request offsite after acceptance of terms | Marius Mathiesen | 2009-04-22 | 1 | -2/+5 |
* | Fixed merge request breadcrumb icons | Johan Sørensen | 2009-04-22 | 1 | -0/+4 |
* | Reverse the commits_to_be_merge when there's an ending commit | Johan Sørensen | 2009-04-22 | 1 | -2/+2 |
* | Deliver merge request notifications to each committer in the target repository | Marius Mathiesen | 2009-04-22 | 1 | -7/+9 |
* | Moved the state machine logic in MergeRequest where it belongs, in a state ma... | Marius Mathiesen | 2009-04-22 | 1 | -17/+40 |
* | Deliver a status update when a merge request is resolved. | Marius Mathiesen | 2009-04-22 | 1 | -5/+18 |
* | Adding a reason to Merge Request. Set the reason when the status is updated (... | Marius Mathiesen | 2009-04-22 | 1 | -2/+2 |
* | Can a merge request transition to a given state? Added a method which returns... | Marius Mathiesen | 2009-04-22 | 1 | -1/+21 |
* | Adding notifiable support to messages: | Marius Mathiesen | 2009-04-22 | 1 | -1/+1 |
* | Removing action, test and view for Mailer's merge request notification. This ... | Marius Mathiesen | 2009-04-22 | 1 | -4/+5 |
* | [UNTESTED]: Creating a message to the repo owner when a new merge request is ... | Marius Mathiesen | 2009-04-22 | 1 | -1/+7 |