Module: Kennel

Defined in:
lib/kennel/api.rb,
lib/kennel.rb,
lib/kennel/tasks.rb,
lib/kennel/utils.rb,
lib/kennel/id_map.rb,
lib/kennel/syncer.rb,
lib/kennel/version.rb,
lib/kennel/importer.rb,
lib/kennel/progress.rb,
lib/kennel/file_cache.rb,
lib/kennel/models/slo.rb,
lib/kennel/models/base.rb,
lib/kennel/models/team.rb,
lib/kennel/models/record.rb,
lib/kennel/models/monitor.rb,
lib/kennel/models/project.rb,
lib/kennel/unmuted_alerts.rb,
lib/kennel/github_reporter.rb,
lib/kennel/models/dashboard.rb,
lib/kennel/subclass_tracking.rb,
lib/kennel/template_variables.rb,
lib/kennel/settings_as_methods.rb,
lib/kennel/optional_validations.rb,
lib/kennel/models/synthetic_test.rb

Overview

Not used in here, but in our templated repo … so keeping it around for now.

Defined Under Namespace

Modules: Models, OptionalValidations, SettingsAsMethods, SubclassTracking, Tasks, TemplateVariables, Utils Classes: Api, FileCache, GithubReporter, IdMap, Importer, Progress, Syncer, UnmutedAlerts, ValidationError

Constant Summary collapse

VERSION =
"1.104.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.errObject

Returns the value of attribute err.



47
48
49
# File 'lib/kennel.rb', line 47

def err
  @err
end

.outObject

Returns the value of attribute out.



47
48
49
# File 'lib/kennel.rb', line 47

def out
  @out
end

.strict_importsObject

Returns the value of attribute strict_imports.



47
48
49
# File 'lib/kennel.rb', line 47

def strict_imports
  @strict_imports
end

Class Method Details

.generateObject



49
50
51
# File 'lib/kennel.rb', line 49

def generate
  store generated
end

.planObject



53
54
55
# File 'lib/kennel.rb', line 53

def plan
  syncer.plan
end

.updateObject



57
58
59
60
# File 'lib/kennel.rb', line 57

def update
  syncer.plan
  syncer.update if syncer.confirm
end