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
2018-11-17Enable even more frozen string for lib/gitlabgfyoung
Enables frozen string for the following: * lib/gitlab/hook_data/**/*.rb * lib/gitlab/i18n/**/*.rb * lib/gitlab/import/**/*.rb * lib/gitlab/import_export/**/*.rb * lib/gitlab/kubernetes/**/*.rb * lib/gitlab/legacy_github_import/**/*.rb * lib/gitlab/manifest_import/**/*.rb * lib/gitlab/metrics/**/*.rb * lib/gitlab/middleware/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
2018-09-06Refactor code to remove object storage flag from Import/ExportJames Lopez
Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
2018-08-02Add Object Storage to GitLab project importJames Lopez
- Refactor uploads manager - Refactor importer, update import spec - Add more object storage specs
2018-04-06Extend API for importing a project export with overwrite supportFrancisco Javier López
2018-04-05Import projects with LFS objectsBob Van Landuyt
If the LFS object already exist, we'll link it tot he existing one, if not we'll create it.
2018-03-05review: rename import_export to import_export_sharedTravis Miller
2018-03-01review: instantiate shared import/export object in project methodTravis Miller
2018-03-01Add project export API implementationTravis Miller
2018-02-12Create an empty wiki when there is no wiki in the gitlab export bundleValery Sizov
2017-11-15Prefer polymorphism over specific type checks in Import serviceDouwe Maan
2017-04-04Fix issues importing forked projectsJames Lopez
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-07-19squashed - added avatar saver/restorer and specsJames Lopez
added spec for avatar saver avatar saver! added avatar restorer spec fix spec added avatar restorer class fix export service fix warnings, added changelog fix spec some refactoring based on feedback fixed a few issues after testing i/e avatar
2016-07-18allow empty repos on import/exportJames Lopez
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-24Fix tmp file being deleted after the request plus some cleanup and improved ↵James Lopez
erroring for this situation
2016-06-15lots of refactoring again based on feedback. Changed the UI slightly and ↵James Lopez
also fixed a small bug
2016-06-14few fixes after refactoring the whole UI stuffJames Lopez
2016-06-14adapted current services stuff to use new project import, plus fixes a few ↵James Lopez
issues, updated routes, etc...
2016-06-14lots of refactoring to reuse import serviceJames Lopez
2016-06-13corrected a few warningsJames Lopez
2016-05-13add message to notes about missing author on importJames Lopez
2016-05-12fix importer issueJames Lopez
2016-05-11refactored import to use shared error stuff and fixed a few issues with ↵James Lopez
recent refactorings
2016-05-03picking stuff from ui related to importJames Lopez
2016-04-22more refactoring - easier guessing path changesJames Lopez
2016-04-15WIP - importing file and repoJames Lopez