summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/google_code_import
Commit message (Collapse)AuthorAgeFilesLines
* Tag lib specsDouwe Maan2015-12-093-3/+3
|
* Add fixture_file helper.Douwe Maan2015-08-202-2/+2
|
* GoogleCode importer: Do not care about casing of image file extensionsSven Strickroth2015-07-201-0/+1
| | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-232-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
| * Change `to_not` calls to `not_to`Robert Speicher2015-06-222-5/+5
| | | | | | | | Both work, but now we're consistent across the entire app.
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-222-14/+13
|/
* Show incompatible projects in Google Code import statusStan Hu2015-04-301-0/+1
| | | | | | | | Importing a JSON file with only one Subversion project lead to confusion over whether the system was working. Provide status why these projects could not be imported directly. Closes #1531
* Update Google Code importer test.google-code-fixesDouwe Maan2015-04-211-3/+4
|
* Move import data out of project so it doesn't take ages to load.Douwe Maan2015-04-171-1/+5
|
* Make sure user has access to namespace in import tests.Douwe Maan2015-04-151-1/+5
|
* Import Google Code issue assignee when mapped.google-code-importDouwe Maan2015-04-141-3/+7
|
* Allow user map to be specified.Douwe Maan2015-04-141-2/+9
|
* Add comment number to imported Google Code comments.Douwe Maan2015-04-141-0/+1
|
* Remove author link since all code.google.com links will be shut down.Douwe Maan2015-04-141-2/+0
|
* Show Google Code image attachments inline.Douwe Maan2015-04-041-1/+2
|
* Fix tests.Douwe Maan2015-04-031-2/+1
|
* Allow projects to be imported from Google Code.Douwe Maan2015-04-033-0/+127