Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-08Record and show last used date of SSH KeysVincent Wong
Addresses: Issue #13810 1. Adds a last_used_at attribute to the Key table/model 2. Update a key's last_used_at whenever it gets used 3. Display how long ago an ssh key was last used
2016-12-12Merge CSSFilipa Lacerda
2016-12-06Now we need to include EmailHelpers for each testLin Jen-Shin
2016-12-06Use :maximum instead of :within for length validators with a 0..N rangeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-22Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
feature/1376-allow-write-access-deploy-keys * upstream/master: (497 commits) Use single quote for strings Ue svg from SVGs object Dont trigger CI builds [ci skip] Revert "Test only migrations" Add custom copy for each empty stage Fetch only one revision Highlight nav item on hover Test only migrations Fix migration paths tests Scroll CA stage panel on mobile Fix CSS declaration administer to administrator Move SVGs to JS objects for easy reuse Improve deploy command message No enough data to Not enough data Keep the cookie name as before Fix variable usage Evalute time_ago method instead of printing it Removed button styling from restricted visibility levels and added checkboxes with icons Do not show overview message if there’s already CA data ...
2016-11-18Use `Gitlab.config.gitlab.host` over `'localhost'`Lin Jen-Shin
This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all.
2016-11-18Add tests for key/deploy key notificationsLin Jen-Shin
2016-11-15Remove instance vars from key model testsSemyon Pupkov
2016-11-15Use setter for key instead AR callbackSemyon Pupkov
ref: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6763
2016-10-11Remove empty describe block on key spec modelSemyon Pupkov
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-02Tidy the key spec and fix failing user specKeith Pope
2016-08-02Add simple identifier to public SSH keysKeith Pope
2016-06-20Remove Duplicated keys add UNIQUE index to fingerprintPaco Guzman
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-09Tag model specsDouwe Maan
2015-08-04Only publish ssh key-type and keyZeger-Jan van de Weg
2015-07-11Add error message for SSH key linebreaksNikita Verkhovin
2015-06-10ensure_length_of -> validate_length_ofRobert Speicher
2015-05-03Re-annotate modelsStan Hu
2015-04-12Remove the invalid key factoriesRobert Speicher
They're only used once each, and they're easy to build in-place.
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-27Remove mass assgnment specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-09Re-annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02Remove KeysObserverDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-08-21ReannotateDmitriy Zaporozhets
2013-07-17Validate fingerprint uniquenessJacob Vosmaer
2013-07-17Remove unnecessary user from testJacob Vosmaer
2013-06-19AnnotatedDmitriy Zaporozhets
2013-05-06Model specs for DeployKeysDmitriy Zaporozhets
2013-02-17Tests to validate that invalid keys are rejectedJaakko Kantojärvi
2013-02-07fix deploy key specDmitriy Zaporozhets
2012-11-19Annotated. schema updatedDmitriy Zaporozhets
2012-11-13Remove backward compatibility of factories.Vincent Bonmalais
2012-10-09AnnotatedDmitriy Zaporozhets
2012-10-03Merge pull request #1617 from dosire/reject-ssh-keys-that-break-gitoliteValeriy Sizov
Reject ssh keys that break gitolite
2012-09-26set activerecord whitelist_attributes to trueNihad Abbasov
2012-09-24Reject ssh keys that break gitolite.Sytse Sijbrandij
Failing test. Working check.
2012-08-29Add more coverage for model validations and associationsRobert Speicher
2012-08-29Remove annotations from specsRobert Speicher
2012-08-29Simple model spec changes made possible by new factoriesRobert Speicher
2012-06-26Reannotatedrandx
2012-03-01Merge branch 'deploy_keys_nonunique' of https://github.com/miks/gitlabhq ↵Ariejan de Vroom
into miks-deploy_keys_nonunique Added/fixed specs Update spec/factory to allow Factory#new without opts Conflicts: app/models/key.rb
2012-01-21fixed commit commentingDmitriy Zaporozhets
2011-12-31Specs for deploy_keys updatedmiks
2011-10-26clean-up codeNihad Abbasov
* Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
2011-10-09init commitgitlabhq