summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Make pipeline processing asynchronousKamil Trzcinski2016-09-193-21/+24
* Cleanup changesKamil Trzcinski2016-09-191-12/+1
* Update support for dynamic environmentsKamil Trzcinski2016-09-191-1/+1
* Properly create deployment using all possible optionsKamil Trzcinski2016-09-191-7/+8
* Add support for dynamic environmentsKamil Trzcinski2016-09-193-2/+27
* Return created statusKamil Trzcinski2016-09-181-1/+1
* Merge branch '22246-actionview-template-error-undefined-method-each-for-nil-n...Stan Hu2016-09-161-1/+1
|\
| * MergeRequest#environments now returns an empty array when diff_head_commit is...22246-actionview-template-error-undefined-method-each-for-nil-nilclassRémy Coutable2016-09-161-1/+1
* | Merge branch 'group-specific-lfs-settings' into 'master' Rémy Coutable2016-09-163-3/+14
|\ \
| * | Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes.Patricio Cano2016-09-151-4/+0
| * | Added group-specific setting for LFS.Patricio Cano2016-09-153-3/+18
| |/
* | Merge branch '20870-secret-variables-sorted-by-key' into 'master' Rémy Coutable2016-09-161-2/+4
|\ \ | |/ |/|
| * Sort secret variables by key (fix #20870)Diego Souza2016-09-091-2/+4
* | Merge branch 'group-similar' into 'master' Rémy Coutable2016-09-151-0/+8
|\ \
| * | Add grouping testsKamil Trzcinski2016-09-141-1/+5
| * | Group similar buildsKamil Trzcinski2016-09-071-0/+4
* | | Merge branch 'fix-multiple-pipeline-events' into 'master' 22202-similar-code-found-in-defn-mass-108-in-lib-gitlab-diff-position_tracer-rb-98-lib-gitlab-diff-position_tracer-rb-119Rémy Coutable2016-09-152-11/+10
|\ \ \
| * | | Fix Commit#status, feedback:fix-multiple-pipeline-eventsLin Jen-Shin2016-09-142-2/+2
| * | | should show the status of the latest oneLin Jen-Shin2016-09-121-1/+1
| * | | Revert "reload instead, so that we don't have to change order"Lin Jen-Shin2016-09-121-11/+4
| * | | reload instead, so that we don't have to change orderLin Jen-Shin2016-09-121-4/+11
| * | | Fix test (credits to Kamil)Lin Jen-Shin2016-09-121-3/+4
| * | | Fix the ordering of transition callbacks:Lin Jen-Shin2016-09-121-7/+5
* | | | Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhqRémy Coutable2016-09-141-8/+25
|\ \ \ \
| * \ \ \ Merge branch '21650-only-active-users-can-be-members' into 'master' Douwe Maan2016-09-141-8/+25
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Exclude some pending or inactivated rows in Member scopesNick Thomas2016-09-081-8/+25
| | | |/ | | |/|
* | | | Merge branch 'update-gitlab-git' into 'master' Douwe Maan2016-09-141-0/+12
|\ \ \ \
| * | | | Handle encoding in non-binary Blob instancesupdate-gitlab-gitYorick Peterse2016-09-141-0/+12
* | | | | Backport search_helper changes from EEbackport_to_search_helper_from_eeValery Sizov2016-09-141-32/+1
* | | | | Merge branch 'pushes-since-gc-redis' into 'master' 19600-artifacts-show-up-in-interface-as-expired-immediately-although-configured-as-1-month-or-4-weeksRobert Speicher2016-09-131-0/+16
|\ \ \ \ \
| * | | | | Move pushes_since_gc to Redispushes-since-gc-redisYorick Peterse2016-09-131-0/+16
| |/ / / /
* | | | | Change method name to #reopenable?Katarzyna Kobierska2016-09-131-2/+3
* | | | | Add #can_reopen? and testsKatarzyna Kobierska2016-09-131-3/+1
* | | | | Add methodKatarzyna Kobierska2016-09-131-0/+7
* | | | | Add #closed_without_source_project?Katarzyna Kobierska2016-09-131-1/+5
* | | | | Checks if deleting forked project closed all open merge requestsKatarzyna Kobierska2016-09-131-1/+1
|/ / / /
* | | | Merge branch 'rails-5-backports' into 'master' Robert Speicher2016-09-121-1/+1
|\ \ \ \
| * | | | Fix two problematic bits of code that will be deprecated or broken in Rails 5.Connor Shea2016-09-051-1/+1
| | |/ / | |/| |
* | | | Merge branch '21092-file-execution-flag-is-not-preserved-when-editing-files' ...Rémy Coutable2016-09-121-1/+1
|\ \ \ \
| * | | | Simplify a condition in Repository#update_fileRémy Coutable2016-09-121-1/+1
| * | | | fixes distinction between renaming a file and updating its content and21092-file-execution-flag-is-not-preserved-when-editing-filestiagonbotelho2016-09-091-1/+1
* | | | | Merge branch 'issue_21825' into 'master' Rémy Coutable2016-09-121-0/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add information about user and manual build start to runner as variablesSergey Gnuskov2016-09-091-0/+11
* | | | | Merge branch '21814-fix' into 'master' Robert Speicher2016-09-101-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Pull import sources from Gitlab::ImportSourcesOjas Shirekar2016-09-091-1/+1
| | |_|/ | |/| |
* | | | Enable pipeline events by defaultenable-pipeline-events-by-defaultLin Jen-Shin2016-09-091-0/+1
|/ / /
* | | Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable2016-09-081-1/+10
|\ \ \ | |/ / |/| |
| * | Show how long this pipeline was queuedLin Jen-Shin2016-09-051-0/+7
| * | Forget about pending duration for now, need more discussionLin Jen-Shin2016-09-051-2/+1
| * | Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin2016-09-0217-643/+219
| |\ \