summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Verify the MR being displayed question has a merge commit set and can be cher...Douwe Maan2016-04-201-0/+4
* | | | | | | Fix Build#append_trace method usage when trace file doesn't exists yetTomasz Maczukin2016-04-201-1/+1
* | | | | | | Make sure that appending is done on a valid lengthTomasz Maczukin2016-04-201-4/+5
* | | | | | | Add range checkingTomasz Maczukin2016-04-201-0/+8
* | | | | | | Add incremental build trace update APITomasz Maczukin2016-04-201-1/+13
* | | | | | | Merge branch 'slack_wiki_notifications' into 'master' Rémy Coutable2016-04-205-2/+65
|\ \ \ \ \ \ \
| * | | | | | | formatting and test structureSebastian Klier2016-04-201-1/+1
| * | | | | | | add slack notifications for wiki pagesSebastian Klier2016-04-205-2/+65
* | | | | | | | Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-201-19/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Continue implementation of the license template selector and /licenses API en...Rémy Coutable2016-04-181-19/+18
* | | | | | | | Merge branch '15139-fix-constants-redefinition-warnings' into 'master' Robert Speicher2016-04-199-13/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Get rid of more requires, which causes warnings when code is reloaded15139-fix-constants-redefinition-warningsRémy Coutable2016-04-193-8/+3
| * | | | | | | | Remove useless require 'file_size_validator' causing warningsRémy Coutable2016-04-196-6/+0
| * | | | | | | | Define constants only if not defined yet and freeze themRémy Coutable2016-04-191-3/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-192-5/+52
|\ \ \ \ \ \ \ \