spinnaker-sidekiq 0.1.1 → 0.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4e8024010fdf4aa9297bf37e81fb0fcdc994bd33dd672006db938661257c100
|
4
|
+
data.tar.gz: fff71ff97045ee109a1343cc34a6e37a6f5323a41eee647d7c9196c1f273d6d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9ab70e5a331ee439d997445a18f98d005aafd7e32b9de5e4296d36d858a3710460ad99f36e7d1234a4fe626d904a10502d94baa6533193910089000e9f3019a
|
7
|
+
data.tar.gz: 1711aa7db2c88b286fa1e0c5b7dc18587e0c9f9d2fb96ccedc6b5f0df638c6e073b1dde170131e2bd6f1612e802c5a7217ba883d9943149c3f2e215640caffb7
|
@@ -6,6 +6,9 @@ module Spinnaker
|
|
6
6
|
class ApiController < ApplicationController
|
7
7
|
before_action :authenticate
|
8
8
|
|
9
|
+
# Disable CSRF protection for all actions
|
10
|
+
protect_from_forgery only: []
|
11
|
+
|
9
12
|
# This will be used by a webhook stage to quiet all workers during deployment
|
10
13
|
def quiet_all
|
11
14
|
ps = ::Sidekiq::ProcessSet.new
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spinnaker-sidekiq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jorge Dias
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -131,7 +131,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: '0'
|
133
133
|
requirements: []
|
134
|
-
|
134
|
+
rubyforge_project:
|
135
|
+
rubygems_version: 2.7.6.2
|
135
136
|
signing_key:
|
136
137
|
specification_version: 4
|
137
138
|
summary: Spinnaker Sidekiq integration
|