GitLab Bot
d828e7941d
Add latest changes from gitlab-org/gitlab@master
2025-03-01 00:07:34 +00:00
GitLab Bot
329f63356a
Add latest changes from gitlab-org/gitlab@master
2024-07-24 18:10:15 +00:00
GitLab Bot
9a676c5ccb
Add latest changes from gitlab-org/gitlab@master
2024-05-30 09:24:02 +00:00
GitLab Bot
a3487798ae
Add latest changes from gitlab-org/gitlab@master
2023-02-08 18:07:53 +00:00
GitLab Bot
be4b3134a2
Add latest changes from gitlab-org/gitlab@master
2021-05-04 15:10:36 +00:00
GitLab Bot
e5e0589e09
Add latest changes from gitlab-org/gitlab@master
2021-04-26 12:09:44 +00:00
GitLab Bot
852877d997
Add latest changes from gitlab-org/gitlab@master
2021-01-22 18:09:10 +00:00
GitLab Bot
1bdf79827c
Add latest changes from gitlab-org/gitlab@master
2020-12-02 15:09:37 +00:00
GitLab Bot
015890a1b7
Add latest changes from gitlab-org/gitlab@master
2020-11-05 09:09:00 +00:00
GitLab Bot
00ecf5debe
Add latest changes from gitlab-org/gitlab@master
2020-06-04 18:08:32 +00:00
GitLab Bot
c9d79ef3b5
Add latest changes from gitlab-org/gitlab@master
2020-05-26 15:08:17 +00:00
GitLab Bot
c6f0b221b7
Add latest changes from gitlab-org/gitlab@master
2020-05-12 00:10:11 +00:00
GitLab Bot
cd582decb9
Add latest changes from gitlab-org/gitlab@master
2020-05-09 12:09:53 +00:00
GitLab Bot
83731155d9
Add latest changes from gitlab-org/gitlab@master
2020-03-06 18:08:08 +00:00
GitLab Bot
619d0b6922
Add latest changes from gitlab-org/gitlab@master
2020-02-26 18:09:24 +00:00
GitLab Bot
cfc792b9ca
Add latest changes from gitlab-org/gitlab@master
2019-12-10 07:53:40 +00:00
GitLab Bot
0d46bf0638
Add latest changes from gitlab-org/gitlab@master
2019-10-04 12:06:14 +00:00
GitLab Bot
20450649ca
Add latest changes from gitlab-org/gitlab@master
2019-09-27 09:06:26 +00:00
gfyoung
7ec8af5017
Enable even more frozen string for lib/gitlab
...
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-11-16 17:41:14 -08:00
James Lopez
a2aa505805
Refactor code to remove object storage flag from Import/Export
...
Updated docs, refactor import/export code
Fix AvatarUploader path issue
Fix project export upload webhook error
2018-09-06 16:52:42 +02:00
James Lopez
07009a1f48
Add Object Storage to GitLab project import
...
- Refactor uploads manager
- Refactor importer, update import spec
- Add more object storage specs
2018-08-02 11:50:19 +02:00
Francisco Javier López
f20912df03
Extend API for importing a project export with overwrite support
2018-04-06 15:23:49 +00:00
Bob Van Landuyt
79cb4d99c0
Import projects with LFS objects
...
If the LFS object already exist, we'll link it tot he existing one, if
not we'll create it.
2018-04-05 10:21:51 +02:00
Travis Miller
6d1c5014e9
review: rename import_export to import_export_shared
2018-03-05 13:53:40 -06:00
Travis Miller
2b176137c9
review: instantiate shared import/export object in project method
2018-02-28 21:25:54 -06:00
Travis Miller
c75187df8c
Add project export API implementation
2018-02-28 20:47:36 -06:00
Valery Sizov
c6fa8c3fba
Create an empty wiki when there is no wiki in the gitlab export bundle
2018-02-12 15:38:10 +00:00
Douwe Maan
8da236611b
Prefer polymorphism over specific type checks in Import service
2017-11-15 13:40:35 +01:00
James Lopez
22d7ae8002
Fix issues importing forked projects
2017-04-04 16:34:19 +00:00
Dmitriy Zaporozhets
6676b4f0dd
Use Namespace#full_path instead of Namespace#path
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-14 18:38:20 +02:00
James Lopez
76771c2946
squashed - added avatar saver/restorer and specs
...
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-19 13:06:06 +02:00
James Lopez
60a2b3eff2
allow empty repos on import/export
2016-07-18 11:02:07 +02:00
Grzegorz Bizon
9e211091a8
Enable Style/EmptyLines cop, remove redundant ones
2016-07-01 21:56:17 +02:00
James Lopez
46b89a270f
Fix tmp file being deleted after the request plus some cleanup and improved erroring for this situation
2016-06-24 10:50:23 +02:00
James Lopez
4bde59341f
lots of refactoring again based on feedback. Changed the UI slightly and also fixed a small bug
2016-06-15 17:31:00 +02:00
James Lopez
ff44198e17
few fixes after refactoring the whole UI stuff
2016-06-14 21:03:14 +02:00
James Lopez
b53ed84843
adapted current services stuff to use new project import, plus fixes a few issues, updated routes, etc...
2016-06-14 20:32:19 +02:00
James Lopez
3f7ed55011
lots of refactoring to reuse import service
2016-06-14 12:47:07 +02:00
James Lopez
e5cf4cd745
corrected a few warnings
2016-06-13 15:33:28 +02:00
James Lopez
25a1c6541a
add message to notes about missing author on import
2016-05-13 12:33:13 +02:00
James Lopez
ff56f7be62
fix importer issue
2016-05-12 11:03:55 +02:00
James Lopez
a61456e44e
refactored import to use shared error stuff and fixed a few issues with recent refactorings
2016-05-11 17:22:45 +02:00
James Lopez
9d306eb132
picking stuff from ui related to import
2016-05-03 12:41:23 +02:00
James Lopez
8f973b8f68
more refactoring - easier guessing path changes
2016-04-22 12:45:20 +02:00
James Lopez
ae777ea061
WIP - importing file and repo
2016-04-15 18:14:28 +02:00