manageiq-cross_repo 2.0.0 → 2.1.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: ab950b0d16326800267d3cb3444863d955faf40b445bb53f9c825260b6140e97
|
4
|
+
data.tar.gz: 5bae7ad852de74a91a342ca79579609a077971fffb413f3e103dff6d702827bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dbde8d0c81851702335545def9156efa18573cc91852b05d01aa99921d6cab3517fc9d0bf13a10aa87920826bda255e334708fa74fcb873cb4065dcf712b887
|
7
|
+
data.tar.gz: a607ee34daf7cb9b41263f538a3ba23c4e0ed78c243b939509e8904db020a041ae876fe5991b41b1b0fd476e773f2edfa6b2c8b0156b25b411ba6f23203c97e1
|
File without changes
|
@@ -3,7 +3,7 @@ name: ManageIQ Cross Repo Workflow
|
|
3
3
|
on:
|
4
4
|
workflow_call:
|
5
5
|
inputs:
|
6
|
-
test-
|
6
|
+
test-repos:
|
7
7
|
required: true
|
8
8
|
type: string
|
9
9
|
repos:
|
@@ -15,10 +15,11 @@ on:
|
|
15
15
|
|
16
16
|
jobs:
|
17
17
|
ci:
|
18
|
-
name: Run manageiq-cross_repo
|
19
18
|
runs-on: ubuntu-latest
|
20
19
|
strategy:
|
21
20
|
fail-fast: false
|
21
|
+
matrix:
|
22
|
+
test-repo: ${{ fromJson(inputs.test-repos) }}
|
22
23
|
services:
|
23
24
|
postgres:
|
24
25
|
image: manageiq/postgresql:10
|
@@ -32,7 +33,7 @@ jobs:
|
|
32
33
|
env:
|
33
34
|
TEST_SUITE: ${{ inputs.test-suite }}
|
34
35
|
REPOS: ${{ inputs.repos }}
|
35
|
-
TEST_REPO: ${{
|
36
|
+
TEST_REPO: ${{ matrix.test-repo }}
|
36
37
|
PGHOST: localhost
|
37
38
|
PGPASSWORD: smartvm
|
38
39
|
steps:
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
5
5
|
## [Unreleased]
|
6
6
|
|
7
|
+
## [2.1.0] - 2022-02-21
|
8
|
+
### Changed
|
9
|
+
- Update nodejs version to v16 (#79)
|
10
|
+
|
7
11
|
## [2.0.0] - 2022-02-08
|
8
12
|
### Changed
|
9
13
|
- Announce the cross repo run information (#81)
|
@@ -52,14 +56,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
52
56
|
- Fix an issue extracting tgz files smaller than 10Kb
|
53
57
|
- Fix an issue overriding gems whose repo name doesn't match
|
54
58
|
|
55
|
-
[Unreleased]: https://github.com/ManageIQ/
|
56
|
-
[2.
|
57
|
-
[
|
58
|
-
[1.2.
|
59
|
-
[1.
|
60
|
-
[1.1.
|
61
|
-
[1.1.
|
62
|
-
[1.1.
|
63
|
-
[1.0
|
64
|
-
[1.0.
|
65
|
-
[1.0.
|
59
|
+
[Unreleased]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0...HEAD
|
60
|
+
[2.1.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0..v2.0.0
|
61
|
+
[2.0.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.0.0...v1.2.1
|
62
|
+
[1.2.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.2.0...v1.2.1
|
63
|
+
[1.2.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.1.3...v1.2.0
|
64
|
+
[1.1.3]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.1.2...v1.1.3
|
65
|
+
[1.1.2]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.1.1...v1.1.2
|
66
|
+
[1.1.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.1.0...v1.1.1
|
67
|
+
[1.1.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.0.4...v1.1.0
|
68
|
+
[1.0.4]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.0.3...v1.0.4
|
69
|
+
[1.0.3]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.0.2...v1.0.3
|
70
|
+
[1.0.2]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.0.1...v1.0.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: manageiq-cross_repo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ManageIQ Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: manageiq-style
|
@@ -130,7 +130,7 @@ extensions: []
|
|
130
130
|
extra_rdoc_files: []
|
131
131
|
files:
|
132
132
|
- ".codeclimate.yml"
|
133
|
-
- ".github/workflows/ci.
|
133
|
+
- ".github/workflows/ci.yaml"
|
134
134
|
- ".github/workflows/manageiq_cross_repo.yaml"
|
135
135
|
- ".gitignore"
|
136
136
|
- ".rspec"
|