summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '50345-hashed-storage-feature-flag' into 'master'Nick Thomas2018-08-254-1/+99
|\
| * Rename feature flag to skip_hashed_storage_upgrade to be less confusing50345-hashed-storage-feature-flagGabriel Mazetto2018-08-222-5/+5
| * Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto2018-08-224-1/+73
| * Add FeatureFlag to disable hashed storage migration when renamingGabriel Mazetto2018-08-221-1/+27
* | Merge branch 'sh-simplify-github-importer-refactor' into 'master'Yorick Peterse2018-08-244-42/+55
|\ \
| * | Refactor GitHub Importer database helpers into helper methodsStan Hu2018-08-244-42/+55
* | | Merge branch 'api-labels-spec' into 'master'Rémy Coutable2018-08-241-4/+4
|\ \ \
| * | | POST should be PUT in the API labels specsRobert Schilling2018-08-241-4/+4
* | | | Allows author to vote on their own issueChantal Rollison2018-08-242-21/+2
* | | | Merge branch 'sh-fix-issue-50562' into 'master'Rémy Coutable2018-08-242-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix remote mirrors failing if Git remotes have not been addedStan Hu2018-08-222-0/+13
* | | | Use _.uniqueId() instead of Math.random() for dummy badgesWinnie Hellmann2018-08-231-1/+2
* | | | Merge branch '6965-backport-to-ce' into 'master'Stan Hu2018-08-233-69/+104
|\ \ \ \
| * | | | Backport LDAP changes to CEDouglas Barbosa Alexandre2018-08-233-69/+104
* | | | | Merge branch '43096-controller-projects-issuescontroller-referenced_merge_req...Nick Thomas2018-08-234-129/+142
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Only load issue notes once when getting related MRs43096-controller-projects-issuescontroller-referenced_merge_requests-json-executes-more-than-100-sql-queriesSean McGivern2018-08-211-0/+6
| * | | | Fix CI pipelines N+1 in Issues::ReferencedMergeRequestsServiceSean McGivern2018-08-211-0/+18
| * | | | Fix routes N+1 in Issues::ReferencedMergeRequestsService#executeSean McGivern2018-08-211-0/+13
| * | | | Fix authors N+1 in Issues::ReferencedMergeRequestsServiceSean McGivern2018-08-211-1/+25
| * | | | Move Issue#{referenced,closed_by}_merge_requests to serviceSean McGivern2018-08-214-129/+81
* | | | | Merge branch 'sh-limit-commit-renderering' into 'master'Sean McGivern2018-08-233-0/+77
|\ \ \ \ \
| * | | | | Speed up diff comparisons by limiting number of commit messages renderedStan Hu2018-08-223-0/+77
| | |/ / / | |/| | |
* | | | | Merge branch 'ccr/48800/ping_for_boards' into 'master'Sean McGivern2018-08-231-0/+3
|\ \ \ \ \
| * | | | | Added count for label, assignee, and milestone listsccr/48800/ping_for_boardsChantal Rollison2018-08-211-0/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'jprovazn-fix-form-uploads' into 'master'Kamil Trzciński2018-08-231-0/+20
|\ \ \ \ \
| * | | | | Add public/uploads/tmp to allowed upload pathsjprovazn-fix-form-uploadsJan Provaznik2018-08-211-0/+20
| |/ / / /
* | | | | Merge branch 'sh-fix-broken-ldap-clones' into 'master'Alejandro Rodríguez2018-08-221-0/+42
|\ \ \ \ \
| * | | | | Fix broken Git over HTTP clones with LDAP usersStan Hu2018-08-221-0/+42
* | | | | | Fix wrong commit count in push event payloadStan Hu2018-08-221-9/+31
|/ / / / /
* | | | | Improve system hook spec in spec/services/git_push_service_spec.rbStan Hu2018-08-221-3/+3
| |/ / / |/| | |
* | | | Merge branch 'sh-conditional-system-hook-push' into 'master'Sean McGivern2018-08-221-3/+7
|\ \ \ \
| * | | | Eliminate unnecessary and duplicate system hook firesStan Hu2018-08-211-3/+7
* | | | | Merge branch 'ide-file-templates-store' into 'master'Filipa Lacerda2018-08-223-0/+427
|\ \ \ \ \
| * | | | | Added store for file templates in the Web IDEPhil Hughes2018-08-173-0/+427
* | | | | | Merge branch 'yisiliang/gitlab-ce-avoid-nil-safe_message' into 'master'Rémy Coutable2018-08-221-0/+6
|\ \ \ \ \ \
| * | | | | | Make it clearer when Commit#description returns no_commit_messageSean McGivern2018-08-211-4/+5
| * | | | | | to avoid “NoMethodError (undefined method `split' for nil:NilClass)” whil...yisiliang2018-08-211-0/+5
* | | | | | | Merge branch '41441-add-target-branch-name-to-cherrypick-confirmation' into '...Sean McGivern2018-08-222-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix failing testGeorge Andrinopoulos2018-08-201-1/+1
| * | | | | | | Fix failing testGeorge Andrinopoulos2018-08-191-1/+1
| * | | | | | | Add target branch to cherry pick confirmation messageGeorge Andrinopoulos2018-08-192-5/+5
* | | | | | | | Merge branch 'api-empty-commit-message' into 'master'Sean McGivern2018-08-221-17/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | Extend to DELETE endpointRobert Schilling2018-08-211-5/+13
| * | | | | | | | Extend to PUT requestRobert Schilling2018-08-211-18/+22
| * | | | | | | | API: Catch empty commit messagesRobert Schilling2018-08-211-0/+12
* | | | | | | | | Merge branch 'api-empty-project-snippets' into 'master'Sean McGivern2018-08-221-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | API: Catch empty code content for project snippetsRobert Schilling2018-08-211-0/+16
| |/ / / / / / / /
* | | | | | | | | Merge branch 'api-shared_group_expires-at' into 'master'Sean McGivern2018-08-222-0/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | API: Add shared project's expiration dateapi-shared_group_expires-atRobert Schilling2018-08-212-0/+17
| |/ / / / / / /
* | | | | | | | Merge branch 'dz-fix-sql-error-admin-users-2fa' into 'master'Stan Hu2018-08-211-0/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |