Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-01-25Use `:empty_project` where possible throughout spec/libRobert Speicher
2016-10-19Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2015-12-09Tag lib specsDouwe Maan
2015-08-20Add fixture_file helper.Douwe Maan
2015-07-20GoogleCode importer: Do not care about casing of image file extensionsSven Strickroth
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
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
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Change `to_not` calls to `not_to`Robert Speicher
Both work, but now we're consistent across the entire app.
2015-04-30Show incompatible projects in Google Code import statusStan Hu
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
2015-04-21Update Google Code importer test.Douwe Maan
2015-04-17Move import data out of project so it doesn't take ages to load.Douwe Maan
2015-04-15Make sure user has access to namespace in import tests.Douwe Maan
2015-04-15Import Google Code issue assignee when mapped.Douwe Maan
2015-04-14Allow user map to be specified.Douwe Maan
2015-04-14Add comment number to imported Google Code comments.Douwe Maan
2015-04-14Remove author link since all code.google.com links will be shut down.Douwe Maan
2015-04-04Show Google Code image attachments inline.Douwe Maan
2015-04-03Fix tests.Douwe Maan
2015-04-03Allow projects to be imported from Google Code.Douwe Maan