From 43ac220c640a00e7bbc5cc0d932d64a6d05adcd8 Mon Sep 17 00:00:00 2001 From: Everett Ross Date: Tue, 19 Mar 2019 14:04:59 -0400 Subject: [PATCH 1/6] Add eslint-disable-next-line prefer-default-export Signed-off-by: Everett Ross --- packages/jaeger-ui/src/components/TracePage/TraceGraph/types.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/jaeger-ui/src/components/TracePage/TraceGraph/types.tsx b/packages/jaeger-ui/src/components/TracePage/TraceGraph/types.tsx index 86e43e4faf..567cc71d22 100644 --- a/packages/jaeger-ui/src/components/TracePage/TraceGraph/types.tsx +++ b/packages/jaeger-ui/src/components/TracePage/TraceGraph/types.tsx @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// eslint-disable-next-line import/prefer-default-export export type TSumSpan = { count: number; errors: number; From 3322b0a18d8cf496ada7c31e95da1ac112dfd5ee Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri Date: Sat, 16 Mar 2024 20:10:33 +0530 Subject: [PATCH 2/6] added action to block pr Signed-off-by: Vamshi Maskuri --- .github/workflows/lint-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index 1a39a8dfe7..4ff27e6380 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -29,3 +29,5 @@ jobs: run: yarn run depcheck - run: yarn lint - run: yarn build + - name: Ensure PR is not on main branch + uses: Jaeger/.github/actions/block-main-branch-pr \ No newline at end of file From a27b9dece850f56445c34e1d267c64f56571ef32 Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri Date: Sat, 16 Mar 2024 20:14:31 +0530 Subject: [PATCH 3/6] updated workflow Signed-off-by: Vamshi Maskuri --- .github/workflows/lint-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index 4ff27e6380..fefd9039a8 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -30,4 +30,4 @@ jobs: - run: yarn lint - run: yarn build - name: Ensure PR is not on main branch - uses: Jaeger/.github/actions/block-main-branch-pr \ No newline at end of file + uses: Jaeger/jaeger-ui/.github/actions/block-main-branch-pr From 4dfe3524c77be45f7c7d82b444c11b2916fca2b3 Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri Date: Sat, 16 Mar 2024 20:18:47 +0530 Subject: [PATCH 4/6] updated workflow Signed-off-by: Vamshi Maskuri --- .github/workflows/lint-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index fefd9039a8..a640840de5 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -30,4 +30,5 @@ jobs: - run: yarn lint - run: yarn build - name: Ensure PR is not on main branch - uses: Jaeger/jaeger-ui/.github/actions/block-main-branch-pr + uses: Jaeger/.github/actions/block-pr-main + From f0259a37096e196ff0acb219be0237241d13863e Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri Date: Sat, 16 Mar 2024 20:23:23 +0530 Subject: [PATCH 5/6] updated workflow file Signed-off-by: Vamshi Maskuri --- .github/workflows/lint-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index a640840de5..b70b613726 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -30,5 +30,5 @@ jobs: - run: yarn lint - run: yarn build - name: Ensure PR is not on main branch - uses: Jaeger/.github/actions/block-pr-main + uses: actions/block-pr-main From de38db61d8712aeba072f0ab43f89f2cd417b3d8 Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri Date: Sun, 5 May 2024 14:13:39 +0530 Subject: [PATCH 6/6] added workflow check to block PR from fork/main Signed-off-by: Vamshi Maskuri --- .github/workflows/lint-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-build.yml b/.github/workflows/lint-build.yml index d8d7e5357e..dbf06a93da 100644 --- a/.github/workflows/lint-build.yml +++ b/.github/workflows/lint-build.yml @@ -30,5 +30,5 @@ jobs: - run: yarn lint - run: yarn build - name: Ensure PR is not on main branch - uses: actions/block-pr-main + uses: jaegertracing/jaeger/.github/actions/block-pr-not-on-main@main