| Commit message (Expand) | Author | Age | Files | Lines |
* | Reject ruby interpolation in externalized stringsbvl-correct-interpolation-i18n | Bob Van Landuyt | 2018-08-25 | 1 | -0/+68 |
* | Use _.uniqueId() instead of Math.random() for dummy badges | Winnie Hellmann | 2018-08-23 | 1 | -1/+2 |
* | Merge branch '6965-backport-to-ce' into 'master' | Stan Hu | 2018-08-23 | 3 | -69/+104 |
|\ |
|
| * | Backport LDAP changes to CE | Douglas Barbosa Alexandre | 2018-08-23 | 3 | -69/+104 |
* | | Merge branch '43096-controller-projects-issuescontroller-referenced_merge_req... | Nick Thomas | 2018-08-23 | 4 | -129/+142 |
|\ \
| |/
|/| |
|
| * | Only load issue notes once when getting related MRs43096-controller-projects-issuescontroller-referenced_merge_requests-json-executes-more-than-100-sql-queries | Sean McGivern | 2018-08-21 | 1 | -0/+6 |
| * | Fix CI pipelines N+1 in Issues::ReferencedMergeRequestsService | Sean McGivern | 2018-08-21 | 1 | -0/+18 |
| * | Fix routes N+1 in Issues::ReferencedMergeRequestsService#execute | Sean McGivern | 2018-08-21 | 1 | -0/+13 |
| * | Fix authors N+1 in Issues::ReferencedMergeRequestsService | Sean McGivern | 2018-08-21 | 1 | -1/+25 |
| * | Move Issue#{referenced,closed_by}_merge_requests to service | Sean McGivern | 2018-08-21 | 4 | -129/+81 |
* | | Merge branch 'sh-limit-commit-renderering' into 'master' | Sean McGivern | 2018-08-23 | 3 | -0/+77 |
|\ \ |
|
| * | | Speed up diff comparisons by limiting number of commit messages rendered | Stan Hu | 2018-08-22 | 3 | -0/+77 |
* | | | Merge branch 'ccr/48800/ping_for_boards' into 'master' | Sean McGivern | 2018-08-23 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Added count for label, assignee, and milestone listsccr/48800/ping_for_boards | Chantal Rollison | 2018-08-21 | 1 | -0/+3 |
* | | | | Merge branch 'jprovazn-fix-form-uploads' into 'master' | Kamil Trzciński | 2018-08-23 | 1 | -0/+20 |
|\ \ \ \ |
|
| * | | | | Add public/uploads/tmp to allowed upload pathsjprovazn-fix-form-uploads | Jan Provaznik | 2018-08-21 | 1 | -0/+20 |
| |/ / / |
|
* | | | | Merge branch 'sh-fix-broken-ldap-clones' into 'master' | Alejandro Rodríguez | 2018-08-22 | 1 | -0/+42 |
|\ \ \ \ |
|
| * | | | | Fix broken Git over HTTP clones with LDAP users | Stan Hu | 2018-08-22 | 1 | -0/+42 |
* | | | | | Fix wrong commit count in push event payload | Stan Hu | 2018-08-22 | 1 | -9/+31 |
|/ / / / |
|
* | | | | Improve system hook spec in spec/services/git_push_service_spec.rb | Stan Hu | 2018-08-22 | 1 | -3/+3 |
| |/ /
|/| | |
|
* | | | Merge branch 'sh-conditional-system-hook-push' into 'master' | Sean McGivern | 2018-08-22 | 1 | -3/+7 |
|\ \ \ |
|
| * | | | Eliminate unnecessary and duplicate system hook fires | Stan Hu | 2018-08-21 | 1 | -3/+7 |
* | | | | Merge branch 'ide-file-templates-store' into 'master' | Filipa Lacerda | 2018-08-22 | 3 | -0/+427 |
|\ \ \ \ |
|
| * | | | | Added store for file templates in the Web IDE | Phil Hughes | 2018-08-17 | 3 | -0/+427 |
* | | | | | Merge branch 'yisiliang/gitlab-ce-avoid-nil-safe_message' into 'master' | Rémy Coutable | 2018-08-22 | 1 | -0/+6 |
|\ \ \ \ \ |
|
| * | | | | | Make it clearer when Commit#description returns no_commit_message | Sean McGivern | 2018-08-21 | 1 | -4/+5 |
| * | | | | | to avoid “NoMethodError (undefined method `split' for nil:NilClass)” whil... | yisiliang | 2018-08-21 | 1 | -0/+5 |
* | | | | | | Merge branch '41441-add-target-branch-name-to-cherrypick-confirmation' into '... | Sean McGivern | 2018-08-22 | 2 | -5/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix failing test | George Andrinopoulos | 2018-08-20 | 1 | -1/+1 |
| * | | | | | | Fix failing test | George Andrinopoulos | 2018-08-19 | 1 | -1/+1 |
| * | | | | | | Add target branch to cherry pick confirmation message | George Andrinopoulos | 2018-08-19 | 2 | -5/+5 |
* | | | | | | | Merge branch 'api-empty-commit-message' into 'master' | Sean McGivern | 2018-08-22 | 1 | -17/+41 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Extend to DELETE endpoint | Robert Schilling | 2018-08-21 | 1 | -5/+13 |
| * | | | | | | | Extend to PUT request | Robert Schilling | 2018-08-21 | 1 | -18/+22 |
| * | | | | | | | API: Catch empty commit messages | Robert Schilling | 2018-08-21 | 1 | -0/+12 |
* | | | | | | | | Merge branch 'api-empty-project-snippets' into 'master' | Sean McGivern | 2018-08-22 | 1 | -0/+16 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | API: Catch empty code content for project snippets | Robert Schilling | 2018-08-21 | 1 | -0/+16 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'api-shared_group_expires-at' into 'master' | Sean McGivern | 2018-08-22 | 2 | -0/+17 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | API: Add shared project's expiration dateapi-shared_group_expires-at | Robert Schilling | 2018-08-21 | 2 | -0/+17 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'dz-fix-sql-error-admin-users-2fa' into 'master' | Stan Hu | 2018-08-21 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | Fix SQL error when sorting 2FA-enabled users by name in admin area | Dmitriy Zaporozhets | 2018-08-21 | 1 | -0/+8 |
* | | | | | | | | Merge branch '50101-move-test-files' into 'master' | Mike Greiling | 2018-08-21 | 14 | -13/+13 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | Moves job log spec files to the components folder50101-move-test-files | Filipa Lacerda | 2018-08-20 | 14 | -13/+13 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'tc-api-fork-owners' into 'master' | Grzegorz Bizon | 2018-08-21 | 2 | -34/+82 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Clean up LFS objects when creating fork relation | Toon Claes | 2018-08-20 | 1 | -0/+8 |
| * | | | | | | | Allow project owners to set up forking relation through API | Toon Claes | 2018-08-20 | 1 | -34/+74 |
* | | | | | | | | Resolve "Separate remembering sorting issues/merge requests" | 🙈 jacopo beschi 🙉 | 2018-08-21 | 2 | -7/+60 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | Add JIRA service specs to commit object | Felipe Artur | 2018-08-21 | 1 | -121/+134 |
* | | | | | | | Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark" | Brett Walker | 2018-08-21 | 1 | -0/+66 |
* | | | | | | | Merge branch '50323-fix-clusters-application-prometheus-test' into 'master' | Grzegorz Bizon | 2018-08-21 | 1 | -10/+7 |
|\ \ \ \ \ \ \ |
|