summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Add User.find_by_username!rs-issue-2012Robert Speicher2015-07-231-0/+12
* Do not disappoint rubocop.validate_token_and_url_format_for_gitlab_ciMarin Jankovski2015-07-171-1/+1
* Add specs for gitlab ci service validity.Marin Jankovski2015-07-171-0/+27
* Rename `notice_added_references` to `create_new_cross_references!`rs-issue-1773Robert Speicher2015-07-131-5/+5
* Refactor Mentionable#notice_added_referencesRobert Speicher2015-07-131-0/+49
* Merge branch 'ssh-key-linebreaks' into 'master'Dmitriy Zaporozhets2015-07-131-1/+7
|\
| * Add error message for SSH key linebreaksNikita Verkhovin2015-07-121-1/+7
* | Merge branch 'rs-disable-2fa' into 'master'Dmitriy Zaporozhets2015-07-131-0/+18
|\ \
| * | Add User#disable_two_factor!rs-disable-2faRobert Speicher2015-07-101-0/+18
| |/
* | Add tests for repository search filesDmitriy Zaporozhets2015-07-121-0/+24
|/
* Add Irker service configuration optionsStan Hu2015-07-051-32/+8
* Refactor can_be_merged logic for merge requestDmitriy Zaporozhets2015-07-011-0/+14
* Repository#blob_at should return nil for 00000000... shafix-zero-sha-lookupDmitriy Zaporozhets2015-07-011-0/+8
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-262-4/+4
* Only look up Commit authors/committers by emailrs-issue-1850Robert Speicher2015-06-231-10/+4
* Merge branch 'rubocop-for-tests' into 'master'Dmitriy Zaporozhets2015-06-2314-69/+55
|\
| * Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-2325-80/+87
| |\
| * | Fix Style/Blocks cop violationsRobert Speicher2015-06-227-26/+27
| * | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-228-27/+27
| * | Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-223-16/+0
| * | Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-221-2/+2
* | | Merge branch 'rs-dev-issue-2414' into 'master'Dmitriy Zaporozhets2015-06-231-36/+38
|\ \ \ | |_|/ |/| |
| * | Use alias_attribute to define User#two_factor_enabledrs-dev-issue-2414Robert Speicher2015-06-221-24/+0
| * | Make default value for otp_required_for_login false instead of nullRobert Speicher2015-06-201-2/+2
| * | Allow Admin to filter users by 2FA statusRobert Speicher2015-06-191-10/+36
* | | Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-223-3/+3
* | | Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-221-1/+1
* | | Use to_reference for issue and merge request mentionable specsRobert Speicher2015-06-222-4/+4
* | | Update mock and stub syntax for specsRobert Speicher2015-06-2220-73/+79
| |/ |/|
* | Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets2015-06-221-0/+25
|\ \
| * | Spec and refactor User.find_for_commitRobert Speicher2015-06-171-0/+25
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-06-221-0/+24
|\ \ \ | | |/ | |/|
| * | Add convenience methods to User for getting and setting 2FA statusRobert Speicher2015-06-191-0/+24
| |/
* | Merge branch 'snippet_optional_filename' into 'master'Douwe Maan2015-06-201-1/+0
|\ \ | |/ |/|
| * Make snippet filename optional.Nicolas2015-06-201-1/+0
* | Look for .gitlab-ci.yml only if checkout_sha is presentfix-gitlab-ci-ymlDmitriy Zaporozhets2015-06-151-1/+1
* | Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets2015-06-151-3/+4
|\ \
| * | Add `dashboard` attribute to User modelRobert Speicher2015-06-131-1/+2
| * | Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-2/+2
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-06-142-6/+6
|\ \ \
| * | | Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-132-5/+5
| * | | Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-131-1/+1
| |/ /
* | | Merge pull request #9340 from jvanbaarsen/update-noteableDmitriy Zaporozhets2015-06-141-1/+1
|\ \ \ | |/ / |/| |
| * | Update noteable after a new note is addedJeroen van Baarsen2015-06-051-1/+1
* | | Merge branch 'feature-session-expire-seconds-ui' into 'master'Douwe Maan2015-06-121-0/+1
|\ \ \ | |_|/ |/| |
| * | session_expire_seconds => session_expire_delaythemaze752015-06-101-1/+1
| * | Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-0/+1
* | | "expect { }.not_to raise_error" no longer takes a specific classRobert Speicher2015-06-101-6/+2
* | | ensure_length_of -> validate_length_ofRobert Speicher2015-06-105-10/+10
* | | Correctly remove already-mentioned commits for cross referencesrs-issue-1778Robert Speicher2015-06-081-2/+19