summaryrefslogtreecommitdiff
path: root/lib/gitlab/fogbugz_import
Commit message (Collapse)AuthorAgeFilesLines
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
| | | | | This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
* Enable even more frozen string in lib/gitlabrepo-forks/gitlab-ce-frozen-string-lib-gitlab-even-moregfyoung2018-11-134-0/+8
| | | | | | | | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/fogbugz_import/**/*.rb * lib/gitlab/gfm/**/*.rb * lib/gitlab/git/**/*.rb * lib/gitlab/gitaly_client/**/*.rb * lib/gitlab/gitlab_import/**/*.rb * lib/gitlab/google_code_import/**/*.rb * lib/gitlab/gpg/**/*.rb * lib/gitlab/grape_logging/**/*.rb * lib/gitlab/graphql/**/*.rb * lib/gitlab/graphs/**/*.rb * lib/gitlab/hashed_storage/**/*.rb * lib/gitlab/health_checks/**/*.rb Partially address gitlab-org/gitlab-ce#47424.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-091-11/+11
|
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+3
|
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-162-0/+3
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-9/+9
|
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-2/+2
| | | | | | Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694.
* Use LabelsFinder on Fogbuz importerDouglas Barbosa Alexandre2016-10-191-1/+2
|
* Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-191-1/+1
|
* User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-191-2/+2
|
* Remove Issuable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-15/+10
|
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-1/+1
|
* create import data in serviceJames Lopez2016-05-101-6/+3
|
* refactored create_or_update_import_dataJames Lopez2016-04-071-1/+1
|
* refactored a few things based on MR feedbackJames Lopez2016-04-072-11/+6
|
* fix some issues with credentialsJames Lopez2016-04-061-1/+1
|
* some refactoring to symbolise keys across importers and left a TODOJames Lopez2016-04-052-5/+5
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-04-041-1/+1
|\ | | | | | | | | | | | | fix/project-import_url # Conflicts: # db/schema.rb
| * spec and fix for fogbugz lonely user problemJames Lopez2016-03-301-1/+1
| |
* | corrected a couple of based on MR reviewJames Lopez2016-04-041-2/+1
| |
* | remove useless varJames Lopez2016-04-011-1/+0
| |
* | fix fogbugz importJames Lopez2016-04-012-9/+8
| |
* | more fixes after doing more manual testing on importingJames Lopez2016-03-291-1/+2
| |
* | fixing a few issues after testing importsJames Lopez2016-03-291-7/+4
| |
* | fogbugz importer, also refactored migration again to make it easier to add ↵James Lopez2016-03-232-4/+11
|/ | | | new importers
* DRY up upload and download servicesapi-project-uploadDouwe Maan2016-01-081-1/+1
|
* Satisfy RubocpDouwe Maan2016-01-071-1/+1
|
* Add API project upload endpointDouwe Maan2016-01-071-3/+1
|
* Fixed Rubocop offensesGabriel Mazetto2015-12-152-2/+3
|
* Fix rubocop warnings in libGuilherme Garnier2015-10-031-1/+1
|
* FogBugz Import: Closed comments may contain user dataJared Szechy2015-09-211-1/+1
|
* FogBugz project importJared Szechy2015-09-084-0/+423