-
Notifications
You must be signed in to change notification settings - Fork 0
Development
flori-s edited this page Aug 7, 2026
·
1 revision
lib/anomonitor/ # config, poller, detector, collectors, webhook
app/ # engine models, controllers, views
db/migrate/ # metric samples + anomalies
test/ # minitest suite
wiki/ # this documentation
bundle install
bundle exec rake test
# or without bundler, if gems are already installed:
ruby -Ilib:test -e 'require "minitest/mock"; Dir["test/**/*_test.rb"].sort.each { |f| require "./#{f}" }'See lib/anomonitor/version.rb and CHANGELOG.md.
See SECURITY.md in the repository root.