summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove the Devise Async gem."Connor Shea2016-05-031-1/+1
* Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-05-024-4/+6
|\
| * Ensure URL in all Service subclasses are validRémy Coutable2016-04-254-4/+6
* | Support e-mail notifications for comments on project snippetsStan Hu2016-05-021-0/+2
* | Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-304-9/+18
* | Tweak checking branches in Project#open_branchesYorick Peterse2016-04-291-9/+7
* | Use a query in Project#protected_branch?Yorick Peterse2016-04-291-1/+1
* | Merge branch 'gitattributes' into 'master' Rémy Coutable2016-04-292-0/+11
|\ \
| * | Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-292-0/+11
* | | Use a better message when milestone is newly createdchange_message_for_newly_created_milestoneArinde Eniola2016-04-291-1/+1
|/ /
* | Properly handle bigger filesZeger-Jan van de Weg2016-04-282-0/+12
* | Render canceled status if any of the jobs canceledGrzegorz Bizon2016-04-271-1/+1
* | Allow alternative names for the CHANGELOG file.Connor Shea2016-04-261-1/+1
* | Remove the Devise Async gem.Connor Shea2016-04-261-1/+1
* | Throttle the update of `project.last_activity_at` to 1 minute15094-throttle-update-of-last_activity_atRémy Coutable2016-04-251-1/+1
|/
* Fix Error 500 due to stale cache when projects are renamed or transferredStan Hu2016-04-251-4/+2
* Fix license detection to detect all license files, not only known licensesRémy Coutable2016-04-251-7/+3
* Merge branch 'fix/label-filters' into 'master' Douwe Maan2016-04-211-1/+8
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/label-filtersJames Lopez2016-04-2122-57/+232
| |\
| * | udpated a few things based on MR feedback. Also added model specJames Lopez2016-04-201-1/+8
| * | filter labels by including all filter titles as part of the queryJames Lopez2016-04-191-1/+1
* | | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-217-145/+173
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-199-26/+74
| |\ \
| * | | Fix testsKamil Trzcinski2016-04-181-1/+1
| * | | Make some logic less twistableKamil Trzcinski2016-04-171-1/+1
| * | | Write specs for this featureKamil Trzcinski2016-04-163-12/+16
| * | | Rename CiStatus to StatusableKamil Trzcinski2016-04-164-6/+10
| * | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-1610-39/+112
| |\ \ \
| * | | | Fix implementation of config_processor and ci_yaml_fileKamil Trzcinski2016-04-131-10/+15
| * | | | Update handling of skipped statusKamil Trzcinski2016-04-133-17/+18
| * | | | Simplify state update of Ci::Commit objectKamil Trzcinski2016-04-131-61/+11
| * | | | Support skipped statusKamil Trzcinski2016-04-131-0/+3
| * | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-1312-111/+75
| |\ \ \ \
| * | | | | Fix CiStatus implementation and testsKamil Trzcinski2016-04-132-11/+11
| * | | | | Remove the use of default scope for BuildsKamil Trzcinski2016-04-131-11/+0
| * | | | | Optimise CI status accessorKamil Trzcinski2016-04-122-41/+22
| * | | | | Optimise CI status accessorKamil Trzcinski2016-04-123-1/+41
| * | | | | Fix create_next_builds methodKamil Trzcinski2016-04-121-3/+3
| * | | | | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-122-7/+9
| * | | | | Fix specsKamil Trzcinski2016-04-113-14/+25
| * | | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-117-106/+144
* | | | | | Move Issue scopes from Issuable to Issue modelRémy Coutable2016-04-202-4/+4
* | | | | | Move due_date sort scopes to Issue and fix CHANGELOGRémy Coutable2016-04-202-4/+12
* | | | | | Address MR feedbackRémy Coutable2016-04-203-17/+13
* | | | | | Add red color to overdue and open issuesMehmet Beydogan2016-04-201-0/+8
* | | | | | Fix functionality of due this week. Add due this month and overdue, remove du...Mehmet Beydogan2016-04-203-8/+14
* | | | | | Update due date asc scope for mysqlMehmet Beydogan2016-04-201-1/+1
* | | | | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-203-0/+9
* | | | | | Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-201-0/+4
|\ \ \ \ \ \
| * | | | | | Label text color comes from JSONPhil Hughes2016-04-201-0/+4