kennel 1.103.1 → 1.104.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bee3140dd0001488c0ec264244c7a28b30f3a5f877db23438884afca5181aef5
4
- data.tar.gz: eb0071ea0aac8be39f1517738093fd61a211cb65e61ccb1f457030b999a58487
3
+ metadata.gz: f0d55e3357f578e2a819d4d40b011ece451794b5b29dbe507e3ac7e204a1d570
4
+ data.tar.gz: 6f09bcb437b83437b98b85ecb9d9f5194819c9f935cb4e075a8d6275381917ad
5
5
  SHA512:
6
- metadata.gz: 442611b5ef920684f95c698e654a53c3c367fc6c48a8def218dd40d130dba349ab512e880e88c7d9c0fb7634887bb78b40381314a81a2457a393301cee169b18
7
- data.tar.gz: a26df226bd670a252539b4001401cb2d3dc9e32883fc2811b36cb01b26a6a9c23bc5da970c68b71cdac174432f7d4e2df5643b4a893adc9a85ce8908dcbf14e6
6
+ metadata.gz: 4f84de09f8c28c45102e1a0bc0f1761d8c382b736783c3d6fdd51a2bc3b249e6082eeb06d9f24db8940e452671e1f28ed3e92076a5a15a77a885df3f4eb770a7
7
+ data.tar.gz: 326c8036e56c212d16634295b221348df499d648d2fbb5748be9e187e02f8cb6b0f8983353816de38fe0a97cedde3c909d0e19f6cdbcdbc903ae351992c87d35
data/Readme.md CHANGED
@@ -10,7 +10,7 @@ Manage Datadog Monitors / Dashboards / Slos as code
10
10
  - No copy-pasting of ids to create new resources
11
11
  - Automated cleanup when removing code
12
12
  - [Helpers](#helpers) for automating common tasks
13
-
13
+
14
14
  ### Applying changes
15
15
 
16
16
  ![](template/github/screen.png?raw=true)
@@ -49,8 +49,8 @@ class Bar < Kennel::Models::Project
49
49
  )
50
50
  end
51
51
  ```
52
-
53
52
  <!-- NOT IN template/Readme.md -->
53
+
54
54
  ## Installation
55
55
  - create a new private `kennel` repo for your organization (do not fork this repo)
56
56
  - use the template folder as starting point:
@@ -74,6 +74,7 @@ end
74
74
 
75
75
  ## Workflows
76
76
  <!-- ONLY IN template/Readme.md
77
+
77
78
  ### Setup
78
79
  - clone the repo
79
80
  - `gem install bundler && bundle install`
@@ -6,7 +6,7 @@ module Kennel
6
6
  include OptionalValidations
7
7
 
8
8
  READONLY_ATTRIBUTES = superclass::READONLY_ATTRIBUTES + [
9
- :author_handle, :author_name, :modified_at, :url, :is_read_only, :notify_list, :restricted_roles
9
+ :author_handle, :author_name, :modified_at, :deleted_at, :url, :is_read_only, :notify_list, :restricted_roles
10
10
  ]
11
11
  TRACKING_FIELD = :description
12
12
  REQUEST_DEFAULTS = {
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Kennel
3
- VERSION = "1.103.1"
3
+ VERSION = "1.104.0"
4
4
  end
data/template/Readme.md CHANGED
@@ -10,7 +10,7 @@ Manage Datadog Monitors / Dashboards / Slos as code
10
10
  - No copy-pasting of ids to create new resources
11
11
  - Automated cleanup when removing code
12
12
  - [Helpers](#helpers) for automating common tasks
13
-
13
+
14
14
  ### Applying changes
15
15
 
16
16
  ![](github/screen.png?raw=true)
@@ -50,7 +50,6 @@ class Bar < Kennel::Models::Project
50
50
  end
51
51
  ```
52
52
 
53
-
54
53
  ## Structure
55
54
  - `projects/` monitors/dashboards/etc scoped by project
56
55
  - `teams/` team definitions
@@ -58,6 +57,7 @@ end
58
57
  - `generated/` projects as json, to show current state and proposed changes in PRs
59
58
 
60
59
  ## Workflows
60
+
61
61
  ### Setup
62
62
  - clone the repo
63
63
  - `gem install bundler && bundle install`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kennel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.1
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday