-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use gateway strategy for remaining plugins with existing source files…
… (no single-sourcing)
- Loading branch information
1 parent
8a40858
commit 1a0fa30
Showing
37 changed files
with
187 additions
and
189 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
- release: 2.0.x | ||
- release: 1.0.x | ||
- release: 0.1.x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.1.x: _1.0.x | ||
|
||
overrides: | ||
2.8.x: 2.0.2 | ||
2.7.x: 2.0.2 | ||
2.6.x: 2.0.2 | ||
2.5.x: 0.4.4 | ||
2.4.x: 2.0.2 | ||
2.3.x: 2.0.2 | ||
2.2.x: 2.0.1 | ||
2.1.x: 2.0.1 |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
- release: 3.1.x | ||
- release: 3.0.x | ||
- release: 1.0-x | ||
- release: 0.1-x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.6.x: _3.1.x | ||
2.5.x: _3.1.x | ||
2.4.x: _3.0.x | ||
2.3.x: _3.0.x | ||
2.2.x: _3.0.x | ||
2.1.x: _3.0.x | ||
|
||
overrides: | ||
2.8.x: 3.1.1 | ||
2.7.x: 3.1.0 | ||
2.6.x: 3.0.1 | ||
2.5.x: 3.0.1 | ||
2.4.x: 3.0.1 | ||
2.3.x: 3.0.1 | ||
2.2.x: 3.0.1 | ||
2.1.x: 3.0.1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
- release: 2.0.x | ||
- release: 1.0.x | ||
- release: 0.1-x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.3.x: _2.0.x | ||
2.2.x: _2.0.x | ||
2.1.x: _2.0.x | ||
|
||
overrides: | ||
2.8.x: 2.1.0 | ||
2.7.x: 2.1.0 | ||
2.6.x: 2.1.0 | ||
2.5.x: 2.1.0 | ||
2.4.x: 2.1.0 | ||
2.3.x: 2.0.2 | ||
2.2.x: 2.0.2 | ||
2.1.x: 2.0.2 |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
- release: 1.2.x | ||
- release: 1.1.x | ||
- release: 1.0.5 | ||
- release: 0.36-x | ||
- release: 0.35-x | ||
- release: 0.34-x | ||
- release: 0.33-x | ||
- release: 0.32-x | ||
- release: 0.31-x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.7.x: _1.1.x | ||
2.6.x: _1.0.5 | ||
2.5.x: _1.0.5 | ||
2.4.x: _1.0.5 | ||
2.3.x: _1.0.5 | ||
2.2.x: _1.0.5 | ||
2.1.x: _1.0.5 | ||
|
||
overrides: | ||
2.8.x: 1.2.0 | ||
2.7.x: 1.1.0 | ||
2.6.x: 1.0.5 | ||
2.5.x: 1.0.5 | ||
2.4.x: 1.0.5 | ||
2.3.x: 1.0.4 | ||
2.2.x: 1.0.4 | ||
2.1.x: 1.0.4 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
- release: 2.7.x | ||
- release: 2.3.x | ||
- release: 1.3.x | ||
- release: 0.36-x | ||
- release: 0.35-x | ||
- release: 0.34-x | ||
- release: 0.33-x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.6.x: _2.4.x | ||
2.5.x: _2.4.x | ||
2.4.x: _2.2.x | ||
2.3.x: _2.2.x | ||
2.2.x: _2.2.x | ||
2.1.x: _1.3-x | ||
|
||
overrides: | ||
2.8.x: 1.9.1 | ||
2.7.x: 1.9.0 | ||
2.6.x: 1.8.0 | ||
2.5.x: 1.7.0 | ||
2.4.x: 1.7.0 | ||
2.3.x: 1.7.0 | ||
2.2.x: 1.7.0 | ||
2.1.x: 1.7.0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
- release: 0.4.x | ||
- release: 0.3.x | ||
- release: 0.2.x | ||
- release: 0.1.x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.7.x: _0.3.x | ||
2.6.x: _0.2.x | ||
2.5.x: _0.1.x | ||
2.4.x: _0.1.x | ||
2.3.x: _0.1.x | ||
2.2.x: _0.1.x | ||
2.1.x: _0.1.x | ||
|
||
overrides: | ||
2.8.x: 0.4.0 | ||
2.7.x: 0.3.0 | ||
2.6.x: 0.2.0 | ||
2.5.x: 0.1.1 | ||
2.4.x: 0.1.1 | ||
2.3.x: 0.1.1 | ||
2.2.x: 0.1.1 | ||
2.1.x: 0.1.0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
- release: 0.4.x | ||
- release: 0.3.x | ||
- release: 0.2.x | ||
- release: 0.1.x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.7.x: _0.3.x | ||
2.6.x: _0.2.x | ||
2.5.x: _0.1.x | ||
2.4.x: _0.1.x | ||
2.3.x: _0.1.x | ||
2.2.x: _0.1.x | ||
2.1.x: _0.1.x | ||
|
||
overrides: | ||
2.8.x: 0.4.0 | ||
2.7.x: 0.3.0 | ||
2.6.x: 0.2.0 | ||
2.5.x: 0.0.2 | ||
2.4.x: 0.0.2 | ||
2.3.x: 0.0.2 | ||
2.2.x: 0.0.2 | ||
2.1.x: 0.0.2 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
- release: 2.3.x | ||
- release: 2.2.x | ||
- release: 2.1.x | ||
- release: 2.0.x | ||
- release: 1.5.x | ||
- release: 1.3-x | ||
- release: 0.35-x | ||
- release: 0.34-x | ||
- release: 0.33-x | ||
- release: 0.32-x | ||
- release: 0.31-x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.7.x: _2.2.x | ||
2.6.x: _2.1.x | ||
2.5.x: _2.0.x | ||
2.4.x: _2.0.x | ||
2.3.x: _2.0.x | ||
2.2.x: _2.0.x | ||
2.1.x: _2.0.x | ||
|
||
overrides: | ||
2.8.x: 2.3.0 | ||
2.7.x: 2.2.0 | ||
2.6.x: 2.1.1 | ||
2.5.x: 1.8.7 | ||
2.4.x: 1.8.5 | ||
2.3.x: 1.8.5 | ||
2.2.x: 1.9.1 | ||
2.1.x: 1.9.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
- release: 0.4.1 | ||
- release: 0.4.0 | ||
- release: 0.3.0 | ||
- release: 0.2.2 | ||
- release: 0.2.1 | ||
- release: 0.2.0 | ||
- release: 0.1.2 | ||
- release: 0.1.0 | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.7.x: _0.3.0 | ||
2.6.x: _0.2.2 | ||
2.5.x: _0.2.2 | ||
2.4.x: _0.2.2 | ||
2.3.x: _0.2.2 | ||
2.2.x: _0.2.2 | ||
2.1.x: _0.2.2 | ||
|
||
overrides: | ||
2.8.x: 0.4.1 | ||
2.7.x: 0.3.0 | ||
2.6.x: 0.2.2 | ||
2.5.x: 0.2.2 | ||
2.4.x: 0.2.2 | ||
2.3.x: 1.0.0 | ||
2.2.x: 1.0.0 | ||
2.1.x: 1.0.0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
- release: 1.5.x | ||
- release: 1.4.x | ||
- release: 1.3.x | ||
- release: 1.2.x | ||
- release: 1.1.x | ||
- release: 1.0.x | ||
- release: 0.1-x | ||
strategy: gateway | ||
delegate_releases: true | ||
sources: | ||
2.6.x: _1.4.x | ||
2.5.x: _1.4.x | ||
2.4.x: _1.3.x | ||
2.3.x: _1.2.x | ||
2.2.x: _1.1.x | ||
2.1.x: _1.1.x | ||
|
||
overrides: | ||
2.8.x: 1.5.0 | ||
2.7.x: 1.2.1 | ||
2.6.x: 1.4.1 | ||
2.5.x: 1.4.1 | ||
2.4.x: 1.3.0 | ||
2.3.x: 1.2.0 | ||
2.2.x: 1.1.0 | ||
2.1.x: 1.1.0 |