summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-02105-213/+213
* Merge branch 'handle-reserved-words-for-oauth-usernames' into 'master'Rémy Coutable2017-08-021-0/+30
|\
| * Uniquify reserved word usernames on OAuth user creationRobin Bobbitt2017-08-021-0/+30
* | Merge branch 'rs-empty_project-cleanup' into 'master'Rémy Coutable2017-08-0223-56/+56
|\ \
| * | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-0123-56/+56
* | | Merge branch 'pawel/add_more_variables_to_additional_metrics-35267' into 'mas...Douwe Maan2017-08-022-15/+6
|\ \ \ | |/ / |/| |
| * | Tests for query context variablesPawel Chojnacki2017-07-311-1/+1
| * | Context handling and tests cleanup + simple test kube_namespace context testPawel Chojnacki2017-07-312-15/+6
* | | Merge branch 'blob-limit-test' into 'master'Sean McGivern2017-08-011-2/+8
|\ \ \
| * | | Fix bug in blob testJacob Vosmaer2017-08-011-2/+8
* | | | Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern2017-08-0123-67/+91
|\ \ \ \
| * | | | Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-013-8/+8
| * | | | Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-012-2/+2
| * | | | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-0118-57/+81
* | | | | Merge branch 'gitaly-commit-languages' into 'master'Sean McGivern2017-08-011-0/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add option to use CommitLanguages RPCJacob Vosmaer2017-08-011-0/+39
* | | | | Merge branch 'remove-content-commit' into 'master'Douwe Maan2017-08-011-8/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove unused (?) codeJacob Vosmaer2017-07-311-8/+0
| | |/ / | |/| |
* | | | Merge branch 'mk-fix-wiki-backup' into 'master'Douwe Maan2017-07-311-0/+54
|\ \ \ \
| * | | | Fix Rubocop offensemk-fix-wiki-backupMichael Kozono2017-07-281-4/+4
| * | | | Protect backups from stale cache for repo existsMichael Kozono2017-07-281-0/+54
| | |/ / | |/| |
* | | | Merge branch 'fix/gb/fix-chatops-deploy-multiple-actions-matching' into 'master'Kamil Trzciński2017-07-313-31/+47
|\ \ \ \ | |_|/ / |/| | |
| * | | Improve wording related to deploy chatops commandfix/gb/fix-chatops-deploy-multiple-actions-matchingGrzegorz Bizon2017-07-283-5/+5
| * | | Improve deploy environment chatops slash commandGrzegorz Bizon2017-07-282-30/+46
* | | | Fixes #29385: Add /shrug and /tableflip commandsAlex Ives2017-07-283-1/+94
| |/ / |/| |
* | | Merge branch 'merge-issuable-reopened-into-opened-state' into 'master'Sean McGivern2017-07-281-9/+1
|\ \ \ | |_|/ |/| |
| * | Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-9/+1
| |/
* | initShinya Maeda2017-07-281-0/+3
|/
* Incorporate RefsService.FindAllBranches Gitaly RPCgitaly-all-branchesAlejandro Rodríguez2017-07-272-2/+18
* Improve Gitlab::Git::Repository specs for #branchesAlejandro Rodríguez2017-07-271-14/+39
* Remove unused Gitlab::Git operationsAlejandro Rodríguez2017-07-271-138/+0
* Migrate Repository#tags to Gitalyfeature/migrate-repository-tags-to-gitalyAhmad Sherif2017-07-271-14/+24
* Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-273-0/+383
|\
| * optimize query, only select relevant db columnsAlexis Reigel2017-07-271-11/+53
| * store gpg user name and email on the signatureAlexis Reigel2017-07-272-6/+14
| * extract common methodAlexis Reigel2017-07-271-8/+21
| * also update gpg_signatures when gpg_key is nullAlexis Reigel2017-07-271-15/+55
| * simplify fetching of commitAlexis Reigel2017-07-271-1/+1
| * remove the :gpg rspec tagAlexis Reigel2017-07-271-2/+8
| * extract variableAlexis Reigel2017-07-271-6/+7
| * need to wrap the raw commit in a commit modelAlexis Reigel2017-07-271-2/+7
| * update invalid gpg signatures when email changesAlexis Reigel2017-07-271-25/+61
| * update invalid gpg signatures when key is createdAlexis Reigel2017-07-271-0/+50
| * memoize verified_signature callAlexis Reigel2017-07-271-6/+6
| * store gpg_key_primary_keyid for unknown gpg keysAlexis Reigel2017-07-271-1/+1
| * move signature cache read to Gpg::CommitAlexis Reigel2017-07-271-12/+49
| * gpg signature is only valid when key is verifiedAlexis Reigel2017-07-271-2/+26
| * bail if the commit has no signatureAlexis Reigel2017-07-271-0/+6
| * cache the gpg commit signatureAlexis Reigel2017-07-271-0/+53
| * verify gpg commit using tmp keyring and db queryAlexis Reigel2017-07-271-0/+17