summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* bail if the commit has no signatureAlexis Reigel2017-07-271-0/+6
* cache the gpg commit signatureAlexis Reigel2017-07-272-23/+118
* gpg signature model for gpg verification cachingAlexis Reigel2017-07-271-0/+14
* verify gpg commit using tmp keyring and db queryAlexis Reigel2017-07-272-2/+19
* add primary keyid attribute to gpg keysAlexis Reigel2017-07-274-6/+28
* don't sync to keychain fileAlexis Reigel2017-07-273-140/+8
* remove gpg from keychain when user's email changesAlexis Reigel2017-07-273-27/+89
* notification email on add new gpg keyAlexis Reigel2017-07-274-0/+57
* gpg email verificationAlexis Reigel2017-07-272-12/+53
* move current keychain methods to namespaceAlexis Reigel2017-07-272-20/+22
* email handling for gpg keysAlexis Reigel2017-07-271-0/+26
* test with a gpg key with multiple emailsAlexis Reigel2017-07-273-16/+21
* use example gpg key instead of my ownAlexis Reigel2017-07-274-211/+92
* feature spec for gpg signed commitsAlexis Reigel2017-07-271-0/+32
* add second gpg key for specsAlexis Reigel2017-07-275-223/+309
* add / remove gpg keys to / from system keychainAlexis Reigel2017-07-273-5/+41
* extract gpg functionality to lib classAlexis Reigel2017-07-272-7/+21
* add profile gpg key page to manage gpg keysAlexis Reigel2017-07-271-0/+40
* only validate gpg_key#fingerprint "internally"Alexis Reigel2017-07-271-2/+0
* add emails method to GgpKeyAlexis Reigel2017-07-272-0/+15
* add gpg key modelAlexis Reigel2017-07-271-0/+41
* commit signature with specAlexis Reigel2017-07-273-0/+274
* Merge branch 'rc/35599-stop-the-bleeding-of-default_url_options' into 'master'Sean McGivern2017-07-271-0/+4
|\
| * Ensure the overriding of Gitlab::Application.routes.default_url_options is on...rc/35599-stop-the-bleeding-of-default_url_optionsRémy Coutable2017-07-271-0/+4
* | Merge branch '33601-add-csrf-token-verification-to-api' into 'master'Sean McGivern2017-07-274-7/+145
|\ \
| * | Add specsDouwe Maan2017-07-274-7/+145
| * | Remove spec/lib/api/helpers/csrf_tokens_spec.rbblackst0ne2017-07-261-42/+0
| * | Add CSRF token verification to APIblackst0ne2017-07-261-0/+42
* | | Merge branch '35191-prioritized-labels-for-non-member' into 'master'Rémy Coutable2017-07-271-0/+8
|\ \ \
| * | | Remove help message about prioritized labels for non-membersTakuya Noguchi2017-07-271-0/+8
* | | | Merge branch 'tc-issue-api-assignee' into 'master'Sean McGivern2017-07-271-1/+36
|\ \ \ \
| * | | | Allow query param scope for /issues API endpointtc-issue-api-assigneeToon Claes2017-07-241-4/+12
| * | | | Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-0/+27
* | | | | Merge branch 'rc/fix-tests-factories' into 'master'Sean McGivern2017-07-276-9/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix the :project factory by not copying the test repo twicerc/fix-tests-factoriesRémy Coutable2017-07-276-9/+5
* | | | | Merge branch '35539-can-t-create-a-merge-request-containing-a-binary-file-wit...Rémy Coutable2017-07-275-4/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix saving diffs that are not valid UTF-835539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-charactersSean McGivern2017-07-265-4/+40
* | | | | Use LDAP-attributes configured in gitlab.yml in lookup instead of just hard-c...Casper2017-07-261-3/+3
|/ / / /
* | | | Merge branch 'fix/gb/handle-max-pages-artifacts-size-correctly' into 'master'Kamil Trzciński2017-07-261-0/+72
|\ \ \ \
| * | | | Fix rubocop offense in update pages service specsGrzegorz Bizon2017-07-251-1/+1
| * | | | Handle maximum pages artifacts size correctlyGrzegorz Bizon2017-07-251-0/+72
* | | | | Merge branch '29289-project-destroy-clean-up-after-failure' into 'master'Sean McGivern2017-07-264-11/+104
|\ \ \ \ \
| * | | | | Move exception handling to executeTiago Botelho2017-07-263-44/+30
| * | | | | Add specs for ProjectDestroyWorkerTiago Botelho2017-07-202-4/+47
| * | | | | Handle errors while a project is being deleted asynchronously.Timothy Andrew2017-07-202-0/+64