-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #894: AG-32963 Init plans for adguard api mv3
Merge in ADGUARD-FILTERS/tsurlfilter from AG-32963-2 to master Squashed commit of the following: commit 1affbda Author: Vladimir Zhelvis <[email protected]> Date: Mon Jun 17 13:16:05 2024 +0300 Revert "add test file" This reverts commit 90e42ac. commit 90e42ac Author: Vladimir Zhelvis <[email protected]> Date: Mon Jun 17 13:15:47 2024 +0300 add test file commit 84571e8 Author: Vladimir Zhelvis <[email protected]> Date: Mon Jun 17 13:09:42 2024 +0300 init plans for adguard api mv3
- Loading branch information
Showing
8 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
version: 2 | ||
plan: | ||
project-key: AJL | ||
key: ADGUARDAPIMV3BUILD | ||
name: Adguard API MV3 - build |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
version: 2 | ||
deployment: | ||
name: Adguard API MV3 - deploy | ||
source-plan: AJL-ADGUARDAPIMV3BUILD | ||
release-naming: ${bamboo.inject.version} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
version: 2 | ||
plan: | ||
project-key: AJL | ||
key: ADGUARDAPIMV3INCREMENT | ||
name: Adguard API MV3 - increment |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
version: 2 | ||
plan: | ||
project-key: AJL | ||
key: DNRRULESETSBUILD | ||
name: DNR Rulesets - build |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
version: 2 | ||
deployment: | ||
name: DNR Rulesets - deploy | ||
source-plan: AJL-DNRRULESETSBUILD | ||
release-naming: ${bamboo.inject.version} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
version: 2 | ||
plan: | ||
project-key: AJL | ||
key: DNRRULESETSINCREMENT | ||
name: DNR Rulesets - increment |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
version: 2 | ||
plan: | ||
project-key: AJL | ||
key: AGAPIEXMV3TEST | ||
name: examples-adguard-api-mv3 - tests |