Skip to content
Merged

Stage #9296

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
287 changes: 204 additions & 83 deletions .circleci/config.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"language": "en",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"words": [
"dpkg",
"libappindicator",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Duplicate dictionary entry: "libappindicator" already exists in the words list (line 322). Remove this duplicate to keep the configuration clean.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .cspell.json, line 7:

<comment>Duplicate dictionary entry: &quot;libappindicator&quot; already exists in the words list (line 322). Remove this duplicate to keep the configuration clean.</comment>

<file context>
@@ -3,6 +3,11 @@
 	&quot;$schema&quot;: &quot;https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json&quot;,
 	&quot;words&quot;: [
+		&quot;dpkg&quot;,
+		&quot;libappindicator&quot;,
+		&quot;pulumi&quot;,
+		&quot;setuid&quot;,
</file context>
Fix with Cubic

"pulumi",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Duplicate dictionary entry: "pulumi" already exists in the words list (line 478). Remove this duplicate to keep the configuration clean.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .cspell.json, line 8:

<comment>Duplicate dictionary entry: &quot;pulumi&quot; already exists in the words list (line 478). Remove this duplicate to keep the configuration clean.</comment>

<file context>
@@ -3,6 +3,11 @@
 	&quot;words&quot;: [
+		&quot;dpkg&quot;,
+		&quot;libappindicator&quot;,
+		&quot;pulumi&quot;,
+		&quot;setuid&quot;,
+		&quot;Sonarqube&quot;,
</file context>
Fix with Cubic

"setuid",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Duplicate dictionary entry: "setuid" already exists in the words list (line 523). Remove this duplicate to keep the configuration clean.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .cspell.json, line 9:

<comment>Duplicate dictionary entry: &quot;setuid&quot; already exists in the words list (line 523). Remove this duplicate to keep the configuration clean.</comment>

<file context>
@@ -3,6 +3,11 @@
+		&quot;dpkg&quot;,
+		&quot;libappindicator&quot;,
+		&quot;pulumi&quot;,
+		&quot;setuid&quot;,
+		&quot;Sonarqube&quot;,
 		&quot;activepieces&quot;,
</file context>
Fix with Cubic

"Sonarqube",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Duplicate dictionary entry: "sonarqube" (lowercase) already exists in the words list (line 539). CSpell word matching is case-insensitive, so this is a functional duplicate. Remove this entry.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .cspell.json, line 10:

<comment>Duplicate dictionary entry: &quot;sonarqube&quot; (lowercase) already exists in the words list (line 539). CSpell word matching is case-insensitive, so this is a functional duplicate. Remove this entry.</comment>

<file context>
@@ -3,6 +3,11 @@
+		&quot;libappindicator&quot;,
+		&quot;pulumi&quot;,
+		&quot;setuid&quot;,
+		&quot;Sonarqube&quot;,
 		&quot;activepieces&quot;,
 		&quot;ActivePieces&quot;,
</file context>
Fix with Cubic

"activepieces",
"ActivePieces",
"activitywatch",
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/agent-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
release-linux:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:

release-linux-arm64:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:

release-mac:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -234,6 +237,7 @@ jobs:

release-windows:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -352,6 +356,7 @@ jobs:

release-windows-arm64:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/agent-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
release-linux:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:

release-linux-arm64:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:

release-mac:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -234,6 +237,7 @@ jobs:

release-windows:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -352,6 +356,7 @@ jobs:

release-windows-arm64:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-civo-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-demo:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-civo-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-prod:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: prod

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-civo-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-stage:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: stage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-cw-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-demo:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-cw-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-prod:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: prod

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-cw-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-stage:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: stage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-app-platform-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-app-platform-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: prod

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-app-platform-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: stage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-demo:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-pre-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-pre-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: prod

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-pre-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: stage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: prod

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: stage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-prod:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: prod

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-stage:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: stage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-fly-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-demo:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-mcp-auth-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-mcp-auth-demo:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-mcp-auth-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-mcp-auth-prod:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: prod

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-mcp-auth-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-mcp-auth-stage:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: stage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-mcp-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-mcp-demo:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-mcp-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-mcp-prod:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: prod

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-mcp-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-mcp-stage:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: stage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-render-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
deploy-demo:
runs-on: ubicloud-standard-4
timeout-minutes: 150

environment: demo

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/desktop-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
release-linux:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:

release-linux-arm64:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:

release-mac:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -234,6 +237,7 @@ jobs:

release-windows:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -352,6 +356,7 @@ jobs:

release-windows-arm64:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/desktop-app-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
release-linux:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:

release-linux-arm64:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:

release-mac:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -234,6 +237,7 @@ jobs:

release-windows:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down Expand Up @@ -352,6 +356,7 @@ jobs:

release-windows-arm64:
runs-on: ${{ matrix.os }}
timeout-minutes: 150

strategy:
matrix:
Expand Down
Loading
Loading