summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/google_code_import
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Implement `expect_next_instance_of` and use itLin Jen-Shin2018-06-211-1/+3
| | | | | We need this because `expect_any_instance_of` doesn't work on prepended models. Now we could use the same code between CE/EE
* Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-231-1/+1
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-273-3/+3
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
|
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-1/+1
|
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-3/+4
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* 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