summaryrefslogtreecommitdiff
path: root/spec/models/key_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-0/+16
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-64/+41
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-0/+151
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-25/+15
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-11/+41
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-8/+20
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+22
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+2
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-6/+6
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+22
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-8/+41
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+26
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-0/+3
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Validate SSH keys through the sshkey gemrd-40552-gitlab-should-check-if-keys-are-valid-before-savingRubén Dávila2018-02-161-18/+3
* Revert "Merge branch 'rd-43185-revert-sanitize-extra-blank-spaces-used-when-u...Rubén Dávila2018-02-151-7/+44
* Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-s...rd-43185-revert-sanitize-extra-blank-spaces-used-when-uploading-a-ssh-keyRubén Dávila2018-02-121-44/+7
* Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' i...Douwe Maan2018-02-021-7/+44
|\
| * Sanitize extra blank spaces used when uploading a SSH keyRubén Dávila2018-02-011-7/+44
* | use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-7/+0
|/
* Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-161-0/+23
* Ensure key fingerprints are generated correctly when modifiedNick Thomas2017-10-031-0/+10
* Stop using Sidekiq for updating Key#last_used_atremove-use-key-workerYorick Peterse2017-09-201-22/+9
* created services for keyshaseeb2017-09-151-12/+0
* Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-48/+18
* Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-2/+83
* Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/25...Nick Thomas2017-08-071-10/+0
* Merge branch 'use-rspec-support-helper' into 'master'Rémy Coutable2017-08-031-3/+1
|\
| * Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-031-3/+1
* | fix #35133 strip new lines from ssh keyshaseeb2017-08-031-6/+8
|/
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-021-4/+6
* Record used SSH keys only once per dayrecord-used-ssh-keys-once-per-dayAdam Niedzielski2017-01-201-4/+23
* Record and show last used date of SSH KeysVincent Wong2017-01-091-0/+9
* Merge CSSFilipa Lacerda2016-12-121-2/+6
|\
| * Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-2/+6
* | Now we need to include EmailHelpers for each testLin Jen-Shin2016-12-061-0/+2
* | Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-221-1/+1
|\ \ | |/
| * Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-1/+1
* | Add tests for key/deploy key notificationsLin Jen-Shin2016-11-181-0/+12
|/
* Remove instance vars from key model testsSemyon Pupkov2016-11-161-6/+6
* Use setter for key instead AR callbackSemyon Pupkov2016-11-161-0/+10
* Remove empty describe block on key spec modelSemyon Pupkov2016-10-111-3/+0
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-2/+2
* Tidy the key spec and fix failing user specKeith Pope2016-08-021-1/+1