foreman_pipeline 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MGQ3MWY5ZjNkNzg1OThjZmUwYzBkYzliYjg2MDIxOTc4MzAwMGZkNQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MWMyZjAyZTc0ZjFiYTMyMmNjOTI4NzY4NWZiMjlhZTY5MTVlZTU1Mw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ODE4Y2QzZDdlMmY5OTQ5MGI2MWEwMjg1NzU2YjYxMzMyY2MxNDBmNDVhYjE3
|
10
|
+
YWY4MjE1NDAxNWNiYTBlYjlhNDQ1NmM4MWE3OTRiNWVkNTczNmZhM2Y3MWEw
|
11
|
+
ODIxYWY1ZGI0ODYxYTZkYTQyNjNkZjMxM2Y0MjE0MDQ2OGM4ZGY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Njk1MWU4NGMzZjIwMTY1ZWFiZGNiMGU1MDFkNGZlYzIwZTc0MjhmNTRlYTZi
|
14
|
+
OGQxNWQ2Y2EwYjdhZTRlZjQ2ZTRkNDljMTJkNzE0OGFiNjEwZWE3MjVjYjM4
|
15
|
+
NTAyMWJkNDVhNGEyNjQwMWMyY2NkNDExYWMwYjIxYmIyNjYxMjE=
|
@@ -1,6 +1,7 @@
|
|
1
1
|
class AddOrganizationToJobsTable < ActiveRecord::Migration
|
2
2
|
def up
|
3
|
-
add_column :integration_jobs, :organization_id, :integer
|
3
|
+
add_column :integration_jobs, :organization_id, :integer
|
4
|
+
change_column :integration_jobs, :organization_id, :integer, :null => false
|
4
5
|
end
|
5
6
|
|
6
7
|
def down
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_pipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ondřej Pražák
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: foreman_deployments
|
@@ -94,20 +94,6 @@ dependencies:
|
|
94
94
|
- - ~>
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '1.1'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: less-rails
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - ~>
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: 2.5.0
|
104
|
-
type: :runtime
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - ~>
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: 2.5.0
|
111
97
|
description: Jenkins is able to deploy artifacts onto newly provisioned host by Foreman
|
112
98
|
email:
|
113
99
|
- oprazak@redhat.com
|