summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets2015-06-041-0/+2
|\ \ \ | |/ / |/| |
| * | Make namespace API available to all usersStan Hu2015-05-281-0/+2
| |/
* | GitLab CI service sends gitlab-ci.yml fileci_yml_fileValery Sizov2015-06-021-0/+15
* | You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets2015-05-281-1/+17
|/
* Merge branch 'rs-to_reference' into 'master'Dmitriy Zaporozhets2015-05-2710-56/+257
|\
| * Make use of to_reference in more specsRobert Speicher2015-05-261-1/+1
| * Support only double quotes for multi-word label referencesRobert Speicher2015-05-261-5/+14
| * Update CommitRange#to_reference to use full SHAsRobert Speicher2015-05-261-13/+13
| * Minor model spec cleanupsRobert Speicher2015-05-264-26/+15
| * Add `to_reference` for models that support referencesRobert Speicher2015-05-2610-36/+239
* | Merge branch 'fix-hipchat-default-api-version' into 'master'Douwe Maan2015-05-271-4/+27
|\ \ | |/ |/|