Add Snowplow support to backend
- create a class for tracking snoplow events - change FE to use the class NAMESPACE constant
显示
- Gemfile 3 个添加, 0 个删除Gemfile
- Gemfile.lock 4 个添加, 0 个删除Gemfile.lock
- config/dependency_decisions.yml 7 个添加, 0 个删除config/dependency_decisions.yml
- ee/app/views/layouts/_snowplow.html.haml 1 个添加, 1 个删除ee/app/views/layouts/_snowplow.html.haml
- ee/lib/gitlab/snowplow_tracker.rb 37 个添加, 0 个删除ee/lib/gitlab/snowplow_tracker.rb
- ee/spec/lib/gitlab/snowplow_tracker_spec.rb 42 个添加, 0 个删除ee/spec/lib/gitlab/snowplow_tracker_spec.rb
... | @@ -303,6 +303,9 @@ gem 'peek-pg', '~> 1.3.0', group: :postgres | ... | @@ -303,6 +303,9 @@ gem 'peek-pg', '~> 1.3.0', group: :postgres |
gem 'peek-rblineprof', '~> 0.2.0' | gem 'peek-rblineprof', '~> 0.2.0' | ||
gem 'peek-redis', '~> 1.2.0' | gem 'peek-redis', '~> 1.2.0' | ||
# Snowplow events tracking | |||
gem 'snowplow-tracker', '~> 0.6.1' | |||
# Metrics | # Metrics | ||
group :metrics do | group :metrics do | ||
gem 'method_source', '~> 0.8', require: false | gem 'method_source', '~> 0.8', require: false | ||
... | ... |
ee/lib/gitlab/snowplow_tracker.rb
0 → 100644
ee/spec/lib/gitlab/snowplow_tracker_spec.rb
0 → 100644
想要评论请 注册 或 登录