Skip to content
Merged

Stage #9322

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a167a20
chore: circle
evereq Dec 23, 2025
ef3e657
chore: added timeouts to GitHub actions
evereq Dec 23, 2025
2bc3b4d
chore: disable use of our own Sonar etc
evereq Dec 23, 2025
d4c3405
Merge pull request #9296 from ever-co/develop
evereq Dec 24, 2025
6a832fa
Chore/update nestjs 11.1.10 (#9297)
syns2191 Dec 24, 2025
9ca1a6c
[Refactor] Plugins menu and open plugins in a dedicated window (#9300)
adkif Dec 25, 2025
5d5f763
Merge pull request #9301 from ever-co/develop
evereq Dec 25, 2025
54f97de
docs: add CVE Clarifications
evereq Dec 25, 2025
4cf8d77
Update SECURITY.md
evereq Dec 25, 2025
dde1ba1
fix: agent build release path
syns2191 Dec 25, 2025
2d49e08
Merge pull request #9302 from ever-co/fix/agent-build-release-path
evereq Dec 25, 2025
681bd46
Merge pull request #9303 from ever-co/feat/shared-entity-module-feature
GloireMutaliko21 Dec 27, 2025
bf51ff9
Fix/user employee duplicate issue 8465 (#9272)
samuelmbabhazi Dec 28, 2025
59a9cc9
Stage (#9305)
evereq Dec 28, 2025
8678aa2
fix: table name plugins conflict in desktop with integrated and sqlit…
syns2191 Dec 29, 2025
ca8f2e4
Merge pull request #9306 from ever-co/fix/table-name-plugins-conflict
evereq Dec 29, 2025
83b6d4d
Merge pull request #9304 from ever-co/fix/desktop-updater-specific-arch
syns2191 Dec 29, 2025
9a1102e
feat: desktop timer enhance tray ui with custom icon (#9307)
syns2191 Jan 4, 2026
8008631
chore(cache-manager):support Cacheable instance for nonBloking mode
samuelmbabhazi Jan 5, 2026
f06527b
fix(settings): add advanced settings menu item
adkif Jan 5, 2026
94d5bd4
chore(deps): upgrade @angular/cli dependencies to ~19.2.0
rahul-rocket Jan 5, 2026
1d57a85
chore(deps): bump nx from 20.8.0 to 20.8.1
rahul-rocket Jan 5, 2026
c7c8640
chore(deps): bump nx from 20.8.1 to 21.1.0
rahul-rocket Jan 5, 2026
59e53e5
chore(cache-manager):support Cacheable instance for nonBloking mode (…
evereq Jan 5, 2026
010b676
Merge pull request #9310 from ever-co/fix/missing-menu
evereq Jan 5, 2026
9fac5b4
fix: update x migration using migrations.json
rahul-rocket Jan 6, 2026
0e02490
chore(deps): bump @ng-select/ng-select to 14.9.0
rahul-rocket Jan 6, 2026
71c55b3
Update .gitignore
rahul-rocket Jan 6, 2026
5c58e26
Update package.json
rahul-rocket Jan 6, 2026
b16f846
chore(deps): upgrade @angular/cli dependencies to ~19.2.0
rahul-rocket Jan 6, 2026
f505f4c
chore(deps): update Angular peerDependencies to ^19.2.17
rahul-rocket Jan 6, 2026
dd45653
Merge pull request #9313 from ever-co/chore/upgrade-nx-21.1.0
rahul-rocket Jan 7, 2026
605e09c
Merge pull request #9312 from ever-co/fix/8504-replace-bcrypt-with-cr…
samuelmbabhazi Jan 7, 2026
4d97050
fix(core): export PasswordHashModule and PasswordHashService
samuelmbabhazi Jan 7, 2026
8ae8898
Merge pull request #9315 from ever-co/fix/export-password-hash-service
evereq Jan 7, 2026
43d68e4
[Feat] Remove add plugin from installed plugins (#9314)
adkif Jan 7, 2026
2582fc9
[Fix] AI suggestions #9298 (#9311)
adkif Jan 7, 2026
733e350
chore(deps): bump @modelcontextprotocol/sdk from 1.24.0 to 1.25.2
dependabot[bot] Jan 7, 2026
dbac19f
chore(deps): update Angular peerDependencies to ^19.2.0
rahul-rocket Jan 8, 2026
e6126b4
fix(nx): removed Nx `migrations.json` file
rahul-rocket Jan 8, 2026
1c8c714
chore(deps): bump @modelcontextprotocol/sdk from 1.24.0 to 1.25.2 (#9…
evereq Jan 8, 2026
1305983
Merge pull request #9321 from ever-co/develop
evereq Jan 8, 2026
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.

11 changes: 9 additions & 2 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",
"pulumi",
"setuid",
"Sonarqube",
"activepieces",
"ActivePieces",
"activitywatch",
Expand Down Expand Up @@ -802,8 +807,10 @@
"prepopulate",
"prepopulates",
"prepopulation",
"Liskov"
"Zrdm"
"Liskov",
"backoff",
"autodrain",
"pluginname"
],
"useGitignore": true,
"ignorePaths": [
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