summaryrefslogtreecommitdiff
path: root/spec/models/key_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-241-0/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-281-0/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-201-0/+33
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-231-64/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-141-0/+151
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-111-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-201-21/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-111-11/+41
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-041-8/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-141-0/+22
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-031-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-071-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-211-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-081-4/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-311-0/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-051-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-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