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 (Expand)Author
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-01-14Add clear_credentials method to ProjectImportDataStan Hu
2018-12-11Refactor Project#create_or_update_import_dataYorick Peterse
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-05-30Upgrade to Ruby 2.4.4Stan Hu
2017-08-07Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/25...Nick Thomas
2017-07-06Rename ActiverecordSerialize copYorick Peterse
2017-05-31Added Cop to blacklist the use of serializeYorick Peterse
2016-06-28add missing attribute to attr_encrypted so it is fully backwards-compatibleJames Lopez
2016-05-30Upgrade attr_encrypted and encryptorConnor Shea
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate modelsDmitriy Zaporozhets
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-19Remove useless require 'file_size_validator' causing warningsRémy Coutable
2016-04-11changed a few things based on feedbackJames Lopez
2016-04-06removed TODO [ci skip]James Lopez
2016-04-06fix some issues with credentialsJames Lopez
2016-04-05some refactoring to symbolise keys across importers and left a TODOJames Lopez
2016-04-01fix fogbugz importJames Lopez
2016-03-21fixed some rubocop warningsJames Lopez
2016-03-21fixed few issues with the migrationJames Lopez
2016-03-07refactored a bunch of stuff based on MR feedbackJames Lopez
2016-03-04fix specsJames Lopez
2016-03-04added import url exposer to construct URL withunencrypted credentialsJames Lopez
2016-03-03WIP - refactored migration and updated project_import_data with encrypted attJames Lopez
2015-05-03Re-annotate modelsStan Hu
2015-04-17Move import data out of project so it doesn't take ages to load.Douwe Maan