summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '34643-fix-project-path-slugify' into 'master'Rémy Coutable2017-08-161-1/+15
|\
| * Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-151-1/+15
* | Merge branch 'rs-redis-config-paths' into 'master'Douwe Maan2017-08-161-0/+7
|\ \
| * | Don't depend on `Rails` for Redis configuration file pathsrs-redis-config-pathsRobert Speicher2017-08-151-0/+7
* | | Merge branch '34533-speed-up-project-creation' into 'master'Douwe Maan2017-08-161-11/+24
|\ \ \ | |/ / |/| |
| * | Speed up project creation by inlining repository creationNick Thomas2017-08-151-11/+24
* | | Merge branch 'workhorse-deprecate-gitaly-address' into 'master'Douwe Maan2017-08-151-1/+0
|\ \ \
| * | | Remove deprecated field from workhorse API responsesworkhorse-deprecate-gitaly-addressJacob Vosmaer2017-08-151-1/+0
* | | | Add two more project templateszj-add-two-more-project-templatesZ.J. van de Weg2017-08-151-1/+3
| |/ / |/| |
* | | Merge branch 'malformed-submodule' into 'master'Douwe Maan2017-08-152-4/+10
|\ \ \ | |_|/ |/| |
| * | Handle missing .gitmodules when getting submodule urlsmalformed-submoduleJacob Vosmaer2017-08-142-4/+10
| |/
* | Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan2017-08-141-1/+1
|\ \
| * | Migrate Git::Repository.ls_files to Gitalygitaly-404-commit-list-filesKim "BKC" Carlbäcker2017-08-101-1/+1
* | | Merge branch 'fix/thread-safe-gpgme-tmp-directory' into 'master'Dmitriy Zaporozhets2017-08-141-0/+52
|\ \ \
| * | | use mutex for keychain interactionAlexis Reigel2017-08-141-0/+30
| * | | store gpg return directory locallyAlexis Reigel2017-08-111-0/+22
* | | | Merge branch 'bvl-rollback-renamed-system-namespace' into 'master'Douwe Maan2017-08-141-0/+72
|\ \ \ \
| * | | | Move the personal snippet uploads from `system` to `-/system`bvl-rollback-renamed-system-namespaceBob Van Landuyt2017-08-111-0/+72
* | | | | Merge branch 'feature/migrate-force-push-check-to-gitaly' into 'master'Robert Speicher2017-08-112-2/+4
|\ \ \ \ \
| * | | | | Migrate force push check to Gitalyfeature/migrate-force-push-check-to-gitalyAhmad Sherif2017-08-112-2/+4
| | |_|/ / | |/| | |
* | | | | Merge branch '32004-use-timecop-safe-mode' into 'master'Robert Speicher2017-08-112-17/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-112-17/+7
* | | | | Merge branch 'rc/32308-rspec-retry-hack' into 'master'Sean McGivern2017-08-114-6/+371
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use a new RspecFlakyListener to detect flaky specsRémy Coutable2017-08-114-6/+371
| |/ / /
* | | | Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-115-1/+457
|\ \ \ \ | |/ / / |/| | |
| * | | Use a specialized class for querying eventsYorick Peterse2017-08-101-0/+22
| * | | Migrate events into a new formatYorick Peterse2017-08-104-1/+435
| | |/ | |/|
* | | Merge branch '36328-deserializemergerequestdiffsandcommits-fails-due-to-null-...Yorick Peterse2017-08-111-0/+11
|\ \ \
| * | | Fix merge request diff deserialisation when too_large was absentSean McGivern2017-08-111-0/+11
* | | | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-107-16/+16
|/ / /
* | | Merge branch 'jej/security-release-2017-08-10' into 'master'Stan Hu2017-08-102-0/+39
|\ \ \
| * | | Merge branch 'rs-alphanumeric-ssh-params' into 'security-9-4'jej/security-release-2017-08-10James Edwards-Jones2017-08-101-0/+34
| * | | Merge branch 'import-symlinks-9-3' into 'security-9-3'James Edwards-Jones2017-08-101-0/+5
| |/ /
* | | Improve the Project factory to make `creator` defaults to namespace.ownerRémy Coutable2017-08-102-64/+24
|/ /
* | Rename RPC 'Exists' to 'RepositoryExists'Jacob Vosmaer2017-08-091-19/+0
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-0916-27/+27
|/
* Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets2017-08-084-48/+62
|\
| * Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-072-1/+18
| * Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez2017-08-073-13/+5
| * Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-073-34/+39
* | Make sure that we have author and committerLin Jen-Shin2017-08-081-0/+3
* | Add a test to show that threshold 40 would corrupt35098-raise-encoding-confidence-thresholdLin Jen-Shin2017-08-081-0/+44
* | Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-082-10/+0
|\ \
| * | Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-072-10/+0
* | | Merge branch 'backport-ee-2251' into 'master'Sean McGivern2017-08-073-16/+160
|\ \ \ | |_|/ |/| |
| * | Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/25...Nick Thomas2017-08-073-16/+160
* | | Merge branch 'blob-batch-methods' into 'master'Douwe Maan2017-08-071-0/+71
|\ \ \
| * | | Rename 'limit' to 'blob_size_limit'Jacob Vosmaer2017-08-071-5/+5
| * | | Add Gitlab::Git::Blob.batch methodJacob Vosmaer2017-08-011-0/+71
* | | | Merge branch 'github' into 'master'Robert Speicher2017-08-071-1/+1
|\ \ \ \