From e71cb92bb6f6c9ac00a864593b86be02d99a0d80 Mon Sep 17 00:00:00 2001
From: Adam <103067949+AdamL-Microsoft@users.noreply.github.com>
Date: Tue, 13 Dec 2022 10:24:47 -0800
Subject: [PATCH 1/7] Update .gitignore
---
.gitignore | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 2f4cff580f..6fd1293a29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,4 +19,7 @@ lcov.info
/src/ApiService/ApiService/Properties/PublishProfiles/*
/src/ApiService/ApiService/Properties/ServiceDependencies/*
-.vs
\ No newline at end of file
+.vs
+
+# Local fork tools, not to be merged back into main repo
+/.github/workflows/sync-fork.yml
From 0f1a6c92416919ab90b06cad6f1cbddd5a81a83b Mon Sep 17 00:00:00 2001
From: Adam <103067949+AdamL-Microsoft@users.noreply.github.com>
Date: Fri, 16 Dec 2022 11:26:44 -0800
Subject: [PATCH 2/7] re-add sync-fork.yml
deleted after merge from origin/main
---
.github/workflows/sync-fork.yml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 .github/workflows/sync-fork.yml
diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml
new file mode 100644
index 0000000000..7266989f0f
--- /dev/null
+++ b/.github/workflows/sync-fork.yml
@@ -0,0 +1,19 @@
+name: Sync Fork
+
+on:
+ schedule:
+ - cron: '*/60 * * * *' # run hourly
+ workflow_dispatch: # or run on button click
+
+jobs:
+ sync:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: tgymnich/fork-sync@v1.6.3
+ with:
+ token: ${{ secrets.SYNC_FORK_TOKEN }}
+ owner: microsoft
+ base: main
+ head: main
From 84a5d698a0845e578ed18fea4d20637a8aafc44f Mon Sep 17 00:00:00 2001
From: Adam <103067949+AdamL-Microsoft@users.noreply.github.com>
Date: Wed, 11 Jan 2023 15:48:32 -0800
Subject: [PATCH 3/7] Update README.md
TEST
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 010148dd3a..8284a41da3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
#
-
+TEST
[](https://github.com/microsoft/onefuzz/actions/workflows/ci.yml?query=branch%3Amain)
## A self-hosted Fuzzing-As-A-Service platform
From 3b841b29d8d50da242844f9ae83a5341753b8860 Mon Sep 17 00:00:00 2001
From: Adam <103067949+AdamL-Microsoft@users.noreply.github.com>
Date: Wed, 11 Jan 2023 15:49:04 -0800
Subject: [PATCH 4/7] Update README.md
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 8284a41da3..e3ab7544d4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
#
-TEST
[](https://github.com/microsoft/onefuzz/actions/workflows/ci.yml?query=branch%3Amain)
## A self-hosted Fuzzing-As-A-Service platform
From 3feaf91e339c875b9ad523737f5c635d212dc3ee Mon Sep 17 00:00:00 2001
From: Adam <103067949+AdamL-Microsoft@users.noreply.github.com>
Date: Wed, 22 Feb 2023 11:40:58 -0800
Subject: [PATCH 5/7] Update sync-fork.yml
bump ver to 1.8
---
.github/workflows/sync-fork.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml
index 7266989f0f..24693c794e 100644
--- a/.github/workflows/sync-fork.yml
+++ b/.github/workflows/sync-fork.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: tgymnich/fork-sync@v1.6.3
+ - uses: tgymnich/fork-sync@v1.8
with:
token: ${{ secrets.SYNC_FORK_TOKEN }}
owner: microsoft
From 2754cc3bddf83b294bc2be643c5d6e20305951fe Mon Sep 17 00:00:00 2001
From: AdamL-Microsoft <103067949+AdamL-Microsoft@users.noreply.github.com>
Date: Mon, 3 Apr 2023 15:59:35 -0700
Subject: [PATCH 6/7] restore line break
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index e3ab7544d4..010148dd3a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
#
+
[](https://github.com/microsoft/onefuzz/actions/workflows/ci.yml?query=branch%3Amain)
## A self-hosted Fuzzing-As-A-Service platform
From c386ef7b5056e44732e7e80fa82c61741ebdaabf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 6 Apr 2023 07:16:00 +0000
Subject: [PATCH 7/7] Bump Azure.ResourceManager.Storage in /src/ApiService
Bumps [Azure.ResourceManager.Storage](https://github.com/Azure/azure-sdk-for-net) from 1.0.0-beta.11 to 1.1.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.ResourceManager.Storage_1.0.0-beta.11...Azure.ResourceManager.Storage_1.1.1)
---
updated-dependencies:
- dependency-name: Azure.ResourceManager.Storage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
src/ApiService/ApiService/ApiService.csproj | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ApiService/ApiService/ApiService.csproj b/src/ApiService/ApiService/ApiService.csproj
index b781b578f5..4c4a967683 100644
--- a/src/ApiService/ApiService/ApiService.csproj
+++ b/src/ApiService/ApiService/ApiService.csproj
@@ -1,4 +1,4 @@
-
+
v4
Exe
@@ -33,7 +33,7 @@
-
+