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
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2018-11-13Enable even more frozen string in lib/gitlabgfyoung
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.
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-07-23Fix gitlab import project loadFrancisco Javier López
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-03-13Fix provider server URL used when listing repos to importRubén Dávila
Also use Gitlab::Auth::OAuth::Provider.config_for to access OmniAuth config
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
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