summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* 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-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
|\ \ | |/ |/|
| * Allow HipChat API version to be blank and default to v2Stan Hu2015-05-261-4/+27
* | Change percent_complete rescue value from 100 to 0Jonah Bishop2015-05-261-1/+1
|/
* Add support for Webhook note eventsStan Hu2015-05-214-0/+4
* Merge branch 'rs-system-note' into 'master'Dmitriy Zaporozhets2015-05-121-486/+49
|\
| * Simplify Note model specsRobert Speicher2015-05-111-213/+34
| * Add a SystemNoteService classRobert Speicher2015-05-111-256/+0
| * Note's voting specs don't need to persist to the databaseRobert Speicher2015-05-101-18/+16
* | Re-annotate User modelRobert Speicher2015-05-091-0/+5
|/
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-083-15/+74
* fix gitlab CI linksfix_ci_servicesValery Sizov2015-05-051-0/+2
* Re-annotate modelsStan Hu2015-05-0321-4/+72
* Add application setting to restrict user signups to e-mail domainsStan Hu2015-05-022-0/+71
* Improve/add specs for `Project#get_issue` and `#issue_exists?`rs-more-pipeline-filtersRobert Speicher2015-05-011-19/+42
* Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan2015-04-301-0/+26