This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
eef37e3313
gitlab-org--gitlab-foss
/
lib
/
gitlab
/
database_importers
/
common_metrics.rb
9 lines
115 B
Ruby
Raw
Normal View
History
Unescape
Escape
Move importers to lib folder This moves our metric importers into the lib folder. This will allow them to be autoloaded instead of having to explicitly require them.
2019-07-01 17:43:21 -04:00
# frozen_string_literal: true
module
Gitlab
Rename Gitlab::Importers module In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters.
2019-07-09 17:31:28 -04:00
module
DatabaseImporters
Move importers to lib folder This moves our metric importers into the lib folder. This will allow them to be autoloaded instead of having to explicitly require them.
2019-07-01 17:43:21 -04:00
module
CommonMetrics
end
end
end
Copy permalink