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-05-08Merge branch 'fix/gl-project-id' into 'master'James Lopez
Omit gl_project_id from Import/Export Closes #29813 See merge request !11032
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-06Merge branch 'fix/fork-spec-mysql' into 'master' Stan Hu
Fix fork_spec failure to do with mySQL Closes #31870 See merge request !11121
2017-05-05workaround spec failure for mySQL invalid date issueJames Lopez
2017-05-05Update Import/Export filesblackst0ne
2017-05-03Fix project tree saver and fork spec failuresJames Lopez
2017-05-03Include missing project attributes to Import/ExportJames Lopez
2017-05-02remove gl_project_id for I/E version updateJames Lopez
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-07Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
# Conflicts: # spec/lib/gitlab/import_export/all_models.yml
2017-04-06Fix projected import failing on missing relationsJames Edwards-Jones
2017-04-06Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda
2017-04-06Suppress Import/Export function warnings. Add comment for confirmation.Shinya Maeda
2017-04-06Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
# Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
2017-04-04Fix issues importing forked projectsJames Lopez
2017-04-04Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones
2017-04-04Attempt to fix import/export of push_access_levels for protected tagsJames Edwards-Jones
2017-04-03Clean up non TODO rubocop errorsJames Edwards-Jones
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-09Fix group members method for project import/exportDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-16Merge branch 'fix/import-hooks' into 'master' Rémy Coutable
Fix import webhooks performance issue Closes #27958 See merge request !9197
2017-02-16Use gitlab shell import instead of manually creating the webhooksJames Lopez
Also update repo restorer to use project wiki method.
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-07Add missing group members to export for I/EJames Lopez
2017-01-31use destroy_allJames Lopez
2017-01-31remove old project members from projectJames Lopez
2017-01-30fix spec failureJames Lopez
2017-01-30programmatically remove encrypted attributes. Added relevant spec.James Lopez
2017-01-30rename method and added note to export file spec about new encrypted attributesJames Lopez
2017-01-30fix typoJames Lopez
2017-01-30Ignore encrypted attributes in Import/ExportJames Lopez
* Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
2017-01-20Merge branch 'fix/import-users' into 'master' Rémy Coutable
Fix import no longer mapping users as admin Closes #25346 See merge request !8625
2017-01-20fix member mapper specJames Lopez
2017-01-19fix typoJames Lopez
2017-01-18fix and refactor note user mappingJames Lopez
2017-01-18added spec replicating the problemJames Lopez
2017-01-18do not map usersat all unless adminJames Lopez
2017-01-15Backport backend work for time tracking.Ruben Davila
2016-12-21Fix error importing label priorities and added relevant specJames Lopez
2016-12-19Merge branch 'fix/import-export-mr-error' into 'master' Rémy Coutable
Fix import/export merge requests error When MWBS is set and the MR exported/imported an error gets thrown. We should ignore this so it can succeed as the merge user may no longer exist in the target instance. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24009 and https://gitlab.com/gitlab-com/support-forum/issues/1345 See merge request !8134
2016-12-19Fix MR issue to do with merge userJames Lopez
2016-12-19Fix for missing service when importing from EE to CEJames Lopez
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-19Fix duplicated build token problem and added relevant specJames Lopez
2016-11-03Merge branch 'fix/import-export-symlink-vulnerability' into 'security'Douwe Maan
Fix symlink vulnerability in Import/Export Replaces https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2018 made by @james Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23822 See merge request !2022 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-03Merge branch 'fix/import-projectmember-security' into 'security'Douwe Maan
Fix Import/Export foreign key issue to do with project members Cleans-up any foreign keys in `ProjectMember` - same as we do with the rest of the models when importing. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/23837 and https://gitlab.com/gitlab-org/gitlab-ce/issues/23739 See merge request !2020 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-19Update specs to cope with new label types and prioritiesJames Lopez
Fixed all related specs and also changed the logic to handle edge cases. This includes exporting and exporting of group labels, which will get associated with the new group (if any) or they will become normal project labels otherwise. Found other issues to do with not being able to import all labels at once in the beginning of the JSON - code was much simpler when we import all labels and milestones associated to a project first, then the associations will find the already created labels instead of creating them from the associations themselves.
2016-10-19Use try instead of ternary operator on Gitlab::ImportExport::ProjectTreeRestorerDouglas Barbosa Alexandre
2016-10-19Fix import/export labels to cope with project and group labels. Added ↵James Lopez
relevant specs.
2016-10-19Fix import testJames Lopez