summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Use % notation for arrays in runner model constantsfix/reuse-runner-edit-form-in-admin-areaGrzegorz Bizon2016-05-111-2/+2
* Share form editable attributes mf runner via modelGrzegorz Bizon2016-05-101-0/+1
* Merge branch 'wiki-fix' into 'master' Rémy Coutable2016-05-091-1/+1
|\
| * Use the proper GitLab URL for links in WikiArtem Sidorenko2016-05-091-1/+1
* | Merge branch 'rs-remove-wall_enabled' into 'master' Dmitriy Zaporozhets2016-05-091-2/+0
|\ \ | |/ |/|
| * Remove `wall_enabled` field from Projectrs-remove-wall_enabledRobert Speicher2016-05-081-2/+0
* | Improve multiple branch push performance by memoizing permission checkingStan Hu2016-05-091-1/+1
|/
* Reduce delay in destroying a project from 1-minute to immediatelyStan Hu2016-05-071-0/+7
* Annotate modelsDmitriy Zaporozhets2016-05-065-2/+6
* Merge branch 'remove-unexpected-filtering' into 'master' Grzegorz Bizon2016-05-061-2/+3
|\
| * Use outer join for issues ordering by milestones due.Takuya Noguchi2016-05-061-2/+3
* | Annotate the modelsZeger-Jan van de Weg2016-05-0672-323/+485
|/
* Merge branch 'use-rugged-to-create-tag' into 'master' Rémy Coutable2016-05-041-3/+13
|\
| * Use a similar approach to branch creation for tag creationuse-rugged-to-create-tagRémy Coutable2016-05-041-7/+10
| * Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable2016-05-041-2/+9
* | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-041-2/+4
|\ \ | |/ |/|
| * API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-2/+4
* | 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
| |\ \ \ \