summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '18755-fix-destroy-project-causes-post_decline_request-to-be-exe...Douwe Maan2016-06-223-30/+1
|\
| * New Members::DestroyServiceRémy Coutable2016-06-183-30/+1
* | Merge branch '18590-banzai-filter-relativelinkfilter-is-slow' into 'master' Yorick Peterse2016-06-211-0/+26
|\ \
| * | Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez2016-06-211-0/+26
* | | Merge branch 'fix/builds-api-nil-commit' into 'master' Rémy Coutable2016-06-212-4/+6
|\ \ \
| * | | Rename commit_data in Pipeline to commitfix/builds-api-nil-commitGrzegorz Bizon2016-06-212-12/+6
| * | | Fix builds API response not including commit dataGrzegorz Bizon2016-06-211-0/+8
* | | | Cache Participable#participants in instance variablePaco Guzman2016-06-211-0/+10
|/ / /
* | | Merge branch 'feature/runner-lock-on-project' into 'master' Rémy Coutable2016-06-212-9/+22
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-2017-16/+173
| |\ \ \ | | |/ /
| * | | Rename according to:Lin Jen-Shin2016-06-201-3/+3
| * | | Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-1723-162/+369
| |\ \ \
| * | | | Use FIXME instead, feedback from:Lin Jen-Shin2016-06-161-2/+2
| * | | | Return the association and check it in controller instead:Lin Jen-Shin2016-06-141-1/+1
| * | | | Merge branch 'prefer-assign_to' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-1/+1
| |\ \ \ \
| | * | | | Give 409 Conflict whenever the runner was already enabledprefer-assign_toLin Jen-Shin2016-06-141-1/+1
| | * | | | We're checking return value rather than rescuing exceptionsLin Jen-Shin2016-06-141-1/+1
| * | | | | Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-148-51/+116
| |\ \ \ \ \ | | |/ / / /
| * | | | | Rename specific_for to available_for:Lin Jen-Shin2016-06-141-1/+1
| * | | | | Merge conditions. Not worth an additional pointless method:Lin Jen-Shin2016-06-091-9/+3
| * | | | | Renamed to available_for? Feedback from:Lin Jen-Shin2016-06-091-2/+2
| * | | | | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-092-6/+2
| * | | | | Manually build the SQL so that it properly skips Rails.Lin Jen-Shin2016-06-091-1/+2
| * | | | | Found a workaround for that weird SQL error:Lin Jen-Shin2016-06-091-1/+3
| * | | | | WIP, try to add views for locked runnersLin Jen-Shin2016-06-091-1/+1
| * | | | | Introduced Ci::Runner.specific_for for getting specific runners:Lin Jen-Shin2016-06-091-0/+4
| * | | | | Implement the logic for locking runnerLin Jen-Shin2016-06-092-3/+19
* | | | | | Get ref_names from branch_names/tag_names cachedPaco Guzman2016-06-201-0/+4
* | | | | | Unify check branch name existPaco Guzman2016-06-202-7/+3
| |_|_|/ / |/| | | |
* | | | | Remove Duplicated keys add UNIQUE index to fingerprint18697-uniqueness-key-validationPaco Guzman2016-06-201-1/+1
* | | | | Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-183-0/+12
| |_|_|/ |/| | |
* | | | Merge branch 'issue_12758' into 'master' Douwe Maan2016-06-171-1/+36
|\ \ \ \
| * \ \ \ Merge master into issue_12758issue_12758Felipe Artur2016-06-179-25/+76
| |\ \ \ \
| * | | | | Implement custom notification level optionsFelipe Artur2016-06-151-1/+36
* | | | | | Cache todo counters (pending/done)18034-cache-todo-counterPaco Guzman2016-06-171-0/+17
* | | | | | Merge branch '14918-add-filter-dropdown-to-tag-page' into 'master' Rémy Coutable2016-06-171-0/+19
|\ \ \ \ \ \
| * | | | | | Add sorting dropdown to tag page14918-add-filter-dropdown-to-tag-pageAlejandro Rodríguez2016-06-161-0/+19
* | | | | | | Merge branch 'feature/project-export' into 'master' Douwe Maan2016-06-179-14/+61
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | a few changes based on MR feedbackJames Lopez2016-06-171-1/+1
| * | | | | | fixed merge conflicts on UI branchJames Lopez2016-06-1624-172/+344
| |\ \ \ \ \ \
| | * \ \ \ \ \ fixed merge conflictsJames Lopez2016-06-1624-172/+344
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into feature/project...feature/project-exportJames Lopez2016-06-1624-172/+344
| | | |\ \ \ \ \ \
| | | * | | | | | | Revert "squashed merge and fixed conflicts"James Lopez2016-06-1624-344/+172
| | | * | | | | | | squashed merge and fixed conflictsJames Lopez2016-06-1624-172/+344
| * | | | | | | | | lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez2016-06-151-2/+11
| * | | | | | | | | some refactoring - renaming things, etc..James Lopez2016-06-151-3/+3
| * | | | | | | | | project export archiverJames Lopez2016-06-141-0/+9
| * | | | | | | | | adapted current services stuff to use new project import, plus fixes a few is...James Lopez2016-06-141-1/+1
| * | | | | | | | | new export stuff and viewJames Lopez2016-06-141-10/+0
| * | | | | | | | | lots of refactoring to reuse import serviceJames Lopez2016-06-142-4/+4