summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/migrate-repo-restorer-to-gitaly' into 'master'Robert Speicher2018-01-251-1/+1
|\
| * Migrate restoring repo from bundle to Gitalyfeature/migrate-repo-restorer-to-gitalyAhmad Sherif2018-01-241-1/+1
* | Merge branch 'lint-rugged' into 'master'Rémy Coutable2018-01-252-9/+2
|\ \
| * | Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-252-9/+2
* | | Merge branch 'contrain-run-git' into 'master'Rémy Coutable2018-01-251-66/+15
|\ \ \
| * | | Make Gitlab::Git::Repository#run_git privatecontrain-run-gitJacob Vosmaer2018-01-251-66/+15
| |/ /
* | | Merge branch '42377-fix-merge-request-can-be-reverted' into 'master'Rémy Coutable2018-01-251-1/+7
|\ \ \ | |/ / |/| |
| * | Look at notes created just before merge when deciding if an MR can be revertedNick Thomas2018-01-251-1/+7
* | | Merge branch 'dm-project-system-hooks-in-transaction' into 'master'Robert Speicher2018-01-241-2/+2
|\ \ \ | |_|/ |/| |
| * | Execute system hooks after-commit when executing project hooksdm-project-system-hooks-in-transactionDouwe Maan2018-01-241-2/+2
| |/
* | Migrate repository bundling to Gitalyfeature/migrate-bundle-to-disk-to-gitalyAhmad Sherif2018-01-241-0/+1
|/
* Merge branch '40612-cannot-change-project-visibility-from-private-even-when-o...Robert Speicher2018-01-221-0/+2
|\
| * ensure fork_source returns nil when project is the root fork, add testsMike Greiling2018-01-221-0/+2
* | Merge branch 'gitaly-write-ref-error-handling' into 'master'Robert Speicher2018-01-221-9/+1
|\ \
| * | Move error-handling to lib/gitlab/gitKim "BKC" Carlbäcker2018-01-221-11/+1
| * | Wrap Rugged-exceptions in Gitlab::Git::Repository#write_refgitaly-write-ref-error-handlingKim "BKC" Carlbäcker2018-01-181-5/+7
* | | Merge branch '41673-blank-query-members-api' into 'master'Rémy Coutable2018-01-221-0/+4
|\ \ \
| * | | Yield no results for blank searches on User name, username and emailMark Fletcher2018-01-211-0/+4
* | | | Merge branch 'gitaly-write-repo-config-prep' into 'master'Douwe Maan2018-01-221-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move rugged-call from Project#write_repository_config to Git::Repository#writ...Kim "BKC" Carlbäcker2018-01-191-1/+1
* | | | Merge branch '41532-email-reason' into 'master'Sean McGivern2018-01-192-19/+36
|\ \ \ \
| * | | | Initial work to add notification reason to emailsMario de la Ossa2018-01-162-19/+36
| | |_|/ | |/| |
* | | | Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen2018-01-191-0/+1
| |/ / |/| |
* | | Merge branch '42154-fix-artifact-size-calc' into 'master'Robert Speicher2018-01-181-1/+1
|\ \ \
| * | | Fix a bug calculating artifact size for project statisticsNick Thomas2018-01-181-1/+1
| | |/ | |/|
* | | Delete conflicting orphaned routesMichael Kozono2018-01-181-0/+12
|/ /
* | Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-184-23/+63
|\ \
| * | use class reader instead of dynamic constantAlexis Reigel2018-01-171-3/+5
| * | no need for a named parameterAlexis Reigel2018-01-172-2/+2
| * | accepts `.all` as a hook scope as wellAlexis Reigel2018-01-171-1/+2
| * | use safer .hooks_for instead of .public_sendAlexis Reigel2018-01-172-1/+7
| * | extract concern for hook triggersAlexis Reigel2018-01-173-23/+50
| * | invoke SystemHooksService instead of direct modelAlexis Reigel2018-01-041-3/+1
| * | execute system hooks from projectAlexis Reigel2018-01-042-1/+7
* | | Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-q...Robert Speicher2018-01-161-0/+1
* | | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-162-5/+25
* | | Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher2018-01-161-4/+4
* | | Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-inte...Stan Hu2018-01-161-0/+5
| |/ |/|
* | Merge branch '40818-last-push-widget-does-not-appear-after-pushing-new-commit...Rémy Coutable2018-01-161-1/+2
|\ \
| * | Last push widget will show banner for new pushes to previously merged branchDrew Blessing2018-01-151-1/+2
* | | Merge branch '41666-cannot-search-with-keyword-merge' into 'master'Rémy Coutable2018-01-161-1/+1
|\ \ \
| * | | Fix project search results for digits surrounded by colonsSean McGivern2018-01-161-1/+1
| |/ /
* | | Merge branch 'feature/migrate-commit-uri-to-gitaly' into 'master'Sean McGivern2018-01-161-4/+4
|\ \ \
| * | | Migrate Commit#uri_type to Gitalyfeature/migrate-commit-uri-to-gitalyAhmad Sherif2018-01-151-4/+4
* | | | Merge branch '36571-ignore-root-in-repo' into 'master'Sean McGivern2018-01-161-2/+4
|\ \ \ \
| * | | | Move Regexp.escape(), fix formatting on tests.Andrew McCallum2018-01-161-2/+2
| * | | | Account for query of only forward slash(es).Andrew McCallum2018-01-151-2/+2
| * | | | Create intermediary variable for query value with leading slashes removed.Andrew McCallum2018-01-151-1/+3
| * | | | Add space after comma per layout guidelines.Andrew McCallum2018-01-151-1/+1
| * | | | Strip off leading slashes when searching in context of repository.Andrew McCallum2018-01-151-1/+1
| | |/ / | |/| |