From ccd15622326d5cd524d901df50eed4c77673a042 Mon Sep 17 00:00:00 2001 From: alexcoderabbitai Date: Tue, 26 Nov 2024 12:58:26 -0500 Subject: [PATCH 01/10] Update app.py --- app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.py b/app.py index d40c221..6a12411 100644 --- a/app.py +++ b/app.py @@ -19,6 +19,9 @@ from routes.wow import wow_bp from utils.security import add_security_headers, return_safe_html +a=1 +adsf + # Enable Datadog tracing patch_all() profiler = Profiler() From 0623380e686a9f0cc10806884a90b84910141137 Mon Sep 17 00:00:00 2001 From: alexcoderabbitai Date: Fri, 29 Nov 2024 16:46:28 -0500 Subject: [PATCH 02/10] Update app.py --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 6a12411..8770806 100644 --- a/app.py +++ b/app.py @@ -20,7 +20,8 @@ from utils.security import add_security_headers, return_safe_html a=1 -adsf + + # Enable Datadog tracing patch_all() From 4721e9e1e57db1e2d549c2c42ee8299fef909e0f Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 30 Nov 2024 01:02:39 -0500 Subject: [PATCH 03/10] add more to black --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 13c372c..ad2001e 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -36,4 +36,4 @@ jobs: run: pip install black - name: Run black check - run: black --check . + run: black --diff . && black --check . From f45547f898ee8cafbae80077ae6b039b945f1459 Mon Sep 17 00:00:00 2001 From: alexcoderabbitai Date: Mon, 2 Dec 2024 11:47:19 -0500 Subject: [PATCH 04/10] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8770806..fbaac6a 100644 --- a/app.py +++ b/app.py @@ -924,7 +924,7 @@ def ffxiv_scrip_exchange(): if __name__ == "__main__": - app.run(host="0.0.0.0") + app.run(host="0.0.0.0" # for testing From 6e704dcab840c2565765a6198b2ba9b523549e7b Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 11 Jul 2025 10:56:04 -0400 Subject: [PATCH 05/10] adding a long gh action --- .github/workflows/comment.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/comment.yml diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml new file mode 100644 index 0000000..4778dd4 --- /dev/null +++ b/.github/workflows/comment.yml @@ -0,0 +1,28 @@ +name: Auto Comment on PR + +on: + # pull_request: + # types: [*] # Triggers on all pull request events + pull_request: + types: [opened] + + workflow_dispatch: + +jobs: + comment: + runs-on: ubuntu-latest + steps: + # - name: trigger pr + # uses: peter-evans/create-or-update-comment@v4 + # with: + # issue-number: ${{ github.event.pull_request.number }} + # body: | + # @coderabbitai full review + - name: trigger pr + uses: peter-evans/create-or-update-comment@v4 + with: + issue-number: ${{ github.event.pull_request.number }} + body: | + @coderabbitai sing me a song + - name: Wait 100 sec for timeout + run: sleep 100 From ee5945e189c494d79885a19f79a1e15d821e643b Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 11 Jul 2025 11:05:22 -0400 Subject: [PATCH 06/10] change timeout_ms --- .coderabbit.yml | 5 +++++ .github/workflows/comment.yml | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .coderabbit.yml diff --git a/.coderabbit.yml b/.coderabbit.yml new file mode 100644 index 0000000..8b66949 --- /dev/null +++ b/.coderabbit.yml @@ -0,0 +1,5 @@ +review: + tools: + github-checks: + enabled: true + timeout_ms: 900000 \ No newline at end of file diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 4778dd4..b0f2009 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -1,10 +1,10 @@ name: Auto Comment on PR on: - # pull_request: - # types: [*] # Triggers on all pull request events pull_request: - types: [opened] + types: [*] # Triggers on all pull request events + # pull_request: + # types: [opened] workflow_dispatch: @@ -24,5 +24,5 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body: | @coderabbitai sing me a song - - name: Wait 100 sec for timeout - run: sleep 100 + - name: Wait 150 sec for timeout + run: sleep 150 From adc23182da0d4e2d0f9df6cdc46e616d324f01b1 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 11 Jul 2025 11:22:24 -0400 Subject: [PATCH 07/10] wait longer --- .github/workflows/comment.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index b0f2009..7c394ca 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -18,11 +18,11 @@ jobs: # issue-number: ${{ github.event.pull_request.number }} # body: | # @coderabbitai full review - - name: trigger pr - uses: peter-evans/create-or-update-comment@v4 - with: - issue-number: ${{ github.event.pull_request.number }} - body: | - @coderabbitai sing me a song - - name: Wait 150 sec for timeout - run: sleep 150 + # - name: trigger pr + # uses: peter-evans/create-or-update-comment@v4 + # with: + # issue-number: ${{ github.event.pull_request.number }} + # body: | + # @coderabbitai sing me a song + - name: Wait 300 sec for timeout + run: sleep 300 From e01d293a60316914236c6627936eacd45c2ee444 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 11 Jul 2025 13:20:47 -0400 Subject: [PATCH 08/10] fix typo --- .coderabbit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yml b/.coderabbit.yml index 8b66949..4ce1887 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -1,4 +1,4 @@ -review: +reviews: tools: github-checks: enabled: true From b798f41c3511c920c8ab47746a8f097dd58b75cf Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 11 Jul 2025 15:09:38 -0400 Subject: [PATCH 09/10] test with sleep --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index ad2001e..96cb01f 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -36,4 +36,4 @@ jobs: run: pip install black - name: Run black check - run: black --diff . && black --check . + run: black --diff . && black --check . && sleep 300 From 22a22acff5efa9674cb3e9e5b55e33be2151b960 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 11 Jul 2025 15:15:58 -0400 Subject: [PATCH 10/10] fix it so it takes 4 min --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 96cb01f..320d41c 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -36,4 +36,4 @@ jobs: run: pip install black - name: Run black check - run: black --diff . && black --check . && sleep 300 + run: sleep 200 && black --diff . && black --check .