summaryrefslogtreecommitdiff
path: root/spec/models/key_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add simple identifier to public SSH keysKeith Pope2016-08-021-2/+3
* Remove Duplicated keys add UNIQUE index to fingerprint18697-uniqueness-key-validationPaco Guzman2016-06-201-1/+1
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-15/+0
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
* Tag model specsDouwe Maan2015-12-091-1/+1
* Only publish ssh key-type and keyZeger-Jan van de Weg2015-08-041-0/+7
* Add error message for SSH key linebreaksNikita Verkhovin2015-07-121-1/+7
* ensure_length_of -> validate_length_ofRobert Speicher2015-06-101-2/+2
* Re-annotate modelsStan Hu2015-05-031-0/+1
* Remove the invalid key factoriesRobert Speicher2015-04-111-4/+9
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-14/+14
* Remove mass assgnment specsDmitriy Zaporozhets2014-06-261-2/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
* Remove KeysObserverDmitriy Zaporozhets2014-04-021-0/+14
* ReannotateDmitriy Zaporozhets2013-08-211-8/+8
* Validate fingerprint uniquenessJacob Vosmaer2013-07-171-1/+8
* Remove unnecessary user from testJacob Vosmaer2013-07-171-3/+1
* AnnotatedDmitriy Zaporozhets2013-06-191-3/+3
* Model specs for DeployKeysDmitriy Zaporozhets2013-05-061-24/+6
* Tests to validate that invalid keys are rejectedJaakko Kantojärvi2013-02-171-1/+5
* fix deploy key specDmitriy Zaporozhets2013-02-071-2/+2
* Annotated. schema updatedDmitriy Zaporozhets2012-11-191-3/+3
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-2/+2
* AnnotatedDmitriy Zaporozhets2012-10-091-0/+14
* Merge pull request #1617 from dosire/reject-ssh-keys-that-break-gitoliteValeriy Sizov2012-10-031-0/+12
|\
| * Reject ssh keys that break gitolite.Sytse Sijbrandij2012-09-241-0/+12
* | set activerecord whitelist_attributes to trueNihad Abbasov2012-09-261-0/+5
|/
* Add more coverage for model validations and associationsRobert Speicher2012-08-291-1/+4
* Remove annotations from specsRobert Speicher2012-08-291-14/+0
* Simple model spec changes made possible by new factoriesRobert Speicher2012-08-281-11/+6
* Reannotatedrandx2012-06-261-5/+5
* Merge branch 'deploy_keys_nonunique' of https://github.com/miks/gitlabhq into...Ariejan de Vroom2012-03-011-2/+34
* fixed commit commentingDmitriy Zaporozhets2012-01-211-1/+2
* Specs for deploy_keys updatedmiks2011-12-311-1/+1
* clean-up codeNihad Abbasov2011-10-261-1/+1
* init commitgitlabhq2011-10-091-0/+32