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-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-08Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-09-08Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew Smith
2016-09-05Fixed gitlab.com importer missing confidential attributeJames Lopez
2016-07-14fixed similar issue with gitlab.com importer because why not!James Lopez
2016-07-13Keeps issue number when importing from Gitlab.comDouglas Barbosa Alexandre
With these changes we don’t lost the issue references when importing from `GitLab.com`.
2016-06-14adding notifications stuff and more refactoring for exporting projectsJames Lopez
2016-06-14lots of refactoring to reuse import serviceJames Lopez
2016-06-13WIP - starting refactoring import/export to use servicesJames Lopez
2016-06-01Add leading comment space copFelipe Artur
2016-05-26fix bad refactoring of import data credentialsJames Lopez
2016-05-17fix typo from bad refactoringJames Lopez
2016-04-05some refactoring to symbolise keys across importers and left a TODOJames Lopez
2016-04-01fixes after more import testingJames Lopez
2016-03-22fix gitlab import and specJames Lopez
2016-03-02Fix import from gitlab.comKazuki Sawada
Fixes #12652
2016-01-12Use CGI.escape instead of URI.escape, because URI is obsoleted.Jason Lee
ref: https://github.com/ruby/ruby/commit/238b979f1789f95262a267d8df6239806f2859cc
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-11-30fix specsValery Sizov
2015-09-01Fix bug where only the first 15 Bitbucket issues would be imported.Stan Hu
Also fix a number of issues where author/reporter names were not available.
2015-08-23Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu
and request them each session. Pass these tokens to the project import data. This prevents the need to encrypt these tokens and clear them in case they expire or get revoked. For example, if you deleted and re-created OAuth2 keys for Bitbucket, you would get an Error 500 with no way to recover: ``` Started GET "/import/bitbucket/status" for x.x.x.x at 2015-08-07 05:24:10 +0000 Processing by Import::BitbucketController#status as HTML Completed 500 Internal Server Error in 607ms (ActiveRecord: 2.3ms) NameError (uninitialized constant Import::BitbucketController::Unauthorized): app/controllers/import/bitbucket_controller.rb:77:in `rescue in go_to_bitbucket_for_permissions' app/controllers/import/bitbucket_controller.rb:74:in `go_to_bitbucket_for_permissions' app/controllers/import/bitbucket_controller.rb:86:in `bitbucket_unauthorized' ``` Closes #1871
2015-04-06Use Projects::CreateService to create imported projects so hooks are executed.Douwe Maan
2015-03-31Import GitHub, Bitbucket or GitLab.com projects owned by authenticated user ↵Douwe Maan
into current namespace.
2015-03-23Fix OAuth2 issue importing a new project from GitHub and GitLabStan Hu
Closes #1268
2015-03-13Fix import pages not working after first load.Douwe Maan
2015-02-24Add Bitbucket importer.Douwe Maan
2015-02-06gitlab.com importer: refactorigValery Sizov
2015-02-05GitLab.com integration: refactoringValery Sizov
2015-02-05Gitlab integration: added testsValery Sizov
2015-02-05GitLab integration. ImporterValery Sizov