summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-0121-54/+54
* 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-0112-22/+22
|\ \
| * | Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-012-3/+3
| * | 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-018-17/+17
* | | 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
| |/ |/|
* | 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
| * add primary keyid attribute to gpg keysAlexis Reigel2017-07-271-0/+14
| * don't sync to keychain fileAlexis Reigel2017-07-271-33/+0
| * move current keychain methods to namespaceAlexis Reigel2017-07-271-17/+17
| * email handling for gpg keysAlexis Reigel2017-07-271-0/+26
| * use example gpg key instead of my ownAlexis Reigel2017-07-271-6/+6
| * add second gpg key for specsAlexis Reigel2017-07-271-3/+3
| * add / remove gpg keys to / from system keychainAlexis Reigel2017-07-271-1/+19
| * extract gpg functionality to lib classAlexis Reigel2017-07-271-0/+20
* | Merge branch '34319-remove-useless-type-definitions-from-specs' into 'master'Robert Speicher2017-07-27166-244/+244
|\ \