summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests.commit-projectDouwe Maan2015-04-241-3/+3
|
* Fix small issues.Douwe Maan2015-04-241-2/+3
|
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-241-3/+3
|
* Merge branch 'rs-mentionable-examples-refactor' into 'master'Dmitriy Zaporozhets2015-04-232-46/+73
|\ | | | | | | | | | | | | | | | | | | Update mentionable shared examples to be (a bit) more understandable These shared examples were super confusing, and honestly still kind of are, but they should be a bit better now. I encountered a bunch of headaches in these examples while refactoring ReferenceExtractor, so that's how I ended up changing it. See merge request !1780
| * Minor mentionable shared example changeRobert Speicher2015-04-161-2/+2
| |
| * Update mentionable shared examples to be (a bit) more understandableRobert Speicher2015-04-161-42/+69
| |
| * Correct usage of `subject` in specsRobert Speicher2015-04-162-2/+2
| |
* | Add more tests for cross-project referencesRobert Speicher2015-04-201-0/+10
| |
* | Reference filters :sparkles:Robert Speicher2015-04-201-0/+37
|/ | | | | Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users.
* Merge pull request #9044 from tsigo/rs-git-template-envDmitriy Zaporozhets2015-03-291-1/+7
|\ | | | | Define GIT_TEMPLATE_DIR environment variable in TestEnv
| * Define GIT_TEMPLATE_DIR environment variable in TestEnvRobert Speicher2015-03-271-1/+7
| | | | | | | | | | | | | | | | | | See http://schacon.github.io/git/git-init.html#_template_directory Without this variable, any global git hooks a developer might have in ~/.git_template would be linked in the `.git/hooks` folder for every test repository that gets checked out by TestEnv, and would cause certain specs to fail due to pre-existing hook files.
* | Fix tests and unassigned filter for issues. Updated CHANGELOGDmitriy Zaporozhets2015-03-271-2/+2
|/
* This MR extends the commit calendar so it searches for commits made with ↵Stan Hu2015-03-091-0/+19
| | | | | | | every email address the user has associated with his account. This fixes one of the problems mentioned in gitlab-org/gitlab-ce#1162 and makes the behavior of the commit calendar as described in the profile. "All email addresses will be used to identify your commits."
* TestEnv improvementsRobert Speicher2015-02-161-14/+20
| | | | | | - Simplify cleaning the temporary testing path in TestEnv - Don't run gitlab:shell:install if it's already installed - Run git commands quietly
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-124-19/+28
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Add flatten-dir branch to seed repoDmitriy Zaporozhets2015-01-101-0/+1
|
* Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets2014-11-181-51/+2
| | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944.
* gitlab shell works if multiple rubies installedCiro Santilli2014-11-181-2/+51
| | | | | | | | | | | | Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
* Merge pull request #7903 from cirosantilli/test-seed-resetValeriy Sizov2014-11-051-6/+39
|\ | | | | Fix version of test seed branches to specific revisions. Only clone if necessary.
| * Fix version of test seed branches.Ciro Santilli2014-10-011-6/+39
| |
* | Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-6/+5
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add specs for tasksVinnie Okada2014-10-051-0/+42
| | | | | | | | | | Add tests for the new task list functionality in the Markdown parser and in issues and merge requests.
* | Make Mentionables work for cross-project refsVinnie Okada2014-10-031-7/+33
| | | | | | | | | | Add a note to merge requests and issues when they're mentioned by a merge request, issue, or commit in another project.
* | Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-1/+1
|/
* Replace testme with gitlab-test.Ciro Santilli2014-09-271-5/+14
|
* Remove unnecessary page. from tests.Ciro Santilli2014-09-263-6/+6
|
* Only clone GitLab Shell on tests if necessary.Ciro Santilli2014-09-221-4/+6
|
* Fix satellite testsDmitriy Zaporozhets2014-08-061-1/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix API repository specsDmitriy Zaporozhets2014-08-011-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix markdown tests. Use new repo for testing. Fixed gitlab-shell test setupDmitriy Zaporozhets2014-07-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve copy test repo cmdDmitriy Zaporozhets2014-07-311-4/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove test dir only if existsDmitriy Zaporozhets2014-07-311-2/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Cleanup test dir before install gitlab-shell. Fix fork test scenarioDmitriy Zaporozhets2014-07-311-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Recreate tmp/tests on each test runDmitriy Zaporozhets2014-07-311-0/+5
|
* Fix MR testsDmitriy Zaporozhets2014-07-311-0/+20
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix MR factory and some MR testsDmitriy Zaporozhets2014-07-311-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move all test repos data to ReposHelpersDmitriy Zaporozhets2014-07-314-41/+67
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix browse code spinach testsDmitriy Zaporozhets2014-07-311-4/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont stub gitlab-shell calls. Make test environment closer to real oneDmitriy Zaporozhets2014-07-311-136/+22
|
* Fix failing spec.Ciro Santilli2014-07-171-1/+2
|
* Add project stars.Ciro Santilli2014-07-171-1/+1
|
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-06-301-1/+1
|\
| * Merge pull request #7170 from cirosantilli/add-trailing-newlinesSytse Sijbrandij2014-06-301-1/+1
| |\ | | | | | | [minor-refactor] Add trailing newline to all text files.
| | * Add trailing newline to all text files.Ciro Santilli2014-06-211-1/+1
| | | | | | | | | | | | Present in the large majority of files of each respective type.
* | | Fix mentionable specDmitriy Zaporozhets2014-06-271-6/+2
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove rails observers from applicationDmitriy Zaporozhets2014-06-172-23/+1
|/
* DB cleaner reverted to a known working versionJeroen van Baarsen2014-06-071-10/+31
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Temp fix for rspec so the specs are run againJeroen van Baarsen2014-06-061-13/+10
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Revert "Revert "Fix for failing specs""Dmitriy Zaporozhets2014-06-061-16/+15
| | | | This reverts commit 2545b0f85851d1e4ebc1137a2c8786a238e02ee4.
* Revert "Fix for failing specs"Jeroen van Baarsen2014-06-051-15/+16
| | | | | | | | | This reverts commit 2314438925af827b694fbaaf59c31c49dd2c0c31. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> Conflicts: Gemfile.lock