summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bvl-add-all-settings-to-api' into 'master'Robert Speicher2017-07-271-3/+2
|\
| * Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-271-3/+2
* | 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
* | Merge branch 'feature/migrate-repository-tags-to-gitaly' into 'master'Robert Speicher2017-07-271-14/+24
|\ \
| * | Migrate Repository#tags to Gitalyfeature/migrate-repository-tags-to-gitalyAhmad Sherif2017-07-271-14/+24
* | | Merge branch '1827-prevent-concurrent-editing-wiki' into 'master'Robert Speicher2017-07-272-1/+47
|\ \ \ | |/ / |/| |
| * | Encapsulate the commit.sha logicHiroyuki Sato2017-07-271-4/+26
| * | Remove unnecessary codeHiroyuki Sato2017-07-261-1/+0
| * | Refactor: use keyword arguments for optional parametersHiroyuki Sato2017-07-231-2/+2
| * | Change double quotes to single quotesHiroyuki Sato2017-07-231-7/+7
| * | Merge branch 'master' into 1827-prevent-concurrent-editing-wikiHiroyuki Sato2017-07-231911-24049/+100532
| |\ \
| * | | Refactor specHiroyuki Sato2017-03-091-2/+2
| * | | Prevent concurrent editing wikiHiroyuki Sato2017-03-082-1/+25
* | | | Merge branch 'backport-ee-2456' into 'master'Robert Speicher2017-07-273-4/+14
|\ \ \ \
| * | | | Backport gitlab-ee!2456Oswaldo Ferreira2017-07-273-4/+14
* | | | | Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-2717-0/+1105
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove log statements from workersAlexis Reigel2017-07-272-21/+0
| * | | | improve gpg key validationAlexis Reigel2017-07-271-1/+9
| * | | | optimize query, only select relevant db columnsAlexis Reigel2017-07-271-11/+53
| * | | | validate the foreign_key instead of the relationAlexis Reigel2017-07-271-1/+1
| * | | | simplify nil handlingAlexis Reigel2017-07-271-0/+4
| * | | | fetch gpg signature badges by ajaxAlexis Reigel2017-07-271-2/+2
| * | | | use short project path helpersAlexis Reigel2017-07-271-6/+6
| * | | | swap user's name and the user's usernameAlexis Reigel2017-07-271-1/+1
| * | | | show gpg key's user info when no profile existsAlexis Reigel2017-07-271-3/+20
| * | | | store gpg user name and email on the signatureAlexis Reigel2017-07-274-9/+45
| * | | | user may now revoke a gpg keyAlexis Reigel2017-07-272-0/+43
| * | | | generate gpg signature on pushAlexis Reigel2017-07-272-0/+79
| * | | | improve spacing / alignments in gpg popupAlexis Reigel2017-07-271-7/+7
| * | | | 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-272-1/+14
| * | | | validate presence of user on gpg_keyAlexis Reigel2017-07-271-0/+1
| * | | | use hash instead of 2d arrayAlexis Reigel2017-07-271-4/+4
| * | | | use sign_in instead of login_withAlexis Reigel2017-07-271-3/+3
| * | | | remove the :gpg rspec tagAlexis Reigel2017-07-274-12/+12
| * | | | use updated gitlab-test repo for signed commitsAlexis Reigel2017-07-272-19/+6
| * | | | extract variableAlexis Reigel2017-07-271-6/+7
| * | | | add gpg commit popover badgesAlexis Reigel2017-07-271-0/+25
| * | | | perform signature update in sidekiq workerAlexis Reigel2017-07-272-4/+46
| * | | | update features specs for gpg commitsAlexis Reigel2017-07-271-13/+38
| * | | | need to wrap the raw commit in a commit modelAlexis Reigel2017-07-271-2/+7
| * | | | update invalid gpg signatures when email changesAlexis Reigel2017-07-272-25/+81
| * | | | update invalid gpg signatures when key is createdAlexis Reigel2017-07-272-0/+61
| * | | | memoize verified_signature callAlexis Reigel2017-07-271-6/+6
| * | | | store gpg_key_primary_keyid for unknown gpg keysAlexis Reigel2017-07-272-1/+2
| * | | | move signature cache read to Gpg::CommitAlexis Reigel2017-07-272-94/+49
| * | | | gpg signature is only valid when key is verifiedAlexis Reigel2017-07-272-2/+42