From 50b7654f3be8560356c7c4b4516b1e3f6ba4a71d Mon Sep 17 00:00:00 2001 From: piotruela Date: Fri, 18 Oct 2024 10:13:55 +0200 Subject: [PATCH 1/4] Add registry for patrol packages --- registry/patrol.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 registry/patrol.test diff --git a/registry/patrol.test b/registry/patrol.test new file mode 100644 index 00000000..57f80727 --- /dev/null +++ b/registry/patrol.test @@ -0,0 +1,12 @@ +contact=mateusz.wojtczak@leancode.pl +contact=julia.borkowska@leancode.pl +contact=piotr.maszota@leancode.pl + +fetch=git clone https://github.com/leancodepl/patrol.git tests +fetch=git -C tests checkout a1c525606ffdc23c56b9866dccae808845fbc6d3 + +update=packages/patrol +update=packages/patrol_cli +update=packages/patrol_finders + +test=scripts/flutter_test_repo_test.sh From 75716ba16ff1b3071b821fa5f3af2feea5b3b10d Mon Sep 17 00:00:00 2001 From: piotruela Date: Tue, 5 Nov 2024 20:29:18 +0100 Subject: [PATCH 2/4] Remove package:patrol tests --- registry/patrol.test | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/patrol.test b/registry/patrol.test index 57f80727..2bce1cc0 100644 --- a/registry/patrol.test +++ b/registry/patrol.test @@ -5,7 +5,6 @@ contact=piotr.maszota@leancode.pl fetch=git clone https://github.com/leancodepl/patrol.git tests fetch=git -C tests checkout a1c525606ffdc23c56b9866dccae808845fbc6d3 -update=packages/patrol update=packages/patrol_cli update=packages/patrol_finders From 4b1001579fee5bf85ca1e323b16f84141f61249d Mon Sep 17 00:00:00 2001 From: piotruela Date: Wed, 5 Feb 2025 21:35:02 +0100 Subject: [PATCH 3/4] Rebase patrol test registry to latest commit --- registry/patrol.test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/registry/patrol.test b/registry/patrol.test index 2bce1cc0..84b60314 100644 --- a/registry/patrol.test +++ b/registry/patrol.test @@ -1,9 +1,10 @@ +contact=piotr.denert@leancode.pl +contact=piotr.maszota@leancode.pl contact=mateusz.wojtczak@leancode.pl contact=julia.borkowska@leancode.pl -contact=piotr.maszota@leancode.pl fetch=git clone https://github.com/leancodepl/patrol.git tests -fetch=git -C tests checkout a1c525606ffdc23c56b9866dccae808845fbc6d3 +fetch=git -C tests checkout 15cd43d5f795f6a4411621b40ec7f4d76e95868a update=packages/patrol_cli update=packages/patrol_finders From 1b3e0f9bc6ccb258d860121491eadaf616327e31 Mon Sep 17 00:00:00 2001 From: piotruela Date: Wed, 12 Feb 2025 20:38:47 +0100 Subject: [PATCH 4/4] Update patrol test registry to latest commit and add Windows test script --- registry/patrol.test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/registry/patrol.test b/registry/patrol.test index 84b60314..74976654 100644 --- a/registry/patrol.test +++ b/registry/patrol.test @@ -4,9 +4,10 @@ contact=mateusz.wojtczak@leancode.pl contact=julia.borkowska@leancode.pl fetch=git clone https://github.com/leancodepl/patrol.git tests -fetch=git -C tests checkout 15cd43d5f795f6a4411621b40ec7f4d76e95868a +fetch=git -C tests checkout 8431a501f7de8bec49d4937bd4018266e7ba5ab7 update=packages/patrol_cli update=packages/patrol_finders -test=scripts/flutter_test_repo_test.sh +test.posix=scripts/flutter_test_repo_test.sh +test.windows=scripts\flutter_test_repo_test.bat