Drop skylight, we already support sentry

This commit is contained in:
Henne Vogelsang 2024-06-06 18:26:01 +02:00
parent f63adf749a
commit 494c73bbd6
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
4 changed files with 0 additions and 13 deletions

View file

@ -186,9 +186,6 @@ gem 'sprockets-rails'
# for multiple speakers select on proposal/event forms # for multiple speakers select on proposal/event forms
gem 'selectize-rails' gem 'selectize-rails'
# For collecting performance data
gem 'skylight'
# memcached binary connector # memcached binary connector
gem 'dalli' gem 'dalli'

View file

@ -543,8 +543,6 @@ GEM
simplecov (~> 0.19) simplecov (~> 0.19)
simplecov-html (0.12.3) simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4) simplecov_json_formatter (0.1.4)
skylight (6.0.4)
activesupport (>= 5.2.0)
snaky_hash (2.0.1) snaky_hash (2.0.1)
hashie hashie
version_gem (~> 1.1, >= 1.1.1) version_gem (~> 1.1, >= 1.1.1)
@ -697,7 +695,6 @@ DEPENDENCIES
sentry-rails sentry-rails
shoulda-matchers shoulda-matchers
simplecov-cobertura simplecov-cobertura
skylight
sprockets-rails sprockets-rails
stripe stripe
stripe-ruby-mock (~> 3.1.0.rc3) stripe-ruby-mock (~> 3.1.0.rc3)

View file

@ -46,8 +46,5 @@
You can run, copy, distribute, study, change and improve it. You can run, copy, distribute, study, change and improve it.
The source code and the developers are on The source code and the developers are on
#{link_to "GitHub", "https://github.com/openSUSE/osem"}. #{link_to "GitHub", "https://github.com/openSUSE/osem"}.
- if ENV.fetch('SKYLIGHT_PUBLIC_DASHBOARD_URL', nil)
Performance data is available on
#{link_to "Skylight", ENV["SKYLIGHT_PUBLIC_DASHBOARD_URL"]}.
= yield :script_body = yield :script_body
= yield :charts_js = yield :charts_js

View file

@ -105,10 +105,6 @@
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# FORCE_SSL=true # FORCE_SSL=true
# Your skylight.io keys
# SKYLIGHT_AUTHENTICATION=1234
# SKYLIGHT_PUBLIC_DASHBOARD_URL='https://oss.skylight.io/app/applications/xxxxxxxxxxxx'
# How should browser tests be performed? # How should browser tests be performed?
# For headless Chrome (default): # For headless Chrome (default):
# OSEM_TEST_DRIVER=chrome_headless # OSEM_TEST_DRIVER=chrome_headless