summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | |/ / | |/| |
* | | | Merge branch 'sh-optimize-ci-build-project' into 'master'Grzegorz Bizon2018-01-163-3/+4
|\ \ \ \
| * | | | Ensure CI pipelines and builds have the correction project associationsStan Hu2018-01-143-3/+4
| | |/ / | |/| |
* | | | Merge branch '1819-override-ce' into 'master'Rémy Coutable2018-01-151-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into 1819-override-ceLin Jen-Shin2018-01-1229-137/+267
| |\ \ \
| * | | | Skip sha_attribute if we're checking staticallyLin Jen-Shin2017-12-261-0/+1
* | | | | Merge branch 'sh-log-when-user-blocked' into 'master'Douwe Maan2018-01-151-3/+5
|\ \ \ \ \
| * | | | | Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-3/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'feature/migrate-can-be-merged-to-gitaly' into 'master'Grzegorz Bizon2018-01-151-7/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Migrate Repository#can_be_merged? to Gitalyfeature/migrate-can-be-merged-to-gitalyAhmad Sherif2018-01-111-7/+14
* | | | | Display related merge requests in commit detail pageHiroyuki Sato2018-01-123-1/+10
* | | | | Merge remote-tracking branch 'upstream/master' into 41731-predicate-memoizationLin Jen-Shin2018-01-132-3/+13
|\ \ \ \ \
| * \ \ \ \ Merge branch '41807-15665-consistently-502s-because-it-fetches-every-commit' ...41988-updating-the-markdown-cache-version-does-not-flush-the-appearances-cacheRémy Coutable2018-01-122-3/+13
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Only search for MR revert commits on notes after MR was merged41807-15665-consistently-502s-because-it-fetches-every-commitSean McGivern2018-01-122-3/+13
* | | | | | Properly cleaning up memoized valuesLin Jen-Shin2018-01-121-3/+5
* | | | | | Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-123-11/+28
|/ / / / /
* | | | | Revert "Revert "Fix Route validation for unchanged path""Michael Kozono2018-01-111-1/+1
* | | | | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-1111-0/+11
* | | | | Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-116-17/+10
|\ \ \ \ \
| * | | | | Remove soft removals related codeYorick Peterse2018-01-086-17/+10
* | | | | | Merge branch '38068-commits-count' into 'master'Yorick Peterse2018-01-111-4/+7
|\ \ \ \ \ \
| * | | | | | Denormalize commits count for merge request diffs38068-commits-countJan Provaznik2018-01-101-4/+7
* | | | | | | Merge branch 'git-write-ref-prep' into 'master'Robert Speicher2018-01-102-6/+2
|\ \ \ \ \ \ \
| * | | | | | | Client-prep Gitlab::Git::Repository#write_refgit-write-ref-prepKim "BKC" Carlbäcker2018-01-092-6/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Fix hooks not being set up properly for bare import Rake tasksh-fix-bare-import-hooksStan Hu2018-01-091-0/+4
| |/ / / / / |/| | | | |
* | | | | | Revert "Fix Route validation for unchanged path"Michael Kozono2018-01-091-1/+1
* | | | | | Fix Route validation for unchanged pathMichael Kozono2018-01-091-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-091-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-081-0/+1
* | | | | Merge branch '28260-fix-pages-custom-domain-url' into 'master'Grzegorz Bizon2018-01-081-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Generate HTTP URLs for custom Pages domains when appropriateNick Thomas2018-01-081-1/+1
* | | | | Merge branch 'remove-commit-tree' into 'master'Sean McGivern2018-01-081-1/+1
|\ \ \ \ \