summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Add a safeguard in MergeRequest#compute_diverged_commits_countRémy Coutable2016-03-181-1/+4
* Refactor `Todo#target`Douglas Barbosa Alexandre2016-03-181-5/+1
* Rename `Todo#to_reference` to `Todo#target_reference`Douglas Barbosa Alexandre2016-03-181-1/+1
* Use `Commit#short_id` instead of `Commit.truncate_sha`Douglas Barbosa Alexandre2016-03-181-1/+1
* Reuse `for_commit?` on conditional validationsDouglas Barbosa Alexandre2016-03-181-2/+2
* Update schema info comment on todo related filesDouglas Barbosa Alexandre2016-03-181-2/+3
* Use todo.done without ! in the controller to mark todo as doneDouglas Barbosa Alexandre2016-03-181-1/+1
* Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-1/+28
* Merge branch 'fix-mr-source-sha' into 'master' Douwe Maan2016-03-181-1/+5
|\
| * Fix MergeRequest#source_sha when there is no diffPierre de La Morinerie2016-03-161-1/+5
* | Merge branch 'confidential-issues' into 'master' Douwe Maan2016-03-185-13/+41
|\ \
| * | Restrict access to confidential issues on activity feedDouglas Barbosa Alexandre2016-03-171-2/+4
| * | Restrict access for confidential issues on milestone viewDouglas Barbosa Alexandre2016-03-172-10/+14
| * | Restrict access to confidential issuesDouglas Barbosa Alexandre2016-03-172-1/+23
* | | Don't rebuild diverging commit count cachesYorick Peterse2016-03-171-6/+0
* | | Removed Repository#rebuild_cacheYorick Peterse2016-03-171-12/+0
|/ /
* | Cache project avatars stored in GitYorick Peterse2016-03-172-7/+34
* | Merge branch 'glalonde-triggerbuild' into 'master' Kamil Trzciński2016-03-171-1/+1
|\ \
| * | adjusted behavior so canceled builds tagged as allowed to fail do not fail buildGeoffrey Lalonde2016-03-171-1/+1
| |/
* | Merge branch '4009-external-users' into 'master' Douwe Maan2016-03-173-23/+30
|\ \
| * \ Merge branch 'master' into 4009-external-users4009-external-usersZeger-Jan van de Weg2016-03-1510-105/+70
| |\ \
| * \ \ Merge branch 'master' into 4009-external-usersZeger-Jan van de Weg2016-03-147-14/+123
| |\ \ \
| * | | | Create an external users tab on Admin user listZeger-Jan van de Weg2016-03-131-2/+3
| * | | | Remove Project#publicishZeger-Jan van de Weg2016-03-131-6/+0
| * | | | External UsersZeger-Jan van de Weg2016-03-132-17/+29
* | | | | Fix specsZeger-Jan van de Weg2016-03-171-0/+1
* | | | | Merge branch 'master' into new-branch-button-issueZeger-Jan van de Weg2016-03-174-7/+11
|\ \ \ \ \
| * | | | | Fix wiki search results point to raw sourceHiroyuki Sato2016-03-171-0/+4
| | |_|_|/ | |/| | |
| * | | | Merge branch 'support-utf8-wiki-page-title' into 'master' Douwe Maan2016-03-162-5/+5
| |\ \ \ \
| | * | | | Support Wiki with UTF-8 page nameHiroyuki Sato2016-03-162-5/+5
| * | | | | Clearify who deletes the userZeger-Jan van de Weg2016-03-151-2/+2
| * | | | | Add ability to delete a user with forceZeger-Jan van de Weg2016-03-151-2/+2
| | |_|_|/ | |/| | |
* | | | | Incorporate the review and update specZeger-Jan van de Weg2016-03-151-11/+11
* | | | | Incorporate reviewZeger-Jan van de Weg2016-03-151-7/+12
* | | | | Enhance new branch button on an issueZeger-Jan van de Weg2016-03-151-5/+6
* | | | | new-branch-buttonZeger-Jan van de Weg2016-03-151-0/+14
|/ / / /
* | | | Improving the original label-subscribing implementationRémy Coutable2016-03-153-19/+18
* | | | Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-153-23/+52
|/ / /
* | | Merge branch 'fix-activerecord-join-stupidity' into 'master' Robert Speicher2016-03-151-0/+7
|\ \ \
| * | | Ignore eager loading in Project.search UNIONYorick Peterse2016-03-151-0/+7
* | | | Merge branch 'external-issue-tracker' into 'master' Yorick Peterse2016-03-151-0/+1
|\ \ \ \
| * | | | Return the external issue tracker even if it's nullexternal-issue-trackerKamil Trzcinski2016-03-151-0/+1
| |/ / /
* | | | Merge branch 'revert-avatar-cropping' into 'master' Rémy Coutable2016-03-151-8/+0
|\ \ \ \
| * | | | Revert "Merge branch 'avatar-cropping' into 'master' "revert-avatar-croppingRémy Coutable2016-03-151-8/+0
| |/ / /
* | | | Ensure "new SSH key" email do not ends up as dead Sidekiq jobsfix/ensure-no-new_ssh_key_email-dead-jobsRémy Coutable2016-03-151-1/+2
|/ / /
* | | Merge branch 'fix-commit-status-rendering' into 'master' Robert Speicher2016-03-153-75/+11
|\ \ \ | |_|/ |/| |
| * | Fix review commentsfix-commit-status-renderingKamil Trzcinski2016-03-142-2/+6
| * | Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-143-75/+7
* | | Merge branch 'rs-note-active-spec' into 'master'Robert Speicher2016-03-141-12/+21
|\ \ \
| * | | Add unit specs for `Note#active?`rs-note-active-specRobert Speicher2016-03-111-12/+21