Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests.commit-project | Douwe Maan | 2015-04-24 | 1 | -3/+3 |
| | |||||
* | Fix small issues. | Douwe Maan | 2015-04-24 | 1 | -2/+3 |
| | |||||
* | Link cross-project cross-reference notes to correct project. | Douwe Maan | 2015-04-24 | 1 | -3/+3 |
| | |||||
* | Merge branch 'rs-mentionable-examples-refactor' into 'master' | Dmitriy Zaporozhets | 2015-04-23 | 2 | -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 change | Robert Speicher | 2015-04-16 | 1 | -2/+2 |
| | | |||||
| * | Update mentionable shared examples to be (a bit) more understandable | Robert Speicher | 2015-04-16 | 1 | -42/+69 |
| | | |||||
| * | Correct usage of `subject` in specs | Robert Speicher | 2015-04-16 | 2 | -2/+2 |
| | | |||||
* | | Add more tests for cross-project references | Robert Speicher | 2015-04-20 | 1 | -0/+10 |
| | | |||||
* | | Reference filters :sparkles: | Robert Speicher | 2015-04-20 | 1 | -0/+37 |
|/ | | | | | Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users. | ||||
* | Merge pull request #9044 from tsigo/rs-git-template-env | Dmitriy Zaporozhets | 2015-03-29 | 1 | -1/+7 |
|\ | | | | | Define GIT_TEMPLATE_DIR environment variable in TestEnv | ||||
| * | Define GIT_TEMPLATE_DIR environment variable in TestEnv | Robert Speicher | 2015-03-27 | 1 | -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 CHANGELOG | Dmitriy Zaporozhets | 2015-03-27 | 1 | -2/+2 |
|/ | |||||
* | This MR extends the commit calendar so it searches for commits made with ↵ | Stan Hu | 2015-03-09 | 1 | -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 improvements | Robert Speicher | 2015-02-16 | 1 | -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 syntax | Jeroen van Baarsen | 2015-02-12 | 4 | -19/+28 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Add flatten-dir branch to seed repo | Dmitriy Zaporozhets | 2015-01-10 | 1 | -0/+1 |
| | |||||
* | Revert "gitlab shell works if multiple rubies installed" | Dmitriy Zaporozhets | 2014-11-18 | 1 | -51/+2 |
| | | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944. | ||||
* | gitlab shell works if multiple rubies installed | Ciro Santilli | 2014-11-18 | 1 | -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-reset | Valeriy Sizov | 2014-11-05 | 1 | -6/+39 |
|\ | | | | | Fix version of test seed branches to specific revisions. Only clone if necessary. | ||||
| * | Fix version of test seed branches. | Ciro Santilli | 2014-10-01 | 1 | -6/+39 |
| | | |||||
* | | Use short_id instead of [0..N] for short version of commit sha | Dmitriy Zaporozhets | 2014-10-10 | 1 | -6/+5 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Add specs for tasks | Vinnie Okada | 2014-10-05 | 1 | -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 refs | Vinnie Okada | 2014-10-03 | 1 | -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.2 | Sullivan SENECHAL | 2014-10-03 | 1 | -1/+1 |
|/ | |||||
* | Replace testme with gitlab-test. | Ciro Santilli | 2014-09-27 | 1 | -5/+14 |
| | |||||
* | Remove unnecessary page. from tests. | Ciro Santilli | 2014-09-26 | 3 | -6/+6 |
| | |||||
* | Only clone GitLab Shell on tests if necessary. | Ciro Santilli | 2014-09-22 | 1 | -4/+6 |
| | |||||
* | Fix satellite tests | Dmitriy Zaporozhets | 2014-08-06 | 1 | -1/+10 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix API repository specs | Dmitriy Zaporozhets | 2014-08-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix markdown tests. Use new repo for testing. Fixed gitlab-shell test setup | Dmitriy Zaporozhets | 2014-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve copy test repo cmd | Dmitriy Zaporozhets | 2014-07-31 | 1 | -4/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove test dir only if exists | Dmitriy Zaporozhets | 2014-07-31 | 1 | -2/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Cleanup test dir before install gitlab-shell. Fix fork test scenario | Dmitriy Zaporozhets | 2014-07-31 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Recreate tmp/tests on each test run | Dmitriy Zaporozhets | 2014-07-31 | 1 | -0/+5 |
| | |||||
* | Fix MR tests | Dmitriy Zaporozhets | 2014-07-31 | 1 | -0/+20 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix MR factory and some MR tests | Dmitriy Zaporozhets | 2014-07-31 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move all test repos data to ReposHelpers | Dmitriy Zaporozhets | 2014-07-31 | 4 | -41/+67 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix browse code spinach tests | Dmitriy Zaporozhets | 2014-07-31 | 1 | -4/+15 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Dont stub gitlab-shell calls. Make test environment closer to real one | Dmitriy Zaporozhets | 2014-07-31 | 1 | -136/+22 |
| | |||||
* | Fix failing spec. | Ciro Santilli | 2014-07-17 | 1 | -1/+2 |
| | |||||
* | Add project stars. | Ciro Santilli | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2014-06-30 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #7170 from cirosantilli/add-trailing-newlines | Sytse Sijbrandij | 2014-06-30 | 1 | -1/+1 |
| |\ | | | | | | | [minor-refactor] Add trailing newline to all text files. | ||||
| | * | Add trailing newline to all text files. | Ciro Santilli | 2014-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Present in the large majority of files of each respective type. | ||||
* | | | Fix mentionable spec | Dmitriy Zaporozhets | 2014-06-27 | 1 | -6/+2 |
|/ / | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Remove rails observers from application | Dmitriy Zaporozhets | 2014-06-17 | 2 | -23/+1 |
|/ | |||||
* | DB cleaner reverted to a known working version | Jeroen van Baarsen | 2014-06-07 | 1 | -10/+31 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Temp fix for rspec so the specs are run again | Jeroen van Baarsen | 2014-06-06 | 1 | -13/+10 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Revert "Revert "Fix for failing specs"" | Dmitriy Zaporozhets | 2014-06-06 | 1 | -16/+15 |
| | | | | This reverts commit 2545b0f85851d1e4ebc1137a2c8786a238e02ee4. | ||||
* | Revert "Fix for failing specs" | Jeroen van Baarsen | 2014-06-05 | 1 | -15/+16 |
| | | | | | | | | | This reverts commit 2314438925af827b694fbaaf59c31c49dd2c0c31. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> Conflicts: Gemfile.lock |